div.Select .Control,div.Select.Borderless .Control{background-color:hsla(0,0%,100%,.8);border:0}div.Select .Control:hover,div.Select.Borderless .Control:hover{background-color:#fff;box-shadow:0 0 0 1px #c3e5d4}div.Select .Control:hover .Dropdown,div.Select.Borderless .Control:hover .Dropdown{opacity:1}div.Select .Control.Focused,div.Select.Borderless .Control.Focused{background-color:#fff;box-shadow:0 0 0 1px #11ab91}div.Select .Control.Focused .Dropdown,div.Select.Borderless .Control.Focused .Dropdown{opacity:1}div.Select .Dropdown{display:flex;padding:0 8px}div.Select .Dropdown svg{color:rgba(0,0,0,.67)}div.Select.Borderless .Control{background-color:transparent;border-radius:6px;min-height:auto;min-width:80px;padding:8px 4px}div.Select.Borderless .InputContainer,div.Select.Borderless .ValueContainer{margin:0;padding:0}div.Select.Borderless .SelectMenu{margin-top:4px}div.Select.Borderless .SelectMenu .Option.Focused{background-color:#ddf0e6}div.Select.Borderless .SelectMenu .Option.Selected{background-color:#11ab91}div.Select.Borderless .Dropdown{opacity:0}.Focused div.Select .Control .Dropdown,.Highlighted div.Select .Control .Dropdown{opacity:.5}.Button{align-items:center;background-color:rgba(0,0,0,.8);border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-weight:700;gap:8px;justify-content:center;padding:8px 16px;text-align:center;transition:opacity .4s,background-color .4s,color .4s}.Button svg{height:18px;width:18px}.Button:hover{background-color:rgba(0,0,0,.9)}.Button.Primary{background-color:#11ab91}.Button.Primary:hover{background-color:#11927c}.Button.Borderless{background-color:transparent;color:#11ab91;padding:8px}.Button.Borderless:hover{background-color:#fff}.Button.Large{padding:12px 16px}.Button.Large svg{height:20px;width:20px}.Button:disabled{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.15)}.rdp{--rdp-cell-size:40px;--rdp-accent-color:#00f;--rdp-background-color:#e7edff;--rdp-accent-color-dark:#3003e1;--rdp-background-color-dark:#180270;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:3px solid var(--rdp-accent-color);margin:1em}.rdp-vhidden{clip:rect(1px,1px,1px,1px)!important;-webkit-appearance:none;appearance:none;background:transparent;border:0;border:0!important;box-sizing:border-box;height:1px!important;margin:0;overflow:hidden!important;padding:0;padding:0!important;position:absolute!important;top:0;width:1px!important}.rdp-button_reset{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;color:inherit;cursor:default;font:inherit;margin:0;padding:0;position:relative}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){background-color:var(--rdp-background-color);border:var(--rdp-outline);color:inherit}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{border-collapse:collapse;margin:0;max-width:calc(var(--rdp-cell-size)*7)}.rdp-with_weeknumber .rdp-table{border-collapse:collapse;max-width:calc(var(--rdp-cell-size)*8)}.rdp-caption{align-items:center;display:flex;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{display:block;position:relative;text-align:center}.rdp-caption_dropdowns,.rdp-caption_label{display:inline-flex;position:relative}.rdp-caption_label{align-items:center;border:2px solid transparent;color:currentColor;font-family:inherit;font-size:140%;font-weight:700;margin:0;padding:0 .25em;white-space:nowrap;z-index:1}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rdp-nav_button{align-items:center;border-radius:100%;display:inline-flex;height:var(--rdp-cell-size);justify-content:center;padding:.25em;width:var(--rdp-cell-size)}.rdp-dropdown_month,.rdp-dropdown_year{align-items:center;display:inline-flex;position:relative}.rdp-dropdown{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;bottom:0;cursor:inherit;font-family:inherit;font-size:inherit;left:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:2}.rdp-dropdown[disabled]{color:inherit;opacity:1}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{font-size:.75em;font-weight:700;height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;vertical-align:middle}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;width:var(--rdp-cell-size)}.rdp-weeknumber{font-size:.75em}.rdp-day,.rdp-weeknumber{align-items:center;border:2px solid transparent;border-radius:100%;box-sizing:border-box;display:flex;height:var(--rdp-cell-size);justify-content:center;margin:0;max-width:var(--rdp-cell-size);overflow:hidden;width:var(--rdp-cell-size)}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{background-color:var(--rdp-accent-color);color:#fff;opacity:1}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-right-radius:0;border-top-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start),.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-left-radius:0;border-top-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-bottom-right-radius:0;border-top-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}.DateField{min-width:112px;position:relative}.DateField.Focused .Button,.DateField:hover .Button{opacity:1}.DateField input{padding-right:28px}.DateField .Button{bottom:0;margin:2px 0;opacity:0;padding:6px;position:absolute;right:10px;top:0;transition:opacity .3s}.DateField.Focused input{background-color:#fff;box-shadow:0 0 0 1px #11ab91}.DateFieldPopoverContent{padding:16px}.DateFieldPopoverContent .rdp{--rdp-cell-size:32px;color:#333231;margin:0}.DateFieldPopoverContent .rdp .rdp-caption_label{font-size:17px}.DateFieldPopoverContent .rdp button{font-size:.88rem}.DateFieldPopoverContent .rdp button:hover{background-color:#f3fbf7!important;color:#00543f}.DateFieldPopoverContent .rdp .rdp-nav svg{height:12px;width:12px}.DateFieldPopoverContent .rdp .rdp-day_selected,.DateFieldPopoverContent .rdp .rdp-day_selected:focus-visible,.DateFieldPopoverContent .rdp .rdp-day_selected:hover{background-color:#11ab91}.DateFieldPopoverContent .rdp .rdp-head_cell{color:rgba(0,0,0,.67);font-size:.82rem}.Fieldset{align-items:center;display:flex;gap:20px}.WeekInputs{border-radius:6px;box-shadow:0 0 0 1px rgba(0,0,0,.08);display:flex;margin-left:0;width:240px}.Highlighted .WeekInputs{box-shadow:none}.WeekInputs:hover{box-shadow:0 0 0 1px #c3e5d4}.WeekInputs .Input{border-radius:0;flex:1 1;font-size:.93em;margin:0!important;min-width:0;text-align:center}.WeekInputs .Input:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.WeekInputs .Input:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.WeekInputs .Input:hover{background-color:#f3fbf7!important;box-shadow:none}.WeekInputs .Input:focus{background-color:#fff!important;box-shadow:none}.WeekInputs.Focused{box-shadow:0 0 0 1px #11ab91}.WeekInputs.Focused .Input{background-color:#f7fcfa!important}.WeekInputs.Focused .Input:hover{background-color:#ddf0e6!important}.WeekInputs.Focused .Input:focus{background-color:#fff!important}.ActivityList{margin:0 auto;max-width:1024px;width:100%}.ActivityList .Cell.Client{min-width:180px}.ActivityList .Cell.Type{min-width:162px}.ActivityList .Cell.Total{min-width:80px;text-align:right}.ActivityList .Cell.Total .Input{width:64px}.ActivityList .Cell.Details{min-width:288px}.ActivityRow{display:table-row}.ActivityRow .TotalCol .Input{min-width:88px;text-align:right}.ActivityRow .Unit{color:rgba(0,0,0,.7)}.ActivityRow .Unit:before{content:" "}.EditTable{border-collapse:initial;border-spacing:0;display:table;max-width:1024px;width:100%}.EditTable .Cell.Date{min-width:108px}.EditTable thead .Cell{color:rgba(0,0,0,.45);font-size:.88rem;font-weight:800;line-height:20px;padding:12px;white-space:nowrap}.EditTable thead .Cell:first-child{padding-left:24px}.EditTable thead .Cell:last-child{padding-right:24px}.EditTable tbody .Cell{background-color:#fff;border:1px solid transparent;border-bottom-color:rgba(0,0,0,.05);padding:12px;vertical-align:middle;white-space:nowrap}.EditTable tbody .Cell .Input,.EditTable tbody .Cell .Select{margin-left:-8px;margin-right:-8px;width:100%}.EditTable tbody tr .Cell:first-child{border-left-color:rgba(0,0,0,.05);padding-left:24px}.EditTable tbody tr .Cell:last-child{border-right-color:rgba(0,0,0,.05);padding-right:24px}.EditTable tbody tr:first-child .Cell{border-top-color:rgba(0,0,0,.05)}.EditTable tbody tr:first-child .Cell:first-child{border-top-left-radius:6px}.EditTable tbody tr:first-child .Cell:last-child{border-top-right-radius:6px}.EditTable tbody tr:last-child .Cell{border-bottom-color:rgba(0,0,0,.05)}.EditTable tbody tr:last-child .Cell:first-child{border-bottom-left-radius:6px}.EditTable tbody tr:last-child .Cell:last-child{border-bottom-right-radius:6px}.EditTable tbody tr.Focused .Cell,.EditTable tbody tr.Highlighted .Cell{background-color:#f3fbf7}.EditTable tbody tr.Focused .Cell .Select .Control,.EditTable tbody tr.Focused .Cell input,.EditTable tbody tr.Highlighted .Cell .Select .Control,.EditTable tbody tr.Highlighted .Cell input{background-color:#fff;border-color:rgba(0,0,0,.05)}.EditTable tbody .BtnCol{width:8px}.EditTable tbody .Button{color:rgba(0,0,0,.25);padding-left:12px;padding-right:12px}.EditTable tbody .Button:hover{background-color:#11ab91;color:#fff}.EditTable tbody .Button.DrilldownButton{color:#11ab91}.EditTable tbody .Button.DrilldownButton:hover{background-color:#11ab91;color:#fff}.App .Button.EditTableDeleteButton:hover{background-color:#c44a41;color:#fff}.Zero{background-color:#f2f1f0;border:1px solid rgba(0,0,0,.1);border-radius:6px;margin:48px auto 0;max-width:820px;padding:32px}.Zero .Image{margin-bottom:24px;opacity:.75;text-align:center}.Zero .Image svg{max-width:720px;width:100%}.Zero .Body{color:rgba(0,0,0,.45);font-size:1.29rem;line-height:1.33em;margin:auto;max-width:708px;text-align:center}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-block-size:100%;max-inline-size:100%}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::-webkit-input-placeholder{color:inherit}::placeholder{color:inherit}::marker{content:normal}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;-webkit-line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333231;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:17px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1{font-size:1.88rem;font-weight:900;margin-bottom:16px}table{border-collapse:collapse}th{font-weight:700}a{color:#11ab91}a:hover{color:#11927c}strong{font-weight:600}input,textarea{background-color:hsla(0,0%,100%,.8);border:0;border-radius:6px;color:#333231;font-size:1rem;padding:8px}.Stealth input,.Stealth textarea,input.Stealth,textarea.Stealth{background-color:transparent}input:hover,textarea:hover{background-color:#fff;box-shadow:0 0 0 1px #c3e5d4}input:focus,textarea:focus{background-color:#fff;box-shadow:0 0 0 1px #11ab91}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number],textarea[type=number]{-moz-appearance:textfield}label{font-weight:700}.App{background-color:#f9f8f7;display:flex;flex-direction:row;gap:24px;height:100%;position:absolute;width:100%}.App>*{padding:32px 24px}.App>main{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;overflow:auto}.App>main>*{flex:1 1}.App>main>footer{flex:0 1}.App.Loading>main{align-items:center;font-size:125%}.App.Loading>main>div{display:flex;flex-direction:column;justify-content:center}.PopoverTrigger{background-color:#fff;border:0;border-radius:4px}.PopoverContent{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.16,1,.3,1);animation-timing-function:cubic-bezier(.16,1,.3,1);background-color:#fff;border-radius:6px;box-shadow:0 0 1px rgba(0,0,0,.16),0 2px 4px rgba(0,0,0,.08),0 4px 24px rgba(0,0,0,.08);will-change:transform,opacity}.PopoverContent:focus{box-shadow:0 0 1px rgba(0,0,0,.16),0 2px 4px rgba(0,0,0,.08),0 4px 24px rgba(0,0,0,.08),0 0 0 1px #11ab91}.PopoverContent[data-state=open][data-side=top]{-webkit-animation-name:slideDownAndFade;animation-name:slideDownAndFade}.PopoverContent[data-state=open][data-side=right]{-webkit-animation-name:slideLeftAndFade;animation-name:slideLeftAndFade}.PopoverContent[data-state=open][data-side=bottom]{-webkit-animation-name:slideUpAndFade;animation-name:slideUpAndFade}.PopoverContent[data-state=open][data-side=left]{-webkit-animation-name:slideRightAndFade;animation-name:slideRightAndFade}@-webkit-keyframes slideUpAndFade{0%{opacity:0;-webkit-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUpAndFade{0%{opacity:0;-webkit-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideRightAndFade{0%{opacity:0;-webkit-transform:translateX(-2px);transform:translateX(-2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideRightAndFade{0%{opacity:0;-webkit-transform:translateX(-2px);transform:translateX(-2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideDownAndFade{0%{opacity:0;-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideDownAndFade{0%{opacity:0;-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideLeftAndFade{0%{opacity:0;-webkit-transform:translateX(2px);transform:translateX(2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideLeftAndFade{0%{opacity:0;-webkit-transform:translateX(2px);transform:translateX(2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.PopoverArrow{fill:#eee}::-webkit-input-placeholder{color:rgba(0,0,0,.15)}::placeholder{color:rgba(0,0,0,.15)}.Error{color:#c44a41;font-weight:500}.Screen header{align-items:center;display:flex;flex-direction:row;margin:0 0 24px}.Screen header h1{flex:1 1;margin:0}.Card{background-color:#f2f1f0;border:1px solid rgba(0,0,0,.05);border-radius:6px}.SimpleForm,.SimpleForm section{display:flex;flex-direction:column;gap:16px;justify-content:stretch}.SimpleForm section.Sectioned,.SimpleForm.Sectioned{background-color:rgba(0,0,0,.05);gap:1px}.SimpleForm section,.SimpleForm section section{background-color:#f2f1f0;padding:24px}@media only print{html{margin:.5in}.App{background-color:#fff;position:static!important}nav{display:none!important}main{padding:0!important}main footer{display:none}.Screen{max-width:none!important}}.Tooltip{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.16,1,.3,1);animation-timing-function:cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.55);border-radius:6px;box-shadow:0 0 1px rgba(0,0,0,.16),0 2px 4px rgba(0,0,0,.08),0 4px 24px rgba(0,0,0,.08);color:#fff;font-size:.82rem;font-weight:500;line-height:20px;max-width:304px;padding:12px 16px;-webkit-user-select:none;user-select:none;will-change:transform,opacity;z-index:9999}.Tooltip[data-state=delayed-open][data-side=top]{-webkit-animation-name:slideDownAndFade;animation-name:slideDownAndFade}.Tooltip[data-state=delayed-open][data-side=right]{-webkit-animation-name:slideLeftAndFade;animation-name:slideLeftAndFade}.Tooltip[data-state=delayed-open][data-side=bottom]{-webkit-animation-name:slideUpAndFade;animation-name:slideUpAndFade}.Tooltip[data-state=delayed-open][data-side=left]{-webkit-animation-name:slideRightAndFade;animation-name:slideRightAndFade}.TooltipArrow{fill:rgba(0,0,0,.55)}.Field{display:flex;flex-direction:column;gap:4px;justify-content:stretch;width:100%}.Field label{font-weight:700}.Field .StaticInput{color:rgba(0,0,0,.45)}.Row{flex-direction:column}.Row,.RowContent{display:flex;gap:8px}.RowContent{align-items:center;flex-direction:row}.RowContent.AlignTop{align-items:flex-start}.RowContent.AlignBottom{align-items:flex-end}.RowContent>*{flex:1 1}.ClientView{overflow:hidden}.ClientView section{border:solid rgba(0,0,0,.009);border-width:0 0 1px;gap:24px;padding:16px}.ClientView .Title input{font-size:1.12rem;font-weight:700}.ClientView .EditTableDeleteButton{align-self:stretch;color:rgba(0,0,0,.45);flex:0 1;padding-left:12px;padding-right:12px}.ClientView label{color:rgba(0,0,0,.67);font-size:.82rem}.ClientView .Tag{color:rgba(0,0,0,.15);font-size:.76rem;font-weight:900;text-transform:uppercase}.ClientView .Hint{color:rgba(0,0,0,.45);font-size:.82rem;line-height:20px}.ClientList{margin:0 auto;max-width:1024px;width:100%}.ClientList .Content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));max-width:1600px}.ClientList .Content>*{min-height:360px}.ClientList .Content .AddButton{background-color:rgba(0,0,0,.05);border:2px dashed rgba(0,0,0,.1);color:#11ab91}.InvoiceRow.Paid .Cell>*{opacity:.5}.InvoiceRow.Paid .Cell>.Select,.InvoiceRow.Paid .Cell>.StatusInput{opacity:1}.InvoiceRow.Paid .Cell>.Select .Control,.InvoiceRow.Paid .Cell>.StatusInput .Control{opacity:.67}.InvoiceRow.Sent .Cell{font-weight:500}.InvoiceList{margin:0 auto;max-width:1024px;width:100%}.InvoiceList tbody .Id,.InvoiceList thead .Id{min-width:72px}.InvoiceList tbody .Date,.InvoiceList thead .Date{width:100px}.InvoiceList tbody .Items,.InvoiceList thead .Items{text-align:right;width:32px}.InvoiceList tbody .Status,.InvoiceList thead .Status{min-width:116px}.InvoiceList tbody .Amount,.InvoiceList thead .Amount{text-align:right}.InvoiceView{align-items:center;display:flex;flex-direction:column;gap:32px;width:100%}.InvoiceView .Toolbar>div{align-items:center;background-color:#f2f1f0;border:1px solid rgba(0,0,0,.05);border-radius:100px;box-shadow:0 0 1px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:center;overflow:hidden}.InvoiceView .Content{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:800px;width:100%}.InvoiceView .Content header{align-items:top;display:flex;flex-direction:row;font-size:1.25em;gap:96px;margin:0}.InvoiceView .Content header h1{color:#11ab91;flex:1 1;font-size:2em;font-weight:900;margin:0}.InvoiceView .Content .Parties{display:flex;flex-direction:row;gap:24px}.InvoiceView .Content .Parties>*{display:flex;flex:1 1;flex-direction:column;gap:4px;white-space:pre-line}.InvoiceView .Content .Parties h3{font-weight:700}.InvoiceView .Content table{border-collapse:collapse}.InvoiceView .Content table th{white-space:nowrap}.InvoiceView .Content table .Cell.Highlight,.InvoiceView .Content table thead th{background-color:#f3fbf7}.InvoiceView .Content table .Cell{border:1px solid rgba(0,0,0,.1);padding:8px}.InvoiceView .Content table .Cell.Highlight{font-weight:500}.InvoiceView .Content table .HoursCol,.InvoiceView .Content table .RateCol,.InvoiceView .Content table .TotalCol{text-align:right;width:96px}.InvoiceView .Content .Attribution{align-items:center;display:flex;flex-direction:column}.InvoiceView .Content .Attribution>div{background-color:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.05);border-radius:6px;padding:12px 32px}.InvoiceView .Content .Attribution p{color:rgba(0,0,0,.67);font-size:.82rem;font-weight:500;line-height:20px;text-align:center}.InvoiceView .Content .Attribution p a{color:#009179}.InvoiceView .ExtraFields{margin-top:8px}@media only print{.InvoiceView .Toolbar{display:none}}.Login{display:flex;flex-direction:column;height:100%;width:100%}.Login main{align-items:center;display:flex;flex:1 1;gap:64px;margin:24px auto}.Login main h3{color:rgba(0,0,0,.7);font-size:1.5rem}.Login main header{margin-bottom:24px;width:380px}.Login main header h1{color:rgba(0,0,0,.9);font-size:4rem;margin:0;position:relative}.Login main header h1 span{display:none}.Login main header h1 .PrereleaseBadge{background-color:#009179;border-radius:4px;color:#fff;font-size:.82rem;font-weight:700;line-height:20px;padding:2px 8px;position:absolute;right:0;top:-4px}.Login main header h3{font-size:2rem;font-weight:500}.Login main header p{color:rgba(0,0,0,.45);font-size:1.29rem;line-height:1.5em;margin-top:24px}.Login main .LoginBox{border-radius:12px;margin-bottom:24px;min-width:360px}.Login main .LoginBox.AwaitingVerify{display:flex;flex-direction:column;justify-content:center;max-width:480px;min-height:344px;padding:48px}.Login main .LoginBox.AwaitingVerify h3{font-weight:700}.Login main .LoginBox.AwaitingVerify p{color:rgba(0,0,0,.67);font-size:1.12rem;line-height:24px;margin:12px 0}.Login main .Buttons{text-align:center}.Login main .TabsList{border-radius:12px 12px 0 0;display:flex;flex-shrink:0}.Login main .TabsTrigger{align-items:center;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),0 1px 0 0 rgba(0,0,0,.05);cursor:pointer;display:flex;flex:1 1;height:48px;justify-content:center;line-height:1;padding:0 20px;-webkit-user-select:none;user-select:none}.Login main .TabsTrigger:first-child{border-top-left-radius:12px}.Login main .TabsTrigger:last-child{border-top-right-radius:12px}.Login main .TabsTrigger:hover{background-color:#fff}.Login main .TabsTrigger[data-state=active]{background-color:#ddf0e6;box-shadow:inset 0 -1px 0 0 #11ab91,0 1px 0 0 #11ab91;color:#11927c;font-weight:600}.Login main .TabsTrigger:focus{box-shadow:#11ab91;position:relative}.Login main .TabsContent{border-bottom-left-radius:6px;border-bottom-right-radius:6px;flex-grow:1;outline:none;padding:24px}.Login main .TabsContent:focus{box-shadow:0 0 0 2px #11ab91}.Login main form{align-items:center;display:flex;flex-direction:column;gap:32px}.Login main .Sticky{background-color:#ffd;border-radius:6px;box-shadow:0 0 1px rgba(0,0,0,.16),0 2px 4px rgba(0,0,0,.08),0 4px 24px rgba(0,0,0,.08);margin:-16px auto 0;max-width:312px;padding:8px 16px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}.Login main .Sticky p{font-weight:500;line-height:1.5em;padding:8px 0}footer{color:rgba(0,0,0,.45);font-size:.82rem;line-height:20px;text-align:center}.ProfileView{margin:0 auto;max-width:640px;width:100%}nav.Nav{border:solid rgba(0,0,0,.1);border-width:0 1px 0 0;display:flex;flex-direction:column;gap:16px;min-width:240px;padding-left:24px;padding-right:24px}nav.Nav .NavItem{align-items:center;border:1px solid transparent;border-radius:6px;color:#333231;display:flex;font-weight:600;gap:16px;justify-content:left;padding:12px 16px}nav.Nav .NavItem svg{height:24px;width:24px}nav.Nav .NavItem:hover{background-color:#fff}nav.Nav .NavItem.Current{background-color:#fff;border-color:rgba(0,0,0,.05);color:#009179}nav.Nav h1{margin-bottom:29px;text-align:center}nav.Nav h1 span{display:none}nav.Nav h1 svg{color:rgba(0,0,0,.9);width:168px}nav.Nav .BottomBar{display:flex;flex-direction:row;gap:12px}nav.Nav .BottomBar .Button{flex:1 1;justify-content:center}nav.Nav .BottomBar .Button:hover{background-color:rgba(0,0,0,.8);color:#fff}
/*# sourceMappingURL=main.bbaac413.css.map*/