/* screen - studenthubhomespaces2 */

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

.studenthubhomespaces2 .overlap-group {
  align-items: flex-start;
  background-image: url(../img/reservations-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  gap: 125px;
  height: 3898px;
  justify-content: flex-end;
  min-width: 1440px;
  padding: 68px 200px;
}

.studenthubhomespaces2 .flex-col {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  min-height: 493px;
  width: 697px;
}

.studenthubhomespaces2 .main-menu {
  align-self: flex-start;
  display: flex;
  gap: 15px;
  width: 524px;
}

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

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

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

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

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

.studenthubhomespaces2 .main-tab {
  display: flex;
  margin-right: 54px;
  margin-top: 104px;
  width: 364px;
}

.studenthubhomespaces2 .my-day {
  border: 1px solid;
  border-color: var(--desert-storm);
  cursor: pointer;
  height: 22px;
  width: 67px;
}

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

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

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

.studenthubhomespaces2 .recent {
  border: 1px solid;
  border-color: var(--desert-storm-2);
  cursor: pointer;
  height: 24px;
  margin-right: 110px;
  margin-top: 31px;
  width: 47px;
}

.studenthubhomespaces2 .find-more {
  border: 1px solid;
  border-color: #f5f1ee;
  cursor: pointer;
  height: 27px;
  margin-top: 248px;
  width: 134px;
}

.studenthubhomespaces2 .notifications-menu {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 50px;
  width: 176px;
}
