
/* BSC Poker X v11.5.1 — HoldemBot avatar final fix */

/* Header avatar inside HoldemBot Help */
.bscx-hb-avatar {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  flex: 0 0 52px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid rgba(245, 201, 67, .72) !important;
  background:
    #03111c
    url("/assets/bsc-poker-x/bsc-pokerx-bot-avatar-512.png?v=115101")
    center / cover no-repeat !important;
  box-shadow: 0 0 18px rgba(245, 201, 67, .22) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.bscx-hb-avatar::before,
.bscx-hb-avatar::after,
.bscx-hb-avatar > * {
  display: none !important;
  content: none !important;
}

/* Floating Ask HoldemBot button */
.bscx-hb-launch > span:first-child {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  display: block !important;
  border-radius: 50% !important;
  background:
    #03111c
    url("/assets/bsc-poker-x/bsc-pokerx-bot-avatar-512.png?v=115101")
    center / cover no-repeat !important;
  border: 1px solid rgba(245, 201, 67, .68) !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

.bscx-hb-launch > span:first-child::before,
.bscx-hb-launch > span:first-child::after,
.bscx-hb-launch > span:first-child > * {
  display: none !important;
  content: none !important;
}

/* Top BOT button on client-game */
#botTool .bscx-icon {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  display: block !important;
  border-radius: 50% !important;
  background:
    #03111c
    url("/assets/bsc-poker-x/bsc-pokerx-bot-avatar-512.png?v=115101")
    center / cover no-repeat !important;
  border: 1px solid rgba(245, 201, 67, .68) !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

#botTool .bscx-icon::before,
#botTool .bscx-icon::after,
#botTool .bscx-icon > * {
  display: none !important;
  content: none !important;
}

/* Large avatar in client-game drawer */
.v690-bot-face {
  width: 160px !important;
  height: 160px !important;
  min-width: 160px !important;
  min-height: 160px !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  display: block !important;
  border-radius: 40px !important;
  background:
    #03111c
    url("/assets/bsc-poker-x/bsc-pokerx-bot-avatar-512.png?v=115101")
    center / cover no-repeat !important;
  border: 3px solid rgba(245, 201, 67, .82) !important;
  box-shadow:
    0 0 0 5px rgba(8, 52, 72, .95),
    0 0 28px rgba(245, 201, 67, .26) !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

.v690-bot-face::before,
.v690-bot-face::after,
.v690-bot-face > * {
  display: none !important;
  content: none !important;
}
