.bets-filters.m-tabs {
  border-bottom: none
}

.bets-filters.m-tabs .m-tabs-item {
  flex: none
}

.bets-type-switch {
  min-width: 288px
}

.bets-type-switch-small {
  width: 100%
}

.bets-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid var(--color-dark-grey-2);
  margin-bottom: 12px
}

@media(min-width: 768px) {
  .bets-header {
    margin-bottom: 16px
  }
}

.bets-header-small {
  flex-direction: column-reverse
}

.bets-table-live {
  min-height: 300px
}

.bets-table {
  animation: fade .6s ease-in;
  /*min-height:400px*/
}

.bets-table .m-currency-converted {
  min-width: initial !important
}

.bets-table__no-data {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--color-mid-grey-5);
  padding: 8px 16px
}

.bets-body {
  min-width: 100%;
  overflow-x: auto;
  background-color: var(--base-background)
}

.bets-body--shown {
  /*min-height:400px*/
}

.bets-spinner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 422px
}

.mobile .bets-spinner-box {
  min-height: 540px
}