* {
  font-family: Inter, Noto Sans Bengali UI, ui-icon, sans-serif !important;
}

.jobs-menu {
  font-size: 16px;
  font-weight: 500;
  color: #344054 !important;
}

.jobs-sm-title {
  font-size: .75rem;
  line-height: 1rem;
  margin-left: 15px;
}

.dropdown-menu[data-bs-popper] {
  top: 125%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-item {
  --bs-dropdown-link-active-bg: #F8F9FA;
  --bs-dropdown-link-active-color: black;
}

.career-esources-menu-style {
  width: 277px;
  height: auto;
  padding: 20px;
}

.jobs-menu-style {
  width: 580px;
  height: auto;
  padding: 20px;
}

@media screen and (max-width: 575px) {
  .jobs-menu-style {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .career-esources-menu-style {
    width: auto;
    height: auto;
    padding: 20px;
  }
}

.line-height li a {
  font-weight: 500;
  line-height: 50px;
}

.line-height-employer li a {
  /* font-weight: normal; */
  line-height: 50px;
}

.create-account {
  color: #b32d7d;
  border: 1px solid #f0b1de;
}

.create-account:hover {
  color: #b32d7d;
  background: #fcf3fa;
  border: 1px solid #f0b1de;
}

.sign-in {
  color: white;
  background: #b32d7d;
  border: 1px solid #f0b1de;
}

.sign-in:hover {
  color: white;
  background: #b32d7d;
  border: 1px solid #f0b1de;
}