@font-face {
	font-family: 'PlayWin';
	src: url('/css/ifonts/PlayWin.woff') format('woff'),
			 url('/css/ifonts/PlayWin.ttf') format('truetype'),
			 url('/css/ifonts/PlayWin.eot');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'PlayWinTitle';
	src: url('/css/ifonts/PlayWinTitle.woff2') format('woff2'),
			 url('/css/ifonts/PlayWinTitle.woff') format('woff'),
			 url('/css/ifonts/PlayWinTitle.ttf') format('truetype'),
			 url('/css/ifonts/PlayWinTitle.eot');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

.flag.f-shn {
  background: url('/shn.svg') center / cover no-repeat !important;
}

.table-bet-amount {
  pointer-events: none;
}

.table-bet-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
