:root{--theme-color:#54b889;--theme-color:#396;--theme-color-dark:#337456;--error-color:#d2340f;--accent-color:#ff3859;--alt-color:#4e42d4;--header-background:var(--theme-color);--header-color:hsla(0,0%,100%,0.7);--sub-header-background:linear-gradient(0turn,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0.15)) var(--theme-color);--sub-header-color:hsla(0,0%,100%,0.75);--danger-color:var(--error-color);--success-color:#2980b9;--page-background-color:#334049;--page-background:linear-gradient(180deg,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.15) 250px,hsla(0,0%,100%,0.95) 0,hsla(0,0%,100%,0.95)) var(--theme-color);--page-background:#a4c4b5;--text-color:#444;--link-color:color-mix(in srgb,var(--theme-color) 80%,#000);--button-background:var(--theme-color);--button-background-hover:linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)) var(--theme-color);--button-background-disabled:rgba(0,0,0,0.1);--table-border-color:#eee;--table-thead-bg:linear-gradient(0turn,hsla(0,0%,100%,0.91),hsla(0,0%,100%,0.952)) var(--theme-color);--table-thead-color:rgba(0,0,0,0.7);--table-thead-cell-border-color:#ddd;--input-border-color:#ccc}*{box-sizing:border-box}html{font-size:16px}body{margin:0;padding:0;color:var(--text-color);background:var(--page-background) no-repeat fixed;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,trebuchet MS,Arial,sans-serif;line-height:1.69;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-variant-numeric:tabular-nums}.app{position:relative;width:100%;height:100vh}.app .login-layout{position:relative;top:50%;transform:translateY(-50%);max-width:400px;margin:0 auto;padding:.8rem}.app .login-layout .main-container{position:relative;padding:1.3rem;background:hsla(0,0%,100%,.95);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 5px -1px rgba(0,0,0,.4)}.footer{margin:1rem 0}h1,h2,h3,h4,h5{margin:1rem 0;font-weight:500}h2{font-size:1.25rem;font-weight:100}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}.small{font-size:.89rem}.x-small{font-size:.79rem}.invalid-token{padding-bottom:1rem;font-size:2rem;font-weight:100;text-align:center;color:red}.opaque{opacity:.65}.component-title{margin:25px 15px;border-bottom:1px solid}.type-value{padding:5px 0 15px}.type-value .type{font-size:85%;opacity:.75;line-height:1}.error{color:var(--danger-color)}input,input:disabled,select,textarea{font-family:inherit;font-size:inherit;color:inherit}input:disabled{border:none;background:transparent}.button,button{border-radius:3rem}.component-title{display:inline-block;margin:25px 0;padding:0;border-bottom:.5px solid;font-size:1.2rem;font-weight:400;background:var(--title-background);color:var(--title-text-color)}.component-header{position:relative;background:var(--header-background);color:var(--header-color);min-height:52px}.component-header-title{display:inline-block;font-weight:400;padding:10px 15px;font-size:1rem}.component-header a{color:inherit}.component-header .nav{list-style:none;margin:0;padding:0}.component-header .nav>li{display:inline-block}.component-header .nav>li:after{content:"";display:inline-block;width:10px;height:10px;border:1px solid;border-width:1px 1px 0 0;transform:rotate(45deg)}.component-header .nav>li:last-child:after{display:none}.component-header .nav>li>.item{display:inline-block;padding:12px 15px}.component-header .nav>li>.item-input{padding:0 15px}.component-header .item-input input{background:transparent;border:1px solid transparent;width:auto;color:inherit}.component-header input:hover{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.2)}.component-header .component-options{position:absolute;top:0;right:5px;text-align:left;list-style:none;margin:0;padding:0}.component-header .component-options li{display:inline-block;vertical-align:top}.component-header .component-options a,.component-header .component-options li>span{display:block;margin:5px 0;padding:7px 10px}.component-header .component-options .item-input{padding:0 10px}.component-header .component-options a:hover{text-decoration:none;background:rgba(0,0,0,.1)}.component-sub-header{padding:15px 30px 15px 15px;background:var(--sub-header-background);color:var(--sub-header-color)}.component-sub-header select{background:transparent}.component-sub-header option{color:#000}.component-sub-header .info{display:inline-block;padding-right:45px;vertical-align:top}.component-sub-header .info .title{display:block;font-size:.83rem;opacity:.7;line-height:1}.component-sub-header a{color:inherit}.component-sub-header .tags{display:inline-block;list-style:none;margin:0 0 0 -3px;padding:0}.component-sub-header .tags li{display:inline-block;margin:0;padding:0}.component-sub-header .tags li+li{margin-left:5px}.component-sub-header .tags li:hover{background:rgba(0,0,0,.15)}.component-sub-header .tags .tag{display:inline-block;padding:0 3px}.component-sub-header .tags .tag:hover{background:rgba(0,0,0,.15)}.component-sub-header .tags .delete{display:inline-block;padding:0 5px;opacity:.5}.component-sub-header .tags .delete:hover{background:rgba(0,0,0,.15);opacity:1}.component-sub-header .add-tag{display:inline-block;width:20px;height:20px;border-radius:50%;border:1px solid;font-size:21px;line-height:14px;text-align:center}.component-sub-header .add-tag:hover{background:rgba(0,0,0,.2)}.component-body,.component-content{padding:15px}.component-body{min-height:10rem}@media (max-width:600px){.component-body,.component-content{padding:10px 0}}.component-sticky-title{position:sticky;top:52px;background:hsla(0,0%,100%,.99);z-index:1}.component-fixed{height:calc(100vh - 100px);overflow:auto}.component-fixed>.component-header{position:sticky;top:0;z-index:10}@media only print{.component-header{display:none}.component-sub-header{padding:15px 30px 15px 15px;background:transparent;color:var(--text-color)}}.toast-component{position:fixed;right:1rem;bottom:1rem;z-index:1000}.toast-component .toast-item{display:block;margin:5px auto 0;min-width:20rem;max-width:calc(100vw - 2rem);background:var(--pastal-green);color:#fff;font-size:1.5rem;padding:.5em .75em;border-left:4px solid rgba(0,0,0,.2)}@media (max-width:450px){.toast-component .toast-item{font-size:1rem}}.toast-component .toast-success{background:#32b643}.toast-component .toast-warning{background:#ffb700}.toast-component .toast-error{background:#e85600}.toast-component .toast-info{background:#5bc0de}.toast-component .toast-enter-active,.toast-component .toast-leave-active{transition:all .5s}.toast-component .toast-enter,.toast-component .toast-leave-to{opacity:0;transform:translate3d(2rem,0,0)}.grid-2{display:grid;grid-template-columns:1fr 1fr}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr}.grid-4{display:grid;grid-template-columns:repeat(4,1fr)}.grid-5,.grid-6{display:grid;grid-template-columns:repeat(5,1fr)}.grid-auto{display:grid;grid-auto-flow:column}.grid-auto-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-gap-1{grid-gap:1rem}.grid-gap-2{grid-gap:2rem}.innblocks-logo{display:inline-block;width:32px;height:32px;background:url(https://innblocks.com/media/innblocks.svg) no-repeat 50%;background-size:contain}.innblocks-img{aspect-ratio:1/1}.innblocks-img.theme,.innblocks-logo.theme{background-color:var(--theme-color)}.our-logo{align-items:center}.our-logo .icon{min-height:16px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;background:rgba(0,0,0,.01);aspect-ratio:1/1}.our-logo.theme .icon{background-color:var(--theme-color)}.our-logo i:first-child,.our-logo i:nth-child(5),.our-logo i:nth-child(9){background-color:rgba(0,0,0,.2)}.our-logo i:nth-child(2),.our-logo i:nth-child(6){background-color:rgba(0,0,0,.1)}.our-logo i:nth-child(7){background-color:rgba(0,0,0,.4)}.our-logo i:nth-child(4),.our-logo i:nth-child(8){background-color:rgba(0,0,0,.3)}.our-logo.logo44 .icon{height:44px}.our-logo.logo32 .icon{height:32px}.our-logo.logo100 .icon{height:100px}.our-logo{display:grid;grid-template-columns:auto 1fr;line-height:1}.our-logo-name{gap:.5em}.our-logo .img-wrapper{aspect-ratio:1/1;overflow:hidden}.our-logo.logo32 .img-wrapper{height:32px}.our-logo .img-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}:root{--button-background-disabled:linear-gradient(90deg,hsla(0,0%,100%,0.2) 0%,rgba(0,0,0,0.1) 51%,hsla(0,0%,100%,0.3)),linear-gradient(45deg,var(--theme-color),var(--theme-color))}.button,::file-selector-button,button{--button-background:var(--theme-color);inline-size:-moz-fit-content;inline-size:fit-content;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button,button{display:inline-block;padding:10px 20px;font-family:inherit;font-size:.87em;font-weight:400;line-height:1.25;color:hsla(0,0%,100%,.9);vertical-align:middle;text-transform:uppercase;text-decoration:none;border:none;border:1px solid transparent;border-radius:5px;cursor:pointer;background-image:linear-gradient(90deg,hsla(0,0%,100%,.2) 0,rgba(0,0,0,.1) 51%,hsla(0,0%,100%,.3)),linear-gradient(45deg,var(--button-background),var(--button-background));border-radius:5rem;transition:.5s;background-size:200% auto}button:hover{background-position:50%}.button:hover,button:hover{text-decoration:none;background-position:50%}button:not([disabled]):active{transform:scale(.98)}.button-cancel,.button-gray{color:rgba(0,0,0,.65);--button-background:rgba(0,0,0,0.05)}.button-gray:hover{color:hsla(0,0%,100%,.9)}.button-table{color:inherit;color:var(--button-background);background:rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.1)}table tr:hover .button-table{background:var(--button-background);color:hsla(0,0%,100%,.9)}table tr:hover .button-table:hover{background:var(--button-background-hover);color:hsla(0,0%,100%,.99)}.button-medium{font-size:.93rem;padding:3px 5px;border-radius:3px}.button-small{padding:3px 5px}.button-small,.button-x-small{font-size:.75rem;border-radius:2px}.button-x-small{padding:2px 4px}.button:disabled,button:disabled{background:var(--button-background-disabled)}.button-transparent{background:transparent;color:var(--theme-color)}.bar:before{content:"";min-height:5px;position:absolute;background:#fff;transform:translateX(-100%);animation:animate 2s infinite;animation-delay:1s}.button-loading{position:relative;overflow:hidden;background-color:var(--button-background-disabled)}.button-loading:before{content:"";min-height:5px;top:0;position:absolute;border-radius:3px;background:var(--accent-color);transform:translateX(-100%);animation:button-loading 2s infinite;animation-delay:.5s}.button-delete{--button-background:#ff4d4d}@keyframes button-loading{0%{transform:translateX(-100%);min-width:10%}50%{transform:translateX(100%);min-width:100%}to{transform:translateX(-100%);min-width:10%}}@media only print{.button,button{display:none!important}}table{--table-tfoot-bg:color-mix(in srgb,var(--theme-color),#fff 80%);--table-tfoot-color:rgba(0,0,0,0.5);--table-cell-bg:transparent}.table-print{--table-border-color:#bbb;--table-thead-bg:transparent;--table-thead-color:var(--text-color);--table-tfoot-bg:transparent;--table-tfoot-color:var(--text-color);--table-tfoot-border-color:var(--table-border-color)}.table-block{width:100%}.table,.table td,.table th{padding:10px 20px 10px 15px;border-collapse:collapse;border:.5px solid var(--table-border-color);font-size:inherit;font-family:inherit;font-weight:inherit;color:inherit}.table td,.table th{background-color:var(--table-cell-bg,transparent)}.table thead{--table-cell-bg:var(--table-thead-bg);color:var(--table-thead-color);text-align:center;position:sticky;inset-block-start:0;z-index:10}table tfoot{position:sticky;inset-block-end:0;z-index:11;--table-cell-bg:var(--table-tfoot-bg)}.table thead td,.table thead th{font-weight:500;font-size:.93rem;opacity:.9;xbox-shadow:0 0 1px rgba(0,0,0,.15)}.table .cell-align-center{text-align:center}.table-tight td,.table-tight th{padding:5px 10px}.table-xsmall,.table-xsmall td,.table-xsmall thead td,.table-xsmall thead th{padding:2px 4px;font-size:.8rem}.table th strong{font-weight:600}.table .right{text-align:right}.table-sticky-header thead th{position:sticky;background:#eee;top:50px}.table thead th.sort-active:before{content:"\002191";font-size:1.2rem;line-height:1.1}.table thead th.sort-active.sort-asc:before{content:"\002193"}.table tfoot{background:var(--table-tfoot-bg)}.table tfoot td,.table tfoot th{font-weight:400;font-size:.93rem;color:var(--table-tfoot-color);border:none;box-shadow:0 0 1px rgba(0,0,0,.15)}.table tbody tr:nth-child(2n){--table-cell-bg:rgba(0,0,0,0.03)}.table tbody th{font-weight:500;text-align:left;border-bottom:1px solid var(--theme-color)}.table tbody tr:hover td{--bgcolor:color-mix(in srgb,var(--accent-color),#fff 90%);background-image:linear-gradient(0deg,var(--bgcolor),var(--bgcolor))}.table .currency,.table .hours,.table .numbers{text-align:right;white-space:nowrap}.table .nowrap{white-space:nowrap}.table .currency span{display:inline-block;visibility:middle}.table .currency .value{min-width:80px;text-align:right}.table .currency .symbol{padding-right:10px;opacity:.45}.table .zero .value{opacity:.3}.table .updated-bg{background:var(--success-color);color:#fff}.table .options{list-style:none;margin:0;padding:0}.table .options li{display:inline-block;vertical-align:middle}.table .options li+li{margin-left:5px}.table .options li+li:before{content:"";display:inline-block;width:0;height:0;vertical-align:middle;border:3px solid #666;border-radius:100%;margin-right:10px}.table .options-buttons{list-style:none;margin:0;padding:0}.table .options-buttons li{display:inline-block;vertical-align:middle}.table .options-buttons a{display:inline-block;padding:0 5px;color:rgba(0,0,0,.5);border-radius:3px}.table tr:hover .options-buttons a{background:rgba(0,0,0,.05)}.table tr .options-buttons a:hover{background:var(--theme-color);color:hsla(0,0%,100%,.79);text-decoration:none}.table-opera{margin-bottom:2rem}.table-opera .date{background:#4d6480;color:#fff;text-align:left}.table-opera td{min-width:100px}.table-opera td+td{text-align:right}.table ul.tags{list-style:none;font-size:.83rem}.table ul.tags,.table ul.tags li{display:inline-block;margin:0;padding:0}table ul.tags li:nth-child(n+1){padding-left:5px}table ul.tags a{color:inherit;opacity:.5}table ul.tags a:hover{opacity:1;text-decoration:underline}table tr.highlight{border-top:4px solid var(--theme-color);font-weight:600;font-size:1.2rem}table td.highlight{background:linear-gradient(90deg,transparent,transparent 20%,var(--accent-color) 200%)}table tr.highlight-row td{background:color-mix(in srgb,var(--accent-color),#fff 30%)}table .highlight-cell{--repeating-color:color-mix(in srgb,var(--accent-color) 4%,#000 2%);background-image:repeating-linear-gradient(45deg,var(--repeating-color),var(--repeating-color))}table .border-left{border-left:1.5px solid rgba(0,0,0,.5)}table .border-bottom{border-bottom:1.5px solid rgba(0,0,0,.5)}table .border-top{border-top:1.5px solid rgba(0,0,0,.5)}table .muted{opacity:.5}table td.success{xcolor:var(--success-color);xcolor:#4c7e01}table td.error{color:#ed1c24}table td.strong{font-weight:500}table td.self-error{color:#ff00e8}table tr.weekday-fri td,table tr.weekday-sun td{xborder-top:2px solid rgba(0,70,125,.4)}table tr.weekday-fri td{background:linear-gradient(0deg,transparent,rgba(0,70,125,.18));border-bottom:none}table tr.weekday-sat td{border-top:none;background:linear-gradient(180deg,transparent,rgba(0,70,125,.18))}table tr.weekday-fri,table tr.weekday-sat{background:transparent!important}table span.weekday{display:inline-block;padding-left:5px}.table-container{overflow:auto}table .no-line-break{white-space:pre}@supports (-webkit-appearance:none) or (-moz-appearance:none){input[type=checkbox],input[type=radio]{--active:#275efe;--active-inner:#fff;--focus:2px rgba(39,94,254,0.3);--border:#bbc1e1;--border-hover:#275efe;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1rem;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1.4px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2,.85,.32,1.2)}input[type=checkbox]:disabled,input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}input[type=checkbox]:not(.switch),input[type=radio]:not(.switch){width:1rem}input[type=checkbox]:not(.switch):after,input[type=radio]:not(.switch):after{opacity:var(--o,0)}input[type=checkbox]:not(.switch):checked,input[type=radio]:not(.switch):checked{--o:1}input[type=checkbox]+label,input[type=radio]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}input[type=checkbox]:not(.switch){border-radius:3px}input[type=checkbox]:not(.switch):after{width:4px;height:10px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:1px;border-radius:1px;transform:rotate(var(--r,120deg))}input[type=checkbox]:not(.switch):checked{--r:43deg}input[type=checkbox].switch{width:38px;border-radius:11px}input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0))}input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7))}input[type=radio]:checked{--s:.5}}input{padding:.2rem .5rem;color:var(--text-color)}.input-wrap{display:inline-block}input,select,textarea{width:calc(100% - 2px);padding:.5rem;border:none;border-radius:3px;border-bottom:1px solid rgba(0,0,0,.4);background:rgba(0,0,0,.03)}input:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 2px 0 0 var(--theme-color);border-color:var(--theme-color)}input:disabled,select:disabled,textarea:disabled{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.03)}.inline-input .label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;margin:.5rem 0 1rem}input.currency,input.number{text-align:right}.list-details-component{display:grid;grid-template-columns:20em 1fr;grid-template-rows:1fr;grid-template-areas:"sidebar details";height:calc(100vh - 170px)}.list-details-component .list-container{grid-area:sidebar;background:linear-gradient(0deg,hsla(0,0%,100%,.98),hsla(0,0%,100%,.98)) var(--theme-color);overflow:auto}.list-details-component .details-container{grid-area:details;overflow:auto;position:relative}.list-details-component .component-header{position:sticky;top:0;z-index:1;background:var(--sub-header-background);color:var(--sub-header-color)}@media (max-width:450px){.list-details-component{grid-template-columns:1fr 0}.list-details-component.pane-open{grid-template-columns:0 1fr}}.loading{position:absolute;left:0;right:0;bottom:0;top:0;text-align:center;z-index:10000}.loading.loading-relative{position:relative;height:150px}.loading.loading-fixed{position:fixed}.loading .loading-container{position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;padding:20px 20px 10px;background:var(--alt-color);border-radius:3px;color:#fff}.loading .icon{display:inline-block;width:45px;height:45px;border-width:1px 3px 1px 2px;border-style:solid;box-sizing:border-box;border-radius:100%;animation:circle-2-spin 1s linear infinite}@keyframes circle-2-spin{to{transform:rotate(1turn)}}@media (width > 1600){::-webkit-scrollbar{width:15px;background-color:rgba(0,0,0,.03)}::-webkit-scrollbar:hover{background-color:rgba(0,0,0,.09)}::-webkit-scrollbar-thumb:vertical{background-color:rgba(0,0,0,.25);background-clip:padding-box;border:2px solid transparent;min-height:10px}::-webkit-scrollbar-thumb:vertical:active{background:rgba(0,0,0,.61)}}.admin-login-component,.admin-signup-component{position:relative;--button-background-disabled:linear-gradient(180deg,hsla(0,0%,100%,0.4),hsla(0,0%,100%,0.4)),linear-gradient(180deg,var(--theme-color),var(--theme-color))}.admin-login-component .our-logo,.admin-signup-component .our-logo{margin:0 0 .5rem}.admin-login-component .row,.admin-signup-component .row{margin:1rem 0}.admin-login-component .label,.admin-signup-component .label{display:block;text-align:left}.admin-login-component .center{text-align:center}.input-wrap{display:block}.admin-login-component .label-text,.admin-signup-component .label-text{display:block;line-height:1.3;padding-bottom:.2rem;opacity:.9}.admin-login-component button,.admin-signup-component button{width:100%}.admin-login-component .button:disabled{opacity:.7;cursor:pointer}.admin-login-component .input-error,.admin-signup-component .input-error{border-color:var(--danger-color)}.admin-login-component button,.admin-signup-component button{margin-top:10px}