.game__bottom--statistics[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 7px 0;
}
.game__bottom--statistics .Player[data-v-fc9d8336],
.game__bottom--statistics .Banker[data-v-fc9d8336] {
  line-height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 35px;
}
.game__bottom--statistics .Player[data-v-fc9d8336]:active,
.game__bottom--statistics .Banker[data-v-fc9d8336]:active {
  transform: scale(0.95);
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336],
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336] {
  background-color: #616161;
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336]::after,
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336]::after {
  display: block;
  content: "";
  width: 55%;
  height: 55%;
  border: 2px solid #07080a;
  border-radius: 50%;
  position: absolute;
}
.game__bottom--statistics .Player[data-v-fc9d8336] {
  background: linear-gradient(to bottom, #0e3ea9 0%, #00226d 100%);
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336] {
  background-color: #616161;
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336]::after {
  background-color: #0151ff;
  left: 7px;
  top: 7px;
}
.game__bottom--statistics .Banker[data-v-fc9d8336] {
  background: linear-gradient(to bottom, #bc1d1d 0%, #7b0000 100%);
}
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336] {
  background-color: #616161;
}
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336]::after {
  background-color: #fe2323;
  left: -2px;
  top: -2px;
}
.game__bottom--ball[data-v-fc9d8336] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
.game .status__images[data-v-fc9d8336] {
  width: 5px;
  border-radius: 50%;
  margin: 0 2px;
  display: flex;
  align-items: center;
}
.game .status__images img[data-v-fc9d8336] {
  height: 6px;
}
.game__people[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.game__people img[data-v-fc9d8336] {
  height: 12px;
  margin-right: 4px;
}
.game__round[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.game__count[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
.game__bottom--statistics[data-v-fc9d8336] {
    font-size: 15px;
}
.game__bottom--statistics .Player[data-v-fc9d8336],
  .game__bottom--statistics .Banker[data-v-fc9d8336] {
    width: 65px;
    line-height: 18px;
    font-size: 15px;
}
.game__bottom--statistics .Player .small__size[data-v-fc9d8336],
  .game__bottom--statistics .Banker .small__size[data-v-fc9d8336] {
    top: -1px;
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336]::after {
    left: 12px;
    top: 12px;
}
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336]::after {
    left: 11px;
    top: -4px;
}
.game__bottom--ball[data-v-fc9d8336] {
    width: 20px;
    height: 20px;
}
.game .status__images[data-v-fc9d8336] {
    width: 11px;
}
.game .status__images img[data-v-fc9d8336] {
    height: 13px;
}
}
