/* screen - student-hub-history */

.student-hub-history {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px none;
  cursor: pointer;
  display: flex;
  height: 3900px;
  width: 1440px;
}

.student-hub-history .overlap-group {
  align-items: flex-start;
  background-image: url(../img/history-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 3898px;
  justify-content: flex-end;
  min-width: 1440px;
  padding: 61px 56px;
}

.student-hub-history .main-menu {
  display: flex;
  gap: 15px;
  margin-top: 13px;
  width: 524px;
}

.student-hub-history .student-hub {
  border: 1px solid;
  border-color: var(--quill-gray);
  height: 37px;
  width: 129px;
}

.student-hub-history .me {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 39px;
}

.student-hub-history .discover {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 70px;
}

.student-hub-history .news-events {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 142px;
}

.student-hub-history .resources {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 84px;
}

.student-hub-history .close {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 46px;
  margin-left: 195px;
  margin-top: 189px;
  width: 45px;
}

.student-hub-history .notifications-container {
  height: 580px;
  margin-left: 51px;
  position: relative;
  width: 327px;
}

.student-hub-history .notifications-menu {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 59px;
  left: 0;
  position: absolute;
  top: 0;
  width: 183px;
}

.student-hub-history .all-notifications {
  display: flex;
  flex-direction: column;
  height: 527px;
  left: 24px;
  position: absolute;
  top: 53px;
  width: 303px;
}

.student-hub-history .close-notifications {
  border: 1px solid;
  border-color: var(--celeste);
  height: 22px;
  margin-left: 282px;
  width: 21px;
}

.student-hub-history .you-have-a-hold {
  border: 1px solid;
  border-color: var(--celeste);
  cursor: pointer;
  height: 44px;
  margin-top: 19px;
  width: 287px;
}

.student-hub-history .library-request-in-progress {
  border: 1px solid;
  border-color: var(--celeste);
  cursor: pointer;
  height: 44px;
  margin-top: 49px;
  width: 287px;
}

.student-hub-history .full-term-class-reg {
  border: 1px solid;
  border-color: var(--celeste);
  cursor: pointer;
  height: 44px;
  margin-left: 6px;
  margin-top: 64px;
  width: 287px;
}

.student-hub-history .deadline {
  border: 1px solid;
  border-color: var(--celeste);
  cursor: pointer;
  height: 44px;
  margin-top: 56px;
  width: 287px;
}

.student-hub-history .history {
  border: 1px solid;
  border-color: var(--celeste);
  cursor: pointer;
  height: 26px;
  margin-left: 214px;
  margin-top: 11px;
  width: 73px;
}
