.gradePageHeader {
  display: flex;
  flex-direction: row;
  margin: 20px auto;
  width: auto;
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(135deg,
      rgba(50, 100, 225, 0.6) 20%,
      rgba(50, 100, 225, 0.3) 40%,
      rgba(50, 100, 225, 0.6) 60%,
      rgba(50, 100, 225, 0.3) 80%,
      rgba(50, 100, 225, 0.6) 100%);
  border: 1px solid rgba(50, 100, 225, 0.8);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.studentGrade {
  width: 130px;
  height: 130px;
  margin: 5px;
  border-radius: 10px;
  z-index: 3;
  padding: 5px;
  background-color: rgb(202, 222, 240, 0.9);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.studentGrade h5,
.gradeBreakdown h5 {
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
  padding: 2px;
  background-color: rgb(50, 100, 225);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.gradeInfo {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0px 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.grade-text {
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: white;
  margin-top: 40px;
}

.gradeDetailsSection {
  display: flex;
  height: 95%;
  margin: 5px;
}

#gradePercentage {
  background: linear-gradient(135deg,
      rgba(50, 100, 225, 0.7) 50%,
      rgba(210, 225, 250, 0.6) 100%);
  backdrop-filter: blur(2px);
}

#gradePercentageGradePage {
  background-color: rgb(50, 100, 225, 0.9);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

#gradePercentageGradePageInstructor {
  background-color: rgb(50, 100, 225, 0.9);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.gradeBreakdown {
  width: 320px;
  height: 250px;
  margin: 0px 5px;
  border-radius: 10px;
  z-index: 3;
  padding: 5px;
  background-color: rgb(210, 225, 250);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.doughnutCurveGrade {
  margin-top: 40px;
  border-radius: 50%;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.8);
}

.assessments {
  padding: 10px;
  border-bottom: 1px solid rgb(50, 100, 225);
  border-radius: 5px;
}

.totalGradeBox {
  padding: 10px;
  width: 85%;
  margin: 0px auto;
  background-color: rgb(50, 100, 225, 0.3);
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.assessmentRow {
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
}

.totalGradeRow {
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
}

.assessmentName {
  margin: auto 0px;
  font-size: 12px;
  font-weight: bold;
}

.assessments button {
  padding: 5px;
  margin: 2px;
  color: rgb(50, 100, 225);
  background-color: rgb(210, 225, 250);
  border-radius: 5px;
  cursor: pointer;
  font-size: 11px;
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s ease, color 0.3s ease;
}

.assessments button:hover {
  color: white;
  background-color: rgb(50, 100, 225);
}

.details-button.active {
  color: white;
  background-color: rgb(50, 100, 225);
}

.bell-curve-container {
  height: 350px;
  position: relative;
  background: rgb(238, 249, 255);
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out,
    margin 0.5s ease-in-out;
}

.myBarGraphInfo {
  width: 200px;
  padding: 5px 10px;
  margin: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
  background-color: rgb(50, 100, 225);
  line-height: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.bell-curve-container-row {
  display: flex;
  align-items: flex-start;
}

.bellCurveHeading {
  padding: 5px;
  font-size: 14px;
  color: rgb(50, 100, 225);
}

.gradeDetails {
  display: flex;
  align-self: start;
  width: 300px;
  justify-content: space-between;
}

.marks {
  justify-content: left;
  font-size: 12px;
  margin: auto 10px;
}

.totalGradePercentage {
  margin: auto 5px;
}

.assessmentStatus {
  font-size: 11px;
}

.totalGrade {
  font-size: 12px;
  padding: 5px;
  padding-right: 15px;
  color: white;
  background-color: rgb(50, 100, 225);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

form {
  display: flex;
  align-items: center;
}

label {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

input[type="checkbox"] {
  cursor: pointer;
  accent-color: rgb(50, 100, 225);
}

.analyticsFlexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.analyticsSection {
  padding: 10px 20px;
  margin: 20px auto;
  border-radius: 10px;
  border: 1px solid rgb(50, 100, 225, 0.7);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.analyticsSection li {
  list-style-type: none;
}

.quizHomeworkSection {
  display: flex;
  flex-direction: row;
}

#course-section {
  background: linear-gradient(135deg,
      rgba(0, 161, 255, 0.3) 20%,
      rgba(255, 115, 0, 0.3));
}

#quiz-section {
  background: linear-gradient(135deg,
      rgba(0, 161, 255, 0.4) 20%,
      rgba(208, 255, 0, 0.4));
}

#homework-section {
  background: linear-gradient(135deg,
      rgba(0, 161, 255, 0.4) 20%,
      rgba(174, 0, 255, 0.4));
}

.assessmentHeading {
  margin: 10px auto;
  width: 220px;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: rgb(50, 100, 225);
  background-color: rgb(240, 234, 214);
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.analyticsBox {
  position: relative;
  margin: 20px auto;
  background: rgb(50, 100, 225);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  border-bottom: 1px solid rgb(50, 100, 225);
  overflow: hidden;
}

.analyticsBox-btn {
  padding: 10px 20px;
  color: white;
  background: rgb(50, 100, 225);
  cursor: pointer;
  border: none;
  border-radius: 5px 0 0 5px;
}

.analyticsBox-content {
  display: flex;
  align-items: flex-start;
  height: auto;
  padding: 10px 5px;
  padding-bottom: 0px;
  background-color: rgb(240, 234, 214);
  border-bottom: 1px solid rgb(50, 100, 225);
  justify-content: space-between;
}

.analyticsInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  width: 100%;
}

.overall-grade-tab {
  width: 30%;
  padding: 15px;
  /* border: 2px solid #0070f3; */
  border: 2px solid #555;
  text-align: right;
  background-color: rgb(236, 236, 236);
  color: #555;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}