.menu-mobile-content-custom a {
  color: black;
}

.menu-mobile-content-custom .item {
  margin: 16px 0;
  padding-left: 16px;
}

.menu-mobile-content-custom .item-category {
  padding: 8px 0 8px 16px;
}

.menu-mobile-hide {
  transform: translateX(-100%) !important;
}

.footer-drawer {
  display: none;
}

.menu-category {
  height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .menu-mobile {
    display: none !important;
  }
  .menu-logo {
    height: 48px;
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .menu-desktop {
    display: none !important;
  }

  /* .menu-navigation {
    visibility: hidden;
  } */

  .menu-mobile {
    display: block;
  }

  .menu-logo {
    height: 48px;
    width: auto;
  }

  .header-user__profile-info{
    margin-left: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 501px) {
  .menu-logo {
    height: 36px;
    width: auto;
    margin-top: .3em;
  }

  .menu-auth-mobile-visible {
    display: none;
  }

  .menu-auth-mobile-hidden {
    display: none;
  }

  .nav-menu {
    margin: 0 !important;
  }

  .nav-toolbar {
    padding: 0 5px !important;
  }

  .content-center {
    width: 100% !important;
  }
}

@media screen and (max-width: 425px) {
  .menu-mobile-content-custom {
    width: 100% !important;
    /* transform: translateX(-100%) !important; */
  }

  .menu-auth-mobile-visible {
    display: block !important;
  }

  .footer-drawer {
    display: block !important;
  }
}
