.app-loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1b1e,#25272e,#2d3039);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loading-bg-shape{position:absolute;border-radius:50%;opacity:.03;animation:float 20s infinite ease-in-out}.loading-bg-shape:nth-child(1){width:600px;height:600px;background:#c15f35;top:-200px;left:-200px;animation-delay:0s}.loading-bg-shape:nth-child(2){width:400px;height:400px;background:#c15f35;bottom:-100px;right:-100px;animation-delay:-5s;animation-duration:25s}.loading-bg-shape:nth-child(3){width:300px;height:300px;background:#c15f35;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-10s;animation-duration:30s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,30px) scale(1.02)}}.loading-logo-container{position:relative;margin-bottom:48px}.loading-ring{position:absolute;border:2px solid transparent;border-radius:50%;animation:orbit 3s linear infinite}.loading-ring:nth-child(1){width:140px;height:140px;top:-30px;left:-30px;border-top-color:#c15f35;border-right-color:#c15f354d;animation-duration:2s}.loading-ring:nth-child(2){width:160px;height:160px;top:-40px;left:-40px;border-bottom-color:#c15f3599;border-left-color:#c15f3533;animation-duration:3s;animation-direction:reverse}.loading-ring:nth-child(3){width:180px;height:180px;top:-50px;left:-50px;border-top-color:#c15f3566;animation-duration:4s}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-logo{width:80px;height:80px;position:relative;z-index:1}.loading-logo svg{width:100%;height:100%;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 8px rgba(193,95,53,.4));transform:scale(1)}50%{filter:drop-shadow(0 0 20px rgba(193,95,53,.8));transform:scale(1.05)}}.loading-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.5px;animation:fade-slide-up .6s ease-out both;animation-delay:.2s}.loading-tagline{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#ffffff80;margin:0 0 40px;animation:fade-slide-up .6s ease-out both;animation-delay:.4s}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-progress-container{width:200px;height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden;animation:fade-slide-up .6s ease-out both;animation-delay:.6s}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#c15f35,#d97040,#c15f35);background-size:200% 100%;border-radius:2px;animation:progress-shimmer 1.5s ease-in-out infinite,progress-grow 2s ease-out forwards}@keyframes progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes progress-grow{0%{width:0%}50%{width:70%}to{width:95%}}.loading-particles{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.loading-particle{position:absolute;width:4px;height:4px;background:#c15f35;border-radius:50%;opacity:0;animation:particle-rise 4s ease-in infinite}.loading-particle:nth-child(1){left:10%;animation-delay:0s}.loading-particle:nth-child(2){left:20%;animation-delay:.5s}.loading-particle:nth-child(3){left:30%;animation-delay:1s}.loading-particle:nth-child(4){left:40%;animation-delay:1.5s}.loading-particle:nth-child(5){left:50%;animation-delay:2s}.loading-particle:nth-child(6){left:60%;animation-delay:2.5s}.loading-particle:nth-child(7){left:70%;animation-delay:3s}.loading-particle:nth-child(8){left:80%;animation-delay:3.5s}.loading-particle:nth-child(9){left:90%;animation-delay:.3s}.loading-particle:nth-child(10){left:15%;animation-delay:1.2s}.loading-particle:nth-child(11){left:35%;animation-delay:2.2s}.loading-particle:nth-child(12){left:55%;animation-delay:.8s}.loading-particle:nth-child(13){left:75%;animation-delay:1.8s}.loading-particle:nth-child(14){left:85%;animation-delay:2.8s}.loading-particle:nth-child(15){left:25%;animation-delay:3.3s}@keyframes particle-rise{0%{bottom:-10px;opacity:0;transform:translate(0) scale(.5)}10%{opacity:.6}90%{opacity:.3}to{bottom:100%;opacity:0;transform:translate(20px) scale(1)}}@media (prefers-reduced-motion: reduce){.loading-bg-shape,.loading-ring,.loading-logo svg,.loading-particle,.loading-progress-bar{animation:none}.loading-title,.loading-tagline,.loading-progress-container{animation:none;opacity:1;transform:none}.loading-progress-bar{width:60%}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:99999;display:flex;flex-direction:column-reverse;gap:12px;pointer-events:none;max-height:calc(100vh - 48px);overflow:visible}@media (max-width: 480px){.toast-container{left:16px;right:16px;bottom:16px}}.toast{pointer-events:auto;display:flex;align-items:stretch;min-width:320px;max-width:420px;background:linear-gradient(135deg,#1e1f23,#1a1b1e);border-radius:16px;box-shadow:0 8px 32px #0006,0 2px 8px #0003,inset 0 1px #ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;position:relative;transform-origin:bottom right;cursor:default;border:1px solid rgba(255,255,255,.06)}@media (max-width: 480px){.toast{min-width:unset;max-width:unset;width:100%}}.toast-accent{width:4px;flex-shrink:0;background:var(--toast-accent-color);border-radius:4px 0 0 4px}.toast-content{flex:1;display:flex;flex-direction:column;padding:16px 16px 16px 14px;gap:4px;min-width:0}.toast-icon-wrapper{display:flex;align-items:flex-start;padding:16px 0 16px 14px}.toast-icon{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--toast-accent-color)}.toast-icon svg{width:100%;height:100%}.toast-icon--loading{animation:toast-spin 1s linear infinite}@keyframes toast-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-message{font-size:14px;font-weight:500;color:#fffffff2;line-height:1.5;word-break:break-word}.toast-description{font-size:13px;font-weight:400;color:#fff9;line-height:1.45;margin-top:2px}.toast-actions{display:flex;gap:8px;margin-top:10px}.toast-action-button{padding:6px 14px;font-size:12px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit}.toast-action-button--primary{background:var(--toast-accent-color);color:#fff}.toast-action-button--primary:hover{filter:brightness(1.15);transform:translateY(-1px)}.toast-action-button--primary:active{transform:translateY(0)}.toast-action-button--secondary{background:#ffffff14;color:#fffc;border:1px solid rgba(255,255,255,.1)}.toast-action-button--secondary:hover{background:#ffffff1f;color:#fff}.toast-close{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#ffffff59;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0}.toast-close:hover{background:#ffffff1a;color:#ffffffe6}.toast-close:active{transform:scale(.92)}.toast-close svg{width:16px;height:16px}.toast-progress-wrapper{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff0d;overflow:hidden}.toast-progress{height:100%;background:var(--toast-accent-color);transform-origin:left;transition:transform .1s linear;opacity:.8}.toast-progress--paused{animation-play-state:paused!important}.toast--success{--toast-accent-color: #22c55e}.toast--success .toast-accent{background:linear-gradient(180deg,#22c55e,#16a34a)}.toast--error{--toast-accent-color: #ef4444}.toast--error .toast-accent{background:linear-gradient(180deg,#ef4444,#dc2626)}.toast--warning{--toast-accent-color: #f59e0b}.toast--warning .toast-accent{background:linear-gradient(180deg,#f59e0b,#d97706)}.toast--info{--toast-accent-color: #c15f35}.toast--info .toast-accent{background:linear-gradient(180deg,#c15f35,#a84f2d)}.toast--loading{--toast-accent-color: #c15f35}.toast--loading .toast-accent{background:linear-gradient(180deg,#c15f35,#a84f2d);animation:toast-pulse-accent 2s ease-in-out infinite}@keyframes toast-pulse-accent{0%,to{opacity:1}50%{opacity:.6}}@keyframes toast-enter{0%{opacity:0;transform:translate(100%) scale(.8)}60%{transform:translate(-8px) scale(1.02)}80%{transform:translate(4px) scale(.99)}to{opacity:1;transform:translate(0) scale(1)}}.toast--entering{animation:toast-enter .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes toast-exit{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%) scale(.8)}}.toast--exiting{animation:toast-exit .3s cubic-bezier(.4,0,1,1) forwards;pointer-events:none}@keyframes toast-swipe-exit{0%{opacity:1;transform:var(--swipe-transform)}to{opacity:0;transform:translate(150%)}}.toast--swiping{transition:none!important}.toast--swipe-exit{animation:toast-swipe-exit .25s ease-out forwards;pointer-events:none}.toast:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000080,0 4px 12px #00000040,inset 0 1px #ffffff14;transition:transform .2s ease,box-shadow .2s ease}.toast--closable .toast-content{padding-right:36px}.toast-container--stacked .toast:not(:last-child){transform:scale(.95);opacity:.6}.toast:focus-visible{outline:2px solid #c15f35;outline-offset:2px}.toast-close:focus-visible{outline:2px solid #c15f35;outline-offset:2px}.toast-action-button:focus-visible{outline:2px solid #c15f35;outline-offset:2px}@media (prefers-reduced-motion: reduce){.toast--entering{animation:none;opacity:1;transform:none}.toast--exiting{animation:toast-exit .15s ease-out forwards}.toast-icon--loading{animation:none}.toast:hover{transform:none}}@media print{.toast-container{display:none!important}}.branded-spinner{display:inline-flex;align-items:center;justify-content:center}.branded-spinner__svg{animation:branded-spinner-rotate 1.4s linear infinite}.branded-spinner__track{stroke:#c15f3533}.branded-spinner__progress{stroke:#c15f35;stroke-dasharray:90,150;stroke-dashoffset:0;animation:branded-spinner-dash 1.4s ease-in-out infinite;transform-origin:center}.branded-spinner--small,.branded-spinner--small .branded-spinner__svg{width:16px;height:16px}.branded-spinner--small .branded-spinner__track,.branded-spinner--small .branded-spinner__progress{stroke-width:5}.branded-spinner--medium,.branded-spinner--medium .branded-spinner__svg{width:24px;height:24px}.branded-spinner--large,.branded-spinner--large .branded-spinner__svg{width:48px;height:48px}.branded-spinner--large .branded-spinner__track,.branded-spinner--large .branded-spinner__progress{stroke-width:3}@keyframes branded-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes branded-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media (prefers-reduced-motion: reduce){.branded-spinner__svg{animation:branded-spinner-rotate 2.8s linear infinite}.branded-spinner__progress{animation:none;stroke-dasharray:90,150;stroke-dashoffset:-35}}.merge-modal-overlay{background-color:#0000;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-out}.merge-modal-overlay--open{background-color:#000c}.merge-modal{background-color:#1e2028;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 25px 50px -12px #00000080;max-width:600px;width:90vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;transform:scale(.95);opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.merge-modal--open{transform:scale(1);opacity:1}.merge-modal__header{padding:24px 24px 0;display:flex;flex-direction:column;gap:8px}.merge-modal__icon-row{display:flex;align-items:center;gap:12px}.merge-modal__icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#c15f3533,#c15f351a);display:flex;align-items:center;justify-content:center;flex-shrink:0}.merge-modal__icon svg{width:22px;height:22px;color:#c15f35}.merge-modal__title{font-size:18px;font-weight:600;color:#fffffff2;margin:0;line-height:1.4}.merge-modal__subtitle{font-size:14px;color:#fff9;margin:0;line-height:1.5}.merge-modal__content{flex:1;overflow-y:auto;padding:20px 24px}.merge-modal__changes{display:flex;flex-direction:column;gap:12px}.merge-modal__change-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;cursor:pointer;transition:all .15s ease-out}.merge-modal__change-item:hover{background:#ffffff0d;border-color:#ffffff1f}.merge-modal__change-item--selected{background:#c15f3514;border-color:#c15f354d}.merge-modal__change-item--selected:hover{background:#c15f351f;border-color:#c15f3566}.merge-modal__change-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.merge-modal__toggle{position:relative;width:40px;height:22px;flex-shrink:0}.merge-modal__toggle input{opacity:0;width:0;height:0;position:absolute}.merge-modal__toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ffffff26;border-radius:11px;transition:background-color .2s ease-out}.merge-modal__toggle input:checked+.merge-modal__toggle-track{background-color:#c15f35}.merge-modal__toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;transition:transform .2s ease-out}.merge-modal__toggle input:checked~.merge-modal__toggle-thumb{transform:translate(18px)}.merge-modal__field-name{font-size:14px;font-weight:600;color:#ffffffe6;flex:1}.merge-modal__values{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.merge-modal__value-box{background:#0003;border-radius:8px;padding:10px 12px;min-height:40px;display:flex;flex-direction:column;justify-content:center}.merge-modal__value-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff73;margin-bottom:4px}.merge-modal__value-text{font-size:13px;color:#fffc;word-break:break-word;line-height:1.4}.merge-modal__value-text--empty{color:#ffffff59;font-style:italic}.merge-modal__arrow{display:flex;align-items:center;justify-content:center;color:#ffffff4d}.merge-modal__change-item--selected .merge-modal__arrow{color:#c15f35}.merge-modal__info{display:flex;align-items:flex-start;gap:10px;background:#c15f3514;border:1px solid rgba(193,95,53,.15);border-radius:10px;padding:12px 14px;margin-top:16px}.merge-modal__info-icon{color:#c15f35;flex-shrink:0;margin-top:1px}.merge-modal__info-text{font-size:13px;color:#ffffffb3;line-height:1.5;margin:0}.merge-modal__footer{padding:16px 24px 24px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(255,255,255,.06)}.merge-modal__btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease-out;border:none;display:flex;align-items:center;justify-content:center;gap:8px;min-width:110px}.merge-modal__btn:disabled{opacity:.5;cursor:not-allowed}.merge-modal__btn--secondary{background:#ffffff14;color:#fffc}.merge-modal__btn--secondary:hover:not(:disabled){background:#ffffff1f}.merge-modal__btn--primary{background:linear-gradient(135deg,#c15f35,#d97a52);color:#fff;box-shadow:0 2px 8px #c15f354d}.merge-modal__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#d06a40,#e08a62);box-shadow:0 4px 12px #c15f3566;transform:translateY(-1px)}.merge-modal__btn--primary:active:not(:disabled){transform:translateY(0)}.merge-modal__selection-badge{background:#ffffff26;color:#ffffffe6;font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px;margin-left:auto}@media (max-width: 640px){.merge-modal{width:95vw;max-height:95vh;border-radius:12px}.merge-modal__header{padding:20px 16px 0}.merge-modal__content{padding:16px}.merge-modal__footer{padding:12px 16px 20px;flex-direction:column}.merge-modal__btn{width:100%}.merge-modal__values{grid-template-columns:1fr;gap:8px}.merge-modal__arrow{transform:rotate(90deg)}.merge-modal__icon{width:36px;height:36px}.merge-modal__icon svg{width:20px;height:20px}.merge-modal__title{font-size:16px}.merge-modal__change-item{padding:14px}}.merge-modal__select-all{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff08;border-radius:10px;margin-bottom:12px}.merge-modal__select-all-label{font-size:13px;font-weight:500;color:#ffffffb3}.merge-modal__select-all-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.merge-modal__select-all-text{font-size:12px;color:#ffffff80}.merge-modal__empty{text-align:center;padding:40px 20px;color:#ffffff80}.merge-modal__empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.merge-modal__empty-text{font-size:14px}.merge-modal__content::-webkit-scrollbar{width:6px}.merge-modal__content::-webkit-scrollbar-track{background:transparent}.merge-modal__content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.merge-modal__content::-webkit-scrollbar-thumb:hover{background:#fff3}.branded-alert{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:0;border:1px solid;position:relative;font-size:14px;line-height:1.5}.branded-alert__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;margin-top:1px}.branded-alert__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.branded-alert__heading{font-weight:600;font-size:14px;margin:0;color:inherit}.branded-alert__body{color:inherit;opacity:.9}.branded-alert__dismiss{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;color:inherit;opacity:.6;transition:all .15s ease;flex-shrink:0;margin:-4px -4px -4px 0}.branded-alert__dismiss:hover{opacity:1;background-color:#ffffff1a}.branded-alert__dismiss:focus{outline:none}.branded-alert__dismiss:focus-visible{outline:2px solid currentColor;outline-offset:2px;opacity:1}.branded-alert--info{background-color:#3b82f61a;border-color:#3b82f64d;color:#93c5fd}.branded-alert--info .branded-alert__icon{color:#3b82f6}.branded-alert--info .branded-alert__heading{color:#bfdbfe}.branded-alert--warning{background-color:#f59e0b1a;border-color:#f59e0b4d;color:#fcd34d}.branded-alert--warning .branded-alert__icon{color:#f59e0b}.branded-alert--warning .branded-alert__heading{color:#fde68a}.branded-alert--error{background-color:#ef44441a;border-color:#ef44444d;color:#fca5a5}.branded-alert--error .branded-alert__icon{color:#ef4444}.branded-alert--error .branded-alert__heading{color:#fecaca}.branded-alert--success{background-color:#22c55e1a;border-color:#22c55e4d;color:#86efac}.branded-alert--success .branded-alert__icon{color:#22c55e}.branded-alert--success .branded-alert__heading{color:#bbf7d0}.branded-alert a{color:inherit;text-decoration:underline;text-underline-offset:2px}.branded-alert a:hover{opacity:.8}.branded-alert button:not(.branded-alert__dismiss){margin-top:8px}@media (max-width: 640px){.branded-alert{padding:12px 14px;font-size:13px}.branded-alert__heading{font-size:13px}}@media (prefers-reduced-motion: reduce){.branded-alert__dismiss{transition:none}}@media print{.branded-alert.no-print{display:none!important}}.offline-alert-container{position:fixed;top:0;left:0;right:0;z-index:9999;animation:slideDown .3s ease-out}.offline-alert-container>[data-amplify-alert]{max-width:1200px;margin:0 auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.offline-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;cursor:not-allowed}.offline-disabled{pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.offline-alert{padding:.75rem}.offline-alert-content{flex-direction:column;text-align:center}.offline-alert strong{font-size:1rem}.offline-alert p{font-size:.8125rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#25272e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word;--amplify-components-alert-align-items: start}a{font-weight:500;text-decoration:inherit}body{background-color:#25272e;margin:0;padding:0}body[data-scroll-locked]:has(.amplify-menu__content:not([hidden])),body[data-scroll-locked]:has(.amplify-menu__content[aria-hidden=false]){overflow:auto!important;overflow-y:auto!important;margin-right:0!important;padding-right:0!important;padding-left:0!important;padding-top:0!important}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2d3039;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #c15f35;outline-offset:2px}[data-amplify-authenticator]{display:block;justify-content:center;align-items:center;height:100vh;max-width:95%}[data-amplify-authenticator]:before{content:url(/invoice-my-clients-logo-white.svg) / "Invoice My Clients";display:flex;justify-content:center;margin:30px 0 20px;transform:scale(.75)}[data-amplify-authenticator]:after{display:flex;justify-content:center;margin:15px 0;color:#c15f35;font-size:1.1rem;line-height:3.5rem;text-align:center}.my-file-uploader .amplify-text.amplify-fileuploader__previewer__text,.my-file-uploader .amplify-fileuploader__file__list,.my-file-uploader .fileuploader__border{display:none!important}.my-file-uploader .amplify-fileuploader.amplify-fileuploader__previewer{padding-inline:0px!important;padding-block:0px!important;border:0px}.my-file-uploader{width:100%!important;height:100%!important;pointer-events:none!important}.my-file-uploader *{pointer-events:none!important}.my-file-uploader input[type=file]{pointer-events:auto!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;z-index:10!important}@media print{#sentry-feedback,.Toastify{display:none!important}}.Toastify__close-button{pointer-events:auto!important;cursor:pointer!important;opacity:1!important}.Toastify__close-button:hover{opacity:.7!important}.invoice-date-picker{cursor:pointer}.amplify-tabs__item[disabled]{border-bottom:2px solid #d9d9d9}.scrollbar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.scrollbar::-webkit-scrollbar{width:4px}.scrollbar::-webkit-scrollbar-track{background:transparent}.scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:2px}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.notification-content{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.notification-content::-webkit-scrollbar{width:4px}.notification-content::-webkit-scrollbar-track{background:transparent}.notification-content::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:2px}.notification-content::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.time-picker .time-picker{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.time-picker::-webkit-scrollbar{width:4px}.time-picker::-webkit-scrollbar-track{background:transparent}.time-picker::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:2px}.time-picker::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.icon-hoverable:hover svg{color:var(--amplify-colors-white-100)!important}.amplify-menuitem{font-size:1.05rem!important}.option-menu-modal .amplify-menuitem{border-radius:6px}.option-menu-modal .amplify-menuitem:hover:not([data-disabled]){background-color:#ffffff0d!important}.option-menu-modal .amplify-menuitem[data-disabled]{opacity:.5}.action-modal div{left:-16px!important}.state-selection .amplify-select__wrapper .amplify-select--small{padding-left:48px;padding-right:12px}.state-selection .amplify-select__wrapper .amplify-select__icon--small{left:1px;bottom:0;width:100%;pointer-events:none;height:96%}@media print{.no-print{display:none!important}.print-only{display:block!important}:root{color-scheme:light!important;color:#000!important;background-color:#fff!important}body{background-color:#fff!important;color:#000!important}*{color:#000!important;background-color:transparent!important}img,.invoice-logo,.amplify-image{background-color:transparent!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}h1,h2,h3,h4,h5,h6,p,span,div,td,th,label{color:#000!important}table,th,td{border-color:#ccc!important}}.print-only{display:none}.react-tooltip,div[id*=-tooltip],[role=tooltip]{z-index:99999!important}.option-menu-modal>div{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;min-width:350px}.amplify-button,.amplify-button--link,.amplify-button--primary{color-scheme:dark}.amplify-button{color:#fff!important;border-color:#c15f35!important}.amplify-button:hover:not(:disabled){color:#fff!important;border-color:#d17f5d!important}.amplify-button:active:not(:disabled){color:#fff!important;border-color:#994d38!important}.amplify-button:disabled{color:#9ca3af!important;border-color:transparent!important;opacity:.6;cursor:not-allowed!important}.amplify-button--primary:hover:not(:disabled){background-color:#d17f5d!important;border-color:#d17f5d!important}.amplify-button--primary:active:not(:disabled){background-color:#994d38!important;border-color:#994d38!important}.amplify-button--primary:disabled{background-color:#4a4b4b!important;border-color:transparent!important;color:#9ca3af!important;opacity:.6;cursor:not-allowed!important}.amplify-button--link{color:#fff!important;background-color:transparent!important;border-color:transparent!important}.amplify-button--link:hover:not(:disabled){color:#fff!important}.amplify-button--link:active:not(:disabled){color:#fff!important}.amplify-button--link:focus{border-color:#c15f35!important}.amplify-button--link:disabled{color:#9ca3af!important;opacity:.6;cursor:not-allowed!important}.amplify-fileuploader{background-color:#2d3039!important;border-color:#4a4b4b!important;color:#e5e5e5!important}.amplify-fileuploader__dropzone{background-color:#25272e!important;border:2px dashed #4a4b4b!important}.amplify-fileuploader__dropzone--active{background-color:#2d3039!important;border-color:#c15f35!important}.amplify-fileuploader__file{background-color:#2d3039!important;border-color:#4a4b4b!important}.amplify-fileuploader__file__name,.amplify-fileuploader__file__size{color:#e5e5e5!important}*:not([class*=amplify-]):not([class*=Toastify]):not(.my-file-uploader):not(.my-file-uploader *),*:not([class*=amplify-]):not([class*=Toastify]):not(.my-file-uploader):not(.my-file-uploader *):before,*:not([class*=amplify-]):not([class*=Toastify]):not(.my-file-uploader):not(.my-file-uploader *):after{animation:none!important;transition:none!important}.ReactModal__Content,.ReactModal__Content *,[role=dialog],[role=dialog] *{color:#e5e5e5!important}.ReactModal__Content h1,.ReactModal__Content h2,.ReactModal__Content h3,.ReactModal__Content h4,.ReactModal__Content h5,.ReactModal__Content h6,[role=dialog] h1,[role=dialog] h2,[role=dialog] h3,[role=dialog] h4,[role=dialog] h5,[role=dialog] h6,.ReactModal__Content label,[role=dialog] label{color:#ffffffde!important}.ReactModal__Content p,.ReactModal__Content span,.ReactModal__Content div,[role=dialog] p,[role=dialog] span,[role=dialog] div,.ReactModal__Content .amplify-text,[role=dialog] .amplify-text{color:#e5e5e5!important}.ReactModal__Content .amplify-heading,[role=dialog] .amplify-heading{color:#ffffffde!important}.ReactModal__Content input,.ReactModal__Content select,.ReactModal__Content textarea,[role=dialog] input,[role=dialog] select,[role=dialog] textarea{color:#e5e5e5!important;background-color:#25272e!important;border-color:#4a4b4b!important}.ReactModal__Content input::placeholder,.ReactModal__Content textarea::placeholder,[role=dialog] input::placeholder,[role=dialog] textarea::placeholder{color:#fff6!important}.ReactModal__Content,[role=dialog]{background-color:#2d3039!important}.amplify-button--primary{background-color:#c15f35!important;color:#fff!important;border-color:#c15f35!important}.amplify-button--primary:hover{background-color:#d17f5d!important;border-color:#d17f5d!important}.amplify-button--primary:active{background-color:#994d38!important;border-color:#994d38!important}.amplify-button--primary:focus{background-color:#c15f35!important;border-color:#c15f35!important;box-shadow:0 0 0 2px #c15f3540!important}.amplify-input,.amplify-textfield__input,.amplify-textarea,.amplify-select{background-color:#25272e!important;border-color:#4a4b4b!important;color:#e5e5e5!important}.amplify-input:hover,.amplify-textfield__input:hover,.amplify-textarea:hover,.amplify-select:hover{border-color:#d17f5d!important}.amplify-input:focus,.amplify-textfield__input:focus,.amplify-textarea:focus,.amplify-select:focus{border-color:#c15f35!important;box-shadow:0 0 0 2px #c15f3540!important;outline:none!important}.amplify-checkbox__button,.amplify-checkboxfield__button{border-color:#4a4b4b!important;background-color:#25272e!important}.amplify-checkbox__button:hover,.amplify-checkboxfield__button:hover{border-color:#d17f5d!important}.amplify-checkbox__input:checked+.amplify-checkbox__button,.amplify-checkboxfield__input:checked+.amplify-checkboxfield__button,.amplify-checkbox__button--checked,.amplify-checkboxfield__button--checked,.amplify-checkbox__button[data-checked=true],.amplify-checkboxfield__button[data-checked=true],[data-amplify-checkbox][data-checked=true] .amplify-checkbox__button,.amplify-checkbox[data-checked=true] .amplify-checkbox__button{background-color:#c15f35!important;border-color:#c15f35!important}.amplify-checkbox__input:focus+.amplify-checkbox__button,.amplify-checkboxfield__input:focus+.amplify-checkboxfield__button{border-color:#c15f35!important;box-shadow:0 0 0 2px #c15f3540!important}.amplify-checkbox__icon,.amplify-checkboxfield__icon{color:#fff!important}.amplify-checkbox,.amplify-checkboxfield{--amplify-components-checkbox-button-checked-background-color: #c15f35 !important;--amplify-components-checkbox-button-checked-border-color: #c15f35 !important;--amplify-components-checkbox-icon-checked-color: #ffffff !important;--amplify-components-checkboxfield-button-checked-background-color: #c15f35 !important;--amplify-components-checkboxfield-button-checked-border-color: #c15f35 !important}.amplify-radio__button{border-color:#4a4b4b!important;background-color:#25272e!important}.amplify-radio__button:hover{border-color:#d17f5d!important}.amplify-radio__input:checked+.amplify-radio__button{border-color:#c15f35!important}.amplify-radio__input:checked+.amplify-radio__button:before{background-color:#c15f35!important}.amplify-radio__input:focus+.amplify-radio__button{border-color:#c15f35!important;box-shadow:0 0 0 2px #c15f3540!important}.amplify-switch-track{background-color:#4a4b4b!important}.amplify-switch-track:hover{background-color:#5a5b5b!important}.amplify-switch-track--checked,.amplify-switchfield__track[data-checked=true],.amplify-switchfield[data-checked=true] .amplify-switch-track{background-color:#c15f35!important}.amplify-switch-track--checked:hover,.amplify-switchfield__track[data-checked=true]:hover,.amplify-switchfield[data-checked=true] .amplify-switch-track:hover{background-color:#d17f5d!important}.amplify-switch__input:focus+.amplify-switch-track,.amplify-switchfield__input:focus+.amplify-switch-track{box-shadow:0 0 0 2px #c15f3540!important}.amplify-switch-thumb,.amplify-switchfield__thumb{background-color:#fff!important}.amplify-tabs__item--active{border-bottom-color:#c15f35!important;color:#c15f35!important}.amplify-tabs__item:hover{color:#d17f5d!important}.amplify-link{color:#c15f35!important}.amplify-link:hover{color:#d17f5d!important}.amplify-loader{color:#c15f35!important}.amplify-stepperfield__button{background-color:#c15f35!important;color:#fff!important;border-color:#c15f35!important}.amplify-stepperfield__button:hover{background-color:#d17f5d!important;border-color:#d17f5d!important}.amplify-stepperfield__button:active{background-color:#994d38!important;border-color:#994d38!important}.amplify-searchfield__button{background-color:#c15f35!important;color:#fff!important}.amplify-searchfield__button:hover{background-color:#d17f5d!important}.amplify-searchfield__button:active{background-color:#994d38!important}.amplify-sliderfield__track{background-color:#4a4b4b!important}.amplify-sliderfield__range{background-color:#c15f35!important}.amplify-sliderfield__thumb{background-color:#c15f35!important;border-color:#c15f35!important}.amplify-sliderfield__thumb:hover{background-color:#d17f5d!important;border-color:#d17f5d!important}[class*=amplify-]{--amplify-colors-teal-10: #c15f35 !important;--amplify-colors-teal-20: #c15f35 !important;--amplify-colors-teal-40: #c15f35 !important;--amplify-colors-teal-60: #c15f35 !important;--amplify-colors-teal-80: #c15f35 !important;--amplify-colors-teal-90: #d17f5d !important;--amplify-colors-teal-100: #e0a285 !important;--amplify-colors-brand-primary-10: #c15f35 !important;--amplify-colors-brand-primary-20: #c15f35 !important;--amplify-colors-brand-primary-40: #c15f35 !important;--amplify-colors-brand-primary-60: #c15f35 !important;--amplify-colors-brand-primary-80: #c15f35 !important;--amplify-colors-brand-primary-90: #d17f5d !important;--amplify-colors-brand-primary-100: #e0a285 !important;--amplify-components-checkbox-button-focus-border-color: #c15f35 !important;--amplify-components-checkbox-button-focus-box-shadow: 0 0 0 2px rgba(193, 95, 53, .25) !important;--amplify-components-checkbox-button-checked-background-color: #c15f35 !important;--amplify-components-checkbox-button-checked-border-color: #c15f35 !important;--amplify-components-checkbox-icon-checked-color: #ffffff !important}.logo-upload-zone{background:#2d3039;border:2px dashed #4a4b4b;border-radius:12px;padding:48px;min-height:280px;transition:all .2s ease;cursor:pointer;pointer-events:auto!important;position:relative}.logo-upload-zone:hover{border-color:#c15f35;background:#c15f350d}.logo-upload-zone.dragging{border-color:#c15f35;border-style:solid;background:#c15f351a;transform:scale(1.02);box-shadow:0 4px 12px #c15f3533}.logo-upload-zone.error{border-color:#ef4444;animation:shake .3s ease}.invoice-upload-zone{background:#2d3039;border:2px dashed #4a4b4b;border-radius:12px;padding:32px;min-height:180px;transition:all .2s ease;cursor:pointer;pointer-events:auto!important;position:relative}.invoice-upload-zone:hover{border-color:#c15f35;background:#c15f350d}.invoice-upload-zone.dragging{border-color:#c15f35;border-style:solid;background:#c15f351a;transform:scale(1.02);box-shadow:0 4px 12px #c15f3533}.invoice-upload-zone.error{border-color:#ef4444;animation:shake .3s ease}.upload-progress{width:100%;height:8px;background:#25272e;border-radius:4px;overflow:hidden;position:relative}.upload-progress-bar{height:100%;background:linear-gradient(90deg,#c15f35,#d17f5d);transition:width .3s ease;border-radius:4px}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}[data-mapbox-search-listbox],.mapboxgl-ctrl-geocoder--suggestion-wrapper,.mbx-suggestion-wrapper,.suggestions,.mapbox-autofill__suggestions,mapbox-address-autofill [role=listbox]{background-color:#2d3039!important;border:1px solid #4a4b4b!important;border-radius:8px!important;box-shadow:0 4px 12px #0006!important;z-index:9999!important}[data-mapbox-search-listbox] [role=option],.mapboxgl-ctrl-geocoder--suggestion,.mbx-suggestion,.suggestion,.mapbox-autofill__suggestion,mapbox-address-autofill [role=option]{background-color:#2d3039!important;color:#e5e5e5!important;padding:12px 16px!important;cursor:pointer!important;border-bottom:1px solid #3a3c45!important;transition:background-color .15s ease!important}[data-mapbox-search-listbox] [role=option]:last-child,.mapboxgl-ctrl-geocoder--suggestion:last-child,.mbx-suggestion:last-child,.suggestion:last-child,.mapbox-autofill__suggestion:last-child,mapbox-address-autofill [role=option]:last-child{border-bottom:none!important}[data-mapbox-search-listbox] [role=option]:hover,[data-mapbox-search-listbox] [role=option][aria-selected=true],.mapboxgl-ctrl-geocoder--suggestion:hover,.mapboxgl-ctrl-geocoder--suggestion.active,.mbx-suggestion:hover,.mbx-suggestion.active,.suggestion:hover,.suggestion.active,.mapbox-autofill__suggestion:hover,.mapbox-autofill__suggestion--active,mapbox-address-autofill [role=option]:hover,mapbox-address-autofill [role=option][aria-selected=true]{background-color:#c15f3526!important;color:#fff!important}[data-mapbox-search-listbox] [role=option] span:first-child,.mapboxgl-ctrl-geocoder--suggestion-title,.mbx-suggestion-title,.suggestion-title,.mapbox-autofill__suggestion-title,mapbox-address-autofill [role=option] [data-mapbox-search-suggestion-text]{color:#fff!important;font-weight:500!important}[data-mapbox-search-listbox] [role=option] span:last-child,.mapboxgl-ctrl-geocoder--suggestion-address,.mbx-suggestion-address,.suggestion-address,.mapbox-autofill__suggestion-address,mapbox-address-autofill [role=option] [data-mapbox-search-suggestion-secondary-text]{color:#fff9!important;font-size:.85em!important}[data-mapbox-search-listbox] svg,.mapboxgl-ctrl-geocoder--icon,.mbx-suggestion-icon,.mapbox-autofill__suggestion-icon,mapbox-address-autofill [role=option] svg{color:#c15f35!important;fill:#c15f35!important}[data-mapbox-search-listbox]:after,.mapboxgl-ctrl-geocoder--powered-by,.mbx-powered-by,.mapbox-autofill__powered-by,mapbox-address-autofill [data-mapbox-search-attribution]{background-color:#25272e!important;color:#fff6!important;font-size:10px!important;padding:8px 12px!important;border-top:1px solid #3a3c45!important}mapbox-address-autofill{display:block!important;width:100%!important}[data-mapbox-search-listbox][data-loading=true]:before,.mapbox-autofill__loading{border-color:#c15f35!important}[data-mapbox-search-listbox] [data-mapbox-search-no-results],.mapboxgl-ctrl-geocoder--no-results,.mapbox-autofill__no-results{color:#ffffff80!important;padding:12px 16px!important;font-style:italic!important}:root{--mbx-color-background: #2d3039;--mbx-color-background-hover: rgba(193, 95, 53, .15);--mbx-color-background-active: rgba(193, 95, 53, .2);--mbx-color-text-primary: #ffffff;--mbx-color-text-secondary: rgba(255, 255, 255, .6);--mbx-color-text-placeholder: rgba(255, 255, 255, .4);--mbx-color-border: #4a4b4b;--mbx-color-icon: #c15f35;--mbx-color-action: #c15f35;--mbx-color-action-hover: #d17f5d;--mbx-shadow-listbox: 0 4px 12px rgba(0, 0, 0, .4);--mbx-border-radius: 8px}select{height:38px;line-height:36px;padding:0 36px 0 12px;font-size:14px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background-color:#ffffff0d;color:#c15f35;font-weight:500;outline:none;box-sizing:border-box;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-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='%23c15f35' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 8px}select:hover{border-color:#fff6}select:focus{border-color:#c15f35;box-shadow:0 0 0 2px #c15f3540;outline:none}select:disabled{opacity:.5;cursor:not-allowed}select option{background-color:#2d3039;color:#ffffffde;padding:8px 12px}select option:hover,select option:focus{background-color:#c15f354d;color:#fff}select option:checked{background:linear-gradient(0deg,#c15f35,#c15f35)!important;background-color:#c15f35!important;color:#fff!important;font-weight:600}.amplify-select,.amplify-select__wrapper select{height:38px!important;line-height:36px!important;padding:0 36px 0 12px!important;font-size:14px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important;background-color:#ffffff0d!important;color:#c15f35!important;font-weight:500!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;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='%23c15f35' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:12px 8px!important}.amplify-select:hover,.amplify-select__wrapper select:hover{border-color:#fff6!important}.amplify-select:focus,.amplify-select__wrapper select:focus{border-color:#c15f35!important;box-shadow:0 0 0 2px #c15f3540!important}.amplify-select option,.amplify-select__wrapper select option{background-color:#2d3039!important;color:#ffffffde!important}.amplify-select option:hover,.amplify-select__wrapper select option:hover,.amplify-select option:focus,.amplify-select__wrapper select option:focus{background-color:#c15f354d!important;color:#fff!important}.amplify-select option:checked,.amplify-select__wrapper select option:checked{background:linear-gradient(0deg,#c15f35,#c15f35)!important;background-color:#c15f35!important;color:#fff!important;font-weight:600!important}.amplify-select__icon,.amplify-select__wrapper .amplify-select__icon{display:none!important}.ReactModal__Content select,[role=dialog] select{height:38px!important;line-height:36px!important;padding:0 36px 0 12px!important;font-size:14px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important;background-color:#ffffff0d!important;color:#ffffffde!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;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='%23c15f35' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:12px 8px!important}.ReactModal__Content select option,[role=dialog] select option{background-color:#2d3039!important;color:#ffffffde!important}.ReactModal__Content select option:checked,[role=dialog] select option:checked{background:linear-gradient(0deg,#c15f35,#c15f35)!important;background-color:#c15f35!important;color:#fff!important;font-weight:600!important}select.select-small,.amplify-select--small{height:30px!important;line-height:28px!important;padding:0 32px 0 10px!important;font-size:13px!important}
