@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Roboto,Arial,Helvetica,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-gray-200:#edf2f7;--color-gray-300:#e0e0e0;--color-primary:#3563eb;--color-background:#282c34;--color-secondary:#eb263a;--color-secondary-background:#282c34;--color-text:white;--color-primary-error:#bc1438;--color-primary-warning:#ff7e00;--color-primary-success:#2ba82d;--color-amount-negative:#c62828;--color-amount-positive:#2e7d32;--color-button-primary-background:var(--color-primary);--color-button-primary-color:var(--color-text);--color-button-secondary-background:var(--color-secondary);--color-button-secondary-color:var(--color-text);--color-button-default-background:#f7f7f7;--color-button-default-color:var(--color-background);--color-button-outline-primary-color:var(--color-primary);--color-button-outline-secondary-color:var(--color-secondary);--color-button-outline-default-color:#f7f7f7;--space-xxs:.25rem;--space-xs:.5rem;--space-s:.75rem;--space-m:1rem;--space-l:1.25rem;--space-xl:1.5rem;--space-xxl:2rem;--card-padding-x:var(--space-l);--card-padding-y:var(--space-xl);--heading-font-size-xl:2rem;--heading-font-weight-xl:700;--app-top-menu-height:64px}body{background-color:var(--color-background);color:var(--color-text)}[role=button]{cursor:pointer}.overflow-hidden{overflow:hidden}.absolute{position:absolute}.relative{position:relative}.inline-block{display:inline-block}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.rounded-full{border:0 solid #000;border-radius:9999px}.rounded{border:0 solid #000;border-radius:.25rem}.px-3{padding-left:var(--space-s);padding-right:var(--space-s)}.py-1{padding-top:var(--space-xxs);padding-bottom:var(--space-xxs)}.p-5{padding:var(--space-l)}.px-6{padding-left:var(--space-xl);padding-right:var(--space-xl)}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.text-sm{font-size:.875rem}.text-black{color:#000}.text-white{color:#fff}.font-semibold{font-weight:600}.text-gray-700{color:#4a5568}.text-green-900{color:#22543d}.text-red-900{color:#742a2a}.ml-2{margin-left:2px}.mr-2{margin-right:2px}.mt-2{margin-top:2px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mb-4{margin-bottom:4px}.mb-6{margin-bottom:6px}.mb-8{margin-bottom:8px}.w-full{width:100%}.text-left{text-align:left}.text-center{text-align:center}.bg-white{background:#fff}.flex{display:flex}.flex-row{flex-flow:row}.flex-wrap{flex-wrap:wrap}.flex-wrap>*{margin-bottom:6px}.flex-center{justify-content:center;align-items:center}.flex-toolbox{justify-content:flex-start;align-items:flex-end}.flex-start{justify-content:flex-start}.flex-panel>*{margin-right:8px}.flex-panel>:last-child{margin-right:0}.flex1{flex:1}.flex2{flex:2}.odd{background-color:#eee}.dashboard-main{width:100%;display:block}@media screen and (width>=512px){.dashboard-main{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;display:flex}.dashboard-main>*{width:350px;display:block}}@media screen and (width>=1024px){.dashboard-main>*{width:300px;display:block}}
