.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 5px;
}

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.nav-logo-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 300px) {
  .nav-logo {
    display: flex;
  }
}

@media (min-width: 576px) {
  .nav-logo {
    display: flex;
  }
}

@media (min-width: 768px) {
  .nav-logo {
    display: flex;
  }
}

@media (min-width: 992px) {
  .nav-logo {
    display: none;
  }
}

.nav-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.nav-item {
  margin: 0 14px;
}

.input-group {
  width: 320px;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bs-focus-ring-color);
  border-radius: 50%;
  padding: 0;
  font-size: 1.4rem;
  color: var(--bs-primary);
  background: none;
  transition: all .4s;
}

.nav-btn:hover {
  border: 1px solid var(--bs-warning);
  color: var(--bs-warning);
  transition: all .4s;
}

.nav-tpoup-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

@media (min-width: 300px) {
  .nav-tpoup-box {
    display: none;
  }
}

@media (min-width: 576px) {
  .nav-tpoup-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-tpoup-box {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-tpoup-box {
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav-tpoup-box {
    display: flex;
  }
}

.nav-balance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-balance p {
  display: block;
  padding: 0;
  margin: -2px 20px 0 20px;
  font-size: .9rem;
}

.nav-balance-color {
  background: var(--bs-light-bg-subtle);
  width: 100px;
  height: 23px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
}

.colorValue {
  font-weight: 600;
}

.balnceLow {
  color: var(--bs-danger);
  border: 1px solid var(--bs-danger);
}

.balnceMiddle {
  color: var(--bs-warning);
  border: 1px solid var(--bs-warning);
}

.balnceHigh {
  color: var(--bs-success);
  border: 1px solid var(--bs-success);
}

.topSuport, .topNotif, .topQuest, .topAccount {
  display: block;
}

@media (min-width: 300px) {
  .topSuport, .topNotif, .topQuest, .topAccount {
    display: none;
  }
}

@media (min-width: 576px) {
  .topSuport, .topNotif, .topQuest, .topAccount {
    display: none;
  }
}

@media (min-width: 768px) {
  .topSuport, .topNotif, .topQuest, .topAccount {
    display: block;
  }
}

.search-box {
  display: block;
}

@media (min-width: 300px) {
  .search-box {
    display: none;
  }
}

@media (min-width: 576px) {
  .search-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .search-box {
    display: none;
  }
}

@media (min-width: 992px) {
  .search-box {
    display: block;
  }
}

.search-btn {
  color: var(--bs-light);
}

.boxSupport, .boxNotification, .boxWiki, .boxAccount {
  position: absolute;
  top: 99px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 420px;
  min-width: 320px;
  height: auto;
  border: 1px solid var(--bs-focus-ring-color);
  border-radius: 8px;
  padding: 20px;
  background: var(--bs-light);
  font-size: 0.9rem;
  z-index: 999;
}

.boxAccount_table {
  width: 100%;
}

.menuBox-title {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
}

.menuBox-btn {
  background: var(--bs-red);
  color: var(--bs-light);
  width: 100px;
  align-self: start;
  text-transform: uppercase;
  margin-top: 40px;
}

.menuBox-logoff-btn {
  background: var(--bs-primary);
  color: var(--bs-light);
  width: 100px;
  align-self: start;
  text-transform: uppercase;
  margin-top: 40px;
}

.menuBox-btn:hover, .menuBox-logoff-btn:hover {
  border: 1px solid var(--bs-primary);
}

.menuBox-form {
  width: 100%;
  margin-top: 20px;
}

.menuBox-formBtn {
  background: var(--bs-success-text-emphasis);
  color: var(--bs-light);
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  border: 1px solid var(--bs-success-text-emphasis);
}

.menuBox-formBtn:hover {
  border: 1px solid var(--bs-success-text-emphasis);
}

.menuBox-label {
  display: block;
  margin: 2px 0 10px 14px;
}

/* Mobile menu */

.btn-collapse {
  width: 40px;
  height: 40px;
  border: 1px solid var(--bs-focus-ring-color);
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .btn-collapse {
    display: none;
  }
}

.asideMenuHidden {
  display: none;
}

.asideMenuOpen {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 280px;
  height: 98vh;
  z-index: 9999;
  margin: 10px 10px 10px 10px;
  border-radius: 10px;
  animation: fadein .5s ease-out forwards;
}

@keyframes fadein {
  from {
    margin: 10px 10px 10px -300px;
  }
  to {
    margin: 10px 10px 10px 10px;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bs-tertiary-color);
  z-index: 9998;
  animation: overlayIn .5s ease-out;
}

@keyframes overlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Message Counts */

.btnMessage[data-count="0"]::before {
  display: none;
}

.btnNotification {
  position: relative;
}

.btnNotification::before {
  content: attr(data-count);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 12px;
  background-color: var(--bs-danger);
  color: var(--bs-light);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.btnNotification[data-count="0"]::before {
  display: none;
}

/* News Counts */

.news-title[data-count="0"]::before {
  display: none;
}

.news-title {
  position: relative;
}

.news-title::before {
  content: attr(data-count);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: 46px;
  font-size: 12px;
  background-color: var(--bs-danger);
  color: var(--bs-light);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.news-title[data-count="0"]::before {
  display: none;
}

.shadow {
  z-index: 9999;
}

