/*css of new menu sidebar*/


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px 20px;
}

.navbar .logo {
  text-decoration: none;
}

.nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;

}

.nav-links li {
  /* margin-right: 15px; */
  text-decoration: none;
  font-size: 1rem;
}

.nav-links li a {
  font-size: 1rem;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  color: black;
}

.burger .line {
  width: 25px;
  height: 3px;
  margin: 3px;
  background-color: black;
  transition: 0.4s;
}

.line1 {
  transform-origin: top-left;
}

.line2 {
  transform-origin: center;
}

.line3 {
  transform-origin: bottom-left;
}

.open .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.open .line2 {
  opacity: 0;
}

.open .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.dropdown.notification,
.dropdown.usericon {
  display: flex;
  align-items: center;
}

.row {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.navitems {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.header_in.menu_header .row {
  align-items: center;
}

header.header_in.menu_header .header-search-column {
  display: flex;
  justify-content: center;
}

header.header_in.menu_header .header-search-results {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}

header.header_in.menu_header .header-searchbar-inner {
  width: min(100%, 315px);
  margin: 0 auto;
}

header.header_in.menu_header .header-searchbar-inner .search {
  margin: 0;
}

header.header_in.menu_header .header-searchbar-inner .searchTerm {
  height: 34px;
  border: 1px solid #c8c8c8;
  border-right: 0;
  color: #555;
  font-size: 12px;
  padding: 8px 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

header.header_in.menu_header .header-searchbar-inner .searchTerm::placeholder {
  color: #9b9b9b;
}

header.header_in.menu_header .header-searchbar-inner .searchButton {
  width: 52px;
  height: 34px;
  color: #e95420;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  background: unset;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

header.header_in.menu_header .header-searchbar-inner .dropdownsearchbar {
  width: 100%;
  margin-left: 0;
  z-index: 1002;
}

@media screen and (max-width:1199px) {
  header.header_in.menu_header {
    overflow: visible;
  }

  header.header_in.menu_header .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    width: 35%;
    padding: 10px 0;
    text-align: center;
    z-index: 2;
    background-color: rgb(254, 253, 253);
    border: 1px solid #a4a4a4;
    right: -9px;
  }

  header.header_in.menu_header .nav-links.active {
    display: flex;
    margin-right: 19px;
  }

  header.header_in.menu_header .nav-links li {
    /* margin: 8px 10px; */
  }

  header.header_in.menu_header .row {
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }

  header.header_in.menu_header .col-lg-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;

  }

  header.header_in.menu_header .navitems {
    display: none;
  }

  header.header_in.menu_header .header-search-column {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    padding: 10px 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1001;
  }

  header.header_in.menu_header .header-search-column.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  header.header_in.menu_header .header-searchbar-inner {
    width: 100%;
    max-width: 520px;
  }

  header.header_in.menu_header .burger .line {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: black;
    transition: 0.4s;
  }




  header.header_in.menu_header .burger {
    display: flex;
  }

  body.menu-active .overlay {
    display: block;
  }

}

.usericon-img {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #dedede;
  background: #ffffff;
  /* object-fit: cover; */
}

@media (max-width:1199px) {
  header.header_in.menu_header .usericon-img {
    width: 30px !important;
    height: 29px !important;
    border-radius: 6px;
    /* border: 1px solid black; */
    margin-top: 5px;


  }


}

.notification-img {
  background: none;
  border: none;

}

@media (max-width:1199px) {
  header.header_in.menu_header .notification-img {
    width: 40px;
    height: 40px;
    border-radius: 25%;
    /* border: 1px solid black; */

  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    top: 40px;
  }

  header.header_in.menu_header .navitems {
    margin-top: 13px;
  }

  .mobile-freelisting {
    margin-right: 0px;
  }

}


.buttonlogin {
  width: -4%;
  right: 40px;
}

@media (max-width:1199px) {
  header.header_in.menu_header .buttonlogin {
    width: 100%;
    right: 0px;
  }
}
