/* Styles moved from style-bettorsclub.css for [ts_tipster_new]. */

.single-wrapper {
  --primary-color: #354a5e;
  --secondary-color: #3d5870;
  --accent-color: #ffc037;
  --background-color: #f8f9fa;
  --text-color: #333333;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --border-radius: 12px;
  --spacing: clamp(1rem, 2vw, 2rem);
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  border-radius: var(--border-radius);
}

.single-wrapper select.ts_shortcode_dropdown {
  margin: 10px 5px 10px 7px;
  font-size: 14px;
  cursor: pointer;
  min-height: 30px;
  background-color: #243648;
  color: #f3f3f3;
  border: 1px solid rgba(26, 188, 156, 0.55);
  padding: 0 32px 0 10px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
  font-family: arial;
  max-width: 90%;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffc037 50%),
    linear-gradient(135deg, #ffc037 50%, transparent 50%),
    linear-gradient(180deg, #2b3d4f 0%, #243648 100%);
  background-position:
    calc(100% - 16px) 50%,
    calc(100% - 10px) 50%,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.single-wrapper select.ts_shortcode_dropdown:focus {
  outline: 1px solid #ffc037;
  outline-offset: 1px;
}

.single-wrapper select.ts_shortcode_dropdown:disabled {
  color: rgba(243, 243, 243, 0.45);
  cursor: wait;
  opacity: 0.72;
}

.single-wrapper .dd_year_month span {
  display: none;
}

.single-wrapper .dd_year_month .ts-results-filter-shell span {
  display: inline;
}

.single-wrapper .tipster_latest_picks {
  background: #34495e;
}

.single-wrapper .h2margin {
  font-family: Arial;
  font-size: 20px;
  color: white;
  margin: 3px 0 0;
  background: #2b3d4f;
  padding: 7px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-wrapper .ts-results-filter-toggle {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  padding-right: 42px;
}

.single-wrapper .ts-results-filter-toggle::before,
.single-wrapper .ts-results-filter-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 3px;
  background: #ffc037;
  transition: transform 140ms ease;
}

.single-wrapper .ts-results-filter-toggle::before {
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.single-wrapper .ts-results-filter-toggle::after {
  right: 18px;
  transform: translateY(-50%) rotate(-45deg);
}

.single-wrapper .ts-results-filter-toggle.is-open::before {
  transform: translateY(-50%) rotate(-45deg);
}

.single-wrapper .ts-results-filter-toggle.is-open::after {
  transform: translateY(-50%) rotate(45deg);
}

.single-wrapper .ts-results-filter-toggle-label {
  color: #ffffff;
}

.single-wrapper .ts-results-filter-toggle .tipster_filter_updated {
  height: auto;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(243, 243, 243, 0.9);
  font-size: 14px;
  line-height: 18px;
}

.single-wrapper .ts-results-filter-body[hidden] {
  display: none !important;
}

.single-wrapper .betting,
.single-wrapper .betting_module {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial;
}

.single-wrapper table.betting th,
.single-wrapper table.betting_module th {
  font-size: 14px;
  background: #1abc9c;
  color: #111d27;
  font-weight: bold;
  background: linear-gradient(to bottom, #1eddb8 50%, #1abc9c 57%);
}

.single-wrapper table.betting td,
.single-wrapper table.betting th,
.single-wrapper table.betting_module td,
.single-wrapper table.betting_module th {
  padding: 3px 1px 3px 3px;
  text-align: left;
  font-size: 12px;
  border: 0;
  line-height: 20px;
}

.single-wrapper .betting td {
  padding: 3px 1px 0 3px;
}

.single-wrapper .betting td:first-child {
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
}

.single-wrapper .betting td:last-child {
  border-bottom-right-radius: 5px;
}

.single-wrapper .betting tbody tr:nth-child(odd),
.single-wrapper .betting_module tbody tr:nth-child(odd) {
  background-color: #34495e;
  background: linear-gradient(180deg, rgba(52, 73, 94, 1) 0%, rgba(52, 73, 94, 1) 25%, rgb(49 70 91) 50%, rgba(52, 73, 94, 1) 75%, rgba(52, 73, 94, 1) 100%);
  color: white;
  border-top: #34495e solid 1px;
}

.single-wrapper .betting tbody tr:nth-child(even),
.single-wrapper .betting_module tbody tr:nth-child(even) {
  background-color: #3e5770;
  background: linear-gradient(180deg, rgba(62, 87, 112, 1) 0%, rgba(62, 87, 112, 1) 25%, rgb(59 83 107) 50%, rgba(62, 87, 112, 1) 75%, rgba(62, 87, 112, 1) 100%);
  color: white;
  border-top: #3e5770 solid 1px;
}

.single-wrapper .betting tbody tr.ts-empty-row,
.single-wrapper .betting tbody tr.ts-empty-row:nth-child(odd),
.single-wrapper .betting tbody tr.ts-empty-row:nth-child(even) {
  background: #34495e;
  color: #e9f2fa;
}

.single-wrapper .betting tbody tr.ts-empty-row td.ts-empty-cell {
  display: table-cell;
  padding: 13px 16px !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #e9f2fa;
  background: linear-gradient(180deg, #35516b 0%, #2d4358 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.single-wrapper .betting tbody tr td a,
.single-wrapper .betting_module tbody tr td a {
  display: flex;
  color: white !important;
  text-decoration: none;
  align-items: center;
}

.single-wrapper .betting tbody tr:hover a,
.single-wrapper .betting_module tbody tr:hover a {
  color: #1abc9c;
}

.single-wrapper .betting tbody tr td a:hover,
.single-wrapper .betting_module tbody tr td a:hover {
  text-decoration: none;
  color: #1abc8c !important;
}

.single-wrapper .betting .sport_img {
  margin-right: 3px;
  vertical-align: sub;
  display: flex;
  align-items: center;
}

.single-wrapper .betting .sport_img img {
  vertical-align: initial;
  display: inline-flex;
  align-items: center;
}

.single-wrapper .ts_loading_gif {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.single-wrapper #valuetitle-positive {
  color: lime;
}

.single-wrapper #valuetitle-negative {
  color: red;
}

.single-wrapper #valuetitle-none {
  color: #f3f3f3;
}

.single-wrapper td#value-positive,
.single-wrapper #value-positive {
  color: #b9ffb9;
}

.single-wrapper td#value-negative,
.single-wrapper #value-negative {
  color: #ffb9b9;
}

.single-wrapper #value-positive strong {
  color: lime;
}

.single-wrapper #value-negative strong {
  color: red;
}

