#nav_top .wrap {
  max-width: 1050px;
  margin: 0 auto;
}

#nav_top .navbar {
  background-color: #2e3335;
  box-shadow: 2px 2px 9px #000000;
}

.nav-link {
  color: #ccc;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #f97242;
}

.nav-link:focus, .nav-link:hover {
  color: #999;
}

#nav_top .togbutt {
  width: 53px;
  height: 57px;
  border: none;
}

#nav_top .togbutt li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #16191c;
  background: #222529;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.1), inset 0 -2px 1px rgba(0,0,0,0.1), 0 3px 1px rgba(255,255,255,0.1);
  cursor: pointer;
}

#nav_top #side-menu li.o:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -2px 1px rgba(0,0,0,0.1), 0 1px 1px rgba(255,255,255,0.1), inset 0 20px 50px rgba(100,100,100,0.1);
}

#nav_top .togbutt li.o {
  display: block;
}

#nav_top .togbutt .x span {
  position: relative;
  width: 100%;
  height: 100%;
}

#nav_top .x span:after, #nav_top .x span:before {
  content: "";
  width: 0;
  height: 100%;
  border: 3px solid #8d95c7;
  position: absolute;
  transform: scale(0.55) rotate(45deg);
  left: 50%;
  margin-left: -2px;
}

#nav_top .x span:after {
  transform: scale(0.55) rotate(-45deg);
}

#nav_top .togbutt li span {
  display: block;
}

#nav_top .navbar-toggler {
  padding: 0;
}

.flik:hover {
  -moz-animation-name: blinker;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  animation-name: blinker;
  animation-duration: .5s;
  animation-iteration-count: 2;
  animation-timing-function: linear;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#nav_top .navbar-brand {
  width: 150px;
  height: 39px;
  background-image: url("../../assets/img/img/logo/mad_games.avif?h=66d0e3403721c00f5c12a9f695b5e57d");
  background-size: contain;
  background-position-y: 5px;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  #nav_top {
    margin-bottom: 71px!important;
  }
}

#nav_top {
  margin-bottom: 72px;
}

.login {
  font-size: 33px;
  color: #adadad;
  border: 1px solid rgba(34,35,58,0.2);
  border-radius: 3px;
  cursor: pointer;
}

.dropdown-menu[data-bs-popper] {
  top: 118%;
  right: 0!important;
  left: auto;
  margin-top: var(--bs-dropdown-spacer);
}

.logw .dropdown-menu {
  background: rgba(38,38,38);
  height: 195px;
}

.logw .dropdown-menu a {
  color: #fffafa;
  font-weight: 500;
}

.logw .dropdown-menu a:hover {
  background: rgba(34,37,41,0.6705882352941176);
}

.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #262626;
}

.tip-up {
  top: -19px;
  right: 18px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.log-ic {
  padding: 3px 7px;
  border-radius: 5px;
  background: rgba(0,0,0,0.45);
  margin: 7px;
}

@media (min-width: 768px) {
  #nav_top {
    margin-bottom: 56px;
  }
}

