.myardex-username {
  position: relative;
  top: -11px;
  background: #f6b408;
  padding: 10px 20px;
  margin-right: 25px;
}
.myardex-username-icon {
  padding: 0 10px 0 0;
}
.account-menu {
  background: #e3ebee;
  padding: 15px 10px;
}
.account-menu-header {
  font-family: "Poppins", "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
  color: #004563;
  margin-bottom: 10px;
}
.account-menu-options {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .account-menu-options {
    flex-wrap: wrap;
  }
}
.account-menu-option {
  width: 100%;
  height: 100%;
}
.account-menu-option * {
  font-family: "Poppins", "Lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #004563;
  text-align: center;
}
.account-menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 5px;
  max-width: 450px;
  padding: 20px;
  margin: auto;
  transition: background-color 300ms;
}
.account-menu-link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
}
.account-menu-link picture {
  width: 40px;
  height: 40px;
  padding: 20px;
  background: #004563;
  color: #fff;
  border-radius: 50px;
}
.account-menu-link picture img {
  width: 100%;
  height: 100%;
  filter: invert(1);
}