.single-wrapper #value-none {
  color: #f3f3f3;
}

.single-wrapper #value-none strong {
  color: #8d9dad;
}

.single-wrapper table.betting.nohover {
  margin: 0;
  margin-top: 1px;
  border-top: 1px solid #34495e;
}

.single-wrapper table.betting.nohover thead,
.single-wrapper table.betting.nohover tbody {
  float: left;
  width: 50%;
}

.single-wrapper table.betting.nohover tr {
  margin: 0;
  border-radius: 0;
  width: 100%;
  float: left;
  background: transparent;
  border: 0;
}

.single-wrapper table.betting.nohover tr:hover {
  background: transparent;
  color: #fff;
}

.single-wrapper table.betting.nohover th {
  padding: 0 10px;
  margin: 0;
  height: 22px;
  border-radius: 0;
  text-align: right;
  border-right: none;
  display: block;
  color: #fff;
  border-bottom: 1px solid #243342;
  line-height: 21px;
  background: #2b3d4f;
  background: linear-gradient(90deg, #243342 0%, #2b3d4f 100%);
}

.single-wrapper table.betting.nohover td {
  padding: 0 10px;
  margin: 0;
  height: 22px;
  border-radius: 0;
  border-right: none;
  display: block;
  border-bottom: 1px solid #2b3d4f;
  line-height: 21px;
  background: #243342;
  background: linear-gradient(90deg, #243342 0%, #2b3d4f 100%);
}

.single-wrapper .tipster_active-pick h2,
.single-wrapper .tipster_latest-pick h2,
.single-wrapper .stats-single-tipster-h2 {
  color: white;
  margin: 20px 0 1px;
  padding: 10px 10px 10px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 0;
  z-index: 0;
  isolation: isolate;
  font-size: 15px;
}

.single-wrapper .tipster_active-pick h2::before,
.single-wrapper .tipster_latest-pick h2::before,
.single-wrapper .stats-single-tipster-h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(90% - 33px);
  background: linear-gradient(to bottom, #3d5870 13%, #354a5e 57%);
  border-radius: 3px;
  height: 100%;
  left: -15px;
  top: 0;
  transform: skew(-13deg, 0deg);
}

.single-wrapper .tipster_active-pick h2::before {
  width: 90%;
}

.single-wrapper .stats-single-tipster-h2::before {
  width: 95%;
}

.single-wrapper .tipster_active-pick h2::after,
.single-wrapper .tipster_latest-pick h2::after,
.single-wrapper .stats-single-tipster-h2::after {
  content: '';
  position: absolute;
  z-index: -2;
  width: 97%;
  background: #f7f7f7;
  border-radius: 0;
  height: 53%;
  left: 0;
  top: 0;
  transform: skew(-13deg, 0deg);
  border-top: 1px solid #1abc9d;
}

.single-wrapper .ts-results-filter-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.single-wrapper .ts-results-filter-heading h2 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  font-size: 15px;
}

.single-wrapper .ts-results-filter-heading .ts-results-filter-title-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-wrapper .ts-results-filter-heading .tipster_filter_updated {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  margin: 0 10% 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(243, 243, 243, 0.78);
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  white-space: nowrap;
}

.single-wrapper #ts-load-more-tipster-container {
  background: #f3f3f3;
  padding: 5px 7px 0;
  text-align: center;
}

.single-wrapper #ts-load-more-tipster-container button,
.single-wrapper #ts-show-more-tipster-container a {
  padding: 0.3rem 0.8rem;
  background: transparent;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 300ms linear;
  border: 0;
  cursor: pointer;
  line-height: 20px;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 17px;
}

.single-wrapper #ts-load-more-tipster-container button::before,
.single-wrapper #ts-show-more-tipster-container a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 37px;
  background: linear-gradient(to bottom, #3d5770 15%, #25394d 35%);
  border-radius: 5px;
  z-index: -1;
  transform: perspective(13px) rotateX(-5deg);
  border-bottom: 3px solid #18ac8f;
  transition: 300ms linear;
}

.single-wrapper #ts-load-more-tipster-container button:hover::before,
.single-wrapper #ts-show-more-tipster-container a:hover::before {
  background: linear-gradient(to bottom, #4e6e8c 15%, #25394d 75%);
}

.single-wrapper #ts-load-more-tipster-container button:disabled {
  opacity: 0.55;
  cursor: default;
}

.single-wrapper #ts-load-more-tipster-container button:disabled::before {
  background: linear-gradient(to bottom, #34495e 15%, #25394d 75%);
  border-bottom-color: rgba(26, 188, 156, 0.45);
}

.single-wrapper #ts-show-more-tipster-container {
  padding: 10px 7px 0;
  text-align: center;
}

