@keyframes stepperAppear{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.stepper-appear-animation{animation:stepperAppear .3s ease-out forwards;opacity:0}@font-face{font-family:Geist-sans;src:url(/public/fonts/Geist-Black.ttf);font-weight:400;font-style:normal}*{box-sizing:border-box;padding:0;margin:0}h1{font-family:var(--font-geist)!important}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont;max-width:100%;display:flex;background-color:#f8f7f5;padding:0!important;width:100%}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}p{margin:1em 0}::-webkit-scrollbar{display:none}.show-scrollbar::-webkit-scrollbar{display:block;width:8px}.show-scrollbar::-webkit-scrollbar-track{background:#dedede;border-radius:8px;margin-right:4px}.show-scrollbar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;padding:4px 0}.show-scrollbar::-webkit-scrollbar-thumb:hover{background:#a8a8a8;cursor:pointer}.sticky{top:32px}.sticky,.sticky-focused{position:-webkit-sticky;position:sticky}.sticky-focused{top:89px}.flexColumn{display:flex;flex-direction:column}.flexRow{display:flex;gap:4px}@keyframes grow{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.grow-animation{animation:grow 2s infinite}.fade-height-enter{opacity:0;height:0}.fade-height-enter-active{opacity:1;height:auto;transition:opacity .4s,height .5s ease-in-out}.fade-height-exit{opacity:1;height:auto;transition:1s ease-in-out}.fade-height-exit-active{opacity:0;height:0;transition:opacity .4s,height .5s ease-in-out}.fade-in{opacity:0!important}.fill{font-variation-settings:"FILL"}.success-true{background-color:#12b76a!important}.error-true{background-color:#a23039;&:hover{background-color:#a23039;box-shadow:none}}.recharts-surface{overflow:visible}