{"version":3,"file":"static/js/6406.e4879e2c.chunk.js","mappings":"sJAEaA,E,SAA2BC,GAAAA,IAAU,wGAC5C,YAAO,SAALC,MAAiBC,KAAKC,QAAQC,IAAI,G,yECD7BC,E,SAAoBL,GAAAA,IAAU,uB,yECA9BM,E,SAA4BN,GAAAA,IAAU,kMAK7C,YAAO,SAALC,MAAiBC,KAAKC,QAAQC,IAAI,IAC7B,YAAO,SAALH,MAAiBM,OAAOC,cAAc,IACxC,YAAO,SAALP,MAAiBQ,WAAWC,SAAS,G,yECPvCC,E,SAAmCX,GAAAA,IAAU,6C,yECA7CY,E,SAAgCZ,GAAAA,IAAU,gQASxB,SAAAa,GAAK,OAAIA,EAAMZ,MAAMM,OAAOO,eAAe,G,8FCR7DC,EAAyBf,EAAAA,GAAAA,EAAQ,+pBAG5B,YAAO,SAALC,MAAiBM,OAAOS,QAAQ,IAC5B,YAAO,SAALf,MAAiBM,OAAOS,QAAQ,IAc7C,YAAO,SAALf,MAAiBM,OAAOU,SAAS,IAC1C,YAAO,SAALhB,MAAiBC,KAAKC,QAAQe,OAAO,IAI5B,YAAO,SAALjB,MAAiBM,OAAOU,SAAS,GAI5CE,EAAAA,IACgB,YAAO,SAALlB,MAAiBM,OAAOa,YAAY,IAC7C,SAAAP,GAAK,OAAIA,EAAMZ,MAAMM,OAAOa,YAAY,IAC/C,YAAO,SAALnB,MAAiBC,KAAKC,QAAQC,IAAI,G,+FC9BjCiB,EAA0BrB,EAAAA,GAAAA,IAAU,uEACpCsB,EAAAA,EAAAA,OACP,YAAO,SAALrB,MAAiBC,KAAKC,QAAQoB,MAAM,G,yECH/BC,E,SAA8BxB,GAAAA,KAAW,wEACzC,SAAAa,GAAK,OAAIA,EAAMZ,MAAMM,OAAOkB,SAAS,IAC5C,YAAO,SAALxB,MAAiBC,KAAKC,QAAQuB,SAAS,G,yECFlCC,E,SAA4B3B,GAAAA,OAAa,8LAOpC,SAAAa,GAAK,OAAIA,EAAMZ,MAAMM,OAAOqB,UAAU,G","sources":["app-react/components/clock/boxes/clock.component.default.box.tsx","app-react/components/cms-page/boxes/cms-page.default.box.tsx","app-react/components/game-item/boxes/game-item-jackpot.default.box.ts","app-react/components/gaming-history/record/content/boxes/middle-section/date/value/history-record-date-value.default.box.ts","app-react/components/gaming-history/record/header/boxes/history-record-header.default.box.ts","app-react/components/mini-orbit/arenas/new-live-casino-arena/boxes/filter-button/filter-button.default.box.ts","app-react/components/mini-orbit/balance/boxes/header-balance/header-balance.default.box.ts","app-react/components/mini-orbit/header/boxes/current-arena-title/current-arena-title.default.box.ts","app-react/components/mini-orbit/header/boxes/mini-orbit-header/mini-orbit-header.default.box.ts"],"sourcesContent":["import styled from \"styled-components\";\n\nexport const ClockComponentDefaultBox = styled.div`\n ${({theme}) => theme.font.presets.bold};\n font-size: 1.2rem;\n line-height: 1;\n text-align: center;\n`;","import styled from \"styled-components\";\n\nexport const CmsPageDefaultBox = styled.div`\n`;","import styled from \"styled-components\";\n\nexport const GameItemJackpotDefaultBox = styled.div`\n min-width: 15rem;\n max-width: 18rem;\n margin: 5px 0;\n font-size: 1.5rem;\n ${({theme}) => theme.font.presets.bold};\n color: ${({theme}) => theme.colors.brandSecondary};\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\n font-size: 1.3rem;\n }\n`;","import styled from \"styled-components\";\n\nexport const HistoryRecordDateValueDefaultBox = styled.div`\n margin-left: 10px;\n`;","import styled from \"styled-components\";\n\nexport const HistoryRecordHeaderDefaultBox = styled.div`\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-left: 10px;\n margin-right: 10px;\n padding-top: 4px;\n padding-bottom: 4px;\n font-weight: 700;\n border-bottom: solid 1px ${props => props.theme.colors.backgroundLight}; \n`;","import styled from 'styled-components';\nimport {ACTIVE} from \"../../../../../../themes/css-global-classes\";\n\nexport const FilterButtonDefaultBox = styled.a`\n width: 125px;\n height: 32px;\n background: ${({theme}) => theme.colors.textDark};\n border: 2px solid ${({theme}) => theme.colors.textDark};\n opacity: 1;\n margin: 2px;\n padding: 15px;\n align-items: center;\n display: flex;\n justify-content: center;\n box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);\n\n white-space: normal;\n text-align: center;\n font-size: 11px;\n letter-spacing: -0.03em;\n line-height: normal;\n color: ${({theme}) => theme.colors.textHover};\n ${({theme}) => theme.font.presets.regular};\n opacity: 1;\n\n &:hover, &:active, &:focus {\n color: ${({theme}) => theme.colors.textHover};\n box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);\n }\n\n &.${ACTIVE} {\n border-color: ${({theme}) => theme.colors.brandPrimary};\n color: ${props => props.theme.colors.brandPrimary};\n ${({theme}) => theme.font.presets.bold};\n }\n`;","import styled from \"styled-components\";\nimport { baseColors } from \"../../../../../themes/definitions/casino888/base-colors\";\n\nexport const HeaderBalanceDefaultBox = styled.div`\n color: ${baseColors.white};\n ${({theme}) => theme.font.presets.medium};\n line-height: 1;\n`;","import styled from 'styled-components';\n\nexport const CurrentArenaTitleDefaultBox = styled.span`\n color: ${props => props.theme.colors.textLight};\n ${({theme}) => theme.font.presets.secondary};\n line-height: 1;\n`;","import styled from 'styled-components';\n\nexport const MiniOrbitHeaderDefaultBox = styled.header`\n position: sticky;\n top: 0;\n display: flex;\n flex-direction: column;\n min-height: 50px;\n width: 100%;\n background: ${props => props.theme.colors.background};\n z-index: 20;\n`;\n"],"names":["ClockComponentDefaultBox","styled","theme","font","presets","bold","CmsPageDefaultBox","GameItemJackpotDefaultBox","colors","brandSecondary","mediaQuery","lAndBelow","HistoryRecordDateValueDefaultBox","HistoryRecordHeaderDefaultBox","props","backgroundLight","FilterButtonDefaultBox","textDark","textHover","regular","ACTIVE","brandPrimary","HeaderBalanceDefaultBox","baseColors","medium","CurrentArenaTitleDefaultBox","textLight","secondary","MiniOrbitHeaderDefaultBox","background"],"sourceRoot":""}