{"version":3,"file":"static/chunks/28326-d10e617b0e661044.js","sources":["webpack://_N_E/./server/config/access.config.js","webpack://_N_E/./src/LegacyApp/client/components/lastBets/LastBets.tsx","webpack://_N_E/./src/common/components/contentLoaders/ListElement.jsx","webpack://_N_E/./src/LegacyApp/client/components/list/list.jsx","webpack://_N_E/./src/LegacyApp/client/selectors/activePackageSelector.selector.js","webpack://_N_E/./src/LegacyApp/hooks/app/useNoSleep.ts","webpack://_N_E/./src/modules/games/Game/methods/triggerGameLoadedEvent.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameLoader/GameLoader.style.js","webpack://_N_E/./public/gif/gameLoading.svg","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameLoader/GameLoader.jsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameLoader/GameLoader.container.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-dice.global.styled.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-hilo.global.styled.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-limbo.global.styled.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/ActiveGameGlobalStyles.tsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/GameWrapper.styled.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/GameWrapperOrientationBox.tsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/GameWrapperBox.tsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/StyledGame/game.global.styled.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-page.global.styled.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/GameWrapper.jsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameWrapper/GameWrapper.container.ts","webpack://_N_E/./src/common/components/games/GameWrapper/GameWrapper.tsx","webpack://_N_E/./src/common/components/seo/AnyJsonLd.tsx","webpack://_N_E/./src/common/components/seo/BreadcrumbDomainJsonLd.tsx","webpack://_N_E/./src/common/components/seo/GameJsonLd.tsx","webpack://_N_E/./src/common/methods/getBreadcrumbs.ts","webpack://_N_E/./src/modules/games/Game/components/Game.components/GameStats/index.ts","webpack://_N_E/./src/common/components/options/toggleConverter/toggleConverter.jsx","webpack://_N_E/./src/common/components/options/toggleConverter/toggleConverter.container.ts","webpack://_N_E/./src/common/components/options/KeyboardButton.styled.js","webpack://_N_E/./src/common/components/options/toggleHotkeys.jsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/gameSettings/constants/GameSettingsOptions.tsx","webpack://_N_E/./public/img/icons/animation.svg","webpack://_N_E/./src/modules/games/Game/components/Game.components/gameSettings/GameSettings.tsx","webpack://_N_E/./src/modules/games/Game/components/Game.components/gameSettings/gameSettings.container.ts","webpack://_N_E/./src/modules/games/Game/components/GameLoaded.tsx","webpack://_N_E/./src/modules/games/Game/hooks/useGameLoaded.ts","webpack://_N_E/./src/modules/games/Game/context/GameContext.ts","webpack://_N_E/./src/modules/games/KenoGame/styles/KenoGameStyled.ts","webpack://_N_E/./src/modules/games/PlinkoGame/components/playground/config/constants.ts","webpack://_N_E/./src/modules/games/PlinkoGame/components/playground/config/index.ts","webpack://_N_E/./src/modules/games/PlinkoGame/styles/PlinkoGameStyled.ts","webpack://_N_E/./src/modules/games/PlinkoGame/styles/plinkoResponsiveMixin.ts","webpack://_N_E/./src/modules/casino/layouts/Casino.layout.tsx","webpack://_N_E/./src/pages/casino/index.tsx","webpack://_N_E/./src/LegacyApp/client/components/lastBets/LastBets.module.scss"],"sourceRoot":"","sourcesContent":["const LicenceBlocked = {\n\tUnitedStates: 'US',\n\tAustralia: 'AU',\n\tAustria: 'AT',\n\tComoros: 'KM',\n\tGermany: 'DE',\n\tSpain: 'ES',\n\tUnitedKingdom: 'GB',\n\tNetherlands: 'NL',\n\tFrance: 'FR',\n};\n\nconst BlockedCountries = {\n\tPoland: 'PL',\n\tCuracao: 'CW',\n\tSyria: 'SY',\n\tIran: 'IR',\n\tNorthKorea: 'KP',\n\tCuba: 'CU',\n\tVenezuela: 'VE',\n\tYemen: 'YE',\n\tIraq: 'IQ',\n\tSudan: 'SD',\n\tMyanmar: 'MM',\n};\n\nconst accessConfig = {\n\tblockRegister: [\n\t\tLicenceBlocked.UnitedStates,\n\t\tLicenceBlocked.Australia,\n\t\tLicenceBlocked.Austria,\n\t\tLicenceBlocked.Comoros,\n\t\tLicenceBlocked.Germany,\n\t\tLicenceBlocked.Spain,\n\t\tLicenceBlocked.UnitedKingdom,\n\t\tLicenceBlocked.Netherlands,\n\t\tLicenceBlocked.France,\n\t],\n\tblockPage: [\n\t\t...Object.keys(BlockedCountries).map((el) => BlockedCountries[el]),\n\t],\n\tenableCloudflareRules: false,\n};\n\nmodule.exports = {\n\taccessConfig,\n};\n","import classnames from 'classnames';\nimport React, { FC, useCallback, useEffect, useRef, useState } from 'react';\n\nimport { useOnUnmount } from '@common/hooks/useOnUnmount';\nimport { isFunction } from '@common/methods/isFunction';\nimport { roundNumber } from '@common/methods/roundNumber/roundNumber';\nimport { useAppMobile } from '@common/selectors/app.selectors';\nimport { useOptionEnabled } from '@common/selectors/options.selectors';\nimport styles from '@legacyApp/client/components/lastBets/LastBets.module.scss';\nimport { OPTIONS } from '@legacyApp/client/store/options/options.constants';\nimport {\n\tuseTransactionsPerGame,\n\tuseTransactionsPerGameActive,\n} from '@legacyApp/client/store/transactions/transactions.selectors';\nimport { GameType } from '@modules/games/Game/constants/availableGames';\nimport { TABLE_ID } from '@modules/transactions/constants/TableId';\nimport transactionService from '@modules/transactions/transactionsService';\n\nimport { BetResult } from '@legacyApp/client/components/lastBets/types';\n\nexport interface LastBetsProps {\n\tgame: GameType;\n\tparse?: (bet: BetResult) => number;\n\tdelay?: number;\n\tnoAnimation?: boolean;\n}\n\nconst MAX_LIMIT = 6;\n\nconst LastBets_: FC<LastBetsProps> = (props) => {\n\tconst timeoutRef = useRef(null);\n\n\tconst boxRef = useRef(null);\n\n\tconst { game, parse, delay, noAnimation } = props;\n\n\tconst lastBets = useTransactionsPerGame<BetResult>(\n\t\tTABLE_ID.gameResults,\n\t\tgame,\n\t);\n\n\tconst isMobile = useAppMobile();\n\n\tconst animation = useOptionEnabled(OPTIONS.ANIMATION);\n\n\tconst [limit_, setLimit_] = useState<number>(null);\n\n\tconst [list_, setList_] = useState<Array<BetResult>>([]);\n\n\tconst getLimit = useCallback(\n\t\t(box) => {\n\t\t\tconst elementWidth = isMobile ? 45 : 70;\n\n\t\t\tconst margin = isMobile ? 10 : 15;\n\n\t\t\tconst limit = roundNumber(\n\t\t\t\t(box.current.clientWidth + margin) / (elementWidth + margin),\n\t\t\t\t0,\n\t\t\t\t'floor',\n\t\t\t);\n\n\t\t\treturn limit > MAX_LIMIT ? MAX_LIMIT : limit;\n\t\t},\n\t\t[isMobile],\n\t);\n\n\tconst parse_ = useCallback(\n\t\t(value: BetResult): BetResult => {\n\t\t\tif (isFunction(parse)) {\n\t\t\t\treturn {\n\t\t\t\t\t...value,\n\t\t\t\t\tresult_value: parse(value),\n\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn value;\n\t\t},\n\t\t[parse],\n\t);\n\n\tconst getList = useCallback(\n\t\t(list: Array<BetResult>): Array<BetResult> => {\n\t\t\tif (!list || !list.length) {\n\t\t\t\treturn [];\n\t\t\t}\n\n\t\t\treturn list\n\t\t\t\t.filter((el, index) => {\n\t\t\t\t\tif (!limit_) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn index < limit_;\n\t\t\t\t})\n\t\t\t\t.map((el) => parse_(el));\n\t\t},\n\t\t[limit_, parse_],\n\t);\n\n\tconst setList = useCallback(\n\t\t(list: Array<BetResult>) => {\n\t\t\tif (!delay) {\n\t\t\t\treturn setList_(list);\n\t\t\t}\n\n\t\t\tif (timeoutRef.current) {\n\t\t\t\tclearTimeout(timeoutRef.current);\n\t\t\t}\n\n\t\t\ttimeoutRef.current = setTimeout(() => {\n\t\t\t\tsetList_(list);\n\t\t\t}, delay);\n\t\t},\n\t\t[delay],\n\t);\n\n\tconst setLimit = useCallback(() => {\n\t\tif (!boxRef.current) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst limit = getLimit(boxRef);\n\n\t\tif (limit_ !== limit) {\n\t\t\tsetLimit_(limit);\n\t\t}\n\t}, [getLimit, limit_]);\n\n\tuseOnUnmount(() => {\n\t\tif (timeoutRef.current) {\n\t\t\tclearTimeout(timeoutRef.current);\n\t\t}\n\t});\n\n\tuseEffect(() => {\n\t\tsetLimit();\n\t}, [setLimit]);\n\n\tuseEffect(() => {\n\t\tconst newList = getList(lastBets);\n\n\t\tif (\n\t\t\ttransactionService.isListDifferent(\n\t\t\t\tnewList,\n\t\t\t\tlist_,\n\t\t\t\ttransactionService.getRowCompareKeys(TABLE_ID.gameResults, list_),\n\t\t\t)\n\t\t) {\n\t\t\tsetList(newList);\n\t\t}\n\t}, [getList, lastBets, list_, setList]);\n\n\treturn (\n\t\t<div ref={boxRef} className={styles.lastBets}>\n\t\t\t{list_.map((el) => (\n\t\t\t\t<div\n\t\t\t\t\tclassName={classnames(\n\t\t\t\t\t\tCSSClassNameLastBet,\n\t\t\t\t\t\tstyles.lastBet,\n\t\t\t\t\t\t'text-style-md-semibold',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t[styles['lastBet--positive']]: el.state === 'win',\n\t\t\t\t\t\t\t[styles['lastBet--animate']]: animation && !noAnimation,\n\t\t\t\t\t\t},\n\t\t\t\t\t)}\n\t\t\t\t\tkey={el.hash}\n\t\t\t\t>\n\t\t\t\t\t<div>{el.result_value}</div>\n\t\t\t\t</div>\n\t\t\t))}\n\t\t</div>\n\t);\n};\n\nexport const LastBets: FC<LastBetsProps> = (props) => {\n\tconst active = useTransactionsPerGameActive(TABLE_ID.gameResults, props.game);\n\n\treturn (\n\t\t<div className={`${CSSClassNameLastBetsWrapper} ${styles.lastBetsWrapper}`}>\n\t\t\t{active && <LastBets_ {...props} />}\n\t\t</div>\n\t);\n};\n\nexport const CSSClassNameLastBetsWrapper = 'lastBetsWrapper';\nexport const CSSClassNameLastBet = 'lastBet';\n","import ContentLoader from 'react-content-loader';\nimport { any } from 'prop-types';\nimport { config } from './loaders.config';\n\nexport const ListElementLoader = (props) => {\n\tconst height = 30;\n\tconst width = 200;\n\tconst barHeight = height / 3;\n\tconst barWidth = width - 28;\n\treturn (\n\t\t<ContentLoader\n\t\t\twidth={width}\n\t\t\theight={height}\n\t\t\tviewBox={`0 0 ${width} ${height}`}\n\t\t\tuniqueKey={`${props.id || 0}-listElement`}\n\t\t\t{...config}\n\t\t\t{...props}\n\t\t>\n\t\t\t<circle cx=\"11\" cy={height / 2} r=\"8\" />\n\t\t\t<rect\n\t\t\t\tx={width - barWidth}\n\t\t\t\ty={(height - barHeight) / 2}\n\t\t\t\trx=\"5\"\n\t\t\t\try=\"5\"\n\t\t\t\twidth={barWidth}\n\t\t\t\theight={barHeight}\n\t\t\t/>\n\t\t</ContentLoader>\n\t);\n};\n\nListElementLoader.propTypes = {\n\tid: any,\n};\n","import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport { enhanceComponent } from '../../wrappers/enhanceComponent';\nimport { ListElementLoader } from '../../../../common/components/contentLoaders/ListElement';\nimport { LoaderListWrapper } from '../../../../common/components/contentLoaders/LoaderListWrapper';\n\nclass List extends React.PureComponent {\n\tstatic propTypes = {\n\t\tarray: PropTypes.array,\n\t\tisBox: PropTypes.any,\n\t\tlistStyle: PropTypes.any,\n\t\tclassName: PropTypes.string,\n\t\telClassName: PropTypes.string,\n\t\tpreloadLength: PropTypes.number,\n\t\tpreloadElement: PropTypes.node,\n\t\tisLoaded: PropTypes.bool,\n\t\tnoDataElement: PropTypes.any,\n\t};\n\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tlistStyle: true,\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tif (this.props.listStyle !== undefined) {\n\t\t\tthis.setState({\n\t\t\t\tlistStyle: this.props.listStyle,\n\t\t\t});\n\t\t}\n\t}\n\n\trender() {\n\t\tconst list = (\n\t\t\t<ul\n\t\t\t\tstyle={\n\t\t\t\t\ttypeof this.props.listStyle === 'string'\n\t\t\t\t\t\t? { listStyle: this.props.listStyle }\n\t\t\t\t\t\t: undefined\n\t\t\t\t}\n\t\t\t\tclassName={classnames('list', this.props.className, {\n\t\t\t\t\t'list--no-style':\n\t\t\t\t\t\t!this.state.listStyle || this.props.array.length === 1,\n\t\t\t\t})}\n\t\t\t>\n\t\t\t\t<LoaderListWrapper\n\t\t\t\t\tlist={this.props.array}\n\t\t\t\t\tloaded={this.props.isLoaded}\n\t\t\t\t\tpreloadElement={(el, index) => (\n\t\t\t\t\t\t<li className={this.props.elClassName} key={index}>\n\t\t\t\t\t\t\t{this.props.preloadElement || <ListElementLoader />}\n\t\t\t\t\t\t</li>\n\t\t\t\t\t)}\n\t\t\t\t\tnoDataElement={this.props.noDataElement}\n\t\t\t\t\tpreloadLength={this.props.preloadLength}\n\t\t\t\t\tlistElementCallback={(el, index) => (\n\t\t\t\t\t\t<li className={this.props.elClassName} key={index}>\n\t\t\t\t\t\t\t{el}\n\t\t\t\t\t\t</li>\n\t\t\t\t\t)}\n\t\t\t\t/>\n\t\t\t</ul>\n\t\t);\n\n\t\treturn this.props.isBox ? <div className=\"list-box\">{list}</div> : list;\n\t}\n}\n\nList = enhanceComponent({\n\tList,\n});\n\nexport { List };\n","import { createSelector } from '@reduxjs/toolkit';\n\nexport const isPackageActive = (state, type) => {\n\tconst packageData = state.registry.packages[type] || {};\n\tconst packageDataModules = Object.keys(packageData);\n\tif (!packageDataModules.length) {\n\t\treturn false;\n\t}\n\treturn (\n\t\tpackageDataModules.filter((module) => packageData[module]).length ===\n\t\tpackageDataModules.length\n\t);\n};\n\nexport const packageStateSelector = (type) => (state) => {\n\treturn isPackageActive(state, type);\n};\n\nexport const activePackageSelector = (param) =>\n\tcreateSelector(packageStateSelector(param), (a) => a);\n","import NoSleep from 'nosleep.js';\nimport { useCallback, useEffect, useMemo } from 'react';\n\nexport const useNoSleep = (element) => {\n\tconst noSleep = useMemo(() => {\n\t\treturn process.browser ? new NoSleep() : null;\n\t}, []);\n\n\tconst toggle = useCallback(() => {\n\t\t// @ts-expect-error invalid name in package\n\t\tif (!noSleep?.enabled) {\n\t\t\tnoSleep.enable().catch(() => null);\n\t\t}\n\t}, [noSleep]);\n\n\tuseEffect(\n\t\tfunction () {\n\t\t\tif (!noSleep || !element) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\telement.addEventListener('click', toggle, false);\n\n\t\t\treturn () => {\n\t\t\t\telement.removeEventListener('click', toggle, false);\n\t\t\t\tnoSleep.disable();\n\t\t\t};\n\t\t},\n\t\t[element, noSleep, toggle],\n\t);\n};\n","import { emitCustomEvent } from '@common/hooks/useCustomEventListener';\nimport { EVENTS } from '@common/constants/events';\n\nexport const triggerGameLoadedEvent = () => {\n\temitCustomEvent(EVENTS.GAME_LOADED);\n};\n","import styled, { css } from 'styled-components';\nimport classnames from 'classnames';\nimport GameLoading from '../../../../../../../public/gif/gameLoading.svg';\n\nexport const GameLoaderStyle = styled.div.attrs((props) => ({\n\tclassName: classnames('text-style-md-medium', props.className),\n}))`\n\talign-items: center;\n\tbackground-color: inherit;\n\tborder-radius: inherit;\n\tdisplay: flex;\n\tflex-direction: column;\n\theight: 100%;\n\tjustify-content: center;\n\tleft: 0;\n\topacity: 1 !important;\n\tpointer-events: none;\n\tposition: absolute;\n\ttop: 0;\n\twidth: 100%;\n\n\t* {\n\t\topacity: 1 !important;\n\t}\n\n\tp {\n\t\twidth: auto;\n\t}\n\n\t&:before {\n\t\tanimation: rotationCentered 0.4s linear infinite;\n\t\tbackground-image: url(${GameLoading});\n\t\tbackground-repeat: no-repeat;\n\t\tbackground-size: contain;\n\t\tcontent: '';\n\n\t\tdisplay: inline-block !important;\n\t\theight: 200px;\n\t\tleft: 50%;\n\t\tmargin: 0;\n\t\tposition: absolute;\n\t\ttop: 50%;\n\t\ttransform: translate(-50%, -50%);\n\t\twidth: 200px;\n\t}\n\n\t${(props) =>\n\t\tprops.isInfo\n\t\t\t? css`\n\t\t\t\t\t&:before {\n\t\t\t\t\t\topacity: 0.2;\n\t\t\t\t\t}\n\t\t\t  `\n\t\t\t: ''}\n`;\n","export default \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iOSAxMSA4MiA4MCIKCQkgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgoJPHBhdGgKCQlkPSJNMTAgNTBBNDAgNDAgMCAwIDAgOTAgNTBBNDAgNDIgMCAwIDEgMTAgNTAiCgkJZmlsbD0iIzFmODhmZSIKCQlzdHJva2U9Im5vbmUiCgkJdHJhbnNmb3JtPSJyb3RhdGUoMjY5Ljg2MyA1MCA1MSkiCgk+PC9wYXRoPgoJPCEtLSAgICA8cGF0aCBkPSJNMTAgNTBBNDAgNDAgMCAwIDAgOTAgNTBBNDAgNDIgMCAwIDEgMTAgNTAiIGZpbGw9ImJsdWUiIHN0cm9rZT0ibm9uZSIgdHJhbnNmb3JtPSJyb3RhdGUoNDQwIDUwIDUxKSI+LS0+Cgk8IS0tICAgIDwvcGF0aD4tLT4KCTwhLS0gICAgPHBhdGggZD0iTTEwIDUwQTQwIDQwIDAgMCAwIDkwIDUwQTQwIDQyIDAgMCAxIDEwIDUwIiBmaWxsPSJ5ZWxsb3ciIHN0cm9rZT0ibm9uZSIgdHJhbnNmb3JtPSJyb3RhdGUoMzQwIDUwIDUxKSI+LS0+Cgk8IS0tICAgIDwvcGF0aD4tLT4KCTwhLS0gICAgPHBhdGggZD0iTTEwIDUwQTQwIDQwIDAgMCAwIDkwIDUwQTQwIDQyIDAgMCAxIDEwIDUwIiBmaWxsPSJncmVlbiIgc3Ryb2tlPSJub25lIiB0cmFuc2Zvcm09InJvdGF0ZSgxNjAgNTAgNTEpIj4tLT4KCTwhLS0gICAgPC9wYXRoPi0tPgo8L3N2Zz4K\"","import React from 'react';\nimport PropTypes from 'prop-types';\nimport { enhanceComponent } from '../../../../../../LegacyApp/client/wrappers/enhanceComponent';\nimport { capitalize } from '../../../../../../LegacyApp/client/modules/app/appService';\nimport { simpleTrans } from '../../../../../../LegacyApp/client/modules/translation/translationService';\nimport { trans } from '../../../../../../LegacyApp/client/modules/translation/translate';\nimport { Button } from '../../../../../../ui/components/button';\nimport { ButtonStyleType } from '../../../../../../ui/types/ButtonStyleType';\nimport { Size } from '../../../../../../ui/types/Size';\nimport { GameLoaderStyle } from './GameLoader.style';\n\nclass GameLoader extends React.PureComponent {\n\tstatic propTypes = {\n\t\tactive: PropTypes.any,\n\t\tdata: PropTypes.any,\n\t\tgamesActive: PropTypes.bool,\n\t};\n\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tdata: false,\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.handleData();\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (this.props.data !== prevProps.data) {\n\t\t\tthis.handleData(this.props.data);\n\t\t}\n\t}\n\n\thandleData = (data = this.props.data) => {\n\t\tif (!data) {\n\t\t\treturn this.setState({\n\t\t\t\tdata: false,\n\t\t\t});\n\t\t}\n\t\tconst keys = Object.keys(data);\n\t\tconst errorIndex = keys.findIndex((key) => data[key].error);\n\t\tif (errorIndex > -1) {\n\t\t\treturn this.setState({\n\t\t\t\tdata: data[keys[errorIndex]],\n\t\t\t});\n\t\t}\n\t\tconst timedOutIndex = keys.findIndex((key) => data[key].timedOut);\n\t\tif (timedOutIndex > -1) {\n\t\t\treturn this.setState({\n\t\t\t\tdata: data[keys[timedOutIndex]],\n\t\t\t});\n\t\t}\n\t\treturn this.setState({\n\t\t\tdata: false,\n\t\t});\n\t};\n\n\tgetLoading = () => {\n\t\treturn `${\n\t\t\tthis.props.active ? `${capitalize(this.props.active)} ` : ''\n\t\t}${capitalize(simpleTrans('loading'))}...`;\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<GameLoaderStyle isInfo={this.state.data || !this.props.gamesActive}>\n\t\t\t\t<p>\n\t\t\t\t\t{this.state.data\n\t\t\t\t\t\t? this.state.data.error\n\t\t\t\t\t\t\t? trans({ label: 'Error during loading game' })\n\t\t\t\t\t\t\t: this.state.data.timedOut\n\t\t\t\t\t\t\t? trans({ label: 'Taking a long time to load game...' })\n\t\t\t\t\t\t\t: this.getLoading()\n\t\t\t\t\t\t: this.getLoading()}\n\t\t\t\t</p>\n\t\t\t\t{this.state.data?.retry && (\n\t\t\t\t\t<Button\n\t\t\t\t\t\tname={'retry-component-game'}\n\t\t\t\t\t\tonClick={this.retry}\n\t\t\t\t\t\tlabel={trans({ label: 'Retry' })}\n\t\t\t\t\t\tstyleType={ButtonStyleType.SECONDARY}\n\t\t\t\t\t\tsize={Size.SMALL}\n\t\t\t\t\t/>\n\t\t\t\t)}\n\t\t\t</GameLoaderStyle>\n\t\t);\n\t}\n}\n\nGameLoader = enhanceComponent({\n\tGameLoader,\n});\n\nexport default GameLoader;\n","import { connect } from 'react-redux';\nimport { compose } from 'redux';\nimport { activePackageSelector } from '../../../../../../LegacyApp/client/selectors/activePackageSelector.selector';\nimport { PackageType } from '../../../../../../LegacyApp/client/store/registry/registry.constants';\nimport GameLoader from './GameLoader';\n\nconst mapStateToProps = (state, props) => {\n\treturn {\n\t\tactive: state.game?.activeGame,\n\t\tdata: state.loader.groupsData.game,\n\t\t// @ts-expect-error ts-migrate(7006) FIXME: Parameter 'state' implicitly has an 'any' type.\n\t\tgamesActive: activePackageSelector(PackageType.GAME)(state, props),\n\t};\n};\n\nconst GameLoaderContainer = compose(connect(mapStateToProps, false))(\n\tGameLoader,\n);\n\nexport { GameLoaderContainer };\n","import { createGlobalStyle, css } from 'styled-components';\n\nimport { ThemeType } from '@legacyApp/client/modules/style/theme';\nimport { CSSClassNameGameStatsWrapper } from '@modules/games/Game/components/Game.components/GameStats/gameStats';\nimport { BetAmountInputWrapper } from '@legacyApp/client/components/betAmountInput/betAmountInput';\n\nexport const GameDiceGlobalStyles = createGlobalStyle<{\n\ttheme: ThemeType;\n\t$isSingleBetValue: boolean;\n}>`\n\t.game-page {\n\t\t&--dice {\n\t\t\t${(props) =>\n\t\t!props.$isSingleBetValue\n\t\t\t? css`\n\t\t\t\t\t\t\t@supports (-webkit-touch-callout: none) {\n\t\t\t\t\t\t\t\t@media (max-height: 560px) {\n\t\t\t\t\t\t\t\t\t.game {\n\t\t\t\t\t\t\t\t\t\t.${CSSClassNameGameStatsWrapper} {\n\t\t\t\t\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t\t\t\t\t\tfloat: left;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t@supports not (-webkit-touch-callout: none) {\n\t\t\t\t\t\t\t\t@media (max-height: 515px) {\n\t\t\t\t\t\t\t\t\t.game {\n\t\t\t\t\t\t\t\t\t\t.${CSSClassNameGameStatsWrapper} {\n\t\t\t\t\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t  `\n\t\t\t: ''}\n\t\t}\n\n\t\t&--dice,\n\t\t&--limbo {\n\t\t\t@media (max-width: ${(props) => props.theme.media.maxWidthVerySmall}) {\n\t\t\t\t${BetAmountInputWrapper} {\n\t\t\t\t\t.buttons-box {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t\t@media (max-height: 515px) {\n\t\t\t\t.game {\n\t\t\t\t\tz-index: 100;\n\t\t\t\t}\n\n\t\t\t\t.wolf-theme {\n\t\t\t\t\theight: 100%;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tz-index: 1;\n\t\t\t\t\t\tbackground-color: rgba(0, 0, 0, 0.56);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.game {\n\t\t\t\t\t&-metrics {\n\t\t\t\t\t\theight: 30px;\n\n\t\t\t\t\t\t.game-slider--box {\n\t\t\t\t\t\t\t> span {\n\t\t\t\t\t\t\t\t&:after,\n\t\t\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\t\t\ttop: calc(100% + 5px);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\t\t\theight: 25px;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t&:after {\n\t\t\t\t\t\t\t\t\theight: 8px;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n`;\n","import { createGlobalStyle, css } from 'styled-components';\n\nimport { borderRadius } from '@legacyApp/client/modules/style/defaults';\nimport { calcStyle } from '@legacyApp/client/modules/style/methods/calcStyle';\nimport { chatViewport } from '@legacyApp/client/modules/style/methods/chatViewport';\nimport { ThemeType } from '@legacyApp/client/modules/style/theme';\nimport { BetAmountInputWrapper } from '@legacyApp/client/components/betAmountInput/betAmountInput';\n\nexport const GameHiloGlobalStyles = createGlobalStyle<{ theme: ThemeType }>`\n\t.page-game.hilo {\n\t\t${chatViewport(\n\t\t\t(padding) => css`\n\t\t\t\t&.content-tablet {\n\t\t\t\t\t@media (max-width: ${(props) =>\n\t\t\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\t\t\ta: props.theme.media_v2.max_tablet_medium,\n\t\t\t\t\t\t\t\tb: padding,\n\t\t\t\t\t\t\t})}) {\n\t\t\t\t\t\t${BetAmountInputWrapper} {\n\t\t\t\t\t\t\t.buttons-box {\n\t\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t@media (max-width: ${(props) =>\n\t\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\t\ta: props.theme.media_v2.max_mobile_medium,\n\t\t\t\t\t\t\tb: padding,\n\t\t\t\t\t\t})}) {\n\t\t\t\t\t${BetAmountInputWrapper} {\n\t\t\t\t\t\t.buttons-box {\n\t\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t`,\n\t\t)}\n\t}\n\n\t.game--hilo {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: flex-start;\n\t\tpadding-top: 40px;\n\n\t\t.game {\n\t\t\t&-session,\n\t\t\t&-board {\n\t\t\t\tbackground-color: rgba(34, 47, 66, 0.54);\n\t\t\t\tmargin-bottom: 40px;\n\t\t\t\tborder-radius: 10px;\n\t\t\t\tborder: 1px solid var(--color-dark-400);\n\t\t\t}\n\n\t\t\t&-board {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\theight: 210px;\n\t\t\t\tpadding: 0;\n\n\t\t\t\t&--max-value,\n\t\t\t\t&--min-value {\n\t\t\t\t\theight: 80%;\n\t\t\t\t\twidth: 30px;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-direction: column;\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t}\n\n\t\t\t\t&--max-value:before,\n\t\t\t\t&--min-value:after {\n\t\t\t\t\tcontent: attr(data-content);\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tline-height: 1;\n\t\t\t\t\theight: 15px;\n\t\t\t\t\tcolor: var(--color-dark-400);\n\t\t\t\t}\n\n\t\t\t\t&--max-value:after,\n\t\t\t\t&--min-value:before {\n\t\t\t\t\tcontent: '';\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\theight: 60%;\n\t\t\t\t\tmin-height: 100px;\n\t\t\t\t\twidth: 2px;\n\t\t\t\t\tbackground-color: var(--color-dark-400);\n\t\t\t\t}\n\n\t\t\t\t&--max-value,\n\t\t\t\t&--min-value {\n\t\t\t\t\tdiv {\n\t\t\t\t\t\twidth: 0;\n\t\t\t\t\t\theight: 0;\n\t\t\t\t\t\tborder-left: 6px solid transparent;\n\t\t\t\t\t\tborder-right: 6px solid transparent;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&--max-value {\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tpadding-bottom: 5px;\n\t\t\t\t\t}\n\n\t\t\t\t\tdiv {\n\t\t\t\t\t\tborder-bottom: 9px solid var(--color-dark-400);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&--min-value {\n\t\t\t\t\t&:after {\n\t\t\t\t\t\tpadding-top: 5px;\n\t\t\t\t\t}\n\n\t\t\t\t\tdiv {\n\t\t\t\t\t\tborder-top: 9px solid var(--color-dark-400);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&__slider {\n\t\t\t\t\twidth: 10px;\n\t\t\t\t\theight: 100%;\n\t\t\t\t\tborder-left: 1px solid var(--color-dark-400);\n\t\t\t\t\tborder-right: 1px solid var(--color-dark-400);\n\t\t\t\t\toverflow: hidden;\n\t\t\t\t\tposition: relative;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tcontent: '';\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t\theight: 30%;\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\ttop: 130%;\n\t\t\t\t\t\tbackground-color: var(--color-dark-200);\n\t\t\t\t\t}\n\n\t\t\t\t\t&--active {\n\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\tanimation: SwipeCardUp 1s linear 1;\n\t\t\t\t\t\t\tanimation-fill-mode: forwards;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&__buttons {\n\t\t\t\t\tfloat: left;\n\t\t\t\t\twidth: 300px;\n\t\t\t\t\tmargin: 0 40px;\n\t\t\t\t\tborder: 1px solid var(--color-dark-400);\n\t\t\t\t\t${borderRadius};\n\n\t\t\t\t\t.button {\n\t\t\t\t\t\tfloat: left;\n\t\t\t\t\t\twidth: calc(100% - 10px);\n\t\t\t\t\t\tmargin: 5px;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--extended {\n\t\t\t\t\t\t.button {\n\t\t\t\t\t\t\twidth: calc(50% - 10px);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&-panel {\n\t\t\t\tdisplay: flex;\n\t\t\t\tjustify-content: center;\n\t\t\t\talign-items: center;\n\t\t\t\twidth: 80%;\n\n\t\t\t\t&__input {\n\t\t\t\t\twidth: calc((100% - 100px) / 2);\n\n\t\t\t\t\t.input {\n\t\t\t\t\t\topacity: 1 !important;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t${chatViewport(\n\t\t(viewportPadding) => css`\n\t\t\t.game--hilo {\n\t\t\t\t.game-panel__input {\n\t\t\t\t\t@media (min-width: ${(props) =>\n\t\t\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\t\t\ta: props.theme.media.minWidthDesktop,\n\t\t\t\t\t\t\t\tb: viewportPadding,\n\t\t\t\t\t\t\t})}) {\n\t\t\t\t\t\tmin-width: 310px;\n\t\t\t\t\t}\n\n\t\t\t\t\t@media (min-width: ${calcStyle({ a: '1049', b: viewportPadding })}) {\n\t\t\t\t\t\tmin-width: 330px;\n\t\t\t\t\t}\n\n\t\t\t\t\t@media (min-width: ${(props) =>\n\t\t\t\t\t\t\tprops.theme.media.minWidthBigDesktop}) {\n\t\t\t\t\t\tmin-width: 400px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media (max-width: ${calcStyle({ a: '1050', b: viewportPadding })}) {\n\t\t\t\t.game--hilo {\n\t\t\t\t\tpadding-top: 30px;\n\n\t\t\t\t\t.game {\n\t\t\t\t\t\t&-board {\n\t\t\t\t\t\t\theight: 190px;\n\t\t\t\t\t\t\tpadding: 0 5px;\n\t\t\t\t\t\t\tmargin-bottom: 40px;\n\n\t\t\t\t\t\t\t&__buttons {\n\t\t\t\t\t\t\t\twidth: 80%;\n\t\t\t\t\t\t\t\tmargin: 0 5px;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t.card {\n\t\t\t\t\t\t\t\theight: ${(props) =>\n\t\t\t\t\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\t\t\t\t\ta: props.theme.layout.card.height,\n\t\t\t\t\t\t\t\t\t\tb: 0.9,\n\t\t\t\t\t\t\t\t\t\tmode: '*',\n\t\t\t\t\t\t\t\t\t})};\n\t\t\t\t\t\t\t\twidth: ${(props) =>\n\t\t\t\t\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\t\t\t\t\ta: props.theme.layout.card.width,\n\t\t\t\t\t\t\t\t\t\tb: 0.9,\n\t\t\t\t\t\t\t\t\t\tmode: '*',\n\t\t\t\t\t\t\t\t\t})};\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&-panel {\n\t\t\t\t\t\t\t.game-controller {\n\t\t\t\t\t\t\t\twidth: auto;\n\t\t\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t`,\n\t)}\n\n\t.content-tablet,\n\t.content-tabletSmall,\n\t.content-mobile,\n\t.content-mobileSmall {\n\t\t.game--hilo {\n\t\t\tpadding-top: 0!important;\n\n\t\t\t.game {\n\t\t\t\t&-board {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\theight: 270px;\n\t\t\t\t\tpadding: 0 5px;\n\t\t\t\t\tmargin-bottom: 40px!important;\n\n\t\t\t\t\t@media (max-height: 800px) {\n\t\t\t\t\t\tmargin-bottom: 20px!important;\n\t\t\t\t\t}\n\n\t\t\t\t\t&__buttons {\n\t\t\t\t\t\twidth: calc((100vw - 50px - 20px - 6px - 35px - ${(props) =>\n\t\t\t\t\t\t\tprops.theme.layout.card.width}) / 2);\n\n\t\t\t\t\t\t.button {\n\t\t\t\t\t\t\twidth: calc(100% - 6px);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&--extended {\n\t\t\t\t\t\t\t.button {\n\t\t\t\t\t\t\t\twidth: calc(50% - 6px);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t.decision-button {\n\t\t\t\t\t\t\tfont-size: 12px!important;\n\t\t\t\t\t\t\tmargin: 3px;\n\n\t\t\t\t\t\t\t&__name {\n\t\t\t\t\t\t\t\twhite-space: normal;\n\t\t\t\t\t\t\t\tpadding-right: 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&__slider {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\n\t\t\t\t\t.card {\n\t\t\t\t\t\theight: ${(props) => props.theme.layout.card.height};\n\t\t\t\t\t\twidth: ${(props) => props.theme.layout.card.width};\n\t\t\t\t\t}\n\n\t\t\t\t\t&--max-value,\n\t\t\t\t\t&--min-value {\n\t\t\t\t\t\twidth: 25px;\n\t\t\t\t\t\tmargin: 0 5px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&-panel {\n\t\t\t\t\twidth: 100%;\n\n\t\t\t\t\t.game-controller {\n\t\t\t\t\t\twidth: auto;\n\t\t\t\t\t\tpadding: 0 20px 10px!important;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.content-tablet,\n\t.content-tabletSmall,\n\t.content-mobile,\n\t.content-mobileSmall {\n\t\t.game--hilo {\n\t\t\t.game {\n\t\t\t\t&-board {\n\t\t\t\t\tposition: relative;\n\t\t\t\t\theight: auto!important;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tpadding-left: 45px!important;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tjustify-content: space-between;\n\t\t\t\t\tbackground-color: transparent;\n\t\t\t\t\tborder: none;\n\n\t\t\t\t\t.carousel-root {\n\t\t\t\t\t\twidth: calc(100% - ${(props) => props.theme.layout.card.width})!important;\n\t\t\t\t\t}\n\n\t\t\t\t\t&__buttons {\n\t\t\t\t\t\tborder: none;\n\t\t\t\t\t\tmargin: 0!important;\n\t\t\t\t\t\twidth: 100%!important;\n\n\t\t\t\t\t\t&--extended {\n\t\t\t\t\t\t\t.button {\n\t\t\t\t\t\t\t\twidth: calc(100% - 6px)!important;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&--basic {\n\t\t\t\t\t\t\ttransform: translateY(36%);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.cards-tile {\n\t\t\t\t\t\tmargin-right: 20px;\n\n\t\t\t\t\t\t@media (min-width: ${(props) => props.theme.media.minWidthTablet}) {\n\t\t\t\t\t\t\tmargin-left: 20px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&--max-value,\n\t\t\t\t\t&--min-value {\n\t\t\t\t\t\ttransform: translateY(-50%);\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\theight: 100%;\n\t\t\t\t\t\tleft: 10px;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\twidth: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--max-value {\n\t\t\t\t\t\ttop: 45%;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--min-value {\n\t\t\t\t\t\ttop: 55%;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&-panel {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-wrap: nowrap;\n\n\t\t\t\t\t&__input {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t\tmargin-right: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.game-controller {\n\t\t\t\t\t\twidth: auto;\n\t\t\t\t\t\tpadding: 0!important;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.content-tablet {\n\t\t\t.game--hilo {\n\t\t\t\t.game {\n\t\t\t\t\t&-panel {\n\t\t\t\t\t\t&__input {\n\t\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t\t\tmargin-right: 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t.game-controller {\n\t\t\t\t\t\t\twidth: auto;\n\t\t\t\t\t\t\tpadding: 0 20px 10px!important;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.device-tabletSmall,\n\t.device-mobile,\n\t.device-mobileSmall {\n\t\t.game--hilo {\n\t\t\t.game {\n\t\t\t\t&-board {\n\t\t\t\t\tmargin-bottom: 15px!important;\n\n\t\t\t\t\t&--max-value:after,\n\t\t\t\t\t&--min-value:before {\n\t\t\t\t\t\tmax-height: 100px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.decision-button {\n\t\t\t\t\t\t&__name {\n\t\t\t\t\t\t\twhite-space: normal;\n\t\t\t\t\t\t\tpadding-right: 10px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.content-tablet,\n\t.content-tabletSmall,\n\t.content-mobile,\n\t.content-mobileSmall {\n\t\t&.device-desktop {\n\t\t\t.game--hilo {\n\t\t\t\t.game {\n\t\t\t\t\t&-board {\n\t\t\t\t\t\tmargin-top: 30px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.device-tablet,\n\t.device-tabletSmall,\n\t.device-mobile,\n\t.device-mobileSmall {\n\t\t.game--hilo {\n\t\t\t.game {\n\t\t\t\t&-board {\n\t\t\t\t\tpadding-left: 10px!important;\n\n\t\t\t\t\t.card {\n\t\t\t\t\t\twidth: 23vw!important;\n\t\t\t\t\t\theight: 28vh!important;\n\t\t\t\t\t}\n\n\t\t\t\t\t@media (min-height: 540px) {\n\t\t\t\t\t\t.card {\n\t\t\t\t\t\t\theight: ${(props) =>\n\t\t\t\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\t\t\t\ta: props.theme.layout.card.heightToWidthScale,\n\t\t\t\t\t\t\t\t\tb: 23,\n\t\t\t\t\t\t\t\t\tmode: '*',\n\t\t\t\t\t\t\t\t\tsuffix: 'vw',\n\t\t\t\t\t\t\t\t})}!important;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t@media (min-width: ${(props) =>\n\t\t\t\t\t\tprops.theme.media.minWidthTablet}) and (max-width: ${(props) =>\n\tprops.theme.media.maxWidthTablet}) and (max-height: 780px) {\n\t\t\t\t\t\t.card {\n\t\t\t\t\t\t\twidth: 20vw!important;\n\t\t\t\t\t\t\theight: 28vh!important;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.card__symbol {\n\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--max-value {\n\t\t\t\t\t\ttop: 40%;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--min-value {\n\t\t\t\t\t\ttop: 60%;\n\t\t\t\t\t}\n\n\t\t\t\t\t&__buttons {\n\t\t\t\t\t\t&--basic {\n\t\t\t\t\t\t\ttransform: unset;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&--extended {\n\t\t\t\t\t\t\t.button {\n\t\t\t\t\t\t\t\twidth: calc(50% - 6px)!important;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.carousel-root {\n\t\t\t\t\t\twidth: calc(100% - 23vw - 15px)!important;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--min-value,\n\t\t\t\t\t&--max-value {\n\t\t\t\t\t\theight: 60%;\n\t\t\t\t\t\tleft: -10px;\n\t\t\t\t\t\topacity: 0.6;\n\n\t\t\t\t\t\tdiv {\n\t\t\t\t\t\t\tborder-left-width: 4px;\n\t\t\t\t\t\t\tborder-right-width: 4px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&--min-value:before,\n\t\t\t\t\t&--max-value:after {\n\t\t\t\t\t\tmin-height: unset;\n\t\t\t\t\t\theight: 60%;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--min-value:after,\n\t\t\t\t\t&--max-value:before {\n\t\t\t\t\t\tfont-size: 10px;\n\t\t\t\t\t\theight: 10px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.device-mobileSmall {\n\t\t.game--hilo {\n\t\t\t.game {\n\t\t\t\t&-board {\n\t\t\t\t\t&__buttons {\n\t\t\t\t\t\t&--extended {\n\t\t\t\t\t\t\t.decision-button {\n\t\t\t\t\t\t\t\t&__name {\n\t\t\t\t\t\t\t\t\tpadding-right: 0!important;\n\t\t\t\t\t\t\t\t\tfont-size: 10px;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t.button {\n\t\t\t\t\t\t\t\twidth: calc(50% - 6px)!important;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n`;\n","import { createGlobalStyle } from 'styled-components';\nimport { ThemeType } from '@legacyApp/client/modules/style/theme';\nimport { BetAmountInputWrapper } from '@legacyApp/client/components/betAmountInput/betAmountInput';\n\nexport const GameLimboGlobalStyles = createGlobalStyle<{ theme: ThemeType }>`\n\t.game--limbo {\n\t\t.game--limbo__result {\n\t\t\ttext-shadow: 0 0 10px #013672;\n\t\t}\n\n\t\t@media (max-width: ${(props) => props.theme.media.maxWidthVerySmall}) {\n\t\t\t${BetAmountInputWrapper} {\n\t\t\t\t.buttons-box {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n`;\n","import { FC, useCallback } from 'react';\n\nimport { useStateEffect } from '@common/hooks/useStateEffect';\nimport { GameType } from '@modules/games/Game/constants/availableGames';\nimport { checkIsSingleValue } from '@modules/games/Game/methods/checkIsSingleValue';\nimport { useDiceRollRuleSelector } from '@modules/games/Game/store/dice/selectors/useDiceRollRuleSelector';\nimport { useGameActiveGame } from '@modules/games/Game/store/game/game.selectors';\n\nimport { GameDiceGlobalStyles } from '@modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-dice.global.styled';\nimport { GameHiloGlobalStyles } from '@modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-hilo.global.styled';\nimport { GameLimboGlobalStyles } from '@modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-limbo.global.styled';\n\nconst DiceGlobalStyled = () => {\n\tconst rule = useDiceRollRuleSelector();\n\n\tconst isSingleBetValue = useStateEffect(\n\t\tuseCallback(() => checkIsSingleValue(rule), [rule]),\n\t);\n\n\treturn <GameDiceGlobalStyles $isSingleBetValue={isSingleBetValue} />;\n};\n\nexport const ActiveGameGlobalStyles: FC = () => {\n\tconst activeGame = useGameActiveGame();\n\n\tif (activeGame === GameType.DICE) {\n\t\treturn <DiceGlobalStyled />;\n\t}\n\n\tif (activeGame === GameType.HILO) {\n\t\treturn <GameHiloGlobalStyles />;\n\t}\n\n\tif (activeGame === GameType.LIMBO) {\n\t\treturn <GameLimboGlobalStyles />;\n\t}\n\n\tif (activeGame === GameType.PLINKO) {\n\t\treturn null;\n\t\t// return <GamePlinkoGlobalStyles />;\n\t}\n\n\treturn null;\n};\n","import classnames from 'classnames';\nimport { rgba } from 'polished';\nimport styled, { css } from 'styled-components';\n\nimport {\n\tbox,\n\tboxNoHeight,\n\tclearfix,\n} from '@legacyApp/client/modules/style/defaults';\n\nimport { StyledGameSliderResultBox } from '@modules/games/DiceGame/components/GameSliderResult/GameSliderResult.styled';\nimport { KenoGameStyled } from '@modules/games/KenoGame/styles/KenoGameStyled';\nimport { PlinkoGameStyled } from '@modules/games/PlinkoGame/styles/PlinkoGameStyled';\n\ninterface GameWrapperStyledProps {\n\tgame?: string;\n\tisPro?: boolean;\n\tisFlash?: boolean;\n\tisLoading?: boolean;\n}\n\nexport const GameWrapperStyled = styled.div.attrs<GameWrapperStyledProps>(\n\t(props) => ({\n\t\tclassName: classnames(`game-page game-page--${props.game}`, {\n\t\t\tautobet: props.isPro,\n\t\t}),\n\t}),\n)<GameWrapperStyledProps>`\n\tposition: relative;\n\n\t*:not(.pin):not(.last-bet) {\n\t\ttransition: opacity ${(props) => props.theme.layout.transition};\n\t}\n\n\t@media (max-width: ${(props) => props.theme.media.maxWidthTablet}) {\n\t\t${box}\n\t}\n\n\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t${boxNoHeight};\n\n\t\t${clearfix};\n\n\t\t${StyledGameSliderResultBox} {\n\t\t\twidth: calc(100% - 19px);\n\t\t\tmargin-left: 4px;\n\t\t\tmargin-right: 4px;\n\t\t}\n\t}\n\n\t@media (min-width: ${(props) => props.theme.media.minWidthBigDesktop}) {\n\t\t${StyledGameSliderResultBox} {\n\t\t\twidth: calc(100% - 25px);\n\t\t\tmargin-left: 3px;\n\t\t\tmargin-right: 3px;\n\t\t}\n\t}\n\n\t@media (max-height: 450px) and (max-width: ${(props) =>\n\t\t\tprops.theme.media\n\t\t\t\t.maxWidthTablet}) and (min-width: 640px) and (orientation: landscape) {\n\t\t.game,\n\t\t${PlinkoGameStyled} {\n\t\t\t* {\n\t\t\t\tdisplay: none !important;\n\t\t\t}\n\t\t}\n\t\t${KenoGameStyled} {\n\t\t\t* {\n\t\t\t\tdisplay: none !important;\n\t\t\t}\n\t\t}\n\n\t\t.wolf-theme {\n\t\t\theight: calc(100vh - 60px);\n\t\t}\n\n\t\t.game-panel {\n\t\t\t.bottom-menu {\n\t\t\t\tbackground-color: #000407;\n\t\t\t}\n\t\t}\n\t}\n\n\t.device-mobile &,\n\t.device-mobileSmall & {\n\t\tmargin-bottom: -10px;\n\t}\n\n\t${(props) =>\n\t\tprops.isFlash\n\t\t\t? css`\n\t\t\t\t\t.game {\n\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\tbackground: ${rgba('black', 0.73)};\n\t\t\t\t\t\t\tcontent: '';\n\t\t\t\t\t\t\theight: 100%;\n\t\t\t\t\t\t\tleft: 0;\n\t\t\t\t\t\t\tposition: fixed;\n\t\t\t\t\t\t\ttop: 0;\n\t\t\t\t\t\t\twidth: 100vw;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t  `\n\t\t\t: ''}\n\n\t${(props) =>\n\t\tprops.isLoading\n\t\t\t? css`\n\t\t\t\t\tposition: relative;\n\n\t\t\t\t\t@media (min-width: ${props.theme.media.minWidthDesktop}) {\n\t\t\t\t\t\tmax-height: 500px;\n\t\t\t\t\t}\n\n\t\t\t\t\t@media (min-width: ${props.theme.media.minWidthBigDesktop}) {\n\t\t\t\t\t\tmax-height: 800px;\n\t\t\t\t\t}\n\n\t\t\t\t\t* {\n\t\t\t\t\t\topacity: 0;\n\t\t\t\t\t}\n\t\t\t  `\n\t\t\t: ''}\n`;\n","import { Trans } from '@legacyApp/client/modules/translation/translate';\n\nexport const GameWrapperOrientationBox = () => {\n\treturn (\n\t\t<div className=\"orientation-box\">\n\t\t\t<span className=\"text-style-md-medium orientation-box__information\">\n\t\t\t\t<Trans\n\t\t\t\t\tlabel={\n\t\t\t\t\t\t'Please rotate your device, landscape orientation is not supported yet.'\n\t\t\t\t\t}\n\t\t\t\t/>\n\t\t\t</span>\n\t\t</div>\n\t);\n};\n","import React, { useRef } from 'react';\n\nimport { useNoSleep } from '@legacyApp/hooks/app/useNoSleep';\n\nimport { GameWrapperStyled } from '@modules/games/Game/components/Game.components/GameWrapper/GameWrapper.styled';\nimport { GameWrapperOrientationBox } from '@modules/games/Game/components/Game.components/GameWrapper/GameWrapperOrientationBox';\n\nexport const GameWrapperBox = ({\n\tisLoading,\n\tgame,\n\tautobetActive,\n\tchildren,\n}) => {\n\tconst buttonRef = useRef(null);\n\n\tuseNoSleep(buttonRef.current);\n\n\treturn (\n\t\t<GameWrapperStyled\n\t\t\tref={buttonRef}\n\t\t\tkey={0}\n\t\t\tisFlash={autobetActive === 'flash'}\n\t\t\tisPro={!!autobetActive}\n\t\t\tisLoading={isLoading}\n\t\t\tgame={game}\n\t\t>\n\t\t\t<GameWrapperOrientationBox />\n\n\t\t\t{children}\n\t\t</GameWrapperStyled>\n\t);\n};\n","import { createGlobalStyle } from 'styled-components';\nimport { clearfix } from '@legacyApp/client/modules/style/defaults';\nimport { ThemeType } from '@legacyApp/client/modules/style/theme';\nimport { parseImageSrc } from '@common/components/default/Image/Image';\nimport { fontSize } from '@legacyApp/client/modules/style/mixins/fontSize';\n\nexport const GameGlobalStyles = createGlobalStyle<{ theme: ThemeType }>`\n\t.game {\n\t\tfloat: left;\n\t\twidth: 100%;\n\n\t\t&-options {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t&-switch {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tfloat: left;\n\t\t\tjustify-content: flex-start;\n\t\t\tmargin: 10px 0;\n\t\t\twidth: auto;\n\n\t\t\tlabel {\n\t\t\t\theight: 25px;\n\t\t\t}\n\n\t\t\t&--title {\n\t\t\t\tcolor: ${(props) => props.theme.colors.secondText};\n\t\t\t\t${fontSize({ important: true })};\n\t\t\t\tmargin-left: 5px;\n\n\t\t\t\t&__active {\n\t\t\t\t\tcolor: ${(props) => props.theme.colors.text};\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.react-switch-handle {\n\t\t\t\t&:before {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tcolor: #e8e8e8;\n\t\t\t\t\tcontent: ${parseImageSrc('/img/icons/grip-lines.svg')};\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\theight: 10px;\n\t\t\t\t\tfont-weight: 900;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t\tleft: 50%;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\ttop: 50%;\n\t\t\t\t\ttransform: translate(-50%, -50%) rotate(90deg) scale(0.9, 1.3);\n\t\t\t\t\twidth: 18px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t\t\tmargin: 0 0 -15px;\n\t\t\t\tpadding: 0 15px;\n\t\t\t\tjustify-content: flex-end;\n\n\t\t\t\tlabel {\n\t\t\t\t\theight: unset;\n\t\t\t\t}\n\n\t\t\t\t&--title {\n\t\t\t\t\tmargin-left: 20px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\t&-roll {\n\t\t\tfloat: left;\n\t\t\tmargin: 5px 0 0;\n\t\t\twidth: 100%;\n\n\t\t\t.button {\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t\t\tpadding: 0 15px;\n\t\t\t\tmargin-top: 35px;\n\t\t\t\tmargin-bottom: 40px;\n\t\t\t\tbutton {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tborder-radius: 2 * ${(props) => props.theme.layout.borderRadius};\n\t\t\t\t\tfont-size: 30px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t\tfloat: none;\n\t\t\tmax-width: 900px;\n\t\t\tmargin: 0 auto 40px;\n\t\t\twidth: 100%;\n\t\t\t${clearfix};\n\t\t}\n\n\t\t@media (min-width: ${(props) => props.theme.media.minWidthBigDesktop}) {\n\t\t\tmax-width: 1080px;\n\t\t\tmargin: 0 auto 60px;\n\t\t}\n\t}\n\n\t@media (max-width: ${(props) => props.theme.media.maxWidthTablet}) {\n\t\t.game {\n\t\t\tposition: absolute;\n\t\t\tbottom: 0;\n\t\t\tmax-height: 100%;\n\n\t\t\t&-metrics {\n\n\t\t\t\t> span {\n\n\t\t\t\t\t&:before,\n\t\t\t\t\t&:after {\n\t\t\t\t\t\ttop: calc(100% + 5px);\n\t\t\t\t\t}\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\theight: 20px;\n\t\t\t\t\t}\n\n\t\t\t\t\t&:after {\n\t\t\t\t\t\theight: 8px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n`;\n","import { createGlobalStyle } from 'styled-components';\nimport { ThemeType } from '@legacyApp/client/modules/style/theme';\nimport { StyledContentWrapper } from '@common/components/text/Content/Content.styled';\nimport { StyledTextWrapper } from '@common/hoc/pageEnhancer';\nimport { FooterStyle } from '@common/components/footer/Footer';\nimport { StyledMainDashboardV2 } from '@legacyApp/client/modules/style/components/MainDashboard.styled';\nimport { parseImageSrc } from '@common/components/default/Image/Image';\nimport { AVAILABLE_OFFER } from '@common/components/layout/MainPageOfferButton/MainPageOfferButton';\nimport { GameType } from '@modules/games/Game/constants/availableGames';\n\nconst GameStyledPerGame = AVAILABLE_OFFER.map((game) => {\n\treturn `\n\t\t&.${game} {\n\t\t\t.main {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground: url(${parseImageSrc(\n\t\t\t\t\t\t`/img/games/background/${game}.png`,\n\t\t\t\t\t)}) center top / 200% no-repeat;\n\t\t\t\t\tbackground-size: 110%;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t`;\n}).join(``);\n\nexport const GamePageGlobalStyles = createGlobalStyle<{ theme: ThemeType }>`\n\t.page-game {\n\t\t.main,\n\t\t.bottom-menu {\n\t\t\tbackground-color: #020810;\n\t\t}\n\n\t\t.main {\n\t\t\tbackground-color: var(--color-dark-900);\n\n\t\t\t&:before {\n\t\t\t\tbottom: 0px;\n\t\t\t\tcontent: \"\";\n\t\t\t\theight: 100%;\n\t\t\t\tleft: 0px;\n\t\t\t\tposition: absolute;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\n\t\t${GameStyledPerGame};\n\n\t\t&.${GameType.KENO} {\n\t\t\t.main {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-size: auto 100vh;\n  \t\t\t\t\tbackground-position: -230px top;\t\n\n\t\t\t\t\t@media (min-width: ${(props) => props.theme.media_v2.min_desktop_small}) {\n\t\t\t\t\t\tbackground-size: 100vw;\n  \t\t\t\t\t\tbackground-position: left top;\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.limbo {\n\t\t\t.main {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-size: 200%;\n\n\t\t\t\t\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t\t\t\t\tbackground-size: 110%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t${StyledMainDashboardV2} {\n\t\t\t&:before {\n\t\t\t\tbackground: unset;\n\t\t\t}\n\t\t}\n\n\t\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t\t.main {\n\t\t\t\tpadding-bottom: 20px;\n\t\t\t\tz-index: 2;\n\n\t\t\t\t&:before, &:after {\n\t\t\t\t\tcontent: '';\n\t\t\t\t\tz-index: -1;\n\t\t\t\t}\n\n\t\t\t\t&:after {\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\theight: calc(100% - 550px);\n\t\t\t\t}\n\n\t\t\t\t${StyledContentWrapper} {\n\t\t\t\t\t:after {\n\t\t\t\t\t\tbackground: linear-gradient(180deg,transparent, var(--color-dark-900) 90%)\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.tabs-table-wrapper {\n\t\t\t\t\tposition: relative;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tcontent: '';\n\t\t\t\t\t\tz-index: -1;\n\t\t\t\t\t\tbackground: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #051b38 30%);\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\twidth: 100vw;\n\t\t\t\t\t\theight: calc(100% + 25px);\n\t\t\t\t\t\ttop: 0;\n\t\t\t\t\t\tleft: 50%;\n\t\t\t\t\t\ttransform: translateX(-50%);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.table__no-scroll {\n\t\t\t\t.table__tbody {\n\t\t\t\t\tmin-height: 350px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t@media (max-width: ${(props) => props.theme.media.maxWidthTablet}) {\n\t\t\t.main-dashboard {\n\t\t\t\theight: 100%;\n\t\t\t\tpadding-bottom: calc(${(props) => props.theme.layout.bottomMenuHeight} + 5px);\n\n\t\t\t\t> .tabs-table-wrapper {\n\t\t\t\t\theight: 100%;\n\t\t\t\t\toverflow: auto;\n\t\t\t\t\toverflow-x: hidden;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t${FooterStyle} {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\n\t\t\t.main {\n\t\t\t\theight: 100%;\n\t\t\t\tmin-height: 100%;\n\t\t\t\toverflow: hidden;\n\t\t\t}\n\n\t\t\t.table-wrapper {\n\t\t\t\theight: 100%;\n\t\t\t}\n\n\t\t\t${StyledTextWrapper} {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\n\t\t@media (max-width: ${(props) => props.theme.media.maxWidthMobile}){\n\t\t\t.input,\n\t\t\t.input-children {\n\t\t\t\tfont-size: 11px;\n\t\t\t}\n\n\t\t\t.input {\n\t\t\t\tpadding: 8px 10px;\n\t\t\t}\n\n\t\t\t.input-wrapper {\n\t\t\t\t.button {\n\t\t\t\t\tfont-size: 11px;\n\t\t\t\t\tmargin: 0 0 0 5px;\n\t\t\t\t}\n\n\t\t\t\tlabel {\n\t\t\t\t\tmargin-bottom: 3px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t[data-component*='Game.container'],\n\t[data-component*='GameWrapper.container'],\n\t[data-component*='game.page'],\n\t.game-page,\n\t.game {\n\t\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t\tmin-height: 500px;\n\t\t}\n\t}\n`;\n","import PropTypes from 'prop-types';\nimport React from 'react';\n\nimport { enhanceComponent } from '@legacyApp/client/wrappers/enhanceComponent';\nimport { capitalize } from '@legacyApp/client/modules/app/appService';\nimport { getGamesList } from '@modules/games/Game/methods/getGamesList';\nimport { triggerGameLoadedEvent } from '@modules/games/Game/methods/triggerGameLoadedEvent';\nimport transactionService from '@modules/transactions/transactionsService';\n\nimport { GameLoaderContainer } from '@modules/games/Game/components/Game.components/GameLoader';\nimport { ActiveGameGlobalStyles } from '@modules/games/Game/components/Game.components/GameWrapper/ActiveGameGlobalStyles';\nimport { GameWrapperBox } from '@modules/games/Game/components/Game.components/GameWrapper/GameWrapperBox';\nimport { GameGlobalStyles } from '@modules/games/Game/components/Game.components/GameWrapper/StyledGame/game.global.styled';\nimport { GamePageGlobalStyles } from '@modules/games/Game/components/Game.components/GameWrapper/StyledGame/game-page.global.styled';\nimport { GameContext } from '@modules/games/Game/context/GameContext';\n\nclass GameWrapper extends React.PureComponent {\n\tstatic propTypes = {\n\t\tautobetActive: PropTypes.any,\n\t\tisMobile: PropTypes.bool,\n\t\tactive: PropTypes.any,\n\t\tchildren: PropTypes.any,\n\t\tloading: PropTypes.any,\n\t\tactiveState: PropTypes.bool,\n\t};\n\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tgameContainers: this.getGameContainers(),\n\t\t\tloading: this.getLoading(props.loading, false),\n\t\t\tloaded: false,\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.setLoading();\n\t}\n\n\tcomponentDidUpdate(prevProps, prevState) {\n\t\tif (\n\t\t\ttransactionService.isListDifferent(\n\t\t\t\tthis.props.loading,\n\t\t\t\tprevProps.loading,\n\t\t\t) ||\n\t\t\tthis.state.loaded !== prevState.loaded\n\t\t) {\n\t\t\tthis.setLoading();\n\t\t}\n\t}\n\n\tsetLoading = (loading = this.props.loading) => {\n\t\tconst loading_ = this.getLoading(loading);\n\n\t\tif (this.state.loading === loading_) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (!loading_) {\n\t\t\ttriggerGameLoadedEvent();\n\t\t}\n\n\t\tthis.setState({\n\t\t\tloading: loading_,\n\t\t});\n\t};\n\n\tgetLoading = (loading = this.props.loading, loaded = this.state?.loaded) => {\n\t\treturn (\n\t\t\t(!!loading &&\n\t\t\t\t!(loading.length === 1 && this.isOnlyGameContainer(loading))) ||\n\t\t\t!loaded\n\t\t);\n\t};\n\n\tgetGameContainers = () => {\n\t\treturn getGamesList().map((el) => `${capitalize(el)}Game.container`);\n\t};\n\n\tisOnlyGameContainer = (array) => {\n\t\tconst gameContainers =\n\t\t\tthis.state && this.state.gameContainers\n\t\t\t\t? this.state.gameContainers\n\t\t\t\t: this.getGameContainers();\n\t\treturn array.some((el) => gameContainers.indexOf(el) > -1);\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<GameContext.Provider\n\t\t\t\tvalue={{\n\t\t\t\t\tloaded: this.state.loaded,\n\t\t\t\t\tsetLoaded: (loaded) => this.setState({ loaded }),\n\t\t\t\t}}\n\t\t\t>\n\t\t\t\t<GameWrapperBox\n\t\t\t\t\tkey={0}\n\t\t\t\t\tautobetActive={this.props.autobetActive}\n\t\t\t\t\tisLoading={this.state.loading}\n\t\t\t\t\tgame={this.props.active}\n\t\t\t\t>\n\t\t\t\t\t{this.props.active ? (\n\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t<ActiveGameGlobalStyles />\n\n\t\t\t\t\t\t\t<GameGlobalStyles />\n\n\t\t\t\t\t\t\t<GamePageGlobalStyles />\n\n\t\t\t\t\t\t\t{(this.state.loading || !this.props.activeState) && (\n\t\t\t\t\t\t\t\t<GameLoaderContainer />\n\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t</>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div className=\"h-[200px] min_tablet_small:h-[300px]\">\n\t\t\t\t\t\t\t<GameLoaderContainer />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{this.props.activeState && this.props.active\n\t\t\t\t\t\t? this.props.children\n\t\t\t\t\t\t: null}\n\t\t\t\t</GameWrapperBox>\n\t\t\t</GameContext.Provider>\n\t\t);\n\t}\n}\n\nGameWrapper = enhanceComponent({\n\tGameWrapper,\n});\n\nexport default GameWrapper;\n","import { connect } from 'react-redux';\nimport { compose } from 'redux';\nimport { activePackageSelector } from '@legacyApp/client/selectors/activePackageSelector.selector';\nimport { PackageType } from '@legacyApp/client/store/registry/registry.constants';\nimport GameWrapper from './GameWrapper';\n\nconst mapStateToProps = (state, props) => {\n\treturn {\n\t\tisMobile: state.app.mobile,\n\t\tautobetActive: state.gameAutobet?.active[state.game?.activeGame],\n\t\tactive: state.game?.activeGame,\n\t\tloading: state.loader.groups?.game,\n\t\t// @ts-expect-error ts-migrate(7006) FIXME: Parameter 'state' implicitly has an 'any' type.\n\t\tactiveState: activePackageSelector(PackageType.GAME)(state, props),\n\t};\n};\n\nconst GameWrapperContainer = compose(connect(mapStateToProps, null))(\n\tGameWrapper,\n);\n\nexport { GameWrapperContainer };\n","import { FC, PropsWithChildren } from 'react';\nimport { NextSeoProps } from 'next-seo/lib/types';\n\nimport { EnhancedNextComponentPageProps } from '@common/hoc/pageEnhancer';\nimport { useAppMobile } from '@common/selectors/app.selectors';\n\nimport Seo from '@common/components/default/Seo/Seo';\nimport GamesStoreController from '@common/components/storeControllers/GamesStoreController';\nimport { MainLayout } from '@legacyApp/client/components/mainLayout';\nimport { GameWrapperContainer } from '@modules/games/Game/components/Game.components/GameWrapper/GameWrapper.container';\n\nconst GameLayout: FC<\n\tPropsWithChildren<{\n\t\ttitle: string;\n\t\tdisableTransactions?: boolean;\n\t\tseoProps: NextSeoProps;\n\t\tpageParams?: EnhancedNextComponentPageProps['params'];\n\t}>\n> = ({ children, disableTransactions, title, seoProps, pageParams }) => {\n\tconst isMobile = useAppMobile();\n\n\treturn (\n\t\t<>\n\t\t\t<Seo title={title} props={seoProps} pageParams={pageParams} />\n\n\t\t\t<GamesStoreController />\n\n\t\t\t<MainLayout\n\t\t\t\tv2\n\t\t\t\tlockView={isMobile}\n\t\t\t\tdisableTransactions={disableTransactions}\n\t\t\t>\n\t\t\t\t<GameWrapperContainer>{children}</GameWrapperContainer>\n\t\t\t</MainLayout>\n\t\t</>\n\t);\n};\n\nexport default GameLayout;\n","import { FC } from 'react';\nimport Head from 'next/head';\nimport { config } from '@legacyApp/client/config';\nimport { StructuredData } from '@legacyApp/types/default/StructuredData';\nimport { socialConfig } from '@server/config/social.config';\nimport { jsonToString } from '@common/methods/jsonToString';\n\ninterface Props extends StructuredData {\n\turl?: string;\n}\n\nexport interface AnyJsonLdProps {\n\tkeyOverride?: string;\n\tprops?: Props;\n}\n\nexport const parseUrlJsonLd = (uri?: string) =>\n\t`https://${config.domain}${uri ?? ''}`;\n\nexport const SAME_AS = Object.keys(socialConfig).map(\n\t(key) => socialConfig[key],\n);\n\nexport const AnyJsonLd: FC<AnyJsonLdProps> = ({ keyOverride, props }) => {\n\tconst url = parseUrlJsonLd(props.url);\n\tconst jslonld = {\n\t\t'@context': 'https://schema.org',\n\t\tname: config.appName,\n\t\turl,\n\t\tmainEntityOfPage: {\n\t\t\t'@type': 'WebPage',\n\t\t\t'@id': `${url}`,\n\t\t},\n\t\t...props,\n\t};\n\n\treturn (\n\t\t<Head>\n\t\t\t<script\n\t\t\t\ttype=\"application/ld+json\"\n\t\t\t\tdangerouslySetInnerHTML={{ __html: jsonToString(jslonld) }}\n\t\t\t\tkey={`jsonld-article${keyOverride ? `-${keyOverride}` : ''}`}\n\t\t\t/>\n\t\t</Head>\n\t);\n};\n","import { BreadcrumbJsonLd } from 'next-seo';\nimport { ItemListElements } from 'next-seo/lib/jsonld/breadcrumb';\nimport { FC } from 'react';\n\nimport { parseUrlJsonLd } from '@common/components/seo/AnyJsonLd';\nimport { simpleTrans } from '@legacyApp/client/modules/translation/translationService';\nimport { BreadcrumbData } from '@common/methods/getBreadcrumbs';\nimport { checkIsTransProps } from '@legacyApp/client/modules/translation/checkIsTransProps';\n\nconst mapBreadcrumbToJsonLd = (item: BreadcrumbData): BreadcrumbData => ({\n\t...item,\n\tname: checkIsTransProps(item.name)\n\t\t? simpleTrans(\n\t\t\t\titem.name.label as string,\n\t\t\t\titem.name?.options,\n\t\t\t\titem.name?.namespace,\n\t\t  )\n\t\t: item.name,\n\titem: parseUrlJsonLd(item.item),\n});\n\nexport const BreadcrumbDomainJsonLd: FC<{\n\titemListElements: BreadcrumbData[];\n}> = ({ itemListElements }) => (\n\t<BreadcrumbJsonLd\n\t\tkeyOverride=\"breadcrumbs\"\n\t\titemListElements={\n\t\t\titemListElements.map(mapBreadcrumbToJsonLd) as ItemListElements[]\n\t\t}\n\t/>\n);\n","import { FC } from 'react';\n\nimport { config } from '@legacyApp/client/config';\nimport { accessConfig } from '@server/config/access.config';\nimport { capitalize } from '@legacyApp/client/modules/app/appService';\nimport { parseImageSrc } from '@common/components/default/Image/Image';\nimport {\n\tAnyJsonLd,\n\tparseUrlJsonLd,\n\tSAME_AS,\n} from '@common/components/seo/AnyJsonLd';\nimport { BreadcrumbDomainJsonLd } from '@common/components/seo/BreadcrumbDomainJsonLd';\nimport { BreadcrumbData } from '@common/methods/getBreadcrumbs';\n\nexport const GameJsonLd: FC<{\n\tid?: string;\n\tname?: string;\n\titemListElements?: BreadcrumbData[];\n}> = ({ name, id, itemListElements }) => {\n\treturn (\n\t\t<>\n\t\t\t<AnyJsonLd\n\t\t\t\tkeyOverride=\"SoftwareApplication\"\n\t\t\t\tprops={{\n\t\t\t\t\t'@type': 'WebApplication',\n\t\t\t\t\tname: name || `Bitcoin ${capitalize(id)}`,\n\t\t\t\t\turl: id ? `/casino/${id.toLowerCase()}` : '/casino',\n\t\t\t\t\tapplicationCategory: 'GameApplication',\n\t\t\t\t\toperatingSystem: 'Windows 7, OSX 10.6, Android 1.6',\n\t\t\t\t\tbrowserRequirements: 'JavaScript, HTML5',\n\t\t\t\t\tcountriesNotSupported: accessConfig.blockPage.map((el) =>\n\t\t\t\t\t\tel.toLowerCase(),\n\t\t\t\t\t),\n\t\t\t\t\tpotentialAction: {\n\t\t\t\t\t\t'@type': 'Action',\n\t\t\t\t\t\tname: 'PlayAction',\n\t\t\t\t\t},\n\t\t\t\t\tpublisher: {\n\t\t\t\t\t\t'@type': 'Organization',\n\t\t\t\t\t\tname: config.appName,\n\t\t\t\t\t\tbrand: config.appName,\n\t\t\t\t\t\turl: parseUrlJsonLd(),\n\t\t\t\t\t\tlogo: parseImageSrc('/img/logo_black.png'),\n\t\t\t\t\t\tsameAs: SAME_AS,\n\t\t\t\t\t},\n\t\t\t\t}}\n\t\t\t/>\n\n\t\t\t<BreadcrumbDomainJsonLd itemListElements={itemListElements} />\n\t\t</>\n\t);\n};\n","import { config } from '@legacyApp/client/config';\nimport { getPathLocalized } from '@common/methods/getPathLocalized/getPathLocalized';\nimport { TransProps } from '@legacyApp/client/modules/translation/translate';\n\nexport type BreadcrumbData = {\n\tlocale?: string;\n\tposition?: number;\n\tname?: string | TransProps;\n\tpathname?: string;\n\titem?: string;\n};\n\nexport const getBreadcrumb = ({\n\tlocale,\n\tposition = 1,\n\tname = config.appName,\n\tpathname = '/',\n}: BreadcrumbData) => ({\n\tposition,\n\tname,\n\titem: getPathLocalized({\n\t\tpathname,\n\t\tlocale,\n\t}),\n});\n\nexport const getBreadcrumbs = (locale: string, data: Array<BreadcrumbData>) => [\n\tgetBreadcrumb({ locale }),\n\t...data.map((el, index) =>\n\t\tgetBreadcrumb({\n\t\t\tlocale,\n\t\t\tposition: index + 2,\n\t\t\tname: el.name,\n\t\t\tpathname: el.pathname,\n\t\t}),\n\t),\n];\n","import dynamic from 'next/dynamic';\n\nconst GameStats = dynamic(() => import('./gameStatsLayout'), { ssr: false });\n\nexport { GameStats };\n","import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport { faDollarSign } from '@fortawesome/free-solid-svg-icons';\nimport { trans } from '../../../../LegacyApp/client/modules/translation/translate';\nimport { enhanceComponent } from '../../../../LegacyApp/client/wrappers/enhanceComponent';\nimport { Tooltip } from '../../../../LegacyApp/client/components/tooltip';\nimport { AwesomeIcon } from '../../icons/AwesomeIcon';\n\nclass ToggleConverter extends React.PureComponent {\n\tstatic propTypes = {\n\t\tdisabled: PropTypes.bool,\n\t\ttoggle: PropTypes.func,\n\t};\n\n\ttoggle = () => {\n\t\tthis.props.toggle();\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<Tooltip content={trans({ label: 'USD Converter' })}>\n\t\t\t\t<span\n\t\t\t\t\tonClick={this.toggle}\n\t\t\t\t\tclassName={classnames(\n\t\t\t\t\t\t'toggle-max-button small-text text-uppercase align-center',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t'toggle-max-button__disabled': this.props.disabled,\n\t\t\t\t\t\t},\n\t\t\t\t\t)}\n\t\t\t\t>\n\t\t\t\t\t<AwesomeIcon icon={faDollarSign} />\n\t\t\t\t</span>\n\t\t\t</Tooltip>\n\t\t);\n\t}\n}\n\nToggleConverter = enhanceComponent({\n\tToggleConverter,\n});\n\nexport { ToggleConverter };\n","import { connect } from 'react-redux';\nimport { converterSwitchCurrency } from '../../../../LegacyApp/client/store/converter/converter.actions';\nimport { ToggleConverter } from './toggleConverter';\n\nconst mapStateToProps = (state) => {\n\treturn {\n\t\tdisabled: state.converter.currency !== 'usd',\n\t};\n};\n\nconst mapDispatchToProps = (dispatch) => {\n\treturn {\n\t\ttoggle: () => dispatch(converterSwitchCurrency()),\n\t};\n};\n\nconst ToggleConverterContainer = connect(\n\tmapStateToProps,\n\tmapDispatchToProps,\n)(ToggleConverter);\n\nexport { ToggleConverterContainer };\n","import styled from 'styled-components';\nimport { boxNoHeight } from '../../../LegacyApp/client/modules/style/defaults';\n\nexport const StyledKeyboardButtonWrapper = styled.span`\n\t${boxNoHeight};\n\talign-items: center;\n\tdisplay: flex;\n\theight: 30px;\n\tjustify-content: center;\n\tmargin-right: 15px;\n\twidth: 60px;\n`;\n\nexport const StyledKeyboardButton = styled.span`\n\tbackground-color: #181818;\n\tborder-radius: 3px;\n\tpadding: 7px 10px;\n`;\n","import React from 'react';\nimport classNames from 'classnames';\nimport { faKeyboard } from '@fortawesome/free-solid-svg-icons';\nimport { config } from '../../../LegacyApp/client/config';\nimport { List } from '../../../LegacyApp/client/components/list';\nimport { trans } from '../../../LegacyApp/client/modules/translation/translate';\nimport { AwesomeIcon } from '../icons/AwesomeIcon';\nimport { OPTIONS } from '../../../LegacyApp/client/store/options/options.constants';\nimport { useGameActiveGame } from '../../../modules/games/Game/store/game/game.selectors';\nimport { useDiceRollRuleSelector } from '../../../modules/games/Game/store/dice/selectors/useDiceRollRuleSelector';\nimport { game_config } from '../../../LegacyApp/client/game_config';\nimport { ToggleOption } from './toggleOption/ToggleOption';\nimport {\n\tStyledKeyboardButton,\n\tStyledKeyboardButtonWrapper,\n} from './KeyboardButton.styled';\n\nconst TooltipContent = () => {\n\tconst game = useGameActiveGame();\n\tconst rule = useDiceRollRuleSelector();\n\n\tconst gameHotKeys = game_config[game]\n\t\t? game_config[game].hotkeys.filter((el) => {\n\t\t\t\tif (el.rule?.length && rule) {\n\t\t\t\t\treturn el.rule.some((rule_) => rule_ === rule);\n\t\t\t\t}\n\t\t\t\treturn true;\n\t\t  })\n\t\t: false;\n\n\treturn (\n\t\t<div className={'box-no-height align-left'}>\n\t\t\t<h3>{trans({ label: 'Hotkeys' })}</h3>\n\t\t\t<List\n\t\t\t\tlistStyle={false}\n\t\t\t\tarray={[...(gameHotKeys || []), ...config.defaultHotKeys].map((el) => (\n\t\t\t\t\t<div key={el.keyCode} className=\"flex-vertical-center align-left\">\n\t\t\t\t\t\t<StyledKeyboardButtonWrapper>\n\t\t\t\t\t\t\t<StyledKeyboardButton>\n\t\t\t\t\t\t\t\t{el.symbol ? el.symbol : <AwesomeIcon icon={el.icon} />}\n\t\t\t\t\t\t\t</StyledKeyboardButton>\n\t\t\t\t\t\t</StyledKeyboardButtonWrapper>{' '}\n\t\t\t\t\t\t{trans({ label: el.name })}\n\t\t\t\t\t</div>\n\t\t\t\t))}\n\t\t\t/>\n\t\t</div>\n\t);\n};\n\nconst tooltip = () => <TooltipContent />;\n\nexport const ToggleHotkeys = () => {\n\treturn (\n\t\t<ToggleOption\n\t\t\tid={OPTIONS.HOTKEYS}\n\t\t\ttooltip={tooltip}\n\t\t\ticon={<AwesomeIcon icon={faKeyboard} />}\n\t\t\tclassName={classNames('text-uppercase')}\n\t\t/>\n\t);\n};\n","import {\n\tfaClipboardList,\n\tfaVolumeMute,\n\tfaVolumeUp,\n} from '@fortawesome/free-solid-svg-icons';\nimport classnames from 'classnames';\nimport React, { Fragment } from 'react';\n\nimport { trans } from '@legacyApp/client/modules/translation/translate';\nimport { checkMobileDevice } from '@legacyApp/client/modules/app/appService';\nimport { OPTIONS } from '@legacyApp/client/store/options/options.constants';\nimport { getGamesList } from '@modules/games/Game/methods/getGamesList';\nimport { GameType } from '@modules/games/Game/constants/availableGames';\nimport animationIcon from '@public/img/icons/animation.svg';\n\nimport { Image } from '@common/components/default/Image/Image';\nimport { AwesomeIcon } from '@common/components/icons/AwesomeIcon';\nimport { ToggleConverterContainer } from '@common/components/options/toggleConverter/index';\nimport { ToggleHotkeys } from '@common/components/options/toggleHotkeys';\nimport { ToggleOption } from '@common/components/options/toggleOption/ToggleOption';\n\nexport const GAME_SETTINGS_OPTIONS = [\n\t// TODO: NEW GAME FLAG\n\t{\n\t\tcomponent: <ToggleConverterContainer />,\n\t},\n\t{\n\t\tcomponent: (\n\t\t\t<ToggleOption\n\t\t\t\tid={OPTIONS.ANIMATION}\n\t\t\t\ttooltip={() => trans({ label: 'Animations' })}\n\t\t\t\ticon={<Image src={animationIcon} alt=\"animation\" />}\n\t\t\t/>\n\t\t),\n\t},\n\t{\n\t\tcomponent: (\n\t\t\t<ToggleOption\n\t\t\t\tid={OPTIONS.AUTOBET_SUMMARY}\n\t\t\t\ttooltip={() => trans({ label: 'Autobet summary' })}\n\t\t\t\ticon={<AwesomeIcon icon={faClipboardList} />}\n\t\t\t/>\n\t\t),\n\t\tgame: [GameType.DICE, GameType.LIMBO, GameType.PLINKO, GameType.KENO],\n\t},\n\t{\n\t\tcomponent: <ToggleHotkeys />,\n\t\tgame: getGamesList(),\n\t\tdisabled: checkMobileDevice as (args) => Boolean,\n\t},\n\t{\n\t\tcomponent: (\n\t\t\t<ToggleOption\n\t\t\t\tid={OPTIONS.SOUND}\n\t\t\t\tnoClasses={true}\n\t\t\t\ticon={(enabled) => (\n\t\t\t\t\t<AwesomeIcon\n\t\t\t\t\t\ticon={enabled ? faVolumeUp : faVolumeMute}\n\t\t\t\t\t\tclassName={classnames('toggle-sound')}\n\t\t\t\t\t/>\n\t\t\t\t)}\n\t\t\t/>\n\t\t),\n\t},\n\t{\n\t\tcomponent: (\n\t\t\t<ToggleOption\n\t\t\t\tid={OPTIONS.MAX_BET}\n\t\t\t\tclassName=\"text-uppercase\"\n\t\t\t\ticon={trans({\n\t\t\t\t\tlabel: 'max <1/> bet',\n\t\t\t\t\tcomponents: (\n\t\t\t\t\t\t<Fragment>\n\t\t\t\t\t\t\tmax <br /> bet\n\t\t\t\t\t\t</Fragment>\n\t\t\t\t\t),\n\t\t\t\t})}\n\t\t\t/>\n\t\t),\n\t\tgame: getGamesList(),\n\t},\n];\n","export default \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ5bW0iIGhlaWdodD0iOC45bW0iIHZpZXdCb3g9IjAgMCAyNC4wNyAyNS4yNCI+Cgk8ZGVmcz4KCQk8c3R5bGU+CgkJCS5jbHMtMSB7CgkJCW9wYWNpdHk6IDAuOTI7CgkJCX0KCgkJCS5jbHMtMiB7CgkJCWZpbGw6ICNmMmYyZjU7CgkJCX0KCQk8L3N0eWxlPgoJPC9kZWZzPgoJPHRpdGxlPkZpeGVkPC90aXRsZT4KCTxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgoJCTxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPGcgY2xhc3M9ImNscy0xIj4KCQkJCQkJPGc+CgkJCQkJCQk8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yLDcuNDhBMS42MywxLjYzLDAsMSwxLDMuNjQsNS44NiwxLjYzLDEuNjMsMCwwLDEsMiw3LjQ4WiIvPgoJCQkJCQkJPGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSI0LjU0IiBjeT0iMy4xOSIgcj0iMS4zNiIvPgoJCQkJCQkJPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy43NywyLjUzQTEuMDksMS4wOSwwLDEsMSw4Ljg2LDEuNDQsMS4wOSwxLjA5LDAsMCwxLDcuNzcsMi41M1oiLz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLjQsMS42M2EuODIuODIsMCwwLDEtLjgxLS44Mi44MS44MSwwLDEsMSwxLjYyLDBBLjgyLjgyLDAsMCwxLDExLjQsMS42M1oiLz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1LDEuODlhLjU0LjU0LDAsMSwxLC41NC0uNTRBLjU0LjU0LDAsMCwxLDE1LDEuODlaIi8+CgkJCQkJCQk8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xOC4zMiwzLjI3QS4yNy4yNywwLDEsMSwxOC41OSwzLC4yNy4yNywwLDAsMSwxOC4zMiwzLjI3WiIvPgoJCQkJCQkJPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAuOTIsNS42WiIvPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJCTxnIGNsYXNzPSJjbHMtMSI+CgkJCQkJCTxnPgoJCQkJCQkJPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTEuMTgsMjUuMjRhMS42MywxLjYzLDAsMSwxLDEuNjItMS42M0ExLjYzLDEuNjMsMCwwLDEsMTEuMTgsMjUuMjRaIi8+CgkJCQkJCQk8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjcuNTgiIGN5PSIyMi44NCIgcj0iMS4zNiIvPgoJCQkJCQkJPGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSI0LjQxIiBjeT0iMjAuOTciIHI9IjEuMDgiLz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIKCQkJCQkJCQkJCWQ9Ik0yLDE5YS44Mi44MiwwLDAsMS0uODEtLjgyQS44MS44MSwwLDAsMSwyLDE3LjM5YS44Mi44MiwwLDAsMSwuODIuODFBLjgyLjgyLDAsMCwxLDIsMTlaIi8+CgkJCQkJCQk8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0uNTYsMTUuMzZhLjU1LjU1LDAsMCwxLDAtMS4wOS41NS41NSwwLDAsMSwwLDEuMDlaIi8+CgkJCQkJCQk8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0uMjcsMTEuNDJhLjI3LjI3LDAsMSwxLC4yNy0uMjdBLjI3LjI3LDAsMCwxLC4yNywxMS40MloiLz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEuMTQsNy41OFoiLz4KCQkJCQkJPC9nPgoJCQkJCTwvZz4KCQkJCQk8ZyBjbGFzcz0iY2xzLTEiPgoJCQkJCQk8Zz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIxLjUsOC4yYTEuNjMsMS42MywwLDEsMSwxLjYzLTEuNjNBMS42MywxLjYzLDAsMCwxLDIxLjUsOC4yWiIvPgoJCQkJCQkJPGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSIyMi43MSIgY3k9IjEwLjA0IiByPSIxLjM2Ii8+CgkJCQkJCQk8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjIyLjc4IiBjeT0iMTMuNzIiIHI9IjEuMDgiLz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIxLjY4LDE4YS44MS44MSwwLDEsMSwuODEtLjgxQS44MS44MSwwLDAsMSwyMS42OCwxOFoiLz4KCQkJCQkJCTxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE5LjU0LDIwLjc2YS41NC41NCwwLDEsMSwwLTEuMDguNTQuNTQsMCwwLDEsMCwxLjA4WiIvPgoJCQkJCQkJPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTYuNTYsMjIuNjVhLjI3LjI3LDAsMSwxLC4yNy0uMjdBLjI3LjI3LDAsMCwxLDE2LjU2LDIyLjY1WiIvPgoJCQkJCQkJPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMuMDYsMjMuNVoiLz4KCQkJCQkJPC9nPgoJCQkJCTwvZz4KCQkJCTwvZz4KCQkJCTxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTEuNTYiIGN5PSIxMi4yNCIgcj0iMy40Ii8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPgo=\"","import React, { FC, useState } from 'react';\nimport { faCog } from '@fortawesome/free-solid-svg-icons';\nimport { Button } from '@legacyApp/client/components/button';\nimport { enhanceComponent } from '@legacyApp/client/wrappers/enhanceComponent';\nimport { AwesomeIcon } from '@common/components/icons/AwesomeIcon';\nimport { isFunction } from '@common/methods/isFunction';\nimport { useOrientationChangeEventListener } from '@common/hooks/useEventListener';\nimport { GAME_SETTINGS_OPTIONS } from '@modules/games/Game/components/Game.components/gameSettings/constants/GameSettingsOptions';\nimport { ClickOutsideWrapper } from '@legacyApp/client/components/clickOutSideWrapper';\n\ninterface GameSettingsProps {\n\tlist: boolean;\n\thorizontal: boolean;\n\tdeviceType: string;\n\tgame: any;\n\tdefaultButton: boolean;\n\tt: Function;\n\trule: string;\n\tclassName: string;\n\tdisabled?: boolean;\n}\n\nexport const GameSettings: FC<GameSettingsProps> = (props) => {\n\tconst [isOpen, setIsOpen] = useState(false);\n\n\tconst optionsPrepared = GAME_SETTINGS_OPTIONS.filter((el) => {\n\t\tif (!el.game) {\n\t\t\treturn true;\n\t\t}\n\t\treturn el.game.indexOf(props.game) > -1\n\t\t\t? !(isFunction(el.disabled) && el.disabled(props))\n\t\t\t: false;\n\t}).map((el, index) => (\n\t\t<div\n\t\t\tclassName={`game-settings--option items-center bg-color-dark-800 cursor-pointer flex float-left h-[42px] justify-center transition-[300ms] w-[42px] mb-[3px] rounded-[100%] hover:bg-color-dark-700 maxWidthTablet:h-[22px] maxWidthTablet:w-[22px] minWidthBigDesktop:h-[45px] minWidthBigDesktop:w-[45px] minWidthBigDesktop:mb-[5px] [&>div]:flex [&>div]:flex-1 [&>div]:justify-center [&>div]:h-[inherit] [&>div]:w-[inherit] [&_span]:flex [&_span]:flex-1 [&_span]:justify-center ${\n\t\t\t\tprops.list ? 'first-of-type:mt-0' : ''\n\t\t\t} ${props.list && props.horizontal ? 'mx-1.5 my-0 mt-[unset]' : ''} ${\n\t\t\t\t!props.defaultButton && props.list && props.horizontal\n\t\t\t\t\t? '!h-[45px] !w-[45px]'\n\t\t\t\t\t: ''\n\t\t\t} ${\n\t\t\t\tprops.defaultButton\n\t\t\t\t\t? `!bg-color-dark-700 !rounded !h-10 ${\n\t\t\t\t\t\t\tprops.horizontal ? '!w-[50px]' : '!w-full'\n\t\t\t\t\t  } ${\n\t\t\t\t\t\t\tprops.defaultButton && !props.horizontal\n\t\t\t\t\t\t\t\t? '!hover:bg-color-dark-600'\n\t\t\t\t\t\t\t\t: ''\n\t\t\t\t\t  }`\n\t\t\t\t\t: ''\n\t\t\t}`}\n\t\t\tkey={index}\n\t\t>\n\t\t\t{el.component}\n\t\t</div>\n\t));\n\n\tconst close = (): void => {\n\t\tif (props.list) {\n\t\t\treturn;\n\t\t}\n\n\t\tsetIsOpen(false);\n\t};\n\n\tconst toggle = (): void => {\n\t\tif (props.list || props.disabled) {\n\t\t\treturn;\n\t\t}\n\n\t\tsetIsOpen(!isOpen);\n\t};\n\n\tuseOrientationChangeEventListener(close);\n\n\treturn (\n\t\t<div\n\t\t\tclassName={`game-settings z-[2] cursor-pointer [&_span]:items-center [&_span]:flex [&_span]:justify-center [&_span]:p-0 [&_i]:items-center [&_i]:flex [&_i]:justify-center [&_i]:p-0 [&_svg]:items-center [&_svg]:flex [&_svg]:justify-center [&_svg]:p-0 [&_i]:text-base [&_i]:minWidthBigDesktop:text-lg [&_svg]:!w-4 [&_svg]:!h-4 [&_svg]:minWidthBigDesktop:!w-[18px] [&_svg]:minWidthBigDesktop:!h-[18px] [&_span]:text-[10px] [&_span.small-text]:text-[7px] ${\n\t\t\t\tprops.list\n\t\t\t\t\t? `flex flex-col !static w-[50px] pb-0 left-[unset] inset-y-[unset] ${\n\t\t\t\t\t\t\tprops.horizontal\n\t\t\t\t\t\t\t\t? '!flex-row h-[50px] !gap-[13px] justify-center !w-full !ml-2.5 !mr-0 !my-0 !p-0'\n\t\t\t\t\t\t\t\t: ''\n\t\t\t\t\t  }`\n\t\t\t\t\t: 'absolute left-[30px] maxWidthTablet:left-2.5 minWidthBigDesktop:left-[30px] -translate-y-2/4 top-[calc(50%_+_10px)] w-[45px] maxWidthTablet:!w-[25px] minWidthBigDesktop:w-[50px]'\n\t\t\t} ${props.disabled ? '[&_button]:cursor-not-allowed' : ''} ${\n\t\t\t\tprops.className\n\t\t\t}`}\n\t\t>\n\t\t\t{props.list ? (\n\t\t\t\toptionsPrepared\n\t\t\t) : (\n\t\t\t\t<ClickOutsideWrapper onClickOutside={close}>\n\t\t\t\t\t<Button\n\t\t\t\t\t\tname=\"game-settings\"\n\t\t\t\t\t\tnoClassName\n\t\t\t\t\t\tonClick={toggle}\n\t\t\t\t\t\tclassName=\"items-center bg-color-dark-700 flex justify-center z-[3] h-[45px] w-[45px] p-2.5 rounded-[100%] maxWidthTablet:!w-[25px] maxWidthTablet:!h-[25px] minWidthBigDesktop:!w-[50px] minWidthBigDesktop:!h-[50px]\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<AwesomeIcon icon={faCog} />\n\t\t\t\t\t</Button>\n\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName={`game-settings--menu items-center bg-color-dark-800 flex flex-col justify-start overflow-hidden w-full z-[2] rounded-[45px] bottom-full maxWidthTablet:rounded-[25px] minWidthBigDesktop:rounded-[50px] ${\n\t\t\t\t\t\t\tisOpen\n\t\t\t\t\t\t\t\t? 'absolute mb-[-45px] pt-[1.5px] pb-[45px] maxWidthTablet:h-[151.5px] maxWidthTablet:mb-[-25px] maxWidthTablet:pb-[25px] minWidthBigDesktop:mb-[-50px] minWidthBigDesktop:pt-[2.5px] minWidthBigDesktop:pb-[50px]'\n\t\t\t\t\t\t\t\t: 'h-0'\n\t\t\t\t\t\t}`}\n\t\t\t\t\t>\n\t\t\t\t\t\t{optionsPrepared}\n\t\t\t\t\t</div>\n\t\t\t\t</ClickOutsideWrapper>\n\t\t\t)}\n\t\t</div>\n\t);\n};\n\nexport default enhanceComponent({\n\tGameSettings,\n\tprops: {\n\t\tclickOutside: true,\n\t},\n});\n","import { connect } from 'react-redux';\nimport GameSettings from '@modules/games/Game/components/Game.components/gameSettings/GameSettings';\n\nconst mapStateToProps = (state, props) => {\n\treturn {\n\t\tdeviceType: state.app.deviceType,\n\t\tgame: props.game !== undefined ? props.game : state.game?.activeGame,\n\t\trule: state.dice?.rollDirection,\n\t};\n};\n\nconst GameSettingsContainer = connect(mapStateToProps, false)(GameSettings);\n\nexport { GameSettingsContainer };\n","import { FC, PropsWithChildren } from 'react';\nimport { useGameLoaded } from '../hooks/useGameLoaded';\n\nexport const GameLoaded: FC<PropsWithChildren<{ loaded: boolean }>> = ({\n\tloaded,\n\tchildren,\n}) => {\n\tuseGameLoaded(loaded);\n\treturn <>{children}</>;\n};\n","import { useContext } from 'react';\nimport { useOnMount } from '@common/hooks/useOnMount';\nimport { GameContext } from '../context/GameContext';\n\nexport const useGameLoaded = (initIsLoaded: boolean) => {\n\tconst gameContext = useContext(GameContext);\n\n\tuseOnMount(() => {\n\t\tgameContext.setLoaded(initIsLoaded);\n\t});\n\n\treturn gameContext;\n};\n","import { createContext } from 'react';\nimport { GameContextType } from '../types/GameContext.type';\n\nexport const GameContext = createContext<GameContextType>({\n\tloaded: true,\n\tsetLoaded: () => null,\n} as GameContextType);\n","import styled from 'styled-components';\n\nexport const KenoGameStyled = styled.div`\n\theight: 100%;\n\n\t.game {\n\t\t* {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n`;\n","export const EMPTY_PATH = '&';\n\nexport enum Mode {\n\tPIXI = 'PIXI',\n\tMATTER = 'MATTER',\n}\n","import { IRendererOptions } from 'matter-js';\nimport { Mode } from './constants';\n\nconst labels = {\n\tball: 'ball',\n\tfloor: 'floor',\n\tpin: 'pin',\n\twall: 'wall',\n} as const;\nexport const colors = {\n\tbackground: 'transparent',\n\tpin: '#ffffff',\n} as const;\nconst scale = 1;\nconst pins = {\n\tstartPins: 3,\n\tpinSize: 2 * scale,\n\tpinGap: 20 * scale,\n\tstartToPinsSpace: 50 * scale,\n};\nconst world = {\n\twidth: 450 * scale,\n\theight: 450 * scale,\n\telement: 450,\n};\nconst ball = {\n\tballSize: 4.5 * scale,\n\ty: 2,\n\tmaxX: world.width / 2 + pins.pinSize * (4 * scale) + pins.pinGap,\n\tminX: world.width / 2 - pins.pinSize * (4 * scale) - pins.pinGap,\n};\nconst engine = {\n\tengineGravity: 2,\n};\nconst renderer: {\n\tbounds: {\n\t\tmax: {\n\t\t\ty: number;\n\t\t\tx: number;\n\t\t};\n\t\tmin: {\n\t\t\ty: number;\n\t\t\tx: number;\n\t\t};\n\t};\n\toptions: IRendererOptions;\n} = {\n\tbounds: {\n\t\tmax: {\n\t\t\ty: world.height,\n\t\t\tx: world.width,\n\t\t},\n\t\tmin: {\n\t\t\ty: 0,\n\t\t\tx: 0,\n\t\t},\n\t},\n\toptions: {\n\t\tshowPositions: false,\n\t\tshowPerformance: false,\n\t\tpixelRatio: 1,\n\t\tbackground: colors.background,\n\t\thasBounds: true,\n\t\twidth: world.width,\n\t\theight: world.height,\n\t\twireframes: false,\n\t},\n};\n\nexport const config = {\n\tmode: Mode.PIXI,\n\tpins,\n\tball,\n\tengine,\n\tworld,\n\tcolors,\n\tscale,\n\trenderer,\n\tlabels,\n};\n","import styled, { css } from 'styled-components';\nimport { chatViewport } from '@legacyApp/client/modules/style/methods/chatViewport';\nimport { calcStyle } from '@legacyApp/client/modules/style/methods/calcStyle';\nimport { LinesSwitchStyled } from '@modules/games/PlinkoGame/components/LinesSwitch/LinesSwitch';\nimport { RiskSwitchStyled } from '@modules/games/PlinkoGame/components/playground/components/RiskSwitch/RiskSwitch';\nimport { config } from '@modules/games/PlinkoGame/components/playground/config';\nimport { plinkoResponsiveMixin } from '@modules/games/PlinkoGame/styles/plinkoResponsiveMixin';\nimport { CSSClassNameLastBetsWrapper } from '@legacyApp/client/components/lastBets/LastBets';\n\nexport const PlinkoGameStyled = styled.div`\n\talign-items: center;\n\tdisplay: flex;\n\tflex-direction: column;\n\theight: 100%;\n\tjustify-content: start;\n\tposition: relative;\n\twidth: 100%;\n\n\t${plinkoResponsiveMixin(css`\n\t\t${LinesSwitchStyled},\n\t\t${RiskSwitchStyled} {\n\t\t\tdisplay: none;\n\t\t}\n\t`)};\n\n\t.${CSSClassNameLastBetsWrapper} {\n\t\tz-index: 2;\n\t}\n\n\t@media (max-width: ${(props) => props.theme.media.maxWidthTablet}) {\n\t\tjustify-content: flex-end;\n\n\t\t.${CSSClassNameLastBetsWrapper} {\n\t\t\ttop: 50px;\n\t\t}\n\t}\n\n\t@media (min-width: ${(props) => props.theme.media.minWidthDesktop}) {\n\t\t.${CSSClassNameLastBetsWrapper} {\n\t\t\tmargin-right: 0;\n\t\t\tmargin-bottom: -12px;\n\t\t\tmargin-left: calc((100% - ${config.world.element}px) / 2);\n\t\t\tmargin-top: 0;\n\t\t\tmax-width: ${config.world.element}px;\n\t\t\tposition: relative;\n\t\t}\n\t}\n`;\n\nexport const PlinkoAutobetSessionSwitchStyled = styled.div`\n\tmargin-right: calc((100% - 450px) / 2);\n\tmargin-top: 0;\n\tmax-width: 450px;\n\tposition: absolute;\n\twidth: 100%;\n\tz-index: 2;\n\n\t${chatViewport(\n\t\t(viewportPadding) => css`\n\t\t\t@media (max-width: ${(props) =>\n\t\t\t\t\tcalcStyle({\n\t\t\t\t\t\ta: props.theme.media.maxWidthTablet,\n\t\t\t\t\t\tb: viewportPadding,\n\t\t\t\t\t})}) {\n\t\t\t\tposition: fixed;\n\t\t\t\ttop: 50px;\n\t\t\t\tz-index: 3;\n\t\t\t}\n\t\t`,\n\t)}\n`;\n","import { css } from 'styled-components';\n\nimport { calcStyle } from '@legacyApp/client/modules/style/methods/calcStyle';\nimport { chatViewport } from '@legacyApp/client/modules/style/methods/chatViewport';\n\nexport const plinkoResponsiveMixin = (mobile: any, desktop?: any) => css`\n\t${chatViewport((viewportPadding) => {\n\treturn css`\n\t\t\t@media (max-width: ${(props) =>\n\t\t\tcalcStyle({\n\t\t\t\ta: props.theme.media.maxWidthTablet,\n\t\t\t\tb: viewportPadding,\n\t\t\t})}) {\n\t\t\t\t${mobile || ''};\n\t\t\t}\n\n\t\t\t@media (min-width: ${(props) =>\n\t\t\tcalcStyle({\n\t\t\t\ta: props.theme.media.minWidthDesktop,\n\t\t\t\tb: viewportPadding,\n\t\t\t})}) {\n\t\t\t\t${desktop};\n\t\t\t}\n\t\t`;\n})};\n`;\n","import { FC } from 'react';\nimport { SlotsBreadcrumbs } from '@modules/slots/components/SlotsBreadcrumbs';\nimport { SectionsTabNav } from '@common/components/home/SectionsTabNav/SectionsTabNav';\nimport { Inhouse } from '@common/components/home/SectionsTabNav/Inhouse';\nimport { Trans } from '@legacyApp/client/modules/translation/translate';\n\nexport const CasinoLayout: FC = () => {\n\treturn (\n\t\t<div\n\t\t\tclassName={`flex flex-col [&>div:first-child]:mt-[10px] [&>div:first-child>div:nth-child(2)]:-mb-10 [&>div:last-child]:mt-4`}\n\t\t>\n\t\t\t<SectionsTabNav activeTabId={'casino'} />\n\n\t\t\t<SlotsBreadcrumbs title={<Trans label=\"In house\" />} />\n\n\t\t\t<Inhouse noName />\n\t\t</div>\n\t);\n};\n","import { pageEnhancer } from '@common/hoc/pageEnhancer';\nimport { handleGetStaticProps } from '@legacyApp/methods/router/handleGetStaticProps';\nimport { DEFAULT_NAMESPACE } from '@legacyApp/client/modules/translation/translate.constants';\nimport { CasinoLayout } from '@modules/casino/layouts/Casino.layout';\nimport { MainLayout } from '@legacyApp/client/components/mainLayout';\nimport { CASINO_PAGE_ID } from '@modules/casino/constants/casino.page.config';\nimport { getPageData } from '@modules/cmsHandler/methods/getPageData';\nimport routingService from '@legacyApp/client/modules/app/routingService';\nimport { GameJsonLd } from '@common/components/seo/GameJsonLd';\nimport { ROUTING_ID } from '@common/constants/routing/ids.routing.constants';\nimport { GameType } from '@modules/games/Game/constants/availableGames';\nimport { capitalize } from '@legacyApp/client/modules/app/appService';\nimport { getBreadcrumbs, getBreadcrumb } from '@common/methods/getBreadcrumbs';\n\nconst PAGE_ID = CASINO_PAGE_ID.INDEX;\nconst NO_INDEX = false;\n\nexport const getBreadcrumbsCasino = (locale: string) =>\n\tgetBreadcrumbs(locale, [\n\t\t{\n\t\t\tname: { label: 'In house' },\n\t\t\tpathname: `/${routingService.getUri(ROUTING_ID.CASINO)}`,\n\t\t},\n\t]);\n\nexport const getBreadcrumbsCasinoGame = (locale: string, GameType: GameType) =>\n\tgetBreadcrumb({\n\t\tlocale,\n\t\tposition: 3,\n\t\tname: capitalize(GameType),\n\t\tpathname: `/${routingService.getUri(ROUTING_ID.CASINO)}/${GameType}`,\n\t});\n\nexport async function getStaticProps(props) {\n\tconst { page_content } = await getPageData(PAGE_ID, props.locale);\n\n\treturn await handleGetStaticProps(\n\t\t{\n\t\t\tlocale: props.locale,\n\t\t\tparams: {\n\t\t\t\t...props.params,\n\t\t\t\tpage_content,\n\t\t\t},\n\t\t},\n\t\t[DEFAULT_NAMESPACE],\n\t);\n}\n\nconst CasinoPage = () => (\n\t<MainLayout v2>\n\t\t<CasinoLayout />\n\t</MainLayout>\n);\n\nexport default pageEnhancer(CasinoPage, {\n\tid: PAGE_ID,\n\tseoProps: {\n\t\tnoindex: NO_INDEX,\n\t\tnofollow: NO_INDEX,\n\t},\n\tstructuredData: (locale) => (\n\t\t<GameJsonLd\n\t\t\tname=\"In house\"\n\t\t\titemListElements={getBreadcrumbsCasino(locale)}\n\t\t/>\n\t),\n});\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"lastBetsWrapper\":\"LastBets_lastBetsWrapper__HZ4qM\",\"lastBets\":\"LastBets_lastBets__wW9_s\",\"lastBet\":\"LastBets_lastBet__PK4MR\",\"lastBet--positive\":\"LastBets_lastBet--positive__o9On4\",\"lastBet--animate\":\"LastBets_lastBet--animate__lfAnP\",\"LastBet\":\"LastBets_LastBet__I2m3L\",\"LastBetGlow\":\"LastBets_LastBetGlow__yP_Q_\"};"],"names":["BlockedCountries","Poland","Curacao","Syria","Iran","NorthKorea","Cuba","Venezuela","Yemen","Iraq","Sudan","Myanmar","accessConfig","blockRegister","blockPage","Object","keys","map","el","enableCloudflareRules","module","exports","LastBets_","props","timeoutRef","useRef","boxRef","game","parse","delay","noAnimation","lastBets","useTransactionsPerGame","TABLE_ID","isMobile","useAppMobile","animation","useOptionEnabled","OPTIONS","useState","limit_","setLimit_","list_","setList_","getLimit","useCallback","box","elementWidth","margin","limit","roundNumber","current","clientWidth","parse_","value","isFunction","result_value","getList","list","length","filter","index","setList","clearTimeout","setTimeout","setLimit","useOnUnmount","useEffect","newList","transactionService","ref","className","styles","classnames","CSSClassNameLastBet","state","hash","LastBets","active","useTransactionsPerGameActive","CSSClassNameLastBetsWrapper","ListElementLoader","width","height","viewBox","uniqueKey","id","config","cx","cy","r","x","y","rx","ry","List","listStyle","undefined","this","setState","style","array","LoaderListWrapper","loaded","isLoaded","preloadElement","elClassName","noDataElement","preloadLength","listElementCallback","isBox","React","enhanceComponent","isPackageActive","type","packageData","registry","packages","packageDataModules","activePackageSelector","param","createSelector","a","useNoSleep","element","noSleep","useMemo","NoSleep","toggle","enabled","enable","addEventListener","removeEventListener","disable","triggerGameLoadedEvent","emitCustomEvent","EVENTS","GameLoaderStyle","styled","isInfo","css","GameLoader","data","errorIndex","findIndex","key","error","timedOutIndex","timedOut","capitalize","simpleTrans","handleData","prevProps","gamesActive","trans","label","getLoading","retry","name","onClick","styleType","ButtonStyleType","size","Size","GameLoaderContainer","compose","connect","activeGame","loader","groupsData","PackageType","GameDiceGlobalStyles","createGlobalStyle","$isSingleBetValue","CSSClassNameGameStatsWrapper","theme","media","maxWidthVerySmall","BetAmountInputWrapper","GameHiloGlobalStyles","chatViewport","padding","calcStyle","media_v2","max_tablet_medium","b","max_mobile_medium","borderRadius","viewportPadding","minWidthDesktop","minWidthBigDesktop","layout","card","mode","minWidthTablet","heightToWidthScale","suffix","maxWidthTablet","GameLimboGlobalStyles","DiceGlobalStyled","rule","useDiceRollRuleSelector","isSingleBetValue","useStateEffect","checkIsSingleValue","ActiveGameGlobalStyles","useGameActiveGame","GameType","GameWrapperStyled","autobet","isPro","transition","boxNoHeight","clearfix","StyledGameSliderResultBox","PlinkoGameStyled","KenoGameStyled","isFlash","rgba","isLoading","GameWrapperOrientationBox","GameWrapperBox","autobetActive","children","buttonRef","GameGlobalStyles","colors","secondText","fontSize","important","text","parseImageSrc","GameStyledPerGame","AVAILABLE_OFFER","join","GamePageGlobalStyles","min_desktop_small","StyledMainDashboardV2","StyledContentWrapper","bottomMenuHeight","FooterStyle","StyledTextWrapper","maxWidthMobile","GameWrapper","loading","loading_","isOnlyGameContainer","getGamesList","gameContainers","getGameContainers","some","indexOf","setLoading","prevState","GameContext","G","setLoaded","activeState","GameWrapperContainer","app","mobile","gameAutobet","groups","disableTransactions","title","seoProps","pageParams","Seo","GamesStoreController","v2","lockView","parseUrlJsonLd","uri","SAME_AS","socialConfig","AnyJsonLd","keyOverride","url","jslonld","mainEntityOfPage","dangerouslySetInnerHTML","__html","jsonToString","mapBreadcrumbToJsonLd","item","checkIsTransProps","options","namespace","BreadcrumbDomainJsonLd","itemListElements","GameJsonLd","toLowerCase","applicationCategory","operatingSystem","browserRequirements","countriesNotSupported","potentialAction","publisher","brand","logo","sameAs","getBreadcrumb","locale","position","pathname","getPathLocalized","getBreadcrumbs","GameStats","dynamic","ssr","ToggleConverter","content","disabled","AwesomeIcon","icon","faDollarSign","ToggleConverterContainer","converter","currency","dispatch","converterSwitchCurrency","StyledKeyboardButtonWrapper","StyledKeyboardButton","TooltipContent","gameHotKeys","game_config","hotkeys","rule_","symbol","keyCode","tooltip","ToggleHotkeys","ToggleOption","faKeyboard","classNames","GAME_SETTINGS_OPTIONS","component","Image","src","alt","faClipboardList","checkMobileDevice","noClasses","faVolumeUp","faVolumeMute","components","Fragment","GameSettings","isOpen","setIsOpen","optionsPrepared","horizontal","defaultButton","close","useOrientationChangeEventListener","onClickOutside","noClassName","faCog","clickOutside","GameSettingsContainer","deviceType","dice","rollDirection","GameLoaded","initIsLoaded","gameContext","useContext","useOnMount","useGameLoaded","createContext","Mode","background","pin","pins","startPins","pinSize","pinGap","startToPinsSpace","world","ball","ballSize","maxX","minX","renderer","bounds","max","min","showPositions","showPerformance","pixelRatio","hasBounds","wireframes","engine","engineGravity","scale","labels","floor","wall","plinkoResponsiveMixin","LinesSwitchStyled","RiskSwitchStyled","desktop","CasinoLayout","SectionsTabNav","activeTabId","SlotsBreadcrumbs","Inhouse","noName","PAGE_ID","CASINO_PAGE_ID","getBreadcrumbsCasino","routingService","ROUTING_ID","getBreadcrumbsCasinoGame","pageEnhancer","noindex","nofollow","structuredData"],"mappings":"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","debug_id":"f95af57c-ac38-543c-97f4-56f23334b9ae"}