@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700&display=swap);@font-face{font-family:Nunito;font-style:normal;font-weight:300;src:url(/static/media/Nunito-Light.abdadce60604611a970c.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:url(/static/media/Nunito-Regular.e4eb7682710458841b10.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:500;src:url(/static/media/Nunito-SemiBold.06337b2efe0c0d52bcb6.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:600;src:url(/static/media/Nunito-Bold.7ddd6722d49bf5270cf1.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;src:url(/static/media/Nunito-Black.a1c0bd6a53c9ade726cc.ttf) format("truetype")}@font-face{font-family:Metropolis;font-style:normal;font-weight:300;src:url(/static/media/Metropolis-Light.5813789eac597edf6ef4.otf) format("opentype")}@font-face{font-family:Metropolis;font-style:normal;font-weight:400;src:url(/static/media/Metropolis-Regular.67a1988d7b65b0aaa16d.otf) format("opentype")}@font-face{font-family:Metropolis;font-style:normal;font-weight:500;src:url(/static/media/Metropolis-Medium.cdcce86268fb4a504ff5.otf) format("opentype")}@font-face{font-family:Metropolis;font-style:normal;font-weight:600;src:url(/static/media/Metropolis-SemiBold.5e856013947c22fbcdf4.otf) format("opentype")}@font-face{font-family:Metropolis;font-style:normal;font-weight:700;src:url(/static/media/Metropolis-Bold.c5e04fafcff6fc79cd76.otf) format("opentype")}body,html{background-color:#f7f7f7}body{--color-primary:#ffdf5b;--color-link:#3eabb2;--color-green:#21ab21;--color-error:#e35151;--color-background-2:#323840;--color-light-gray:#cecece;--shadow:0 0.25rem 1.5rem rgba(0,0,0,.1);--shadow-1:0 0.2rem 1rem rgba(0,0,0,.05);--margin-xs:0.5em;--margin-s:1em;--margin-m:2em;--margin-l:4em;font-family:Roboto,sans-serif}*,body{margin:0}*{box-sizing:border-box}*,.nunito{font-family:Nunito,sans-serif}.metropolis{font-family:Metropolis,sans-serif}.bold,b{font-weight:600}.mobile .scale-down-mobile>*{transform:scale(.5)}.card{background:#fff;border-radius:.5rem;box-shadow:0 .2rem 1rem rgba(0,0,0,.05);box-sizing:border-box;padding:2rem}.card>.header{justify-content:flex-end}.card>.header,.card>.header form{align-items:center;display:flex}.mobile .card>.header{align-items:flex-start;flex-direction:column}.mobile .card>.header .spacer{height:1rem}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-weight:500}.h1{font-size:3rem}.h2{font-size:2rem}.h3{font-size:1.5rem}.h4{font-size:1rem}.label,label{color:#5e5e5e;font-size:.75em}input,select,textarea{border:1px solid #c7c7c7;border-radius:.35em;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:.85em;max-width:100%;padding:.75em 1em}input.invalid,select.invalid,textarea.invalid{background-color:#fff5f5;border:1px solid #ffa1a1}.badge{background:var(--color-error);border-radius:1em;color:#fff;display:inline-block;padding:.5em 1em;white-space:nowrap}.badge.gray{background-color:#d9d9d9}.badge.green{background-color:var(--color-green)}.badge.yellow{background-color:var(--color-primary);color:#000}button.nostyle{background:transparent;border:none;color:inherit;cursor:pointer;padding:0}button.nostyle:disabled{cursor:not-allowed;opacity:.5}button.nostyle:focus-visible{outline:solid .2em var(--color-primary);outline-offset:.2em}.button,button:not(.nostyle){align-items:center;background:var(--color-primary);border:1px solid transparent;border-radius:.35em;color:#000;cursor:pointer;display:flex;font-size:.85em;gap:.5em;justify-content:center;padding:.75em 1em;position:relative;text-align:center;text-decoration:none}.button .icon,button:not(.nostyle) .icon{color:currentColor;font-size:1.25em}.button.delete,.button.type-delete,.button.type-remove,button:not(.nostyle).delete,button:not(.nostyle).type-delete,button:not(.nostyle).type-remove{background:var(--color-error);outline-color:var(--color-error)!important}.button.secondary,.button.type-secondary,button:not(.nostyle).secondary,button:not(.nostyle).type-secondary{background:transparent;color:var(--color-primary)}.button.secondary.black,.button.type-secondary.black,button:not(.nostyle).secondary.black,button:not(.nostyle).type-secondary.black{color:#000}.button.outlined,.button.type-outlined,button:not(.nostyle).outlined,button:not(.nostyle).type-outlined{background:transparent;border:1px solid #000;color:#000}.button:focus-visible,button:not(.nostyle):focus-visible{outline:solid .2em var(--color-primary);outline-offset:.2em}.button:disabled,button:not(.nostyle):disabled{cursor:not-allowed;filter:grayscale(100%);opacity:.5}.button.loading,button:not(.nostyle).loading{color:transparent;cursor:not-allowed}@keyframes rotate{0%{transform:translateY(-50%) translateX(-50%) rotate(0deg)}to{transform:translateY(-50%) translateX(-50%) rotate(1turn)}}.button.loading:after,button:not(.nostyle).loading:after{animation:rotate 1s linear infinite;border:2px solid var(--color-background-2);border-color:var(--color-background-2) var(--color-background-2) var(--color-background-2) transparent;border-radius:50%;content:"";display:inline-block;height:1em;left:50%;position:absolute;top:50%;width:1em}.row{display:flex}.row .column{display:flex;flex-direction:column}.row.space-between{justify-content:space-between}.row.center{align-items:center}.divider.xs,.spacer.xs{height:var(--margin-xs)}.divider.s,.spacer.s{height:var(--margin-s)}.divider.m,.spacer.m{height:var(--margin-m)}.divider.l,.spacer.l{height:var(--margin-l)}.divider.wxs,.spacer.wxs{width:var(--margin-xs)}.divider.ws,.spacer.ws{width:var(--margin-s)}.divider.wm,.spacer.wm{width:var(--margin-m)}.divider.wl,.spacer.wl{width:var(--margin-l)}.divider.auto,.spacer.auto{flex-grow:1}.divider.divider,.spacer.divider{position:relative}.divider.divider:after,.spacer.divider:after{background-color:#ccc;content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.loader{animation:spin 1.5s linear infinite;background-image:conic-gradient(transparent,transparent,gray);border-radius:1em;font-size:4em;height:1em;-webkit-mask:radial-gradient(circle .4em,transparent 98%,#fff 100%);mask:radial-gradient(circle .4em,transparent 98%,#fff 100%);width:1em}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tableFixHead{border:1px solid #ddd;height:300px;overflow:auto}.tableFixHead thead th{position:sticky;top:0;z-index:1}.tableFixHead table{border-collapse:collapse;width:100%}.tableFixHead td,.tableFixHead th{padding:8px 16px;text-align:left}.tableFixHead th{background:#eee}.tableFixHead td{border-bottom:1px solid #ddd}.price-table *{font-size:.9rem}.price-table th{padding:.25em 2rem .25em 0;text-align:left}.price-table td.bold{font-weight:700}.price-table .italic{font-style:italic}.meta-table{width:100%}.meta-table *{font-size:.9rem}.meta-table th{padding:.25em 2rem .25em 0;text-align:left}.meta-table td.bold{font-weight:700}.meta-table .italic{font-style:italic}@media print{.hide-print{display:none!important}body,html{background-color:#fff}.card{box-shadow:none!important;padding:0!important}#root{height:auto}}@media screen{.hide-screen{display:none!important}}body.mobile input,body.mobile select{font-size:16px!important}.printable--accounting-summary{padding:1cm}.printable--accounting-summary p{font-size:12px}.printable--accounting-summary .header{align-items:center;display:flex;justify-content:space-between}.printable--accounting-summary .header .logo img{width:6cm}.printable--accounting-summary .header .document-info{text-align:right}.printable--accounting-summary .small-title{font-size:10px;text-transform:uppercase}.printable--accounting-summary .summary-text .title{font-size:25.5px;font-weight:400}.printable--accounting-summary .summary-text .description{font-size:15px;line-height:1.75em;width:82%}.printable--accounting-summary .summary-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.printable--accounting-summary .summary-row .column .box{border:1px solid #f4f4f4;border-radius:10px;padding:.75rem}.printable--accounting-summary .summary-row .column .box p:not(:last-child){margin-bottom:.3rem}.printable--accounting-summary .to-be-recived-box{background-color:#f4f4f4;border:1px solid #f4f4f4;border-radius:10px;padding:.75rem}.printable--accounting-summary .to-be-recived-box .italics{font-style:italic}.printable--accounting-summary .objects-table{width:100%}.printable--accounting-summary .objects-table th{border-bottom:1px solid #f4f4f4;font-size:12px;font-weight:200;padding-top:1rem;text-align:right}.printable--accounting-summary .objects-table tbody tr td{border-bottom:1px solid #f4f4f4;font-size:15px;padding-bottom:.7rem;padding-top:.7rem;vertical-align:bottom}.printable--accounting-summary .objects-table tbody tr td.image{padding-bottom:.4rem}.printable--accounting-summary .objects-table tbody tr td.image img{border-radius:5px;height:38px;width:38px}.printable--accounting-summary .objects-table tbody tr td.title{padding-left:1rem}.printable--accounting-summary .objects-table tbody tr td.title .id{font-size:10px;font-weight:400}.printable--accounting-summary .objects-table tbody tr td.title .title{overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;width:25rem}.printable--accounting-summary .objects-table tbody tr td.bid,.printable--accounting-summary .objects-table tbody tr td.ended{text-align:right}.printable--accounting-summary .objects-table tbody tr td.exclude-checkbox>label{margin-bottom:1rem;margin-left:1rem}.printable--accounting-summary .objects-table tbody tr.excluded{opacity:.5}.printable--accounting-summary .footer{padding-top:1rem}.printable--accounting-summary .footer .meta-row{align-items:center;display:flex;justify-content:center}.printable--accounting-summary .footer .meta-row p{color:#555;height:1em;line-height:1em}.printable--accounting-summary .footer .meta-row p:not(:last-child){border-right:1px solid;margin-right:.5rem;padding-right:.5rem}@media screen{.printable--accounting-summary .page-card{width:22cm}.mobile .printable--accounting-summary .hide-print{min-width:0;width:100%}.mobile .printable--accounting-summary .hide-print .row{align-items:stretch!important;flex-direction:column}.mobile .printable--accounting-summary .hide-print .row>*{margin-bottom:.5rem}.mobile .printable--accounting-summary .page-card{display:none}}@media print{.printable--accounting-summary{padding:0}.printable--accounting-summary .footer{bottom:1rem;position:fixed;width:100%}}
/*# sourceMappingURL=main.183af4f9.css.map*/