/* screen - student-hub-notifications */

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

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

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

.student-hub-notifications .student-hub {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 37px;
  width: 129px;
}

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

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

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

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

.student-hub-notifications .notifications-container {
  height: 573px;
  position: relative;
  width: 320px;
}

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

.student-hub-notifications .close-notifications {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 22px;
  margin-left: 282px;
  width: 21px;
}

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

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

.student-hub-notifications .library-request-ready {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 44px;
  margin-top: 8px;
  width: 287px;
}

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

.student-hub-notifications .library-loan {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 44px;
  margin-left: 6px;
  margin-top: 8px;
  width: 281px;
}

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

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

.student-hub-notifications .notifications-menu {
  border: 1px solid;
  border-color: var(--white);
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 176px;
}
