.ep-navbar {
  background: linear-gradient(
    to right,
    rgb(255, 83, 43) 0%,
    rgb(245, 129, 42) 100%
  );
}

.ep-navbar-user-dropdown .ep-user-dropdown,
.ep-navbar-button .MuiButton-label {
  color: white;
}

.ep-dropdown-menu {
  background-color: #f4f6fc;
}

.ep-dropdown-menu .dropdown-item {
  color: black;
}

.ep-navbar-button .MuiButton-label:hover {
  color: rgba(255, 255, 255, 0.7);
}

.edit-personal-data {
  display: none;
}
