{"version":3,"file":"static/js/720.71521fab.chunk.js","mappings":"qJAMaA,E,SAAuCC,GAAAA,IAAU,gKAGlD,SAAAC,GAAK,OAAIA,EAAMC,oBAAsB,oBAAsB,WAAW,IACvE,SAAAD,GAAK,OAAIA,EAAME,MAAMC,OAAOC,SAAS,G,yECRnCC,E,SAAoCN,GAAAA,IAAU,iQAGhD,SAAAC,GAAK,OAAIA,EAAME,MAAMC,OAAOC,SAAS,IAC1B,SAAAJ,GAAK,OAAIA,EAAME,MAAMC,OAAOG,cAAc,IAMrD,YAAO,SAALJ,MAAiBK,WAAWC,SAAS,G,+FCTrCC,EAA6BV,EAAAA,GAAAA,IAAU,kcAClC,SAAAC,GAAK,OAAIA,EAAME,MAAMC,OAAOO,UAAU,IACzB,SAAAV,GAAK,OAAIA,EAAME,MAAMC,OAAOQ,aAAa,IAE7D,YAAa,SAAXC,YAAgC,EAAK,IAAI,IAMzC,YAAO,SAALV,MAAiBK,WAAWM,SAAS,IAMpB,SAAAb,GAAK,OAAIc,EAAAA,GAAAA,QAAcd,EAAME,MAAMC,OAAOG,eAAgB,IAAKS,MAAM,G,yECjBxFC,E,SAA6BjB,GAAAA,IAAU,uD,yECAvCkB,E,SAA4BlB,GAAAA,IAAU,8TAK3B,SAAAC,GAAK,OAAIA,EAAME,MAAMgB,WAAWC,cAAchB,OAAOO,UAAU,IAI1E,SAAAV,GAAK,OAAIA,EAAME,MAAMC,OAAOiB,cAAc,IAC1C,YAAO,SAALlB,MAAiBK,WAAWc,SAAS,G,kGCLvCC,EAA4BvB,EAAAA,GAAAA,IAAU,mwBAiB7C,YAAe,SAAbwB,eAEAC,EAAAA,EAAAA,IAAG,uFAFgCA,EAAAA,EAAAA,IAAG,uDAKzC,IAEQ,YAAO,SAALtB,MAAiBK,WAAWM,SAAS,GAIzCY,EAAAA,IAGU,YAAO,SAALvB,MAAiBK,WAAWC,SAAS,IAIvC,YAAO,SAALN,MAAiBK,WAAWc,SAAS,G","sources":["app-react/components/arena-host/new-live-casino-arena/live-casino-arena-grid/boxes/infobar/info-item/live-casino-grid-item-info-item.default.box.ts","app-react/components/arena-host/new-live-casino-arena/live-casino-arena-grid/boxes/title/live-casino-grid-item-title.default.box.ts","app-react/components/arena-host/new-live-casino-arena/live-casino-arena-navbar/boxes/live-casino-navbar/live-casino-navbar.default.box.ts","app-react/components/game-jackpot/boxes/value/game-jackpot-value.default.box.ts","app-react/components/gaming-history/record/content/boxes/end-section/more-details/more-details-text.default.box.ts","app-react/components/orbit-swiper/boxes/swiper-games-list/swiper-games-list.default.box.ts"],"sourcesContent":["import styled from \"styled-components\";\r\n\r\nexport interface LiveCasinoGridItemInfoItemDefaultBoxProps {\r\n isLiveStreamOverlay?: boolean;\r\n}\r\n\r\nexport const LiveCasinoGridItemInfoItemDefaultBox = styled.div`\r\n display: flex;\r\n align-items: center;\r\n margin: ${props => props.isLiveStreamOverlay ? '0 0.75em 0 0.75em' : '0 1em 0 0'};\r\n color: ${props => props.theme.colors.textLight};\r\n letter-spacing: 0.1rem;\r\n font-size: 1em;\r\n height: 24px;\r\n`;","import styled from \"styled-components\";\r\n\r\nexport const LiveCasinoGridItemTitleDefaultBox = styled.div`\r\n padding: 0.5em 1em;\r\n font-size: 1.2em;\r\n color: ${props => props.theme.colors.textLight};\r\n background-color: ${props => props.theme.colors.backgroundDark};\r\n letter-spacing: 1px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n\r\n @media ${({theme}) => theme.mediaQuery.sAndBelow} {\r\n padding: 0.25em 0.5em;\r\n }\r\n`;","import styled from 'styled-components';\r\nimport {Color} from '../../../../../../../common/utils/color-util';\r\n\r\nexport const LiveCasinoNavbarDefaultBox = styled.div<{stickOffset: number;}>`\r\n background: ${props => props.theme.colors.background};\r\n border-bottom: 1px solid ${props => props.theme.colors.boxBorderDark};\r\n position: sticky;\r\n top: ${({stickOffset}) => (stickOffset - 1) + \"px\"};\r\n z-index: 100;\r\n\r\n padding-top: 1rem;\r\n padding-bottom: 1rem;\r\n\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n padding-top: 0.5rem;\r\n padding-bottom: 0.5rem;\r\n }\r\n &.sticky-navbar {\r\n @supports (backdrop-filter: blur(6px)) {\r\n background-color: ${props => Color.fromHex(props.theme.colors.backgroundDark, 0.5).hexa()};\r\n backdrop-filter: blur(10px);\r\n }\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\n\r\nexport const GameJackpotValueDefaultBox = styled.div`\r\n word-break: break-all;\r\n`","import styled from \"styled-components\";\r\n\r\nexport const MoreDetailsTextDefaultBox = styled.div`\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: flex-start;\r\n background-color: ${props => props.theme.components.gamingHistory.colors.background};\r\n padding-right: 4px;\r\n \r\n align-self: stretch;\r\n color: ${props => props.theme.colors.textMiddleDark};\r\n @media ${({theme}) => theme.mediaQuery.mAndAbove} {\r\n flex-basis: 100%;\r\n }\r\n \r\n white-space: nowrap;\r\n`\r\n","import styled, { css } from 'styled-components';\r\nimport {JACKPOTS_ITEM} from '../../../../themes/css-global-classes';\r\n\r\ninterface SwiperGamesListBoxProp {\r\n isTouchDevice: boolean;\r\n}\r\n\r\nexport const SwiperGamesListDefaultBox = styled.div`\r\n position: relative;\r\n display: flex;\r\n justify-content: flex-start;\r\n transition: transform .5s ease-in-out;\r\n will-change: transform;\r\n width: 100%;\r\n height: 100%;\r\n margin-top: 10px;\r\n\r\n -webkit-overflow-scrolling: touch;\r\n -ms-overflow-style: -ms-autohiding-scrollbar;\r\n overflow: -moz-scrollbars-none;\r\n &::-webkit-scrollbar {\r\n display: none;\r\n }\r\n\r\n ${({isTouchDevice}) => !isTouchDevice? css`\r\n overflow: visible;\r\n ` : css`\r\n overflow-x: scroll;\r\n overflow-y: hidden;\r\n `}\r\n\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n margin-top: 5px;\r\n margin-bottom: 20px;\r\n\r\n .${JACKPOTS_ITEM} & {\r\n display: flex;\r\n flex-wrap: wrap;\r\n @media ${({theme}) => theme.mediaQuery.sAndBelow} {\r\n flex-direction: column;\r\n }\r\n\r\n @media ${({theme}) => theme.mediaQuery.mAndAbove} {\r\n flex-direction: row;\r\n }\r\n }\r\n }\r\n`;\r\n"],"names":["LiveCasinoGridItemInfoItemDefaultBox","styled","props","isLiveStreamOverlay","theme","colors","textLight","LiveCasinoGridItemTitleDefaultBox","backgroundDark","mediaQuery","sAndBelow","LiveCasinoNavbarDefaultBox","background","boxBorderDark","stickOffset","lAndBelow","Color","hexa","GameJackpotValueDefaultBox","MoreDetailsTextDefaultBox","components","gamingHistory","textMiddleDark","mAndAbove","SwiperGamesListDefaultBox","isTouchDevice","css","JACKPOTS_ITEM"],"sourceRoot":""}