/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  line-height: 1;
  font-family: "Inter", sans-serif;
  background: var(--color-page-bg);
  color: var(--color-text);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Layout principal */
.main-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  background: var(--color-surface);
}
.dashboard-main-content{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  background: var(--color-surface);
}

.content-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  padding: 0 40px;
}
.div-potuacao{
  display: flex;
  width: 430px;
  height: 888px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;

}
/* Navbar */
.navbar-top {
  border-bottom: 1px solid var(--color-border-muted);
  background: var(--color-nav-primary);
  display: flex;
  padding: 12px 40px;
  justify-content: space-between;
  align-items: center;
}

.navbar-top a {
  text-decoration: none;
  color: var(--color-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}

.navbar-top a.active {
  text-decoration: none;
  color: var(--color-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}

.navbar-top-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-sup-profile{
display: flex;
justify-content: flex-end;
align-items: center;
gap: 20px;
}
.theme-toggle{
width: 24px;
height: 24px;
aspect-ratio: 1/1;
fill: rgba(0, 0, 0, 0.00);
background: transparent;
border:none
}

.navbar-top-profile {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.navbar-top-name {
  color: var(--color-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar-top-img {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid var(--color-border);
  background: lightgray 50% / cover no-repeat;
}

/* Cadastro */
.register {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  margin: 0 40px;
}

.input-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.inputs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.input-register {
  display: flex;
  width: 210px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--color-border-muted);
  color: var(--color-text-soft);
  background: var(--color-page-bg);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.save-button {
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--color-primary);
  border: none;
  cursor: pointer;
}

.save-button:hover {
  background: var(--color-primary-hover);
}

.save-button:active {
  background: var(--color-primary-active);
}

.save-button-text {
  background: transparent;
  border: none;
  color: var(--color-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  cursor: pointer;
}

.main-title-text {
  align-self: stretch;
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Bloco atividades + summary */
.content-box-activities {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin: 0 40px;
}

.activities {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.activities-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.activities-title-text {
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filters {
  display: flex;
  padding-right: 16px;
  align-items: center;
  gap: 16px;
}

.activities-title-filter {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
}

.activities-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

/* Cards de atividade */
.activities-cards {
  display: flex;
  padding: 18px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--card-border-color);
  background: var(--shadow-card);
  box-shadow: 0 0 6px 0 var(--shadow-card);
}

.activities-cards-box {
  display: flex;
  width: 111px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}

.activities-cards-label {
  align-self: stretch;
  color: var(--color-text-muted);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.activities-cards-text {
  align-self: stretch;
  color: var(--color-text-soft);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.activities-cards-status {
  display: flex;
  width: 141px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #b42f2f;
}

.activities-cards-status-text {
  color: #f9f9f9;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.activities-svg-edit {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Summary */
.summary {
  display: flex;
  width: 440px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.summary-title {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.summary-title-text {
  height: 39px;
  flex: 1 0 0;
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.summary-subjects {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.summary-subjects-score {
  display: flex;
  padding: 18px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: var(--shadow-card);
  box-shadow: var(--shadow-card);
}

.summary-subjects-score-final {
  display: flex;
  align-items: center;
  gap: 20px;
}

.summary-subjects-score-final-period {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.summary-subjects-score-final-anual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}