/* Header Section Style */
.treks-nav {
  background: #ffffff !important;
}
.header-section {
  background-color: var(--main-color-white);
  height: 80px;
}

.header-section-div {
  display: flex;
  justify-content: space-between;
}

.header-logo-search {
  display: flex;
}
ul {
  padding-left: 0 !important;
}
.header-logo {
  padding: 16px 16px 16px 16px;
  background-color: #80808038;
}

.header-search {
  border: 1px solid #979797;
  border-radius: 8px;
  width: 320px;

  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 48px;
}
@media (max-width: 991px) {
  .header-search {
    width: 100%;

    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

.header-search input {
  display: block;
  border: none;
  outline: none;

  /* font-family: var(--main-secondary-font); */
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
}

.header-notification-user {
  display: flex;
}
.header-notification {
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 34px;
  margin-right: 35px;
}
.header-user {
  display: flex;
}
.header-user .user-avatar {
  padding: 16px 0;
  margin-right: 6px;
}

.header-user .user-detail {
  padding-top: 16px;
}

.header-user .user-detail span:nth-child(1) {
  display: block;
  font-family: var(--main-primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color-black);
}

.header-user .user-detail span:nth-child(2) {
  display: block;
  font-family: var(--main-secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #979797;
}
.header-user .user-options {
  cursor: pointer;
  padding-top: 37px;
  padding-left: 22px;
  padding-right: 22px;
}
/* Nav style */
nav.navbar {
  background: #fff !important;
  padding: 0;
}
.nav_section_treks {
  padding-top: 32px;
}
.nav_container {
  margin-bottom: 0;
}

#logout-link {
  display: block;
  font-family: var(--main-secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
}