
.main-nav-header,
.landing-header {
  background-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--shuttle-gray-2);
  height: 72px;
  justify-content: space-between;
  padding: 0px 40px;
  width: 1440px;
  align-items: center;
  display: flex;
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  overflow: hidden; /* Disable scroll */
}

.dashboard-nav-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  background-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--shuttle-gray-2);
  height: 72px;
  justify-content: space-between;
  left: 288px;
  padding: 0px 328px 0px 0px;
  width: 100%;
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 5; /* Stay on top */
  top: 0; /* Stay at the top */
  overflow: hidden; /* Disable horizontal scroll */
}

.dashboard-nav-header .header-survey-frame {
  display: flex;
  background-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--shuttle-gray-2);
  height: 72px;
  min-width: 304px;
  position: relative;
}

.dashboard-nav-header .current-survey-row {
  align-items: flex-start;
  display: flex;
  min-width: 304px;
  cursor: pointer;
}

.dashboard-nav-header .current-survey-frame {
  display: flex;
  height: 72px;
  width: 252px;
}

.dashboard-nav-header .current-survey-inner-frame {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 38px;
  margin-left: 24px;
  margin-top: 17px;
  position: relative;
  width: 228px;
}

.dashboard-nav-header .name-of-the-survey {
  color: var(--mariner);
  font-family: var(--font-family-helvetica_neue-medium);
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: 228px;
  overflow: hidden;
}

.dashboard-nav-header .current-survey-info-frame {
  align-items: center;
  display: flex;
  gap: 6px;
  position: relative;
  width: 228px;
  overflow-x: hidden;
}

.dashboard-nav-header .current-survey-major {
    color: var(--black-2);
    font-size: var(--font-size-m);
    font-family: var(--font-family);
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.dashboard-nav-header .survey-info-separator {
  background-color: #b0b3b9;
  border-radius: 2px;
  height: 4px;
  min-width: 4px;
  position: relative;
}

.dashboard-nav-header .current-survey-date {
    color: var(--shuttle-gray-3);
    font-size: var(--font-size-m);
    font-family: var(--font-family);
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.dashboard-nav-header .survey-drop-arrow {
  align-self: center;
  height: 20px;
  margin-left: 13px;
  width: 20px;
}

.dashboard-nav-header .survey-menu-divider {
  background-color: var(--shuttle-gray-2);
  height: 71px;
  margin-left: 18px;
  width: 1px;
}


.profile-nav-header {
  background-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--shuttle-gray-2);
  height: 72px;
  justify-content: space-between;
  padding: 0px 40px;
  width: 100%;
  align-items: center;
  display: flex;
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 111; /* Stay on top */
  top: 0; /* Stay at the top */
  overflow: hidden; /* Disable scroll */
  
	.save-info-container {
		display: flex;
		flex-direction: row;
        align-items: center;
		gap: 8px;
		border-style: solid;
		border-width: 1px;
		border-color: var(--border-color);
		border-radius: 10px;
		padding: 10px 12px;
		height: 44px
	}
}

.logo-header {
  align-self: stretch;
  height: 100%;
  min-width: 248px;
  position: relative;
}

.logo-group {
  background-image: url(../img/svg/logo-header.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  align-items: center;
  display: flex;
  padding: 0px;
  position: relative;
  height: 100%;
}

.main-nav-header .right-items {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 32px;
  justify-content: flex-end;
  position: relative;
  max-width: 120px;
}

.main-nav-header .nav-tab {
  border-radius: 8px;
  gap: 12px;
  height: 48px;
  padding: 8px 12px;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
}

.main-nav-header .text {
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}


.header-center-items {
  align-items: center;
  display: flex;
  position: relative;
  width: fit-content;
  
  .upgrade-plan-button {
    align-items: center;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid;
    border-color: var(--colorsecondaryorange);
    background-color: var(--colorsecondaryorange-bg);
    height: 40px;
    width: 186px;
    cursor: pointer;
    
    &:hover {
      background-color: var(--colorsecondaryorange-hover);
    }
  }
  
  .upgrade-plan-button-text {
    color: var(--black-2);
    font-family: var(--font-family);
    font-size: var(--font-size-l);
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    text-align: center;
    width: fit-content;
  }
}


.header-right-items {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  position: relative;
  width: fit-content;
}

.header-right-items .input-search {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  width: 285px;
  display: flex;
  position: relative;
}

.header-right-items .input-field {
  align-items: center;
  align-self: stretch;
  display: flex;
  position: relative;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--shuttle-gray-2);
  border-radius: 100px;
  gap: 8px;
  height: 40px;
  padding: 16px 12px;
}

.header-right-items .icoutlinesearch {
  height: 24px;
  margin-bottom: 8.00px;
  margin-top: 8.00px;
  min-width: 24px;
  position: relative;
}

.header-right-items .search-colleges {
  color: var(--bright-gray);
  flex: 1;
    font-family: var(--font-family);
    font-size: var(--font-size-m);
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 18px;
    margin-top: 2px;
  position: relative;
  white-space: nowrap;
  border: none;
  border-width: 0; 
  box-shadow: none;
}

.header-right-items input:focus {
    outline: none;
}

.header-right-items .ic-close-search {
    height: 20px;
    margin-bottom: 10.00px;
    margin-top: 2.00px;
    min-width: 20px;
    position: relative;
}

.header-right-items .close-search-icon {
	cursor: pointer;
}

.header-right-items .notification-group {
  height: 24px;
  position: relative;
  width: 24px;
}

.header-right-items .notification-bell {
  height: 24px;
  position: absolute;
  width: 24px;
}

.header-right-items .notification-indicator {
  background-color: #f69058;
  border: 1px solid;
  border-color: var(--white);
  border-radius: 4.5px;
  height: 9px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 9px;
}

.landing-header {
  width: 100%;
  padding: 0 80px;
  z-index: 200;

  .header-button-group {
    display: flex;
    flex-direction: row;
    gap: 32px;
	margin-left: 32px;
  
	> button {
	  width: 120px;
	}
}

  .menu {
    cursor: pointer;
    display: none;
  }

  .mobile-menu-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background: var(--colorsecondarybackground-3);
    display: none;
  }

  .mobile-menu-modal-content {
    padding: 0 16px;

    .close  {
      position: absolute;
      background: transparent;
      padding: 10px;
      margin: 0;
      border: none;
      border-radius: 0;
      top: 12px;
      right: 12px;
      z-index: 1;
      cursor: pointer;
    }

    .logo-group {
      position: relative;
      text-align: center;
      z-index: 0;
    }

    .landing-nav-menu {
      display: flex;
      flex-direction: column;
      row-gap: 24px;

      &.home {
         margin-bottom: 24px;
       }
    }

    .link {
      display: block;
      padding: 14px 12px;
      border-radius: 0;

      span {
        margin-top: 0;
        font-size: var(--font-size-xl);
      }
    }

    .btns {
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      margin-top: 62px;

      button {
        width: 100%;
      }
    }
  }
}

@media (max-width: 1440px) {
  .landing-header {
    padding: 0 40px;
  }
}

@media (min-width: 768px) {
  .landing-header {
    .mobile-menu-modal {
      display: none !important;
    }
  }
}

@media (max-width: 767px) {
  .landing-header {
    height: 48px;
    padding: 0 16px;

    .menu {
      display: flex;
    }

    .logo-header {
      display: none;
    }

    .landing-nav-menu {
      display: none;
    }

    .header-button-group {
      > button {
        height: 32px;

        span {
          font-size: var(--font-size-m);
        }
      }
    }
  }
}