/* screen - student-hub-me-my-places */

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

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

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

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

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

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

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

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

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

.student-hub-me-my-places .me-1 {
  display: flex;
  flex-direction: column;
  height: 434px;
  margin-left: 65px;
  width: 127px;
}

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

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

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

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

.student-hub-me-my-places .my-places {
  border: 1px solid;
  border-color: var(--white);
  height: 24px;
  margin-left: 3px;
  margin-top: 19px;
  width: 119px;
}

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

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

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

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

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