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

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

.student-hub-me-my-tags .overlap-group {
  align-items: flex-start;
  background-image: url(../img/my-tags-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 1496px;
  padding: 74px 242px;
  width: 1440px;
}

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

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

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

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

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

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

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

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

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

.student-hub-me-my-tags .my-tags {
  border: 1px solid;
  border-color: var(--white);
  height: 24px;
  margin-left: 75px;
  margin-top: 16px;
  width: 80px;
}

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

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

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

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

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

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