:root{--accent-color: #007bff;--error-color: rgb(197, 48, 48);--border-radius: 8px;--box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px 0px, rgba(0, 0, 0, .1) 0px 1px 2px -1px;--border-color: #eaeaea;--link-color: var(--accent-color);--link-color-hover: #0056b3;--link-color-secondary: #9ea5ac;--link-color-secondary-hover: #5a6268}div.progress-bar{position:relative;display:flex;justify-content:space-between;margin-bottom:1.5rem}div.progress-bar div.progress-step{position:relative;width:1.5rem;height:1.5rem;border-radius:50%;background:#fff;border:2.5px solid var(--border-color);color:#5c5c5c;text-align:center;line-height:1.15rem;font-size:.65rem;font-weight:700;z-index:2}div.progress-bar div.progress-step span.check{color:var(--border-color);font-size:1rem}div.progress-bar div.progress-step.completed{background:var(--link-color);border-color:var(--link-color);color:#fff}div.progress-bar:before,div.progress-bar div.bar{content:"";width:100%;height:.2rem;background:var(--border-color);position:absolute;top:50%;left:0;z-index:1;transform:translateY(-50%)}div.progress-bar div.bar{background:var(--link-color)}div.navigation{display:flex;gap:1rem;margin-top:.5rem}label{display:flex;flex-direction:column;gap:.5rem}label.error{color:var(--error-color)}label.error input,label.error select{border-color:var(--error-color)}label.error span.required{color:var(--error-color)}label.inline{flex-direction:row-reverse;align-items:center;justify-content:start;gap:.5rem}label.inline input,label.inline select{width:auto}label span.label{font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:.5rem}label span.label span.name span.required{color:var(--accent-color)}label span.label span.hint{font-size:.75rem;opacity:.65;text-align:right}label span.error-message{font-size:.85rem}form input,form textarea{width:100%;padding:.5rem 1rem;border-radius:var(--border-radius);border:1.5px solid var(--border-color);outline:none;transition:all .15s ease-in-out;font-family:inherit;font-size:1rem;resize:none}form input:focus,form textarea:focus{border-color:var(--link-color)}form input[type=file],form textarea[type=file]{padding:.315rem 1rem}form select{width:100%;padding:.5rem 1rem;border-radius:var(--border-radius);border:1.5px solid var(--border-color);outline:none;transition:all .15s ease-in-out;font-family:inherit;font-size:1rem;background:#fff}form select:focus{border-color:var(--link-color)}form div.file-upload,form div.file-upload div.file-input-container{position:relative}form div.file-upload div.file-input-container span.uploaded-hint{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;color:var(--text-color);font-size:1rem;background:#fff;cursor:pointer}form div.file-upload div.file-input-container span.uploaded-hint:hover{text-decoration:underline}form div.file-upload div.file-input-container span.uploaded-hint span.check{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;background:#000;color:#fff;text-align:center;line-height:1.25rem;margin-right:.5rem;font-size:.65rem;font-weight:700;flex-shrink:0}form div.file-upload div.file-input-container input[type=file]{padding:0 1rem 0 0}form div.file-upload div.file-input-container input[type=file]::file-selector-button{padding:.5rem 1rem;outline:none;background:transparent;border:none;border-radius:0;border-right:2px solid var(--border-color);cursor:pointer;margin-right:1rem;background:var(--border-color)}form div.file-upload div.progress-indicator{position:absolute;bottom:calc(-.25rem + 4px);width:100%}form div.file-upload div.progress-indicator progress,form div.file-upload div.progress-indicator ::-webkit-progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:none;border-radius:0 0 var(--border-radius) var(--border-radius);height:.35rem;background:var(--border-color)}form div.file-upload div.progress-indicator ::-webkit-progress-value{border-radius:0 0 0 var(--border-radius);background-color:var(--accent-color)}div.trash-input div.search-results{margin-top:.5rem;margin-bottom:1.5rem}div.trash-input div.search-results ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));list-style:none;margin:0;padding:0;gap:.5rem}div.trash-input div.search-results ul li{border:1.5px solid var(--border-color);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.85rem;display:flex;justify-content:space-between;align-items:center;transition:all .12s ease-in-out;cursor:pointer}div.trash-input div.search-results ul li span.labels{display:flex;flex-direction:column}div.trash-input div.search-results ul li span.labels span.name{font-weight:700}div.trash-input div.search-results ul li span.action{position:relative;width:1.25rem;height:1.25rem;border-radius:50%;color:var(--accent-color);border:1.5px solid var(--accent-color);transition:all .125s ease-in-out;line-height:100%}div.trash-input div.search-results ul li span.action:before{position:absolute;top:50%;left:50%;content:"+";transform:translate(-50%,calc(-50% - .05rem))}div.trash-input div.search-results ul li:hover{border-color:var(--accent-color)}div.trash-input div.search-results ul li:hover span.action{background:var(--accent-color);color:#fff}div.trash-input div.items-table{width:100%;text-align:left;display:flex;flex-direction:column}div.trash-input div.items-table div.row{display:grid;grid-template-columns:1fr 5rem 1fr;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border-color)}div.trash-input div.items-table div.row div{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:.2rem}div.trash-input div.items-table div.row div span.category{font-size:.65rem;font-weight:700;background:#f1f1f1;padding:.15rem .3rem;border-radius:3px}div.trash-input div.items-table div.row div div.amount{display:flex;flex-direction:row;align-items:center;gap:.5rem}div.trash-input div.items-table div.row div div.amount div.button-holder{display:flex;gap:.15rem;flex-direction:row}div.trash-input div.items-table div.row div div.amount div.button-holder button{position:relative;padding:0;width:1.35rem;height:1.35rem;border-radius:.25rem;line-height:1rem;text-align:center;background:#dfdfdf;color:#000}div.trash-input div.items-table div.row div div.amount div.button-holder button:before{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - .075rem))}div.trash-input div.items-table div.row div div.amount div.button-holder button.increase:before{content:"+"}div.trash-input div.items-table div.row div div.amount div.button-holder button.decrease:before{content:"-"}div.trash-input div.total-amount{position:sticky;bottom:0;background:#fff;background:linear-gradient(0deg,#fff,#fff 75%,#fff0);padding:1rem 0}@media screen and (max-width: 768px){div.trash-input div.items-table div.row{row-gap:.5rem;grid-template-columns:4fr 2fr;grid-template-rows:auto auto;padding-bottom:1rem;padding-top:1rem}div.trash-input div.items-table div.row div:first-child{grid-column:1/-1}div.trash-input div.items-table div.row div:last-child{justify-content:end}}form{display:flex;flex-direction:column;gap:1rem}form div.alert{padding:1rem;border-radius:var(--border-radius);font-size:.9rem;font-weight:500;border:1.5px solid rgb(252,129,129);background:#fff5f5;color:var(--error-color);display:flex;gap:1rem;align-items:center}form div.alert.error{background:var(--alert-color-error)}form div.alert ul{padding:0 1.5rem}form div.grid{display:grid;gap:1rem}form div.grid.grid-cols-2{grid-template-columns:repeat(2,1fr)}form div.grid.grid-cols-3{grid-template-columns:repeat(3,1fr)}form div.grid.grid-cols-4{grid-template-columns:repeat(4,1fr)}form div.grid.grid-cols-5{grid-template-columns:repeat(5,1fr)}@media screen and (max-width: 1200px){form div.grid.grid-cols-4,form div.grid.grid-cols-5{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){form div.grid{grid-template-columns:repeat(1,1fr)!important}}html{font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";background:#fafafa;padding:0;margin:0}h1{font-size:2.2rem;margin:0 0 1.5rem}h2{font-size:1.8rem;margin:0 0 1.5rem}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline;color:var(--link-color-hover)}a.secondary{color:var(--link-color-secondary)}a.secondary:hover{color:var(--link-color-secondary-hover)}a.button,button{display:inline-block;background:var(--link-color);color:#fff;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:500;transition:all .15s ease-in-out;border:none;outline:none;cursor:pointer;font-size:.85rem}a.button:hover,button:hover{text-decoration:none;background:var(--link-color-hover)}a.button.secondary,button.secondary{background:var(--link-color-secondary)}a.button.secondary:hover,button.secondary:hover{background:var(--link-color-secondary-hover);color:#fff}a.button[disabled],button[disabled]{opacity:.2;color:#fff;cursor:not-allowed}*,*:before,*:after{box-sizing:border-box}p,h1,h2,h3,li{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-wrap:break-word}p{line-height:1.5}body{padding:3rem 1rem}body div.form{width:1024px;margin:0 auto;background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow);max-width:100%;display:flex;flex-direction:column;gap:2rem}body div.form header img{max-width:12rem;max-height:16rem}body div.form footer{border-top:1px solid #eaeaea;padding-top:1rem;display:flex;gap:.35rem}body div.form footer a{font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;padding-right:.35rem}body div.form footer a:not(:last-of-type){border-right:1px solid var(--border-color)}@media screen and (max-width: 768px){h1{font-size:1.8rem}h2{font-size:1.5rem}}
