/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Open sans';
  src: url(../../fonts/OpenSans-Regular.ttf);
}

:root {
  /******************** Colors */
  /*****************************/
  --primary-color: #242276;
  --secondary-color: #F3F3FC;
  --main-color: #0e1729;
  --light-gray-color: #7C7C7C
}

html {
  font-size: 100%;
}

body {
  color: #000;
  font-family: Open Sans !important;
  font-style: normal;
  width: 100vw;
  overflow-x: hidden;
}

ul {
  padding-left: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

textarea {
  resize: none !important;
}

/* navbar  */

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.gap_20 {
  gap: 20px;
}

.show-highligt {
  color: var(--primary-color) !important;
  border-bottom: 1px solid var(--primary-color) !important;
  font-weight: 600 !important;
  padding-bottom: 0 !important;
}

.nav-wrapper {
  position: relative;
  height: 10rem;
}

.navbar {
  box-shadow: 0px 0px 5px 2px #2422761F !important;
  border-radius: 10px !important;
  position: absolute !important;
  width: 90% !important;
  left: 5% !important;
  top: 30px !important;
  z-index: 999 !important;
  background-color: #fff !important;
}

.select-dropdown,
.select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.select-dropdown {
  position: relative;
  background-color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}

.select-dropdown select {
  font-size: 1rem;
  font-weight: 500;
  max-width: 100%;
  padding: 5px 24px 5px 10px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  color: var(--primary-color);
  border: none;
  margin-left: 2rem;
  cursor: pointer;
}

.select-dropdown select option {
  margin-left: 5rem;
}

.select-dropdown::before {
  content: url(../../images/svg/location-icon.svg);
  position: absolute;
  top: 20%;
  left: 8px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
}

.navbar {
  padding: 0 !important;
}

.navbar .navbar-brand img {
  max-width: 5rem !important;
  height: 6rem;
  object-fit: cover;
}

#listed-location-select {
  display: none !important;
}

#unlisted-login {
  display: none !important;
}

.navbar-collapse .navbar-nav {
  gap: 2rem !important;
}

.btn-continue {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 8px !important;
  background: var(--primary-color) !important;
  color: white !important;
  padding: .6rem 0 !important;
  font-weight: 500 !important;
  border: none;
}

.user_dropdown_links {
  display: flex;
  gap: 5px;
  text-decoration: none;
}

.user_dropdown_links > p {
  margin-bottom: 0;
}

.profile_link_text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.logout_button {
  border: none;
  background-color: transparent;
}

.user_dropdown_hr {
  border: 0.5px solid black;
  opacity: 1;
  width: 84%;
  margin: auto;
}

#listed-login-mobile {
  display: none;
}

/* footer  */

.footer-container {
  width: 100%;
  background-color: #fff;
  overflow: auto;
}

.footer-container {
  position: relative;
  background-color: transparent;
  /* min-height: 80vh; */
}


footer {
  padding: 0 7rem;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  width: 100%;
  border-top: 1px solid #DEDEDE;
  padding: 5rem 0;
  flex-wrap: wrap;
}

.footer-wrapper .footer-logo-div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 21rem;
  position: relative;
}

.footer-wrapper .footer-logo-div img {
  /* max-width: 7.5rem; */
  max-width: 9rem;
  margin-top: -.5rem;
}
.footer-dev-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.footer-dev-info-bottom
  {
    visibility: hidden;
  }


.footer-wrapper .footer-logo-div h5 {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 17.7px;
}

.footer-wrapper .footer-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  /* max-width: 10rem; */
}

.footer-wrapper .footer-menu-list h5 {
  font-size: 1rem !important;
  font-weight: 700;
  color: var(--light-gray-color);
  line-height: 24px;
}

.footer-wrapper .footer-menu-list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  flex-wrap: wrap;
  max-height: 10rem;
  margin-left: .5rem;
}

.footer-wrapper .footer-menu-list ul li {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 25px;
}

.footer-wrapper .footer-company-info {
  display: flex;
  flex-direction: column;
  gap: .1rem !important;
  text-align: right;
  font-size: 100%;
}

.footer-wrapper .footer-company-info p:first-child {
  font-weight: 500;
  font-size: 1rem !important;
  color: var(--light-gray-color);
  line-height: 24px;
}

.footer-wrapper .footer-company-info h4 {
  font-weight: 500;
  font-size: 2rem !important;
  line-height: 3rem;
}

.footer-wrapper .footer-company-info .email {
  font-weight: 500;
  font-size: 1.3rem !important;
  line-height: 30px;
}

.footer-wrapper .footer-company-info .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
}

footer .footer-wrapper>p {
  color: var(--light-gray-color);
  position: absolute;
  bottom: 10px;
  /* right: 0; */
  opacity: .5;
}

footer .footer-wrapper>p>a>strong {
  color: var(--light-gray-color);
  /* right: 0; */
  opacity: .5;
}

  /* mediaqueries for navbar and footer */

  @media (min-width: 1200px) {
    .navbar-collapse .navbar-nav {
      gap: 4rem !important;
    }
  }

  @media screen and (max-width: 1064px) {
    footer {
      padding: 0 1.5rem;
    }

    .footer-wrapper .footer-company-info {
      font-size: 80%;
    }
  }

  @media screen and (max-width: 991px) {
    .nav-link {
      display: inline !important;
    }

    .nav-link.btn-continue {
      width: auto !important;
    }

    #unlisted-login {
      display: block !important;
    }

    #listed-login {
      display: none !important;
    }

    #navbarSupportedContent ul {
      padding: 1rem 0 !important;
    }
  }

  @media screen and (max-width:680px) {
    #unlisted-login {
      display: none !important;
    }
  .footer-dev-info {
    visibility: hidden;
  }
  .footer-dev-info-bottom
  {
    visibility: visible;
  }
    /* #listed-login {
      display: block !important;
    } */

    #listed-login-mobile {
      display: block;
    }
  }


  /* Ipad / Tablets */
  @media screen and (max-width: 768px) {
    footer {
      justify-content: flex-start;
    }

    footer .footer-wrapper {
      grid-template-columns: auto;
      gap: 3rem;
      border: none;
    }

    .footer-wrapper .footer-menu-list {
      align-items: flex-start;
      gap: 1.5rem;
    }
      .footer-dev-info {
    visibility: hidden;
  }
  .footer-dev-info-bottom
  {
    visibility: visible;
  }

    .footer-wrapper .footer-menu-list ul {
      flex-direction: row;
      max-width: 17rem;
      margin-left: 0;
    }

    .footer-wrapper .footer-company-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left;
    }

    .footer-wrapper .footer-company-info .social-icons {
      justify-content: flex-start;
    }
  }

  @media screen and (max-width: 576px) {
    .navbar .dropdown>.btn {
      font-size: .8rem !important;
    }
      .footer-dev-info {
    visibility: hidden;
  }
  .footer-dev-info-bottom
  {
    visibility: visible;
  }
  }

  @media screen and (max-width: 420px) {
    #location-select {
      display: none !important;
    }
  .footer-dev-info {
    visibility: hidden;
  }
  .footer-dev-info-bottom
  {
    visibility: visible;
  }
    #listed-location-select {
      display: inline-block !important;
      margin: 1rem 0;
    }
  }