.app-header-nav {
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .app-header-nav {
    display: none;
  }
}
.app-header-nav > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
}
.app-header-nav > ul > li {
  position: relative;
  height: 100%;
  margin-right: 1.2rem;
}
.app-header-nav > ul > li[is-divider] {
  display: flex;
  align-items: center;
}
.app-header-nav > ul > li[is-divider] > a, .app-header-nav > ul > li[is-divider] ul {
  display: none;
}
.app-header-nav > ul > li[is-divider]::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: #dee2e6;
}
.app-header--inverse:not(.app-header--scrolled) .app-header-nav > ul > li[is-divider]::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-header-nav > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.75rem 0.5rem;
  color: #343a40;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
}
.app-header-nav > ul > li > a .app-header-nav-more {
  color: #868e96;
  font-size: 1rem !important;
  margin-left: 0.25rem;
  --ionicon-stroke-width: 100px;
}
.app-header-nav > ul > li > a.app-header-nav-icon {
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.app-header-nav > ul > li > a.app-header-nav-icon > ion-icon {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
  --ionicon-stroke-width: 2.5rem;
}
.app-header-nav > ul > li > a.app-header-nav-icon > span {
  display: none;
}
.app-header-nav > ul > li > a:hover {
  color: #495057;
  background-color: #e9ecef;
  border-bottom-color: #adb5bd;
}
.app-header-nav > ul > li.active > a {
  color: #247bff;
  font-weight: 600;
  border-bottom-color: #247bff;
}
.app-header-nav-child {
  position: absolute;
  top: 90%;
  left: 0;
  list-style-type: none;
  max-height: 400px;
  min-width: 150px;
  padding: 8px;
  margin: 0;
  overflow-y: auto;
  border-radius: 6px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 16px;
  transform: translateY(-0.25rem);
  transition: 0.3s ease;
}
.app-header-nav-child > li {
  margin-bottom: 0.25rem;
}
.app-header-nav-child > li:last-child {
  margin-bottom: 0;
}
.app-header-nav-child > li[is-divider] {
  border-bottom: 1px solid #dee2e6;
  margin: 0.75rem 0;
}
.app-header-nav-child > li[is-divider] > a, .app-header-nav-child > li[is-divider] ul {
  display: none;
}
.app-header-nav-child > li > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75em;
  color: #495057;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s ease;
}
.app-header-nav-child > li > a > ion-icon {
  color: #868e96;
  font-size: 1rem;
  margin-right: 0.75rem;
  --ionicon-stroke-width: 3rem;
}
.app-header-nav-child > li > a:hover {
  color: black;
  background-color: #f8f9fa;
}
.app-header-nav-child > li.active > a {
  color: #247bff;
}
.app-header-nav-child {
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.app-header-nav > ul > li > a:hover + .app-header-nav-child, .app-header-nav-child:hover {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
  transform: translateY(0);
}
.app-header--inverse:not(.app-header--scrolled) .app-header-nav > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.app-header--inverse:not(.app-header--scrolled) .app-header-nav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-bottom-color: transparent;
}
.app-header--inverse:not(.app-header--scrolled) .app-header-nav > ul > li.active > a {
  color: white;
  border-bottom-color: transparent;
}
/*# sourceMappingURL=4da41ccdf9d675f569c777d2978cf88dbb8c51e0.header-nav.scss.map */
