.main-header {
  background-color: rgb(40, 42, 54) !important;
}

@media (min-width: 1025px) {
    .basel-logo-wrap img {
    width: 80px !important;
    margin: 20px 0 20px 0;
  }

  .menu-custommainmenu-container {
    margin: 10px;
  }
  .wrapp-header {
    padding-left: 10px !important;
    padding-right: 5px !important;
  }

  .p-main-menu-text {
    font-size: 11px;
    font-family: "HeroNew", Arial, sans-serif;
    font-weight: 500;
  }

  .menu-item-386 .p-main-menu-text,
  .menu-item-387 .p-main-menu-text,
  .menu-item-489 .p-main-menu-text,
  .menu-item-389 .p-main-menu-text,
  .menu-item-390 .p-main-menu-text {
    color: white !important;
    font-weight: 600;
  }
  .menu-item-386 .p-main-menu-icon-svg path,
  .menu-item-387 .p-main-menu-icon-svg path,
  .menu-item-489 .p-main-menu-icon-svg path,
  .menu-item-389 .p-main-menu-icon-svg path,
  .menu-item-390 .p-main-menu-icon-svg path {
    fill: white !important;
  }

  .menu-item-386 {
    border-radius: 10px;
    background: linear-gradient(#ff3030, #a7005b);
    margin: 5px 0 5px 0 !important;
  }
  .menu-item-387 {
    border-radius: 10px;
    background: linear-gradient(#7e1a97 3%, #4e0984);
    margin: 5px 0 5px 0 !important;
  }
  .menu-item-489 {
    border-radius: 10px;
    background: linear-gradient(90deg, #11c6ff 3.5%, #8442ff 43.5%, #b60073);
    margin: 5px 0 5px 0 !important;
  }
  .menu-item-389,
  .menu-item-390 {
    border-radius: 10px;
    background: #171717;
  }

  .menu-item-389 {
    margin-top: 15px !important;
  }
  .menu-item-390 {
    margin-top: 5px !important;
  }

  .menu-item a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    height: 45px !important;
    color: grey !important;
    text-transform: none !important;
    gap: 15px !important;
  }

  .menu-custommainmenu-container li {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .p-main-menu-icon-svg svg {
    height: 20px;
    width: auto;
  }

  .menu-item:not(.menu-item-382) .p-main-menu-icon-svg path {
    fill: rgba(255, 255, 255, 0.6);
  }

  .menu-item-390 img,
  .menu-item-489 img {
    height: 20px;
  }

  .menu-item-382 path {
    fill: red;
  }

  .navigation-wrap {
    height: 50px; 
    overflow-y: auto !important; 
  }
  .navigation-wrap::-webkit-scrollbar {
    width: 3px; 
  }

  .navigation-wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 3px; 
  }

  .navigation-wrap::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25); 
  }

  .p-main-menu-icon,
  .p-main-menu-icon-svg {
    color: grey;
    fill: grey;
  }

  .p-main-menu-icon-svg {
    display: inline-flex;
  }

  .navigation-wrap {
    margin-bottom: 0 !important;
  }
  .vertical-header-bottom {
    display: none !important;
  }

  .menu-custommainmenu-container li {
    border-radius: 10px;
    transition: background-color 0.3s ease;
  }
  .menu-custommainmenu-container
    li:hover:not(.menu-item-386):not(.menu-item-387):not(.menu-item-489):not(
      .menu-item-389
    ):not(.menu-item-390):not(.menu-item-391):not(.menu-item-392) {
    background-color: #3e4151;
    border-radius: 10px;
  }

  .menu-custommainmenu-container a {
    padding: 10px !important; 
    transition: color 0.3s ease;
  }
  .menu-custommainmenu-container a:hover {
    color: white !important;
  }

  .menu-custommainmenu-container path {
    transition: fill 0.3s ease;
  }
  .menu-custommainmenu-container
    li:hover:not(.menu-item-386):not(.menu-item-387):not(.menu-item-489):not(
      .menu-item-389
    ):not(.menu-item-390):not(.menu-item-391):not(.menu-item-392)
    path {
    fill: red !important;
  }

  .menu-item-379 a:after {
    content: "10";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .menu-item-390 a:after {
    content: "^";
    transform: rotate(180deg) scaleX(2);
    position: absolute;
    right: 10px;
    width: 25px;
    height: 18px;
    border-radius: 50%;
    color: #3e4151 !important;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    justify-content: center;
  }

  .menu-item-391 .p-main-menu-text,
  .menu-item-392 .p-main-menu-text {
    display: none;
  }
  .menu-item-391,
  .menu-item-392 {
    background: #1c1d22;
    display: inline-flex !important;
    width: 49%;
    margin: 10px 0 !important;
    justify-content: center;
  }
}

@media (min-width: 1025px) {
  .right-column {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .main-header {
    width: 250px !important;
  }
  .global-header-vertical .website-wrapper {
    padding-left: 250px !important;
  }
}

@media (max-width: 1024px) {
  .mobile-nav {
    background: #282a36 !important;
  }
  .basel-close-sidebar-btn {
    background: #282a36 !important;
  }
  .site-mobile-menu li {
    background: #1c1d22;
  }
  .site-mobile-menu {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 75px);
    gap: 10px;
    margin: 10px;
  }

  .menu-custommainmenu-container li {
    border-radius: 10px;
    height: 65px;
    width: 80px;
  }
  .menu-custommainmenu-container svg {
    fill: rgba(255, 255, 255, 0.6);
    height: 20px;
  }
  .p-main-menu-icon-svg,
  .p-main-menu-icon {
    margin-bottom: 5px;
  }

  .menu-item-386 span,
  .menu-item-387 span,
  .menu-item-489 span {
    font-weight: 1000;
    max-width: 50px;
  }

  .menu-item-390 img {
    height: 20px;
  }
  .menu-item-489 img {
    height: 20px;
  }

  .menu-item-390 span {
    margin-top: 5px;
  }

  .mobile-nav ul li a {
    display: flex !important;
    height: 65px;
    font-size: 11px !important;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    line-height: 12px !important;
    overflow: hidden !important;
    letter-spacing: 0.3px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    flex-direction: column;
    align-items: center;
    padding: 0px !important;
    text-transform: none !important;
    border-bottom: none !important;
  }
  .menu-item-386 a {
    border-radius: 10px;
    background: linear-gradient(#ff3030, #a7005b);
  }
  .menu-item-387 a {
    border-radius: 10px;
    background: linear-gradient(#7e1a97 3%, #4e0984);
  }
  .menu-item-489 a {
    border-radius: 10px;
    background: linear-gradient(90deg, #11c6ff 3.5%, #8442ff 43.5%, #b60073);
  }

  .menu-custommainmenu-container a:active {
    border-radius: 10px;
    background: none;
    transition: background 0.3s ease-in-out;
    /**/
    box-sizing: border-box;
    overflow: hidden;
  }
  .menu-item-382 svg {
    fill: red !important;
  }
  .menu-item-377:hover svg,
  .menu-item-378:hover svg,
  .menu-item-379:hover svg,
  .menu-item-381:hover svg,
  .menu-item-382:hover svg,
  .menu-item-383:hover svg,
  .menu-item-384:hover svg,
  .menu-item-385:hover svg {
    fill: red !important;
  }

  li#menu-item-389,
  li#menu-item-390 {
    background: #171717;
    display: inline-flex !important;
    margin: 5px 0 !important;
    justify-content: center;
    width: 102%;
    grid-column: span 3;
    height: 50px;
  }
  li#menu-item-391,
  li#menu-item-392 {
    margin-top: 0px;
    margin-left: 95%;
    width: 65% !important;
    height: 72% !important;
  }
  li#menu-item-391:active,
  li#menu-item-392:active {
    overflow: hidden;
    box-sizing: border-box;
  }

  li#menu-item-391 span,
  li#menu-item-392 span {
    display: none;
  }
  li#menu-item-391 .p-main-menu-icon-svg,
  li#menu-item-392 .p-main-menu-icon-svg {
    height: 33px;
  }
  li#menu-item-392 {
    right: 30px;
  }

  li#menu-item-389 a,
  li#menu-item-390 a {
    display: flex !important;
    gap: 10px;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 15px !important;
  }
  li#menu-item-389 .p-main-menu-icon-svg,
  li#menu-item-390 .p-main-menu-icon,
  li#menu-item-390 span {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  li#menu-item-389 {
    margin-top: 20px !important;
  }
  li#menu-item-390 {
    margin-top: -10px !important;
  }

  .menu-item-390 a:after {
    content: "^";
    transform: rotate(180deg) scaleX(2.25);
    position: absolute;
    right: 20px;
    top: 16px;
    color: #3e4151 !important;
    font-size: 20px;
    font-weight: 300;
  }

  .menu-item-379 a:after {
    content: "10";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-item-386 > a > span,
  .menu-item-387 > a > span,
  .menu-item-489 > a > span,
  .menu-item-389 > a > span,
  .menu-item-390 > a > span {
    font-weight: 500;
    color: white;
  }
  .mobile-nav {
    z-index: 999;
    margin-top: 50px;
  }
  .main-header {
    z-index: 9999 !important;
  }
}

li.menu-item-489 {
  display: none !important;
}
