{"version":3,"file":"static/js/3119.6a39a088.chunk.js","mappings":"sJAEaA,E,SAAsBC,GAAAA,IAAU,wZAKvC,YAAO,SAALC,MAAiBC,KAAKC,QAAQC,OAAO,IAIhB,SAAAC,GAAK,OAAIA,EAAMJ,MAAMK,OAAOC,cAAc,IAE1D,YAAO,SAALN,MAAiBO,WAAWC,SAAS,G,yECXvCC,E,SAAgCV,GAAAA,IAAU,2JAI/B,SAAAK,GAAK,OAAIA,EAAMJ,MAAMK,OAAOK,eAAe,IACtD,SAAAN,GAAK,OAAIA,EAAMJ,MAAMK,OAAOM,IAAI,G,yECLhCC,E,SAAgCb,GAAAA,IAAU,0JAI1C,YAAO,SAALC,MAAiBO,WAAWC,SAAS,G,wECJvCK,E,SAAiCd,GAAAA,IAAU,6KAMhC,SAAAK,GAAK,OAAIA,EAAMJ,MAAMK,OAAOS,MAAM,G,yECN7CC,E,SAAgChB,GAAAA,IAAU,uJAEjD,YAAO,SAALC,MAAiBC,KAAKC,QAAQC,OAAO,IAChC,SAAAC,GAAK,OAAIA,EAAMJ,MAAMK,OAAOM,IAAI,G,+FCFhCK,EAA6BjB,EAAAA,GAAAA,IAAU,+MAIvB,SAAAK,GAAK,OAAIA,EAAMJ,MAAMiB,OAAOC,QAAQC,UAAU,GACpEC,EAAAA,EAAAA,IAAAA,OAAAA,OAAAA,Q,+FCLMC,EAAuBtB,EAAAA,GAAAA,IAAU,+GACxCuB,EAAAA,GACAC,EAAAA,IAGO,YAAO,SAALvB,MAAiBK,OAAOM,IAAI,G,8FCL9Ba,EAA6BzB,EAAAA,GAAAA,IAAU,uJAC9CuB,EAAAA,GACAC,EAAAA,IAGY,YAAO,SAALvB,MAAiBK,OAAOoB,cAAc,G","sources":["app-react/components/clock-and-last-login-box/boxes/last-login.default.box.ts","app-react/components/filters/advanced-filtering/boxes/filter/advanced-games-filter.default.box.ts","app-react/components/free-play/boxes/vouchers-swiper/vouchers-swiper-title.default.box.ts","app-react/components/header/welcome-buttons/authorized-user/boxes/free-play-dot-indicator/free-play-dot-indicator.default.box.ts","app-react/components/lobby-game-info-preview/common/game-info-container/about/boxes/game-description-text/game-description-text.default.box.ts","app-react/components/lobby-game-info-preview/intermediate-page/boxes/intermediate-page/intermediate-page.default.box.ts","app-react/components/main-nav/boxes/mobile/back/mobile-back.default.box.ts","app-react/components/main-nav/boxes/mobile/mobile-menu-header.default.box.ts"],"sourcesContent":["import styled from \"styled-components\";\r\n\r\nexport const LastLoginDefaultBox = styled.div`\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: column;\r\n font-size: 1.1rem;\r\n ${({theme}) => theme.font.presets.regular};\r\n line-height: 1.2;\r\n margin: 0 0 0 1.2rem;\r\n padding: 0 0 0 1.2rem;\r\n border-left: 1px solid ${props => props.theme.colors.textMiddleDark};\r\n\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n flex-direction: row;\r\n align-items: center;\r\n font-size: 1rem;\r\n padding-bottom: 0rem;\r\n line-height: 1;\r\n }\r\n\r\n`;\r\n","import styled from \"styled-components\";\r\n\r\nexport const AdvancedGamesFilterDefaultBox = styled.div`\r\n display: flex;\r\n flex-direction: column;\r\n width: 100%;\r\n background-color: ${props => props.theme.colors.backgroundLight};\r\n color: ${props => props.theme.colors.text};\r\n height: 100%;\r\n`","import styled from \"styled-components\";\r\n\r\nexport const VouchersSwiperTitleDefaultBox = styled.div`\r\n text-align: center;\r\n font-size: 1.3rem;\r\n padding: 5px 4px 10px 4px;\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n display: none;\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\n\r\nexport const FreePlayDotIndicatorDefaultBox = styled.div`\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n right: 20px;\r\n top: 10px;\r\n background-color: ${props => props.theme.colors.danger};\r\n border-radius: 50%;\r\n`","import styled from 'styled-components';\r\n\r\nexport const GameDescriptionTextDefaultBox = styled.div`\r\n font-size: 1.4rem;\r\n ${({theme}) => theme.font.presets.regular};\r\n color: ${props => props.theme.colors.text};\r\n font-weight: 300;\r\n line-height: normal;\r\n padding: 0 1rem 2rem;\r\n`;","import styled from 'styled-components';\r\nimport { CssRule } from '../../../../../themes/architecture/css-helpers/css-rule';\r\n\r\nexport const IntermediatePageDefaultBox = styled.div`\r\n position: relative;\r\n width: 100%;\r\n height: 100%;\r\n background-image: url(${props => props.theme.images.texture.toString()}); \r\n ${CssRule.For.mobile.tablet.build()} & {\r\n max-width: 54rem;\r\n height: auto;\r\n }\r\n \r\n`;\r\n\r\n","import styled from \"styled-components\";\r\nimport { flexCenterAlignItemsMixin, flexRowContainerMixin } from \"../../../../../themes/architecture/css-helpers/flex\";\r\n\r\nexport const MobileBackDefaultBox = styled.div`\r\n ${flexRowContainerMixin}\r\n ${flexCenterAlignItemsMixin}\r\n padding: 5px 5px 5px 0;\r\n font-size: 1.4rem;\r\n color: ${({theme}) => theme.colors.text};\r\n`;\r\n","import styled from \"styled-components\";\r\nimport { flexCenterAlignItemsMixin, flexRowContainerMixin } from \"../../../../themes/architecture/css-helpers/flex\";\r\n\r\nexport const MobileMenuHeaderDefaultBox = styled.div`\r\n ${flexRowContainerMixin}\r\n ${flexCenterAlignItemsMixin}\r\n padding: 0.5rem 1.5rem;\r\n padding-top: calc(env(safe-area-inset-top) + 0.5rem);\r\n background: ${({theme}) => theme.colors.backgroundDark};\r\n`;\r\n"],"names":["LastLoginDefaultBox","styled","theme","font","presets","regular","props","colors","textMiddleDark","mediaQuery","lAndBelow","AdvancedGamesFilterDefaultBox","backgroundLight","text","VouchersSwiperTitleDefaultBox","FreePlayDotIndicatorDefaultBox","danger","GameDescriptionTextDefaultBox","IntermediatePageDefaultBox","images","texture","toString","CssRule","MobileBackDefaultBox","flexRowContainerMixin","flexCenterAlignItemsMixin","MobileMenuHeaderDefaultBox","backgroundDark"],"sourceRoot":""}