/* screen - student-hub-home */

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

.student-hub-home .overlap-group {
  align-items: flex-end;
  background-image: url(../img/student-hub-home-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 95px;
  min-height: 3898px;
  padding: 61px 200px;
  width: 1440px;
}

.student-hub-home .menu-container {
  align-items: center;
  display: flex;
  gap: 291px;
  min-width: 998px;
}

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

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

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

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

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

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

.student-hub-home .notifications-menu {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 59px;
  width: 183px;
}

.student-hub-home .main-tab {
  align-self: center;
  display: flex;
  margin-right: 34.0px;
  width: 364px;
}

.student-hub-home .my-day {
  border: 1px solid;
  border-color: var(--desert-storm);
  height: 22px;
  width: 67px;
}

.student-hub-home .link {
  border: 1px solid;
  border-color: var(--desert-storm);
  cursor: pointer;
  height: 22px;
  margin-left: 8px;
  width: 67px;
}

.student-hub-home .billing {
  border: 1px solid;
  border-color: var(--desert-storm);
  cursor: pointer;
  height: 22px;
  margin-left: 8px;
  width: 53px;
}

.student-hub-home .advisors {
  border: 1px solid;
  border-color: var(--desert-storm);
  cursor: pointer;
  height: 22px;
  margin-left: 14px;
  width: 72px;
}
