/* 彩票专属模式 - 全局颜色覆盖 */

/* ===== 底部导航活动状态 ===== */
.v5-footer .tab-item.active,
.v5-footer .tab-item.active *,
.footer-content .tab-item.active,
.footer-content .tab-item.active * {
  color: #f5820d !important;
}

/* ===== 首页子标签指示条::after ===== */
.sub-tab-indicator::after,
.sub-tab-indicator:after {
  background: #f5820d !important;
  background-color: #f5820d !important;
}
.sub-tab.active {
  color: #f5820d !important;
}

/* ===== 活动页头部标签 ===== */
.nav-tab-item.active,
.activity-header .nav-tab-item.active {
  color: #f5820d !important;
}

/* 活动页头部下划线 */
.active-line,
.activity-header .active-line,
.nav-tabs .active-line {
  background: #f5820d !important;
  background-color: #f5820d !important;
}

/* ===== 活动页侧边栏active状态 ===== */
.sidebar-item.active .sidebar-item-content {
  background-image: none !important;
  background-color: #f5820d !important;
  color: #fff !important;
}
.sidebar-item.active .sidebar-text {
  color: #fff !important;
}
.sidebar-item.active .sidebar-icon-img {
  filter: brightness(0) invert(1) !important;
}

/* ===== 活动页领取记录/刷新按钮 ===== */
.sidebar-footer-inline .footer-btn,
.footer-btn {
  color: #f5820d !important;
  border-color: #f5820d !important;
}

/* ===== 覆盖所有009688和26a17b ===== */


/* 活动页标签文字橙色 */
.nav-tab-item.active,
.activity-header .nav-tab-item.active {
  color: #f5820d !important;
}
.active-line,
.activity-header .active-line {
  background: #f5820d !important;
}
