.navbar-top {
  background-color: #ffffff !important;
}

img.navbar-brand {
  width: 150px;
  height: auto;
}

button.share-icon-wrapper svg.share-icon-link,
button.auth-signin-icon-wrapper svg.auth-signin-icon,
button.drawer-toggler-icon svg,
div.AppBarDesktopButtonBox .nav-list-item-text,
div.auth-signin-text,
button.auth-signin svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium,
div.nav-link-wrapper button svg {
  color: #73818a !important;
}

div.drawer-menu-wrapper li svg {
  color: #73818a !important;
}

div.drawer-menu-wrapper li:hover p {
  color: #73818a !important;
}

button.drawer-close-toggler svg,
div.drawer-social-wrapper button svg {
  color: #73818a !important;
}

div.AppBarDesktopButtonBox .nav-list-item-text,
div.auth-signin-text,
button.auth-signin svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium {
  font-weight: bolder;
  color: #73818a !important;
}

.drawer-auth-wrapper:hover .drawer-auth-text {
  color: #73818a !important;
}

div.AppBarDesktopButtonBox .nav-list-item-text:hover,
div.auth-signin-text:hover,
button.auth-signin svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium:hover,
div.nav-link-wrapper button svg:hover,
button.share-icon-wrapper svg.share-icon-link:hover,
button.drawer-toggler-icon svg:hover,
button.drawer-close-toggler svg:hover,
button.auth-signin-icon-wrapper svg.auth-signin-icon:hover,
div.drawer-social-wrapper button svg:hover {
  color: #0c1c1f !important;
}

li.MuiButtonBase-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiMenuItem-root.MuiMenuItem-gutters:hover {
  background: #73818a !important;
}

li.MuiButtonBase-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiMenuItem-root.MuiMenuItem-gutters:hover p,
li.MuiButtonBase-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiMenuItem-root.MuiMenuItem-gutters:hover svg {
  color: white !important;
}

button.navbar-nav-item div.MuiAvatar-root.MuiAvatar-circular.MuiAvatar-colorDefault {
  background: #73818a !important;
  border: 1px solid #73818a !important;
}

button.navbar-nav-item div.MuiAvatar-root.MuiAvatar-circular.MuiAvatar-colorDefault p {
  color: white !important;
}

button.navbar-nav-item div.MuiAvatar-root.MuiAvatar-circular.MuiAvatar-colorDefault:hover {
  transform: scale(1.1);
}

div.MuiAvatar-root.MuiAvatar-circular {
  background: #73818a !important;
  border: 1px solid #73818a !important;
}