@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap";:root{--font-family-title: "Poppins", sans-serif;--font-family-main: "Roboto", sans-serif;--font-size: 12px;--neutral-color: #acacac21;--neutral-color-dark: #acacac81;--neutral-color-active: #001f32a1;color-scheme:light dark;--font-size-900: clamp(1.75rem, 2.5vw + 1.2rem, 2.5rem);--font-size-800: clamp(1.55rem, 2.5vw + .75rem, 1.75rem);--font-size-700: clamp(1.35rem, 2.5vw + .5rem, 1.45rem);--font-size-600: clamp(1.15rem, 2.5vw + .45rem, 1.3rem);--font-size-500: clamp(1.1rem, 2.5vw + .4rem, 1.1rem);--font-size-400: clamp(.9rem, 2.5vw + .35rem, 1.05rem);--font-size-300: clamp(.85rem, 2.5vw + .25rem, 1rem);--font-size-200: clamp(.8rem, 2.5vw + .2rem, .9rem);--font-size-100: clamp(.75rem, 2.5vw + .15rem, .85rem);--font-size-50: clamp(.5rem, 2vw + .1rem, .8rem);--padding-x-main-elements: clamp(1.25rem, 3vw + .5rem, 2.5rem);--margin-main-elements: 1.5rem;--sidebar-width: 21.875rem;--sidebar-collapsed-width: 6rem;--header-height: 5rem;--estudy-bg-color: #054568;--xxl-border-radius: 32px;--xl-border-radius: 24px;--lg-border-radius: 16px;--md-border-radius: 12px;--sm-border-radius: 6px;--xs-border-radius: 4px;--transition-slow: .5s;--transition-normal: .3s;--transition-fast: .15s;--overlay-background: rgba(0, 0, 0, .65);--z-index-900: 900;--z-index-800: 800;--z-index-700: 700;--z-index-600: 600;--z-index-500: 500;--z-index-400: 400;--z-index-300: 300;--z-index-200: 200;--z-index-100: 100;--elements-max-width: 45rem}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family-main)}html,body,#root,.c-app{height:100vh;width:100%;font-size:var(--font-size);height:-webkit-fill-available;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.c-app{display:flex;position:relative;overflow:hidden}h1,h2,h3,h4,h5,h6,th{font-weight:600;font-family:var(--font-family-title)}p,small,strong,span,pre,ul,ol,li,code,dl,dt,button,a,td{font-weight:400;font-family:var(--font-family-main)}h1{font-size:var(--font-size-900)}h2{font-size:var(--font-size-800)}h3{font-size:var(--font-size-700)}h4{font-size:var(--font-size-600)}h5{font-size:var(--font-size-500)}h6{font-size:var(--font-size-400)}p,pre,li,button,a{font-size:var(--font-size-300)}small{font-size:var(--font-size-200)}.MuiButton-root{text-transform:none;border-radius:var(--sm-border-radius);font-family:var(--font-family-title)}.MuiButton-root.MuiButton-sizeSmall{font-size:var(--font-size-100);padding-inline:.75rem}.MuiButton-root.MuiButton-sizeMedium{font-size:var(--font-size-300);padding-inline:1.25rem;height:2.75rem}.MuiButton-root.MuiButton-sizeLarge{font-size:var(--font-size-400);padding-inline:1.75rem;font-weight:500;height:3.5rem}@media (max-width: 319px){:root{--font-size: 10px}}@media (min-width: 768px){:root{--font-size: 13px}}@media (min-width: 1024px){:root{--font-size: 14px}}::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background-color:var(--neutral-color-dark)}::-webkit-scrollbar-thumb{background-color:#9d9d9d}::-webkit-scrollbar-thumb:hover{background-color:#7f7f7f}
