{"version":3,"file":"static/js/6335.3052e0e5.chunk.js","mappings":"sJAEaA,E,SAAwBC,GAAAA,IAAU,k4BAMpC,YAAO,SAALC,MAAiBC,WAAWC,SAAS,G,yECNrCC,E,SAA8BJ,GAAAA,IAAU,uI,wECAxCK,E,SAA6BL,GAAAA,IAAU,sN,qFCIvCM,EAAuBN,EAAAA,GAAAA,IAAU,4IACjC,YAAO,SAALC,MAAiBC,WAAWC,SAAS,IAC1C,YAAM,SAAJI,OAAkBC,EAAAA,EAAAA,IAAG,qDAExB,IAEI,YAAO,SAALP,MAAiBC,WAAWO,UAAU,G,+FCTxCC,EAA8BV,EAAAA,GAAAA,GAAS,wKAI5CW,EAAAA,EAAAA,IAAAA,UAAAA,Q,yECLKC,E,SAAwBZ,GAAAA,IAAU,0JAKhC,SAAAa,GAAK,OAAIA,EAAMZ,MAAMa,OAAOC,IAAI,G,yECLlCC,E,SAAmChB,GAAAA,IAAU,2QAE/C,YAAO,SAALC,MAAiBa,OAAOG,SAAS,IAC1C,YAAO,SAALhB,MAAiBiB,KAAKC,QAAQC,MAAM,IAS/B,gBAAEnB,EAAK,EAALA,MAAK,OAAMA,EAAMC,WAAWC,UAAY,QAAUF,EAAMC,WAAWmB,SAAS,G,+FCX5EC,EAAyBtB,EAAAA,GAAAA,IAAU,kLAKlBuB,EAAAA,EAAAA,aACNA,EAAAA,EAAAA,M,+FCEXC,EAAkCxB,EAAAA,GAAAA,IAAU,mRAE1C,YAAW,SAATyB,UAA2B,IAAM,gBAAgB,IAE1C,YAAO,SAALxB,MAAiBa,OAAOY,oBAAoB,IACtD,SAAAb,GAAK,aAAkB,QAAlB,EAAIA,EAAMc,gBAAQ,QAAI,MAAM,IAEpC,YAAO,SAAL1B,MAAiBC,WAAWC,SAAS,IACjC,SAACU,GAAK,OAAKA,EAAMe,wBAA2Bf,EAAMY,UAAY,IAAM,iBAAoB,GAAG,IAC3F,SAACZ,GAAK,OAAKA,EAAMe,yBAA2Bf,EAAMgB,cAAgB,OAAS,MAAM,GAIhGlB,EAAAA,EAAAA,IAAAA,OAAAA,UAAAA,SACW,SAACE,GAAK,OAAKA,EAAMe,wBAA2Bf,EAAMY,UAAY,IAAM,SAAY,GAAG,G,yGChBrFK,EAAyB9B,EAAAA,GAAAA,IAAU,0aAMxB,SAAAa,GAAK,OAAIA,EAAMZ,MAAMa,OAAOiB,eAAe,IAGrD,SAAAlB,GAAK,OAAImB,EAAAA,MAAAA,kBAAwBnB,EAAMoB,QAAU,OAASpB,EAAMoB,OAAS,IAAI,GAGnFC,EAAAA,G,gFCnBKX,GAAU,QACnBY,OAAQ,UACRC,eAAgB,UAChBC,WAAY,UACZC,YAAa,UACbC,kBAAmB,UAEnBC,OAAQ,UACRC,eAAgB,UAChBC,WAAY,UACZC,YAAa,UAEbC,OAAQ,UACRC,eAAgB,UAChBC,WAAY,UACZC,YAAa,UAEbC,OAAQ,UAERC,OAAQ,YAERC,OAAQ,UAERC,OAAQ,UAERC,OAAQ,UAERC,aAAc,YAEdC,OAAQ,UAERC,OAAQ,WAELC,EAAAA,E","sources":["app-react/components/container/boxes/main-wrapper.default.box.ts","app-react/components/free-play/boxes/container/free-play-container.default.box.ts","app-react/components/free-play/boxes/voucher-games-list/voucher-games-list.default.box.ts","app-react/components/game-search/boxes/game-search-box/game-search.default.box.ts","app-react/components/game-search/search-input/search-input-mobile/boxes/search-input-mobile/search-input-mobile.default.box.ts","app-react/components/game-search/search-result/search-box-title/boxes/search-title-box/search-title.default.box.ts","app-react/components/mini-orbit/arenas-header/boxes/arena-header-button-label/arena-header-button-label.default.box.ts","app-react/components/mini-orbit/arenas-header/boxes/arenas-header/arenas-header.default.box.ts","app-react/components/modal-dialog/boxes/consumer-content/dialog-consumer-content.default.box.ts","app-react/components/modal-dialog/boxes/header/dialog-header.default.box.ts","app-react/themes/definitions/si/cis/base-colors.ts"],"sourcesContent":["import styled from \"styled-components\";\n\nexport const MainWrapperDefaultBox = styled.div`\n position: relative;\n /** set a width. It actually doesn't matter ow much as long as it's less than 100% - sidebar_width\n It is important to set it so the flex has a base from where to start computing the remaining space: Explanations here: https://css-tricks.com/flex-grow-is-weird/\n Also, when missing, lists like orbit swiper with jackpot template and live tables creates problems by pushing the total width of the page */\n width: 80%;\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\n width: calc(100% - env(safe-area-inset-right) - env(safe-area-inset-left));\n }\n flex: 1 1 auto;\n /** For devices with notch and/or with bar navigation (iPhones, iPads, probably also some Androids),\n the margins (left and right) need to be adjusted because of landscape problems - for any other devices, env() will return 0. */\n margin: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);\n`;","import styled from \"styled-components\";\n\nexport const FreePlayContainerDefaultBox = styled.div`\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n height: 100%;\n`;","import styled from \"styled-components\";\n\nexport const VoucherGamesListDefaultBox = styled.div`\n display: flex;\n flex-direction: column;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n width: 100%;\n align-items: center;\n margin: 0.5rem 0rem 2rem;\n`;","import styled, {css} from \"styled-components\";\n\ninterface GameSearchDefaultBoxProps {\n open: boolean;\n}\n\nexport const GameSearchDefaultBox = styled.div`\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\n ${({open}) => open && css`\n flex: 1;\n `}\n }\n @media ${({theme}) => theme.mediaQuery.xlAndAbove} {\n position: relative;\n display: flex;\n }\n`;\n","import styled from \"styled-components\";\nimport {CssRule} from \"../../../../../../themes/architecture/css-helpers/css-rule\";\n\nexport const SearchInputMobileDefaultBox = styled.ul`\n position: relative;\n margin: 1rem 0 0 0;\n\n ${CssRule.For.miniOrbit.build()} & {\n margin-left: 2rem;\n margin-right: 1rem;\n }\n`;","import styled from \"styled-components\";\n\nexport const SearchTitleDefaultBox = styled.div`\n margin: 1rem 0;\n font-size: 1.4rem;\n text-transform: uppercase;\n letter-spacing: 1px;\n color: ${props => props.theme.colors.text};\n`;","import styled from \"styled-components\";\n\nexport const ArenaHeaderButtonLabelDefaultBox = styled.div`\n flex-grow: 1;\n color: ${({theme}) => theme.colors.textLight};\n ${({theme}) => theme.font.presets.medium};\n font-size: 9px;\n letter-spacing: 0.76px;\n text-align: center;\n text-overflow: ellipsis;\n padding-bottom: 5px;\n overflow: hidden;\n width: 100%;\n\n @media ${({theme}) => theme.mediaQuery.lAndBelow + \" and \" + theme.mediaQuery.mAndAbove} {\n font-size: 16px;\n }\n`;\n","import styled from \"styled-components\";\nimport { baseColors } from \"../../../../../themes/definitions/si/cis/base-colors\";\n\nexport const ArenasHeaderDefaultBox = styled.div`\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n box-shadow: 0px 0px 6px ${baseColors.base08Shadow};\n background-color: ${baseColors.black};\n`;","import styled from 'styled-components';\nimport {OverflowProperty} from \"../../../../../common/types/css\";\nimport {CssRule} from \"../../../../themes/architecture/css-helpers/css-rule\";\n\ninterface IDialogConsumerContentProps {\n noPadding?: boolean;\n disableFullscreenMobile?: boolean;\n overflow?: OverflowProperty\n useAutoHeight?: boolean;\n}\n\nexport const DialogConsumerContentDefaultBox = styled.div`\n flex-grow: 1;\n padding: ${({noPadding}) => noPadding ? \"0\" : \"2rem 2rem 3rem\"};\n margin: 0;\n background-color: ${({theme}) => theme.colors.backgroundMiddleDark };\n overflow: ${props => props.overflow ?? \"auto\"};\n\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\n padding: ${(props) => props.disableFullscreenMobile ? (props.noPadding ? \"0\" : \"2rem 2rem 3rem\") : \"0\"};\n height: ${(props) => props.disableFullscreenMobile || props.useAutoHeight ? \"auto\" : \"100%\"}\n \n }\n\n ${CssRule.For.mobile.landscape.build()} & {\n padding: ${(props) => props.disableFullscreenMobile ? (props.noPadding ? \"0\" : \"0.5rem\") : \"0\"};\n }\n \n border-radius: 10px;\n`;\n","import styled from 'styled-components';\nimport {Check} from '@sparkware/app-utils';\nimport {MOBILE_CENTERED_HEADER} from \"../../css-classes\";\n\nexport interface DialogHeaderDefaultBoxProps {\n className?: string;\n height?: number;\n}\n\nexport const DialogHeaderDefaultBox = styled.div`\n position: relative;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n background-color: ${props => props.theme.colors.backgroundLight};\n padding: 10px 15px;\n min-height: 30px;\n height: ${props => Check.isNullOrUndefined(props.height) ? 'auto' : props.height + 'px'};\n width: 100%;\n\n &.${MOBILE_CENTERED_HEADER} .dialog-header-title {\n text-align: center;\n margin: 0;\n }\n\n border-top-left-radius: 7px;\n border-top-right-radius: 7px;\n`;","import { grayColors } from \"../../../architecture/gray-colors\";\n\nexport const baseColors = {\n base01: \"#c81503\", //red si cis\n base01Contrast: \"#ffffff\",\n base01Dark: \"#ca2e1e\",\n base01Light: \"#e94838\",\n base01LightMedium: \"#e63422\",\n\n base02: \"#7ff800\", //brandGreen\n base02Contrast: \"#000000\",\n base02Dark: \"#7aec37\", //inchWorm\n base02Light: \"#d2f800\", //limeGreen\n\n base03: \"#fce403\", //turbo\n base03Contrast: \"#000000\",\n base03Dark: \"#ffff00\", //yellow\n base03Light: \"#d5ec37\", //pear\n\n base04: \"#c81503\",\n\n base05: \"#c1c1c18f\",\n\n base06: \"#828282\",\n\n base07: \"#e3e3e3\",\n\n base08: \"#707372\",\n\n base08Shadow: \"#000000bf\",\n\n base09: \"#b2b2b2\",\n\n base10: \"#272727\",\n\n ...grayColors\n};"],"names":["MainWrapperDefaultBox","styled","theme","mediaQuery","lAndBelow","FreePlayContainerDefaultBox","VoucherGamesListDefaultBox","GameSearchDefaultBox","open","css","xlAndAbove","SearchInputMobileDefaultBox","CssRule","SearchTitleDefaultBox","props","colors","text","ArenaHeaderButtonLabelDefaultBox","textLight","font","presets","medium","mAndAbove","ArenasHeaderDefaultBox","baseColors","DialogConsumerContentDefaultBox","noPadding","backgroundMiddleDark","overflow","disableFullscreenMobile","useAutoHeight","DialogHeaderDefaultBox","backgroundLight","Check","height","MOBILE_CENTERED_HEADER","base01","base01Contrast","base01Dark","base01Light","base01LightMedium","base02","base02Contrast","base02Dark","base02Light","base03","base03Contrast","base03Dark","base03Light","base04","base05","base06","base07","base08","base08Shadow","base09","base10","grayColors"],"sourceRoot":""}