.single-wrapper fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.single-wrapper span.won {
  background: #036803;
  background: linear-gradient(0deg, #036803, #009403);
  padding: 1px 7px;
  border-radius: 3px;
}

.single-wrapper span.void {
  background: #717171;
  background: linear-gradient(0deg, #717171, #838383);
  padding: 1px 7px;
  border-radius: 3px;
}

.single-wrapper span.lost {
  background: #8a000a;
  background: linear-gradient(0deg, #8a000a, #a1000c);
  padding: 1px 7px;
  border-radius: 3px;
}

.single-wrapper span.half_won {
  background: #035903;
  background: linear-gradient(0deg, #036803, #009403);
  padding: 1px 7px;
  border-radius: 3px;
}

.single-wrapper span.half_lost {
  background: #8a000a;
  background: linear-gradient(0deg, #8a000a, #a1000c);
  padding: 1px 7px;
  border-radius: 3px;
}

.single-wrapper span.cancel {
  background: #000000;
  background: linear-gradient(0deg, #000000, #4f4e4e);
  padding: 1px 7px;
  border-radius: 3px;
}

.single-wrapper #td_ts_tipster_activepick_bookmaker a img,
.single-wrapper #td_ts_tipster_latestpick_bookmaker a img {
  opacity: 0.7;
  border-radius: 3px;
  vertical-align: sub;
}

.single-wrapper #td_ts_tipster_activepick_bookmaker a img:hover,
.single-wrapper #td_ts_tipster_latestpick_bookmaker a img:hover {
  opacity: 1;
}

.single-wrapper input[type=submit].refreshbutton {
  background: #2b3d4f;
  border: 0;
  border-radius: 0;
  font-size: 0;
  width: 35px;
  height: 22px;
  cursor: pointer;
  margin: 10px 7px 10px 0;
  padding: 0;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-right: 1px solid #1abc9c;
  border-left: 1px solid #1abc9c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M23 4v6h-6'%3E%3C/path%3E%3Cpath d='M20.49 15a9 9 0 1 1-2.12-9.36L23 10'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-wrapper .tipster_filter_updated {
  display: inline-flex;
  align-items: center;
  height: 22px;
  margin: 0;
  padding: 0 7px;
  background: #2b3d4f;
  color: #f3f3f3;
  border-left: 1px solid #1abc9c;
  border-right: 1px solid #1abc9c;
  font-size: 14px;
}

.single-wrapper .dd_year_month .ts-results-filter-shell .tipster_filter_updated {
  display: inline-flex;
}

.single-wrapper .ts-results-filter-shell {
  padding: 12px;
}

.single-wrapper .ts-results-filter-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.single-wrapper .ts-results-filter-title,
.single-wrapper .ts-results-filter-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}

.single-wrapper .ts-results-filter-title {
  color: #ffc037;
}

.single-wrapper .ts-results-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  align-items: end;
}

.single-wrapper .ts-results-period-field {
  grid-column: 1;
  grid-row: 1;
}

.single-wrapper .ts-results-date-field {
  grid-column: 2;
  grid-row: 1;
}

.single-wrapper .ts-results-sport-field {
  grid-column: 3;
  grid-row: 1;
}

.single-wrapper .ts-results-bet-type-field {
  grid-column: 4;
  grid-row: 1;
}

.single-wrapper .ts-results-filter-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.single-wrapper .ts-results-filter-field select.ts_shortcode_dropdown {
  margin: 0;
  width: 100%;
  max-width: none;
}

.single-wrapper .ts-results-native-select {
  display: none !important;
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.single-wrapper .ts-results-css-select {
  position: relative;
  width: 100%;
  min-width: 0;
  z-index: 1;
}

.single-wrapper .ts-results-css-select.is-open {
  z-index: 30;
}

.single-wrapper .ts-results-css-select-trigger {
  position: relative;
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(26, 188, 156, 0.65);
  border-radius: 3px;
  background: linear-gradient(180deg, #2b3d4f 0%, #243648 100%);
  color: #f3f3f3;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
  padding: 5px 32px 5px 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.single-wrapper .ts-results-css-select-trigger::before,
.single-wrapper .ts-results-css-select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 2px;
  background: #ffc037;
  transition: transform 140ms ease;
}

.single-wrapper .ts-results-css-select-trigger::before {
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.single-wrapper .ts-results-css-select-trigger::after {
  right: 11px;
  transform: translateY(-50%) rotate(-45deg);
}

.single-wrapper .ts-results-css-select.is-open .ts-results-css-select-trigger {
  border-color: #ffc037;
  color: #ffffff;
}

.single-wrapper .ts-results-css-select.is-open .ts-results-css-select-trigger::before {
  transform: translateY(-50%) rotate(-45deg);
}

.single-wrapper .ts-results-css-select.is-open .ts-results-css-select-trigger::after {
  transform: translateY(-50%) rotate(45deg);
}

.single-wrapper .ts-results-css-select-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-wrapper .ts-results-css-select-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 230px;
  overflow-y: auto;
  background: #1f3041;
  border: 1px solid rgba(26, 188, 156, 0.65);
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  padding: 4px;
}

.single-wrapper .ts-results-css-select.is-open .ts-results-css-select-menu {
  display: block;
}

.single-wrapper .ts-results-css-select-option {
  width: 100%;
  min-height: 28px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #f3f3f3;
  cursor: pointer;
  display: block;
  font-family: Arial;
  font-size: 13px;
  line-height: 17px;
  padding: 6px 8px;
  text-align: left;
}

.single-wrapper .ts-results-css-select-option:hover,
.single-wrapper .ts-results-css-select-option.is-selected {
  background: #1abc9c;
  color: #111d27;
}

.single-wrapper .ts-results-css-select.is-disabled .ts-results-css-select-trigger {
  background: linear-gradient(180deg, #3b4650 0%, #303c46 100%);
  border-color: rgba(170, 181, 190, 0.4);
  color: rgba(243, 243, 243, 0.62);
  cursor: not-allowed;
  opacity: 1;
}

.single-wrapper .ts-results-css-select.is-disabled .ts-results-css-select-trigger::before,
.single-wrapper .ts-results-css-select.is-disabled .ts-results-css-select-trigger::after {
  background: rgba(243, 243, 243, 0.48);
}

.single-wrapper .ts-results-css-select.is-loading .ts-results-css-select-trigger {
  background: linear-gradient(180deg, #31475b 0%, #263849 100%);
  border-color: rgba(255, 192, 55, 0.65);
  color: #f3f3f3;
  cursor: wait;
}

.single-wrapper .ts-results-css-select.is-loading .ts-results-css-select-trigger::before,
.single-wrapper .ts-results-css-select.is-loading .ts-results-css-select-trigger::after {
  display: none;
}

.single-wrapper .ts-results-css-select.is-loading .ts-results-css-select-value::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  text-align: left;
  animation: ts-results-loading-dots 1s steps(4, end) infinite;
}

@keyframes ts-results-loading-dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75%,
  100% {
    content: "...";
  }
}

.single-wrapper .ts-results-css-select.is-login-required .ts-results-css-select-trigger {
  background: linear-gradient(180deg, #334454 0%, #283848 100%);
  border-color: rgba(26, 188, 156, 0.4);
  color: rgba(243, 243, 243, 0.72);
  cursor: pointer;
}

.single-wrapper .ts-results-css-select.is-login-required .ts-results-css-select-trigger::before,
.single-wrapper .ts-results-css-select.is-login-required .ts-results-css-select-trigger::after {
  background: rgba(255, 192, 55, 0.72);
}

.single-wrapper .ts-results-css-select.is-login-required.is-open .ts-results-css-select-trigger {
  border-color: #ffc037;
  color: #ffffff;
}

.single-wrapper .ts-results-custom-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.single-wrapper .ts-results-custom-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.single-wrapper .ts-results-filter-custom {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(26, 188, 156, 0.65);
  border-radius: 3px;
  background: linear-gradient(180deg, #2b3d4f 0%, #243648 100%);
  color: #f3f3f3;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 32px 5px 10px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  font-family: Arial;
  box-sizing: border-box;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.single-wrapper .ts-results-filter-custom::before,
.single-wrapper .ts-results-filter-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 2px;
  background: #ffc037;
  transition: transform 140ms ease;
}

.single-wrapper .ts-results-filter-custom::before {
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.single-wrapper .ts-results-filter-custom::after {
  right: 11px;
  transform: translateY(-50%) rotate(-45deg);
}

.single-wrapper .ts-results-filter-grid .ts_custom_date--js {
  grid-column: 1 / span 3;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}

.single-wrapper .ts-results-filter-grid .ts_custom_date--cls {
  width: 100%;
  min-width: 0;
  margin: 0;
  height: auto;
}

.single-wrapper .ts-results-filter-custom:hover,
.single-wrapper .ts-results-filter-custom.is-active,
.single-wrapper .ts-results-filter-custom.is-open {
  border-color: #ffc037;
  color: #ffc037;
}

.single-wrapper .ts-results-filter-custom.is-open::before {
  transform: translateY(-50%) rotate(-45deg);
}

.single-wrapper .ts-results-filter-custom.is-open::after {
  transform: translateY(-50%) rotate(45deg);
}

.single-wrapper .ts-results-filter-custom.is-disabled {
  cursor: default;
  opacity: 0.78;
}

.single-wrapper .ts-results-filter-custom.is-disabled:hover {
  border-color: rgba(26, 188, 156, 0.55);
  color: #f3f3f3;
}

.single-wrapper .ts-results-filter-custom.is-login-required {
  background: linear-gradient(180deg, #334454 0%, #283848 100%);
  border-color: rgba(26, 188, 156, 0.4);
  color: rgba(243, 243, 243, 0.72);
}

.single-wrapper .ts-results-filter-custom.is-login-required:hover {
  border-color: rgba(26, 188, 156, 0.4);
  color: rgba(243, 243, 243, 0.72);
}

.single-wrapper .ts-results-filter-custom.is-login-required::before,
.single-wrapper .ts-results-filter-custom.is-login-required::after {
  background: rgba(255, 192, 55, 0.72);
}

.single-wrapper .ts-results-filter-custom.is-login-required.is-open {
  border-color: #ffc037;
  color: #ffffff;
}

.single-wrapper .ts-results-filter-custom .bc-account-icon--textonly {
  color: #ffc037;
}

.single-wrapper .ts-custom-date-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  min-height: 34px;
  border: 1px solid rgba(26, 188, 156, 0.55);
  background: #243648;
  color: #f3f3f3;
  align-items: center;
  justify-content: stretch;
  padding: 6px 8px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
}

.single-wrapper .ts-results-filter-grid [data-results-login-panel] {
  margin: 0;
}

.single-wrapper [data-results-login-panel][hidden] {
  display: none !important;
}

.single-wrapper .ts-custom-date-login-panel > span {
  color: #f3f3f3;
  font-weight: bold;
}

.single-wrapper .ts-custom-date-login-panel .bc-account-icon--textonly {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 26px !important;
  padding: 5px 10px !important;
  border: 1px solid #ffc037 !important;
  border-radius: 3px !important;
  background: #ffc037 !important;
  color: #111d27 !important;
  font-weight: bold;
  line-height: 1 !important;
}

.single-wrapper .ts-results-filter-actions {
  grid-column: 4;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  align-self: end;
  margin-top: 0;
}

.single-wrapper .ts-results-filter-reset,
.single-wrapper .ts-results-filter-apply {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(26, 188, 156, 0.55);
  padding: 6px 8px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  font-family: Arial;
}

.single-wrapper .ts-results-filter-reset {
  background: #2b3d4f;
  color: #f3f3f3;
}

.single-wrapper .ts-results-filter-apply {
  background: #ffc037;
  border-color: #ffc037;
  color: #111d27;
  font-weight: bold;
}

.single-wrapper .ts-results-filter-apply:disabled {
  background: #2b3d4f;
  border-color: rgba(26, 188, 156, 0.35);
  color: rgba(243, 243, 243, 0.55);
  cursor: default;
  font-weight: normal;
}

.single-wrapper .ts-tipster-results-filter-form[data-results-login-required="1"] .ts-results-filter-reset,
.single-wrapper .ts-tipster-results-filter-form[data-results-login-required="1"] .ts-results-filter-apply {
  background: linear-gradient(180deg, #334454 0%, #283848 100%);
  border-color: rgba(26, 188, 156, 0.4);
  color: rgba(243, 243, 243, 0.72);
  font-weight: normal;
}

.single-wrapper .ts-tipster-results-filter-form[data-results-login-required="1"] .ts-results-filter-reset:hover,
.single-wrapper .ts-tipster-results-filter-form[data-results-login-required="1"] .ts-results-filter-apply:hover {
  background: linear-gradient(180deg, #334454 0%, #283848 100%);
  border-color: rgba(26, 188, 156, 0.4);
  color: rgba(243, 243, 243, 0.72);
}

.single-wrapper .ts-tipster-results-filter-form.is-dirty .ts-results-filter-shell {
  background: rgba(255, 192, 55, 0.08);
}

.single-wrapper .ts_custom_date_check-cls {
  margin: 10px 5px 0 7px;
  padding: 1px 5px 1px 7px;
  background: #2b3d4f;
  display: inline-flex;
  gap: 10px;
  color: #fff;
  border-left: 1px solid #1abc9c;
  border-right: 1px solid #1abc9c;
  font-size: 16px;
}

.single-wrapper .ts_custom_date_check-cls a:hover {
  text-decoration: none;
  color: #ff3c00;
}

.single-wrapper .ts_custom_date_check-cls input[type="checkbox"] {
  accent-color: #ffc037;
  cursor: pointer;
}

.single-wrapper .ts_custom_date_check-cls .bc-account-icon--textonly {
  color: #ffc037;
}

.single-wrapper .ts_custom_date--cls {
  margin: 10px 5px 10px 7px;
  font-size: 16px;
  cursor: pointer;
  height: 22px;
  background-color: #2b3d4f;
  color: #f3f3f3;
  padding: 0 7px;
  border-left: 1px solid #1abc9c;
  border-right: 1px solid #1abc9c;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.single-wrapper .ts_custom_date--cls label {
  min-width: 77px;
}

.single-wrapper .ts_custom_date--cls input[type="date"] {
  font-size: 13px;
  border-width: 0;
  padding: 0 5px;
  border-style: none;
  padding-block: 0;
  padding-inline: 5px;
  height: 70%;
  border-radius: 2px;
  color: #000;
}

.single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0 8px;
  background: linear-gradient(180deg, #2b3d4f 0%, #243648 100%);
  border: 1px solid rgba(26, 188, 156, 0.55);
  border-radius: 3px;
  color: #f3f3f3;
  cursor: default;
  box-sizing: border-box;
}

.single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls label {
  flex: 0 0 auto;
  min-width: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}

.single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls input[type="date"] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 26px;
  min-height: 26px;
  padding: 3px 7px;
  border: 0;
  border-radius: 3px;
  background: #eef2f5;
  color: #111d27;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
}

.single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls input[type="date"]:disabled {
  background: #8b99a5;
  color: rgba(17, 29, 39, 0.65);
}

.single-wrapper .single-tipster-modern {
  border-radius: 5px;
  color: white;
  margin-bottom: var(--spacing);
  margin: 0;
}

.single-wrapper .single-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing);
}

.single-wrapper .single-tipster-header-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.single-wrapper .tipster__head_desc {
  flex: 1;
}

.single-wrapper .tipster__head_desc .badge {
  color: var(--primary-color);
  padding: 3px 17px 3px 13px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  border-top-left-radius: 2px;
  z-index: 1;
  overflow: hidden;
}

.single-wrapper .tipster__head_desc .badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  background: #1abc9c;
  z-index: -1;
  border-radius: 5px;
  transform: skew(-15deg, 0deg);
  border-right: 1px solid #3a536a;
}

.single-wrapper .tss-tipsters-badge-premium.badge::before {
  background: #ffaf00;
  background: linear-gradient(137deg, #1abc9c, #ffc037);
}

.single-wrapper .tipsters-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  object-position: center;
  display: block;
}

.single-wrapper .tipster__header {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.single-wrapper .tipster__header h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.single-wrapper .tipster_top {
  display: flex;
  flex-direction: row;
  gap: 3px;
  flex-grow: 1;
}

.single-wrapper .tipster_user {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  padding: 15px 37px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-top: 3px solid #1abc9d;
  position: relative;
}

.single-wrapper .tipster-social-wrapper {
  position: absolute;
  left: 2%;
  top: 17px;
}

.single-wrapper .tipster_user .subscribe_button {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--accent-color);
  border: none;
  color: var(--primary-color);
  padding: 0 7px 0 0;
  border-radius: 20px;
  justify-content: center;
}

.single-wrapper .subscribe_button button {
  background: var(--accent-color);
  border: none;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: bold;
  padding: 13px 5px 13px 10px;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.single-wrapper .subscribe_button button:hover {
  box-shadow: -7px 0 7px 0 #ffffff30;
}

.single-wrapper .stats__data .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}

.single-wrapper .stats span {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.single-wrapper .single-tipster-sub-wrapper {
  flex: 1;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 5px;
  border-top: 3px solid #1abc9d;
}

.single-wrapper .tss_subscription_tipster {
  padding: 15px;
}

.single-wrapper .tss_subscription_tipster button {
  border: 0;
  background: var(--accent-color);
  color: var(--primary-color);
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px;
  transition: box-shadow 0.3s;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(137deg, #1abc9c 10%, #ffc037 57%);
  border: 1px solid #ffc037;
  text-shadow: none;
}

.single-wrapper .tss_subscription_tipster button:hover {
  box-shadow: -7px 0 7px 0 #ffffff30;
}

.single-wrapper .sub_price {
  font-size: 1.8rem;
  color: white;
  margin: 10px 0;
}

.single-wrapper .tss_days {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.single-wrapper .tss_tipster_desc {
  margin-bottom: 0.5rem;
}

.single-wrapper .tipster-menu {
  margin-top: 10px;
  margin-bottom: var(--spacing);
  background: white;
  /* position: sticky; */
  top: 0;
  z-index: 57;
}

.single-wrapper .tipster-menu-scroll {
  padding: 3px 7px 0;
  background: #f3f3f3;
  margin: 1px 0 0;
  border-radius: 5px;
}

.single-wrapper .tipster-menu-main {
  column-gap: 2vw;
  display: flex;
  font-size: 11px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 3px 5px;
  text-transform: uppercase;
  scrollbar-color: #c8cdcd #ffffff;
  scrollbar-width: thin;
}

.single-wrapper .tab-link {
  padding: 0.5rem 1rem;
  background: #ffffff;
  color: black;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  transition: 300ms linear;
  flex: 1;
  border-bottom: 3px solid #c8c8c8;
}

.single-wrapper .tab-link.active-tab,
.single-wrapper .tab-link:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #1abc9c;
}

.single-wrapper .tipster-menu-sub {
  padding: 3px 7px 3px 9px;
  background: #f3f3f3;
  margin: 1px 0 0;
  border-radius: 5px;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  box-shadow: 0 11px 7px -7px #00000040;
}

.single-wrapper .tipster-menu-tab .active-tab {
  background-color: #ffc037;
}

.single-wrapper .tipster-menu-tab {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.single-wrapper .sub-link {
  padding: 0.3rem 0.8rem;
  background: #c8cdcd;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 300ms linear;
}

.single-wrapper .sub-link:hover {
  color: #000;
  text-decoration: none;
  background-color: #ffc037;
}

.single-wrapper .ts-tipster-panels {
  position: relative;
}

.single-wrapper .ts-tipster-panel,
.single-wrapper #tipster-results {
  scroll-margin-top: 96px;
}

.single-wrapper .ts-tipster-panel[aria-hidden="true"] {
  display: none;
}

.single-wrapper .ts-tipster-progressive-sentinel {
  height: 1px;
  width: 100%;
}

.single-wrapper .tipster_results-combined {
  margin-bottom: var(--spacing);
}

.single-wrapper .tipster_about {
  margin-bottom: var(--spacing);
}

.single-wrapper .ts-tipster-about-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-top: 3px solid #1abc9d;
  border-radius: 5px;
  background: linear-gradient(0deg, #354a5e, #3d5870);
  color: #f3f3f3;
}

.single-wrapper .ts-tipster-about-section {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 -2px 0 rgba(62, 87, 112, 0.8);
}

.single-wrapper .ts-tipster-about-section h3 {
  margin: 0 0 8px;
  color: #ffc037;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.single-wrapper .ts-tipster-about-section p {
  margin: 0 0 8px;
  color: #f3f3f3;
  font-size: 13px;
  line-height: 1.45;
}

.single-wrapper .ts-tipster-about-section p:last-child {
  margin-bottom: 0;
}

.single-wrapper .tipster_results-filter {
  background: transparent;
  margin-bottom: 1px;
}

.single-wrapper .tipster_results-filter .ts-results-filter-body {
  background: #34495e;
}

.single-wrapper .tipster_main-stats {
  display: flex;
  gap: 1px;
}

.single-wrapper .charts {
  display: flex;
  margin-top: 30px;
  gap: 3px;
}

.single-wrapper .tipster_stats_chart {
  flex: 1;
  border-radius: var(--border-radius);
  width: 70%;
  padding: 0;
}

.single-wrapper .tipster_stats_chart canvas {
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(0deg, #354a5e, #3d5870);
}

.single-wrapper #ts_win_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(0deg, #354a5e, #3d5870);
  border-radius: 5px;
}

.single-wrapper #ts_win_container h2 {
  color: white;
}

.single-wrapper #ts_win {
  width: 300px;
  height: 300px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(0deg, #354a5e, #ffffff23);
}

.single-wrapper .stats__data {
  flex-grow: 2;
  display: flex;
}

.single-wrapper .stats {
  display: flex;
  flex-direction: column;
  padding: 0 0 5px;
  border-radius: 5px;
  background: linear-gradient(0deg, #354a5e, #3d5870);
  border-top: 3px solid #1abc9d;
}

.single-wrapper .stats-row-1 {
  margin-left: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.single-wrapper .stats-row-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 5px;
  margin: auto 0;
}

.single-wrapper .stats-card {
  background: #00000027;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  align-items: center;
  min-width: 70px;
  border-bottom: 3px solid #3e5770;
}

.single-wrapper .stats-card-inner {
  background: #ffffff0a;
  padding: 3px;
  border-radius: 3px;
}

.single-wrapper .sr-only {
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  color: #e3e3e3;
  z-index: 1;
  position: relative;
}

.single-wrapper .sr-only::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 25%;
  width: 50%;
  height: 37px;
  background: linear-gradient(to bottom, #364b60 5%, #25394d 35%);
  border-radius: 5px;
  z-index: -1;
  transform: perspective(20px) rotateX(-3deg);
  border-bottom: 1px solid #18ac8f;
}

.single-wrapper .stats-card .stat-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 5px;
}

.single-wrapper .stats-card .stats-card-inner {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.single-wrapper .stats.ts-good-stats {
  width: 100%;
  gap: 7px;
  padding: 0 10px 9px;
}

.single-wrapper .ts-good-stats span {
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
}

.single-wrapper .ts-good-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
}

.single-wrapper .ts-good-stats-grid .ts-good-stat-card:only-child {
  grid-column: 1 / -1;
  width: min(calc(100% - 24px), 430px);
  justify-self: center;
}

.single-wrapper .ts-good-stats-grid .ts-good-stat-card:nth-child(3):last-child {
  grid-column: 1 / -1;
  width: calc((100% - 8px) / 2);
  justify-self: center;
}

@media (min-width: 641px) {
  .single-wrapper .stats.ts-good-stats .ts-good-stats-grid {
    margin-top: 8px;
  }
}

.single-wrapper .ts-good-stat-card {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto 6px;
  min-width: 0;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid #c8cdcd;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 -2px 0 rgba(62, 87, 112, 0.8);
}

.single-wrapper .ts-good-stat-card.is-positive {
  border-left-color: #1abc9c;
}

.single-wrapper .ts-good-stat-card.is-negative {
  border-left-color: #ff4b4b;
}

.single-wrapper .ts-good-stat-head {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.single-wrapper .ts-good-stat-head span {
  color: #c8d5e0;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.single-wrapper .ts-good-stat-head strong {
  display: block;
  overflow: hidden;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-wrapper .ts-good-stat-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.single-wrapper .ts-good-stat-metrics span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.single-wrapper .ts-good-stat-metrics em {
  overflow: hidden;
  color: #c8d5e0;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.single-wrapper .ts-good-stat-metrics b {
  overflow: hidden;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-wrapper .ts-good-stat-metrics .is-good b {
  color: #a8ffb8;
}

.single-wrapper .ts-good-stat-metrics .is-bad b {
  color: #ffb8bf;
}

.single-wrapper .ts-good-stat-graph {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.single-wrapper .ts-good-stat-graph::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(243, 243, 243, 0.28);
}

.single-wrapper .ts-good-stat-graph span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(var(--ts-good-profit-width, 0%) / 2);
}

.single-wrapper .ts-good-stat-card.is-positive .ts-good-stat-graph span {
  left: 50%;
  background: linear-gradient(90deg, #1abc9c, #34f06f);
}

.single-wrapper .ts-good-stat-card.is-negative .ts-good-stat-graph span {
  right: 50%;
  background: linear-gradient(90deg, #ff3030, #ff838b);
}

.single-wrapper .ts-good-stat-card.is-neutral .ts-good-stat-graph span {
  display: none;
}

.single-wrapper .ts-good-last-picks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  gap: 10px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 -2px 0 rgba(62, 87, 112, 0.8);
}

.single-wrapper .ts-good-last-picks > span {
  overflow: hidden;
  color: #f3f3f3;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.single-wrapper .ts-good-last-picks-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  gap: 5px;
}

.single-wrapper .ts-good-last-picks .tipsterform1,
.single-wrapper .ts-good-last-picks .tipsterform2,
.single-wrapper .ts-good-last-picks .tipsterform3,
.single-wrapper .ts-good-last-picks .tipsterform4,
.single-wrapper .ts-good-last-picks .tipsterform5,
.single-wrapper .ts-good-last-picks .tipsterform7 {
  display: inline-block;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  color: transparent !important;
  font-size: 0;
}

.single-wrapper .ts-good-last-picks .tipsterform1 {
  background: linear-gradient(0deg, #20ea00, #98ffa8);
}

.single-wrapper .ts-good-last-picks .tipsterform2 {
  background: linear-gradient(0deg, #b3b3b3, #f3f3f3);
}

.single-wrapper .ts-good-last-picks .tipsterform3 {
  background: linear-gradient(0deg, #ea0000, #ff9898);
}

.single-wrapper .ts-good-last-picks .tipsterform4 {
  background: linear-gradient(0deg, #117b00, #98ffa8);
}

.single-wrapper .ts-good-last-picks .tipsterform5 {
  background: linear-gradient(0deg, #870101, #ff9898);
}

.single-wrapper .ts-good-last-picks .tipsterform7 {
  background: linear-gradient(0deg, #121212, #535353);
}

.single-wrapper .subscribe_button span {
  background-color: whitesmoke;
  border-radius: 20px;
  margin-left: 0;
  padding: 5px;
  min-width: 30px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.single-wrapper .ts-tipster-admin-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-top: 9px;
  padding: 5px 12px;
  border-radius: 3px;
  background: linear-gradient(73deg, #1abc9d, rgba(26, 188, 157, 0.16));
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.single-wrapper .ts-tipster-admin-account-link:hover {
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(26, 188, 157, 0.35);
}

.single-wrapper .tipster-stats-inner {
  width: 30%;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(0deg, #354a5e, #3d5870);
}

.single-wrapper .tipster-stats-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 10px;
}

.single-wrapper .tipster-stats-col > div {
  background: #00000023;
  padding: 5px 8px;
  border-radius: 5px;
  color: white;
}

.single-wrapper .ts-text {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.single-wrapper .ts-number {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1;
}

.single-wrapper .tipster-stats-col > .ts-summary-stat {
  display: grid;
  min-width: 0;
  min-height: 49px;
  align-content: space-between;
  gap: 5px;
}

.single-wrapper .tipster-stats-col > .ts-summary-stat.is-wide {
  grid-column: 1 / -1;
  min-height: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.single-wrapper .ts-summary-stat .ts-text,
.single-wrapper .ts-summary-hit-rate .ts-text {
  overflow: hidden;
  color: #c8d5e0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-wrapper .ts-summary-stat .ts-number {
  overflow: hidden;
  justify-self: start;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-wrapper .ts-summary-stat.is-wide .ts-number {
  justify-self: end;
  font-size: 22px;
}

.single-wrapper .tipster-stats-col > .ts-summary-hit-rate {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  padding: 8px;
}

.single-wrapper .ts-summary-hit-rate-head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.single-wrapper .ts-summary-hit-rate-head strong {
  font-size: 19px;
}

.single-wrapper .ts-summary-hit-rate-bar {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 48, 48, 0.22) 0%,
    rgba(255, 48, 48, 0.12) 50%,
    rgba(26, 188, 156, 0.12) 50%,
    rgba(52, 240, 111, 0.22) 100%
  );
}

.single-wrapper .ts-summary-hit-rate-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.55);
}

.single-wrapper .ts-summary-hit-rate-bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--ts-hit-rate-delta, 0%);
  border-radius: 999px;
}

.single-wrapper .ts-summary-hit-rate.is-positive .ts-summary-hit-rate-bar span {
  left: 50%;
  background: linear-gradient(90deg, #1abc9c, #34f06f);
  border-radius: 0px 5px 5px 0px;
}

.single-wrapper .ts-summary-hit-rate.is-negative .ts-summary-hit-rate-bar span {
  right: 50%;
  background: linear-gradient(90deg, #ff838b, #ff3030);
  border-radius: 5px 0px 0px 5px;
}

.single-wrapper .ts-summary-hit-rate.is-neutral .ts-summary-hit-rate-bar span {
  display: none;
}

.single-wrapper .ts-lost {
  color: var(--danger-color);
}

.single-wrapper .stats-col-last div {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}

.single-wrapper .tipsterform1,
.single-wrapper .tipsterform2,
.single-wrapper .tipsterform3,
.single-wrapper .tipsterform4,
.single-wrapper .tipsterform5,
.single-wrapper .tipsterform7 {
  color: transparent !important;
  padding: 1px;
  border-radius: 50px;
  font-size: 0;
  width: 15px;
  height: 15px;
  align-self: center;
}

.single-wrapper .tipsterform1 {
  background: linear-gradient(0deg, #20ea00, #98ffa8);
}

.single-wrapper .tipsterform2 {
  background: linear-gradient(0deg, #b3b3b3, #f3f3f3);
}

.single-wrapper .tipsterform3 {
  background: linear-gradient(0deg, #ea0000, #ff9898);
}

.single-wrapper .tipsterform4 {
  background: linear-gradient(0deg, #117b00, #98ffa8);
}

.single-wrapper .tipsterform5 {
  background: linear-gradient(0deg, #870101, #ff9898);
}

.single-wrapper .tipsterform7 {
  background: linear-gradient(0deg, #121212, #535353);
}

.single-wrapper .tipster_active-pick,
.single-wrapper .tipster_latest-pick {
  margin-bottom: var(--spacing);
}

.single-wrapper .betting {
  width: 100%;
  border-collapse: collapse;
}

.single-wrapper .betting th {
  background: var(--primary-color);
  color: white;
  padding: 0.75rem;
  text-align: left;
}

.single-wrapper .betting td {
  padding: 0.75rem;
  border-bottom: 1px solid #ddd;
}

.single-wrapper .betting img {
  max-height: 20px;
}

@media only screen and (max-width: 900px) {
  .single-wrapper .betting td,
  .single-wrapper .betting th,
  .single-wrapper .betting_module td,
  .single-wrapper .betting_module th {
    display: block;
  }

  .single-wrapper .betting tbody tr:nth-child(odd),
  .single-wrapper .betting tbody tr:nth-child(even),
  .single-wrapper .betting_module tbody tr:nth-child(odd),
  .single-wrapper .betting_module tbody tr:nth-child(even) {
    background: #3e5770;
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    margin: 0;
  }

  .single-wrapper .betting tbody tr td a,
  .single-wrapper .betting_module tbody tr td a {
    margin: 0;
    padding: 5px;
  }

  .single-wrapper select.ts_shortcode_dropdown {
    display: block;
  }

  .single-wrapper .ts_custom_date--cls {
    display: flex;
  }

  .single-wrapper .filter_over_hours {
    float: none;
    display: block;
  }

  .single-wrapper table.betting.nohover tr {
    margin: 0;
    border-radius: 0;
    width: 100%;
    float: left;
    background: transparent;
    border: 0;
  }

  .single-wrapper table.betting.nohover tr:hover {
    background: transparent;
    color: #fff;
  }

  .single-wrapper table.betting.active-picks-date thead,
  .single-wrapper table.betting.tipster_dd_latest_picks thead {
    display: none;
  }

  .single-wrapper table.betting.active-picks-date tr,
  .single-wrapper table.betting.tipster_dd_latest_picks tr {
    display: block;
    border: 0;
    border-top: 7px solid #909ba7;
    border-radius: 0;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(1),
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(1) {
    background: #3e5770;
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom-left-radius: 0;
    height: 23px;
    border-top: 7px solid transparent;
    border-left: 3px solid #1abc9c;
    color: #d7d7d7;
    min-width: 1px;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(2),
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(2) {
    background: #3e5770;
    border-left: 7px solid #1abc9c;
    border-top: 1px solid #61758a;
    border-bottom: 1px solid #61758a;
    font-size: 12px;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(2) a,
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(2) a {
    font-size: 13px;
    font-weight: bold;
    margin: 7px 0;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(2) img,
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(2) img {
    float: left;
    margin: 2px 3% 0 2px;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(3) {
    background: #2b3d4f url(images/coins.png) no-repeat 13px 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    min-width: 33px;
    padding: 3px 0 0 53px;
    border-left: 1px solid #61758a;
    border-bottom: 1px solid #61758a;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
  }

  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(3) {
    background: #2b3d4f url(images/coins.png) no-repeat 13px 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    min-width: 33px;
    padding: 3px 10px 0 43px;
    border-left: 1px solid #61758a;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(4) {
    background: #4f667d;
    margin: 0;
    padding: 0 3% 2px;
    float: left;
    border-left: 7px solid #1abc9c;
    border-bottom: 7px solid #3e5770;
  }

  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(4) {
    background: #4f667d;
    margin: 0;
    padding: 0 3% 2px;
    float: left;
    height: 30px;
    border-left: 7px solid #1abc9c;
    border-bottom: 7px solid #3e5770;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(5),
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(5) {
    background: #3e5770;
    margin: 0;
    padding: 0 10px;
    float: left;
    height: 30px;
    border-bottom-right-radius: 8px;
    border-right: 2px solid #4f667d;
    border-bottom: 2px solid #4f667d;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(6),
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(6) {
    float: right;
    text-align: right;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .single-wrapper table.betting.active-picks-date td:nth-child(6) a img,
  .single-wrapper table.betting.tipster_dd_latest_picks td:nth-child(6) a img {
    opacity: 1;
    margin-top: 2px;
    border-radius: 2px;
  }
}

@media (max-width: 768px) {
  .single-wrapper .single-inner {
    flex-direction: column;
  }

  .single-wrapper .ts-results-filter-shell {
    padding: 10px;
  }

  .single-wrapper .ts-results-filter-meta {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }

  .single-wrapper .ts-results-filter-title,
  .single-wrapper .ts-results-filter-label {
    font-size: 11px;
    line-height: 14px;
  }

  .single-wrapper .tipster_filter_updated {
    height: auto;
    min-height: 22px;
    font-size: 12px;
    line-height: 16px;
  }

  .single-wrapper .ts-results-filter-heading .tipster_filter_updated {
    font-size: 10px;
    line-height: 14px;
  }

  .single-wrapper .ts-results-filter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 10px;
    align-items: end;
  }

  .single-wrapper .ts-results-period-field {
    grid-column: 1;
    grid-row: auto;
  }

  .single-wrapper .ts-results-date-field {
    grid-column: 2;
    grid-row: auto;
  }

  .single-wrapper .ts-results-sport-field {
    grid-column: 1;
    grid-row: auto;
  }

  .single-wrapper .ts-results-bet-type-field {
    grid-column: 2;
    grid-row: auto;
  }

  .single-wrapper .ts-results-filter-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    margin-top: 0;
  }

  .single-wrapper .ts-results-filter-field select.ts_shortcode_dropdown {
    width: 100%;
    min-width: 0;
    height: 30px;
    min-height: 30px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 28px;
  }

  .single-wrapper .ts-results-css-select-trigger {
    min-height: 36px;
    font-size: 12px;
    padding: 6px 28px 6px 9px;
  }

  .single-wrapper .ts-results-css-select-option {
    font-size: 12px;
    min-height: 27px;
    padding: 5px 7px;
  }

  .single-wrapper .ts-results-filter-custom {
    min-height: 36px;
    padding: 6px 30px 6px 9px;
    font-size: 12px;
    text-align: left;
  }

  .single-wrapper .ts-results-filter-grid .ts_custom_date--js {
    grid-column: 1 / -1;
    grid-row: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: -2px 0 0;
    padding: 0;
  }

  .single-wrapper .ts-results-filter-grid [data-results-login-panel] {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .single-wrapper .ts-results-filter-reset,
  .single-wrapper .ts-results-filter-apply {
    width: 100%;
    min-height: 36px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .single-wrapper .ts_custom_date--js {
    margin-top: 0;
  }

  .single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls {
    width: 100%;
    min-height: 34px;
    height: 34px;
    margin: 0;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    padding: 0 8px;
  }

  .single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls label {
    flex: 0 0 auto;
    min-width: 36px;
  }

  .single-wrapper .ts-results-filter-grid .ts-results-date-panel .ts_custom_date--cls input[type="date"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 26px;
    font-size: 12px;
  }

  .single-wrapper .ts-custom-date-login-panel {
    min-height: 36px;
    padding: 6px 8px;
    gap: 8px;
  }

  .single-wrapper .ts-custom-date-login-panel .bc-account-icon--textonly {
    min-height: 24px !important;
    padding: 5px 9px !important;
  }

  .single-wrapper .tipster_stats_chart,
  .single-wrapper .tipster-stats-inner {
    width: 100%;
  }

  .single-wrapper .ts-good-stat-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 10px;
  }

  .single-wrapper .tipster_stats_chart canvas {
    min-height: 237px;
    border-radius: 5px;
  }

  .single-wrapper .tipster_main-stats,
  .single-wrapper .charts {
    flex-direction: column;
  }

  .single-wrapper .tipster-stats-col > .ts-summary-stat.is-wide {
     min-height:1px;
  }

  .single-wrapper .tipster-stats-col > .ts-summary-stat {
    min-height:1px;
  }

  .single-wrapper .betting {
    font-size: 0.9rem;
  }

  .single-wrapper .betting th,
  .single-wrapper .betting td {
    padding: 0.5rem;
  }

  .single-wrapper .betting tbody tr.ts-empty-row td.ts-empty-cell {
    padding: 14px 12px !important;
    font-size: 13px;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .single-wrapper .ts-results-filter-meta {
    display: block;
  }

  .single-wrapper .tipster_filter_updated {
    margin-top: 5px;
  }

  .single-wrapper .ts-results-filter-grid,
  .single-wrapper .ts-results-filter-actions {
    gap: 5px;
  }

  .single-wrapper .ts-results-filter-grid .ts_custom_date--js {
    gap: 5px;
    margin-bottom: 4px;
  }

  .single-wrapper .ts-results-filter-custom,
  .single-wrapper .ts-results-filter-reset,
  .single-wrapper .ts-results-filter-apply,
  .single-wrapper .ts-results-filter-field select.ts_shortcode_dropdown,
  .single-wrapper .ts-results-css-select-trigger {
    font-size: 11px;
  }

  .single-wrapper .ts-results-css-select-menu {
    max-height: 190px;
  }

}
