{"version":3,"file":"static/js/720.6f64208a.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,2G,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\";\n\nexport interface LiveCasinoGridItemInfoItemDefaultBoxProps {\n isLiveStreamOverlay?: boolean;\n}\n\nexport const LiveCasinoGridItemInfoItemDefaultBox = styled.div`\n display: flex;\n align-items: center;\n margin: ${props => props.isLiveStreamOverlay ? '0 0.75em 0 0.75em' : '0 1em 0 0'};\n color: ${props => props.theme.colors.textLight};\n letter-spacing: 0.1rem;\n font-size: 1em;\n height: 24px;\n`;","import styled from \"styled-components\";\n\nexport const LiveCasinoGridItemTitleDefaultBox = styled.div`\n padding: 0.5em 1em;\n font-size: 1.2em;\n color: ${props => props.theme.colors.textLight};\n background-color: ${props => props.theme.colors.backgroundDark};\n letter-spacing: 1px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n @media ${({theme}) => theme.mediaQuery.sAndBelow} {\n padding: 0.25em 0.5em;\n }\n`;","import styled from 'styled-components';\nimport {Color} from '../../../../../../../common/utils/color-util';\n\nexport const LiveCasinoNavbarDefaultBox = styled.div<{stickOffset: number;}>`\n background: ${props => props.theme.colors.background};\n border-bottom: 1px solid ${props => props.theme.colors.boxBorderDark};\n position: sticky;\n top: ${({stickOffset}) => (stickOffset - 1) + \"px\"};\n z-index: 100;\n\n padding-top: 1rem;\n padding-bottom: 1rem;\n\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n &.sticky-navbar {\n @supports (backdrop-filter: blur(6px)) {\n background-color: ${props => Color.fromHex(props.theme.colors.backgroundDark, 0.5).hexa()};\n backdrop-filter: blur(10px);\n }\n }\n`;\n","import styled from \"styled-components\";\n\nexport const GameJackpotValueDefaultBox = styled.div`\n width: 100%;\n white-space: nowrap;\n word-break: break-all;\n`","import styled from \"styled-components\";\n\nexport const MoreDetailsTextDefaultBox = styled.div`\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n background-color: ${props => props.theme.components.gamingHistory.colors.background};\n padding-right: 4px;\n \n align-self: stretch;\n color: ${props => props.theme.colors.textMiddleDark};\n @media ${({theme}) => theme.mediaQuery.mAndAbove} {\n flex-basis: 100%;\n }\n \n white-space: nowrap;\n`\n","import styled, { css } from 'styled-components';\nimport {JACKPOTS_ITEM} from '../../../../themes/css-global-classes';\n\ninterface SwiperGamesListBoxProp {\n isTouchDevice: boolean;\n}\n\nexport const SwiperGamesListDefaultBox = styled.div`\n position: relative;\n display: flex;\n justify-content: flex-start;\n transition: transform .5s ease-in-out;\n will-change: transform;\n width: 100%;\n height: 100%;\n margin-top: 10px;\n\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n overflow: -moz-scrollbars-none;\n &::-webkit-scrollbar {\n display: none;\n }\n\n ${({isTouchDevice}) => !isTouchDevice? css`\n overflow: visible;\n ` : css`\n overflow-x: scroll;\n overflow-y: hidden;\n `}\n\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\n margin-top: 5px;\n margin-bottom: 20px;\n\n .${JACKPOTS_ITEM} & {\n display: flex;\n flex-wrap: wrap;\n @media ${({theme}) => theme.mediaQuery.sAndBelow} {\n flex-direction: column;\n }\n\n @media ${({theme}) => theme.mediaQuery.mAndAbove} {\n flex-direction: row;\n }\n }\n }\n`;\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":""}