html {
  overflow-x: hidden;
}
body {
  max-width: 100vw;
  overflow-x: clip;
}
a {
  color: #0a70ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border-width: 0;
}
#trends,
#trends .inner {
  zoom: 1;
  position: relative;
}
#trends {
  margin: 0 auto;
  *z-index: 996;
  _z-index: 996;
}
.background .inner {
  *z-index: 997;
  _z-index: 997;
  position: relative;
}
.blueBg {
  background-image: url(/assets/img/tp.png);
}
#trends .inner {
  overflow: hidden;
}
#trends li,
#trends ul {
  margin: 0;
  padding: 0;
  zoom: 1;
}
#trends ul {
  list-style: none;
  white-space: nowrap;
  position: relative;
  z-index: 20;
}
#trends li {
  display: inline;
}
#trends em {
  display: none;
  zoom: 1;
}
#trends a,
#trends li.trend-label {
  padding: 8px 4px;
}
#trends li.trend-label {
  font-size: 9px;
  color: #def;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  zoom: 1;
}
#trends a {
  display: inline-block;
  color: #6ac;
  zoom: 1;
}
#trends a.active,
#trends a:hover {
  color: #def;
  text-decoration: none;
  zoom: 1;
}
#trends .fade {
  background: url(../img/fade-trends2.png) repeat-y 0 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  padding: 8px 0;
  zoom: 1;
  _visibility: hidden;
  z-index: 30;
  pointer-events: none;
}

ul.trendscontent a:active,
ul.trendscontent a:focus {
  outline: 0;
  -moz-outline: 0;
}
.sticky-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 8px 0;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}
.sticky-logo {
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 70px;
}
.sticky-logo picture {
  display: flex;
  align-items: center;
}
.sticky-logo img {
  height: 60px;
  width: auto;
  transition: opacity 0.3s ease;
}
.sticky-logo,
.sticky-logo-mobile {
  flex-shrink: 0;
}
.sticky-logo-mobile {
  height: 64px;
  display: flex;
  align-items: center;
}
.sticky-logo-mobile picture {
  display: flex;
  align-items: center;
  height: 100%;
}
.sticky-logo-mobile img {
  height: 70%;
  width: auto;
  max-height: 70%;
}
.sticky-nav-wrap.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.nav-glass-bar {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  height: 70px;
  padding: 0 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
  max-width: 100vw;
  overflow: visible;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .nav-glass-bar {
    min-height: 64px;
    height: auto;
    padding: 0 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.97);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .sticky-logo {
    margin-right: 5px;
  }
  .sticky-logo img {
    height: 70px;
  }
}
.nav-glass-bar .dropdown-toggle::after {
  margin-left: 4px;
}
.nav-dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(10, 112, 255, 0.15);
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  min-width: 180px;
}
.nav-dropdown-menu .dropdown-item {
  color: #0a70ff;
  padding: 8px 18px;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.nav-dropdown-menu .dropdown-item:hover {
  background: #0a70ff;
  color: #fff;
}
.nav-dropdown-menu .dropdown-item.active-gold {
  background: #d4a017;
  color: #fff;
}
.nav-dropdown-menu .dropdown-item.active-gold:hover {
  background: #b8860b;
}
.nav-glass-bar.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.min-w-0 {
  min-width: 0 !important;
}
.nav-glass-bar .nav-pills .nav-item {
  flex: 0 1 auto;
  min-width: 0;
}
.nav-glass-bar .nav-pills .nav-link {
  color: #0a70ff;
  background: 0 0;
  border: 2.5px solid #0a70ff;
  border-radius: 50px;
  padding: clamp(4px, 0.5vw, 8px) clamp(6px, 1vw, 28px);
  margin: clamp(1px, 0.2vw, 2px);
  font-size: clamp(10px, 1.1vw, 17px);
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.nav-glass-bar .nav-pills .nav-link:hover {
  background: #0a70ff;
  color: #fff;
  border-color: #0a70ff;
  box-shadow: 0 2px 10px rgba(10, 112, 255, 0.35);
  transform: translateY(-1px);
  text-decoration: none;
}
.nav-glass-bar .nav-pills .nav-link:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(10, 112, 255, 0.3);
}
.nav-glass-bar .nav-pills .nav-link.fw-bold {
  border-color: #0a70ff;
  color: #0a70ff;
}
.nav-glass-bar .nav-pills .nav-link.fw-bold:hover {
  background: #0a70ff;
  color: #fff;
  border-color: #0a70ff;
  box-shadow: 0 2px 10px rgba(0, 85, 204, 0.35);
}
.nav-glass-bar .nav-pills .nav-link.active-gold,
.nav-glass-bar .nav-pills .nav-link.active-gold.fw-bold {
  background: #d4a017;
  color: #fff;
  border-color: #d4a017;
  box-shadow: 0 2px 10px rgba(212, 160, 23, 0.4);
}
.nav-glass-bar .nav-pills .nav-link.active-gold:hover {
  background: #b8860b;
  color: #fff;
  border-color: #b8860b;
  box-shadow: 0 2px 12px rgba(184, 134, 11, 0.5);
}
.nav-mobile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(10, 112, 255, 0.15);
  margin-top: 10px;
  padding: 12px 4px 4px;
}
.nav-mobile-alllinks {
  color: #0a70ff;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.nav-mobile-alllinks:hover {
  text-decoration: underline;
}
.nav-mobile-alllinks i {
  margin-right: 2px;
}
.nav-mobile-socials {
  display: flex;
  gap: 12px;
}
.nav-mobile-socials a {
  color: #0a70ff;
  font-size: 1.15rem;
  transition:
    color 0.2s,
    transform 0.2s;
  text-decoration: none;
}
.nav-mobile-socials a:hover {
  color: #05c;
  transform: scale(1.15);
}
.nav-tap-close {
  display: none;
  font-size: 0.6rem;
  color: #9ca3af;
  font-style: italic;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 1;
}
