@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

@import url("https://fonts.cdnfonts.com/css/samsung-sharp-sans?styles=24555");

.message_icon {
  height: 30px;
  display: flex;
  padding-left: 30px;
  border-left: 1px solid #ececec;
  gap: 30px;
  align-items: center;
}

.dropdown_menu_message {
  z-index: 10;
  top: 70px;
  background-color: #fff;
  position: absolute;
  display: flex;
  right: 150px;
  height: 299px;
  padding: 25px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.165616);
  flex-direction: column;
  width: 391px;
}

.dropdown_menu_notification {
  z-index: 10;
  top: 70px;
  background-color: #fff;
  height: 325px;
  position: absolute;
  display: flex;
  align-items: center;
  right: 300px;
  padding: 25px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.165616);
  flex-direction: column;
  width: 391px;
}

.messages_icon {
  cursor: pointer;
}

.message_heading {
  width: 381.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message_heading h3 {
  color: var(--textcolor);
  font-size: 19px;
  font-weight: 700;
}

.message_heading h4 {
  color: var(--texthover);
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}

.messages_notification {
  cursor: pointer;
  display: flex;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #ececec;
  gap: 15px;
  align-items: center;
  width: 100%;
}

.messages_notification:nth-last-child(1) {
  border-bottom: none;
  border: none;
}

.messages_notification img {
  width: 60px;
  height: 60px;
}

.message_info div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.message_info div h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--textcolor);
}

.message_info div p {
  font-size: 16px;
  font-weight: 400;
  color: var(--textcolor);
}

.messages_notification img {
  width: 60px;
  height: 60px;
}

.message_info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.account_avater {
  display: flex;
  cursor: pointer;
  gap: 12.5px;
  align-items: center;
}

.user_img {
  height: 40px;
  width: 40px;
}

.user_name {
  display: flex;
  gap: 0px;
  flex-direction: column;
}

.user_name p {
  font-weight: 600;
  font-size: 12px;
  color: var(--texthover);
}

.user_name h3 {
  font-size: 18px;
  color: var(--textcolor);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu_profile {
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  height: 247px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 198px;
  position: absolute;
  top: 70px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.165616);
}

.menu_profile button {
  height: 45px;
  border: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--textcolor);
  font-weight: 500;
  background-color: transparent;
}

.menu_profile button svg {
  fill: #414141;
}

.menu_profile button:nth-child(5) {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}

.add_section {
  width: 109px;
  cursor: pointer;
  height: 47px;
  background-color: var(--texthover);
  display: flex;
  align-items: center;
  gap: 9.27px;
  border-radius: 25px;
}

.add_section button {
  width: 36px;
  margin-left: 10px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
}

.add_section h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.dropdown_menu {
  top: 70px;
  z-index: 10;
  background-color: #fff;
  position: absolute;
  display: flex;
  padding: 0 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.165616);
  width: 198px;
  height: 98px;
  flex-direction: column;
}

.dropdown_menu_btn {
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 17px;
  margin-bottom: 13px;
  justify-content: space-between;
  background-color: transparent;
}

.dropdown_menu_btn:nth-last-child(1) {
  color: var(--texthover);
  border: none;
  margin-bottom: 20px;
  margin-top: 13px;
}

.border_line {
  border: 1px solid #ececec;
}

.dropdown_menu_btn:hover {
  color: var(--texthover);
}

.auction_dropdown_btn {
  z-index: 10;
  background-color: #fff;
  top: 70px;
  position: absolute;
  display: flex;
  width: 106px;
  height: 98px;
  padding: 0 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.165616);
  flex-direction: column;
}

.bitmap {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.dropdown_links {
  align-items: center;
  display: flex;
}

.dropdown {
  align-items: center;
  padding-right: 30px;
  display: flex;
  gap: 37px;
  padding-right: 0;
}

.no_login {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav_drawer {
  z-index: 10;
  top: 70px;
  position: absolute;
  display: flex;
  gap: 20px;
  width: 677px;
  height: 402px;
  justify-content: space-between;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.165616);
  background-color: #fff;
  padding: 20px;
}

.category_heading {
  font-size: 16px;
  color: var(--textcolor);
  align-items: center;
  font-weight: 500;
  display: flex;
  gap: 10px;
}

.nav_drawer_links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.drawer_links {
  border-top: 1px solid #ececec;
  height: 100%;
  display: flex;
  gap: 20px;
}

.heading {
  pointer-events: fill;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--textcolor);
  transition: 0.3s;
}

.heading:hover {
  color: var(--texthover);
}

.link {
  text-decoration: none;
}

