/* screen - student-hub-me */

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

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

.student-hub-me .menu-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 138px;
  margin-top: 4px;
  min-height: 609px;
  width: 524px;
}

.student-hub-me .main-menu {
  display: flex;
  gap: 15px;
  width: 524px;
}

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

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

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

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

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

.student-hub-me .me-menu {
  display: flex;
  flex-direction: column;
  height: 434px;
  margin-left: 63px;
  width: 129px;
}

.student-hub-me .my-profile {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 24px;
  margin-left: 9px;
  width: 83px;
}

.student-hub-me .my-basics {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 12px;
  margin-top: 18px;
  width: 80px;
}

.student-hub-me .link {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 12px;
  margin-top: 16px;
  width: 80px;
}

.student-hub-me .link-1 {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 3px;
  margin-top: 16px;
  width: 121px;
}

.student-hub-me .my-places {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 3px;
  margin-top: 19px;
  width: 121px;
}

.student-hub-me .my-clubs-orgs {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 3px;
  margin-top: 16px;
  width: 126px;
}

.student-hub-me .my-events {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-top: 18px;
  width: 120px;
}

.student-hub-me .my-posts {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 9px;
  margin-top: 17px;
  width: 112px;
}

.student-hub-me .profile-visibility {
  border: 1px solid;
  border-color: var(--concrete);
  cursor: pointer;
  height: 24px;
  margin-left: 9px;
  margin-top: 18px;
  width: 112px;
}

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