.upAssignmentsWrapper {
  display: flex;
  flex-direction: column;
  padding: 0px;
  border-bottom: 1px solid rgb(50, 100, 225);
}

.upAssignments {
  display: flex;
  align-items: flex-start;
  height: 50px;
  padding: 10px;
  padding-bottom: 0px;
  background-color: rgb(240, 234, 214);
  justify-content: space-between;
}

.upAssignmentsWrapper button,
.upAssignmentsWrapper label {
  margin: 0 2px;
  padding: 4px;
  font-weight: normal;
  color: rgb(50, 100, 225);
  background-color: white;
  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.4s ease;
}

.buttonsTab {
  display: flex;
  margin: 0px 2px;
}

#lockedAssignment {
  background: rgb(182, 182, 182);
}

.assignment-name-section {
  display: flex;
}

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

.progressBar-marks {
  display: flex;
  width: 700px;
  justify-content: space-between;
}

.progressBarContainer {
  position: relative;
  padding: 6px;
  width: 250px;
}

.bar {
  background-color: #b9b9b9;
}

.progressBar {
  height: 4px;
  background-color: #4caf50;
  border-radius: 5px;
}

.dates {
  width: 100%;
  justify-content: space-between;
  font-size: 10px;
  color: black;
}

.dueDate {
  position: absolute;
  right: 0px;
  transform: translateX(70%);
}

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

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

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

#submit-btn:hover {
  background-color: green;
}

#delete-btn:hover {
  background-color: red;
}

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

.prevAssignments button,
.prevAssignments label {
  margin: 0 2px;
  padding: 4px;
  font-weight: normal;
  color: rgb(50, 100, 225);
  background-color: white;
  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.4s ease;
}

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

.uploaded-file {
  display: flex;
  font-size: 13px;
  padding: 5px;
  border: 1px solid rgb(82, 151, 255);
}

.uploaded-file span {
  flex-grow: 1;
}

.locked-assignment {
  background-color: #d3d3d3;
  color: #a9a9a9;
  filter: grayscale(60%);
  position: relative;
}

.locked-assignment .assignmentName {
  display: flex;
  align-items: center;
}

.locked-assignment .assignmentName i {
  margin-right: 5px;
}

.locked-assignment .assignmentName i {
  margin-right: 5px;
}

.locked-assignment .releasedStatus {
  font-weight: bold;
}

.assignmentHeading,
.assessmentHeading-table {
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
  font-size: 12px;
  color: rgb(50, 100, 225);
  background: rgb(210, 225, 255);
  font-weight: bold;
  border: 1px Solid rgb(50, 100, 225);
  align-items: center;
}

.assignmentRow,
.assessmentRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: rgb(236, 236, 236);
  border: 1px solid rgb(50, 100, 225);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.assignmentRow:hover,
.assessmentRow:hover {
  transform: scale(0.95);
  cursor: pointer;
  /* border: 5px solid rgb(50, 100, 225, 0.8); */
}

.assignmentColumn,
.assessmentColumn {
  flex: 1;
  text-align: left;
  padding: 5px;
}

.assignmentRow.locked {
  background-color: #f5f5f5;
  color: #999;
  opacity: 0.8;
  cursor: not-allowed;
  border-left: 4px solid #ccc;
  pointer-events: none;
}

.assignmentRow.locked:hover {
  background-color: #f5f5f5;
  transform: none;
}

.assignmentRow.locked button,
.assignmentRow.locked input,
.assignmentRow.locked a {
  pointer-events: none;
}


.assignmentColumn {
  flex: 3;
  text-align: left;
  padding: 5px;
}

.progressColumn {
  flex: 5;
  display: flex;
  align-items: center;
}

.gradeColumn {
  flex: 1;
  text-align: left;
  padding: 5px;
}

.prev-assignmentHeadingWidth,
.prev-assessmentHeading-tableWidth {
  display: flex;
  width: 100%;
}

.prev-headingItem {
  flex: 1;
  text-align: left;
  padding: 5px;
}

.prev-assignmentName,
.prev-assessmentName {
  flex: 1;
  text-align: left;
}

.prev-gradingStatus {
  flex: 1;
  text-align: left;
}

.assignmentHeadingWidth,
.assessmentHeading-tableWidth {
  display: flex;
  width: 100%;
}

#assignmentNameHeadingItem {
  width: 32%;
}

#assessmentNameHeadingItem {
  width: 27%;
}

#progressHeadingItem {
  width: 45%;
}

.assignmentHeadingWidth .headingItem,
.assessmentHeading-tableWidth .headingItem {
  text-align: left;
}

.assignment-details {
  padding: 10px;
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  margin-top: 10px;
}

.description-box {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.description-box h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

.description-box p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.drag-drop-box {
  padding: 15px;
  background-color: #fafafa;
  border: 2px dashed #ddd;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.drag-drop-box:hover {
  background-color: #f0f0f0;
}

.assignmentFilesContainer {
  display: flex;
  flex-wrap: wrap;
}

.student-tabs-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.student-tabs {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}

.student-tab {
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.student-tab.active {
  background: #007bff;
  color: white;
  border-color: #0056b3;
}

.student-info {
  margin-top: 10px;
}

.student-table-container {
  margin-top: 15px;
  /* Optional spacing */
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.student-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.student-table thead {
  background-color: rgb(50, 100, 225, 0.8);
  border-bottom: 2px solid #ccc;
}

.student-table th {
  text-align: left;
  padding: 10px 12px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  border-right: 1px solid #ddd;
}

.student-table th:last-child {
  border-right: none;
}

.student-table tbody tr {
  border-bottom: 1px solid #ddd;
  transition: background-color 0.2s ease;
}

.student-table tbody tr:hover {
  background-color: #f9f9f9;
}

.student-table td {
  padding: 10px 12px;
  font-size: 14px;
  border-right: 1px solid #eee;
}

.student-table td:last-child {
  border-right: none;
}

.ungraded-note {
  display: flex;
  align-items: center;
  background-color: #eaf4ff;
  /* Very light blue */
  color: #333;
  border: 1px solid #bcdff5;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
}