@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color0:#00eba5;--color1:#70ffbe;--color2:#2bfd9b;--color3:#00ec7e;--color4:#00a658;--color5:#076039;--color6:#00371e;--black:#1d1d1d;--white:#eaeaea;--light-gray:#e2e2e2;--gray:#2e2e2e;--red:#ff0043;--yellow:#caaf00;--orange:orange;--background:var(--light-gray);--text:var(--black);--header-footer-background:var(--color0);--background-button:var(--color3);--contrast:var(--color4);--background-home-card:var(--color1);--border-home-card:var(--background);--text-home-card:var(--color6);--button-home-card:var(--color3);--background-filters:var(--color1);--title-register-form:var(--color5);--text-register-form:var(--color5);--title-account-classes:var(--color4);--background-button-add-to-instructor:var(--color2);--border-table-schedules:var(--color6);--border-table-schedules-days:var(--color6);--configs-sections-background:rgba(0,0,0,.2)}body{width:100%;height:100%;min-height:100vh;background-color:var(--light-gray);font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body#dark-theme{--background:var(--black);--text:var(--light-gray);--header-footer-background:#000;--background-button:var(--color6);--contrast:var(--color2);--background-home-card:transparent;--border-home-card:#fff;--text-home-card:var(--white);--button-home-card:var(--color6);--background-filters:var(--color4);--title-register-form:var(--color2);--text-register-form:var(--color3);--title-account-classes:var(--color3);--background-button-add-to-instructor:var(--color4);--border-table-schedules:var(--color1);--border-table-schedules-days:var(--color2);--configs-sections-background:hsla(0,0%,100%,.2);background-color:var(--gray)}nav>a#page-account-actual{font-weight:600;color:var(--color4);background-color:var(--color1);border-left-color:var(--color4)}@media only screen and (min-width:715px){aside.show-mobile-nav{display:none}}.mobile-nav{display:none;flex-direction:column;align-items:flex-end;gap:10px;position:absolute;top:70px;right:0;z-index:3;background-color:var(--header-footer-background);border-radius:0 0 5px 5px;transition:all .2s ease-in}.show-mobile-nav{display:flex;width:auto;padding:10px 20px;animation:mobileNavOpacity .2s ease-out forwards}@media only screen and (max-width:370px){.show-mobile-nav{padding:10px}}@keyframes mobileNavOpacity{0%{opacity:0}to{opacity:1}}