.drawer_link {
  width: 200px;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

.logo {
  width: 164px;
  height: 45px;
}

.links {
  color: var(--textcolor);
  font-weight: 500;
  height: 45px;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid #ececec;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.links:hover {
  color: var(--texthover);
}

nav {
  border-bottom: 1px solid #ececec;
  --textcolor: #414141;
  --texthover: #007040;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}

#border_remove {
  border-bottom: none;
}

.menu_click {
  display: none;
}

.register_btn {
  width: 231px;
  height: 61px;
  background-color: var(--texthover);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border: none;
  transition: 0.3s;
}

.register_btn:hover {
  background-color: #448546;
}

.registration_btn {
  display: none;
  width: 155px;
  height: 49px;
  background-color: #1e1e1e;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border: none;
  transition: 0.3s;
}

.registration_btn:hover {
  background-color: #474747;
}

.sign_in_btn {
  display: none;
  width: 155px;
  height: 49px;
  background-color: var(--texthover);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border: none;
  transition: 0.3s;
}

.sign_in_btn:hover {
  background-color: #448546;
}

.nav_mobile_btn {
  display: none;
}

.nav_mobile {
  display: none;
}

.nav_xl {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0%;
  width: 100%;
}

.scroll_message {
  overflow-y: scroll;
  height: 300px;
  padding-right: 10px;
  width: 100%;
}

.scroll_message::-webkit-scrollbar {
  width: 4px;
}

.scroll_message::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #d8d8d838;
}

.scroll_message::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d8d8d8;
}

@media (max-width: 1200px) {
  .dropdown {
    gap: 10px;
  }

  .heading {
    gap: 5px;
  }

  .dropdown_links {
    gap: 10px;
  }

  .message_icon {
    gap: 10px;
    padding-left: 10px;
  }

  .no_login {
    gap: 15px;
  }
}

@media (max-width: 1080px) {
  .nav_xl {
    display: none;
  }

  .nav_mobile {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu_click {
    cursor: pointer;
    display: block;
  }

  .dropdown_links {
    z-index: 99999;
    background-color: #fff;
    height: calc(100vh - 100px);
    width: 100%;
    margin-top: 100px;
    justify-content: center;
    align-items: start;
    right: 0;
    top: 0;
    position: absolute;
  }

  .dropdown {
    height: calc(100% - 100px);
    padding: 25px 10%;
    width: 100%;
    align-items: baseline;
    flex-direction: column;
    justify-content: space-between;
  }

  .dropdowns {
    width: 100%;
  }

  .category_menu {
    width: 100%;
  }

  .heading {
    color: #232323;
    border-bottom: 1px solid #ececec;
    height: 45px;
    font-size: 16px;
    justify-content: space-between;
  }

  .auctions_menu {
    width: 100%;
  }

  .nav_drawer {
    width: 100%;
    box-shadow: none;
    padding: 0px 0;
    top: 0;
    gap: 0;
    position: relative;
  }

  .nav_drawer_links {
    overflow: hidden;
    width: 100%;
  }

  .drawer_link {
    width: 100%;
  }

  .links {
    font-size: 13px;
    gap: 20px;
    justify-content: left;
    flex-direction: row-reverse;
  }

  .drawer_links {
    border-top: none;
  }

  .bitmap {
    display: none;
  }

  .nav_drawer_links_heading {
    display: none;
  }

  .dropdown_menu {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }

  .dropdown_menu_btn {
    padding: 0;
    border-bottom: none;
  }

  .auction_dropdown_btn {
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }

  .registration_btn {
    font-size: 16px;
    display: flex;
  }

  .register_btn {
    display: none;
  }

  .sign_in_btn {
    font-size: 16px;
    display: flex;
  }

  .nav_mobile_btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  .my_account_setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .button_side {
    display: flex;
    align-items: center;
    width: 106px;
    height: 47px;
    background-color: #007040;
    border-radius: 25px;
  }

  .button_side button {
    width: 35px;
    margin-left: 7px;
    border: none;
    border-radius: 50%;
    height: 35px;
    cursor: pointer;
  }

  .button_side p {
    margin-left: 9px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
  }

  .icons_container {
    display: flex;
    align-items: center;
  }

  .icons_container .message_user_container {
    padding-right: 20px;
    border-right: 1px solid #979797;
    cursor: pointer;
  }

  .icons_container .notification_user_container {
    padding-left: 20px;
    cursor: pointer;
  }

  .user_conatiner_img {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 43px;
  }

  .click_ableDropdown {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .click_ableDropdown img {
    height: 57px;
    width: 57px;
    border-radius: 50%;
    object-fit: cover;
  }

  .click_ableDropdown div h6 {
    font-size: 12px;
    font-weight: 600;
    color: #007040;
  }

  .click_ableDropdown div p {
    font-size: 18px;
    font-weight: 400;
    color: #414141;
  }

  .account_loged_in {
    position: relative;
  }
}

@media (max-width: 600px) {
  .nav_drawer {
    height: 310px;
  }

  .drawer_links {
    flex-direction: column;
    gap: 0;
    height: 300px;
    overflow-y: scroll;
  }

  .drawer_links::-webkit-scrollbar {
    width: 4px;
  }

  .drawer_links::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #d8d8d838;
  }

  .drawer_links::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d8d8d8;
  }

  .links {
    gap: 9px;
    border: none;
  }
}

.container {
  /* position: absolute;*/
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.content {
  width: 100%;
  display: grid;
  gap: 10px;
}

.content button {
  height: 55px;
  font-size: 14px;
  color: #414141;
  font-weight: 500;
  fill: #fff;
  font-family: "Inter";
  display: flex;
  border: none;
  border-bottom: 1px solid #dadada;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  background-color: transparent;
  text-align: left;
  width: 100%;
}

.content button .icon {
  margin-left: 27px;
  fill: #414141;
}

.active-tabs {
  fill: #fff !important;
  color: #fff !important;
  background-color: #007040 !important;
}

.active-tabs .icon {
  fill: #fff !important;
}
