/* screen - student-hub-home-spaces-2 */

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

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

.student-hub-home-spaces-2 .flex-col {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  min-height: 441px;
  width: 683px;
}

.student-hub-home-spaces-2 .main-menu {
  align-self: flex-start;
  display: flex;
  gap: 15px;
  width: 524px;
}

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

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

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

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

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

.student-hub-home-spaces-2 .main-tab {
  display: flex;
  margin-right: 40px;
  margin-top: 104px;
  width: 364px;
}

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

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

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

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

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

.student-hub-home-spaces-2 .reservations {
  align-self: center;
  border: 1px solid;
  border-color: var(--desert-storm-2);
  cursor: pointer;
  height: 24px;
  margin-left: 273.0px;
  margin-top: 31px;
  width: 80px;
}

.student-hub-home-spaces-2 .space {
  border: 1px solid;
  border-color: var(--pampas);
  cursor: pointer;
  height: 27px;
  margin-right: 15px;
  margin-top: 97px;
  width: 388px;
}

.student-hub-home-spaces-2 .find-more {
  border: 1px solid;
  border-color: var(--pampas);
  cursor: pointer;
  height: 27px;
  margin-top: 72px;
  width: 134px;
}

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