.bg-tour-purple {
  background:radial-gradient(73.33% 73.33% at 50% 50%,#9db1ff 0,#6d3eff 100%)
}
.tour-rotate-90 {
  transform:rotate(90deg)
}
.bg-tour-card {
  background:url(/assets/bg2-a0e6c269.png) center center/cover no-repeat
}
.tour-table-users tr.active td>div {
  background:#f9b93c!important
}
.tour-table-users tr.active td>div .tour-text-gain {
  color:var(--color_primary__100)
}
.tour-table-users table tbody tr td:nth-child(3),
.tour-table-users table thead tr th:nth-child(3) {
  display:none
}
@media (min-width:360px) {
  .tour-table-users table tbody tr td:nth-child(3),
  .tour-table-users table thead tr th:nth-child(3) {
    display:table-cell
  }
}
html.dark .tour-table-users tr td>div,
html[data-theme=dark] .tour-table-users tr td>div {
  background-color:var(--bg_primary__200)!important
}
html.dark .tour-table-users tr td>div .tour-text-gain,
html[data-theme=dark] .tour-table-users tr td>div .tour-text-gain {
  --tw-text-opacity:1;
  color:rgb(118 172 65 / var(--tw-text-opacity))
}
html.dark .tour-table-users tr.active td>div,
html[data-theme=dark] .tour-table-users tr.active td>div {
  background-color:var(--bg_light_hover__100)!important
}
