.chip-container[data-v-8e77c4a0] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chip-fly[data-v-8e77c4a0] {
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 1;
  z-index: 4;
}
.chip-fly-img[data-v-8e77c4a0] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chip-fly-img img[data-v-8e77c4a0] {
  height: 100%;
}
.chip-fly-text[data-v-8e77c4a0] {
  position: absolute;
  font-size: 6px;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.yellow[data-v-8e77c4a0] {
  font-weight: 400;
}
.display__flex[data-v-8e77c4a0] {
  justify-content: center !important;
}
.display__flex--column[data-v-8e77c4a0] {
  align-items: center !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}
.betPlaced[data-v-8e77c4a0] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betPlaced__counter[data-v-8e77c4a0] {
  position: absolute;
  z-index: 5;
}
.betPlaced__counter[data-v-8e77c4a0].owner .chip__amount {
  background: #f17528;
  border: 1px solid #ffbd95;
}
.betPlaced__counter[data-v-8e77c4a0].owner .chip__amount img {
  height: 13px !important;
  position: absolute;
  left: -4px;
  top: -1px;
}
.betPlaced__counter[data-v-8e77c4a0].owner .chip__amount .ownerSrc {
  height: 13px !important;
}
.betPlaced__counter .chip__amount[data-v-8e77c4a0] {
  position: absolute;
  top: -2px;
  font-size: 7px;
  font-weight: 600;
  padding: 0px 10px;
  background: #000;
  border: 1px solid #a0a5b5;
  border-radius: 25px;
}
.betPlaced__counter .chip__img[data-v-8e77c4a0] {
  width: 35px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betPlaced__counter .chip__img img[data-v-8e77c4a0] {
  height: 55px;
}
.betPlaced__counter .chip__text[data-v-8e77c4a0] {
  width: 25vw;
  position: absolute;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.betPlaced__counter .chip__title[data-v-8e77c4a0] {
  position: absolute;
  font-size: 8px;
  top: -21px;
}
.betPlaced__text[data-v-8e77c4a0] {
  display: flex;
}
.betPlaced__text div[data-v-8e77c4a0]:nth-child(1) {
  margin-right: 5px;
}
.betPlaced__text--center[data-v-8e77c4a0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.betPlaced__bottom--text[data-v-8e77c4a0] {
  width: 25vw;
  height: 95%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 4px;
  font-size: 16px;
}
