.dashboard {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline: var(--inline-pad);
}
.dashboard p {
  font-size: 0.8rem;
}
.dashboard #dataTable_wrapper,
.dashboard #pedidoTable_wrapper {
  overflow-x: auto;
}
.dashboard #dataTable_wrapper .dt-search,
.dashboard #pedidoTable_wrapper .dt-search {
  display: none;
}
.dashboard .enrollment-form > div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard .enrollment-form > div:not(:first-of-type) {
  flex-direction: row;
}
.dashboard button {
  cursor: pointer;
}

.dashboard-page h1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.dashboard-page #new-student-form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
  padding: 1rem;
  border: 1px solid #000;
}
.dashboard-page #new-student-form > div:nth-child(4) .select2 {
  min-width: 30%;
}

.dash-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.dash-menu li a {
  display: flex;
  gap: 0.5rem;
}

.dash-menu a:hover svg {
  stroke: #fff;
}

.dash-menu .icon {
  transition: 0s;
}

table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

.detalhes-pedido {
  display: none;
}

.detalhes-pedido td {
  background-color: #f9f9f9;
  padding: 10px;
}

.details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-wrapper ul {
  list-style: none;
}

.details-wrapper div {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=dashboard.css.map */
