.custom-disabled {
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.dn {
  display: none !important;
}

.custom-menu-item a {
  padding: 20px 30px;
  width: 100%;
  background-color: #ffa61b;
  color: white !important;
}

.nested-list {
  padding-left: 30px;
  opacity: 0.8;
  font-size: 18px !important;
}

.nested-list:hover {
  opacity: 1;
}

.pointer-none {
  pointer-events: none;
}

.logo {
  width: 200px;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.logo-main {
  width: 300px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 700px) {
  .logo {
    width: 200px;
    bottom: 280px;
  }

  .logo-main {
    width: 200px;
    left: 10px;
    top: 16px;
    transform: translateX(0);
  }
}

