.navbar {
  background-color: #662a53 !important;
}

nav div a span img {
  max-width: 13rem !important;
}

.fc-navbar ul {
  gap: 30px;
}

.fc-navbar ul li.fc-nav-item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #ffffff !important;
}

.fc-navbar ul li.fc-nav-item a svg {
  color: #ffffff;
  width: 17.49px;
  height: 17.49px;
}

.account-popup {
  display: flex;
}

.account-popup a {
  text-decoration: none;
}

.account-popup svg {
  color: #ffffff;
  max-width: 20px;
  height: auto;
  font-size: 24px;
}
.account-popup span {
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 20px 10px 10px;
}

.fc-navbar button.btn-signup {
  background-color: #ffd100 !important;
  color: #662a53;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2px;
  padding: 12px 16px;
  border-radius: 3px;
  /*max-width: 143px;*/
  letter-spacing: 0.5px;
  height: auto;
}

.fc-navbar ul li.fc-nav-item a svg.fc-dropdown-icon {
  max-width: 9px;
  height: 5.56px;
  padding-left: 4px;
  color: #ffffff !important;
}

.fc-navbar-toggler{
  border: none;
}