.container {
  max-width: 1180px;
  margin: 24px auto;
}

.header-section {
  margin-bottom: 24px;
}

.dashboard {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.96), rgba(15, 118, 110, 0.92)),
    #2563eb;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  color: #ffffff;
  padding: 34px;
  position: relative;
}

.dashboard h1,
.dashboard h3 {
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
}

.dashboard h1 {
  font-size: 30px;
  font-weight: 700;
}

.dashboard h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0.92;
}

.school-logo {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  height: 86px;
  margin-bottom: 16px;
  object-fit: cover;
  width: 86px;
}

.info-section {
  margin: 0 0 22px;
}

.section-header {
  border-bottom: 1px solid #d9e2ec;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.section-header span {
  font-size: 18px;
  font-weight: 700;
}

.styled-table {
  margin: 0;
  width: 100%;
}

.styled-table th,
.styled-table td {
  text-align: left;
}

.empty-text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
}
