@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- radio ---- */
/* ---- 浮動視窗 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- 榮譽 ---- */
/* ---- icon other ---- */
/* ================================================================= */
/* ============================= 覆蓋樣式 =========================== */
/* ================================================================ */
/* -------------------- 覆蓋 活動頁 -------------------- */
/*簡易比分*/
.score::-webkit-scrollbar {
  display: block;
  padding-top: 12px;
  width: 12px;
  height: 12px;
  background: whitesmoke;
}

.score::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #e0e0e0;
}

.scoreBox {
  margin: 12px 32px;
}

/*預測名單*/
.popover_user .userBox {
  max-height: 960px;
}