@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";:root{--color-primary: #da2027;--color-secondary: #57a145;--color-primary-dark: #fdc66c;--color-secondary-app: #37c9b4;--color-primary-app: #ba505a;--color-primary-light: #f9d3a6;--color-border: #00aaff;--color-link: #03607a;--color-black: #000000;--color-white: #ffffff;--color-grey-0: #fcfcfc;--color-grey-1: #f7f7fa;--color-grey-2: #f9f9f9;--color-grey-25: #e6f0ff;--color-grey-3: #e5e6ec;--color-grey-35: #6d6f78;--color-grey-4: #525252;--color-hint: #d1d2d9;--color-danger: #eb4242;--color-success: #3b6f13;--color-success-2: #0bc534;--shadow-1: 1px 6px 3px rgba(85, 85, 85, .11);--shadow-2: 1px 2px 3px rgba(85, 85, 85, .11);--shadow-3: 1px 1px 3px rgba(85, 85, 85, .11);--radius-md: 12px;--radius-lg: 16px;--radius-pill: 999px;--content-max-width: 1200px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Roboto,sans-serif;background:var(--color-white);color:var(--color-grey-4);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.container{width:min(100% - 32px,var(--content-max-width));margin:0 auto}.page{min-height:100%;background:var(--color-white)}.divider{height:1px;width:100%;background:var(--color-grey-3);opacity:.6}.scrollbar{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.scrollbar::-webkit-scrollbar{width:8px;height:8px}.scrollbar::-webkit-scrollbar-thumb{background:#0003;border-radius:8px}
