/* Prediction-table betslip toggle, shared by both colour themes. */
html[data-theme="light"] #table .betslip-add.added,
html[data-theme="dark"] #table .betslip-add.added {
  background: #35845f !important;
  background-color: #35845f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #4d9a75 !important;
  box-shadow: 0 0 0 2px rgba(53,132,95,.20), 0 2px 7px rgba(20,65,45,.30) !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

html[data-theme="light"] #table .betslip-add.added:hover,
html[data-theme="dark"] #table .betslip-add.added:hover {
  background: #a83f45 !important;
  background-color: #a83f45 !important;
  border-color: #c15b61 !important;
  box-shadow: 0 0 0 2px rgba(168,63,69,.18), 0 2px 7px rgba(70,20,24,.30) !important;
}
