{"version":3,"file":"static/js/6406.ca94e8fc.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,uKAI7C,YAAO,SAALC,MAAiBC,KAAKC,QAAQC,IAAI,IAC7B,YAAO,SAALH,MAAiBM,OAAOC,cAAc,IACxC,YAAO,SAALP,MAAiBQ,WAAWC,SAAS,G,yECNvCC,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\";\r\n\r\nexport const ClockComponentDefaultBox = styled.div`\r\n ${({theme}) => theme.font.presets.bold};\r\n font-size: 1.2rem;\r\n line-height: 1;\r\n text-align: center;\r\n`;","import styled from \"styled-components\";\r\n\r\nexport const CmsPageDefaultBox = styled.div`\r\n`;","import styled from \"styled-components\";\r\n\r\nexport const GameItemJackpotDefaultBox = styled.div`\r\n width: 15rem;\r\n margin: 5px 0;\r\n font-size: 1.5rem;\r\n ${({theme}) => theme.font.presets.bold};\r\n color: ${({theme}) => theme.colors.brandSecondary};\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n font-size: 1.3rem;\r\n }\r\n`;","import styled from \"styled-components\";\r\n\r\nexport const HistoryRecordDateValueDefaultBox = styled.div`\r\n margin-left: 10px;\r\n`;","import styled from \"styled-components\";\r\n\r\nexport const HistoryRecordHeaderDefaultBox = styled.div`\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n margin-left: 10px;\r\n margin-right: 10px;\r\n padding-top: 4px;\r\n padding-bottom: 4px;\r\n font-weight: 700;\r\n border-bottom: solid 1px ${props => props.theme.colors.backgroundLight}; \r\n`;","import styled from 'styled-components';\r\nimport {ACTIVE} from \"../../../../../../themes/css-global-classes\";\r\n\r\nexport const FilterButtonDefaultBox = styled.a`\r\n width: 125px;\r\n height: 32px;\r\n background: ${({theme}) => theme.colors.textDark};\r\n border: 2px solid ${({theme}) => theme.colors.textDark};\r\n opacity: 1;\r\n margin: 2px;\r\n padding: 15px;\r\n align-items: center;\r\n display: flex;\r\n justify-content: center;\r\n box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);\r\n\r\n white-space: normal;\r\n text-align: center;\r\n font-size: 11px;\r\n letter-spacing: -0.03em;\r\n line-height: normal;\r\n color: ${({theme}) => theme.colors.textHover};\r\n ${({theme}) => theme.font.presets.regular};\r\n opacity: 1;\r\n\r\n &:hover, &:active, &:focus {\r\n color: ${({theme}) => theme.colors.textHover};\r\n box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);\r\n }\r\n\r\n &.${ACTIVE} {\r\n border-color: ${({theme}) => theme.colors.brandPrimary};\r\n color: ${props => props.theme.colors.brandPrimary};\r\n ${({theme}) => theme.font.presets.bold};\r\n }\r\n`;","import styled from \"styled-components\";\r\nimport { baseColors } from \"../../../../../themes/definitions/casino888/base-colors\";\r\n\r\nexport const HeaderBalanceDefaultBox = styled.div`\r\n color: ${baseColors.white};\r\n ${({theme}) => theme.font.presets.medium};\r\n line-height: 1;\r\n`;","import styled from 'styled-components';\r\n\r\nexport const CurrentArenaTitleDefaultBox = styled.span`\r\n color: ${props => props.theme.colors.textLight};\r\n ${({theme}) => theme.font.presets.secondary};\r\n line-height: 1;\r\n`;","import styled from 'styled-components';\r\n\r\nexport const MiniOrbitHeaderDefaultBox = styled.header`\r\n position: sticky;\r\n top: 0;\r\n display: flex;\r\n flex-direction: column;\r\n min-height: 50px;\r\n width: 100%;\r\n background: ${props => props.theme.colors.background};\r\n z-index: 20;\r\n`;\r\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":""}