/* screen - student-hub-home-spaces-v2-pop-up */

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

.student-hub-home-spaces-v2-pop-up .overlap-group {
  align-items: flex-start;
  background-image: url(../img/reserve-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 2204px;
  padding: 74px 242px;
  width: 1440px;
}

.student-hub-home-spaces-v2-pop-up .main-menu {
  display: flex;
  gap: 15px;
  width: 524px;
}

.student-hub-home-spaces-v2-pop-up .student-hub {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 129px;
}

.student-hub-home-spaces-v2-pop-up .me {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 39px;
}

.student-hub-home-spaces-v2-pop-up .discover {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 70px;
}

.student-hub-home-spaces-v2-pop-up .news-events {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 142px;
}

.student-hub-home-spaces-v2-pop-up .resources {
  border: 1px solid;
  border-color: var(--quill-gray);
  cursor: pointer;
  height: 37px;
  width: 84px;
}

.student-hub-home-spaces-v2-pop-up .close {
  align-self: flex-end;
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 46px;
  margin-right: 213px;
  margin-top: 139px;
  width: 45px;
}

.student-hub-home-spaces-v2-pop-up .cancel {
  align-self: center;
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 28px;
  margin-right: 160.0px;
  margin-top: 334px;
  width: 54px;
}
