{"version":3,"file":"static/js/1341.e51a975f.chunk.js","mappings":"4KAGaA,GAAkCC,EAAAA,EAAAA,IAAOC,EAAAA,EAAPD,CAAiC,6RAEnE,YAAO,SAALE,MAAiBC,WAAWC,UAAU,IAUxC,YAAO,SAALF,MAAiBC,WAAWE,SAAS,G,yGCXvCC,GAAkCN,EAAAA,EAAAA,IAAOO,EAAAA,EAAPP,CAAiC,8XACnE,YAAO,SAALE,MAAiBC,WAAWE,SAAS,IAGjB,SAAAG,GAAK,OAAIA,EAAMN,MAAMO,OAAOC,cAAc,GAGlEC,EAAAA,IAG4B,SAAAH,GAAK,OAAIA,EAAMN,MAAMO,OAAOC,cAAc,G,8FCXpEH,EAA4BP,EAAAA,GAAAA,IAAU,ycAC5CY,EAAAA,GAGAC,EAAAA,GAA2BC,EAAAA,GAA4BC,EAAAA,IAGd,SAAAP,GAAK,OAAIA,EAAMN,MAAMO,OAAOO,YAAY,IAAK,SAAAR,GAAK,OAAIA,EAAMN,MAAMO,OAAOQ,cAAc,IAG1H,YAAO,SAALf,MAAiBC,WAAWE,SAAS,IAEpB,SAAAG,GAAK,OAAIA,EAAMN,MAAMO,OAAOS,aAAa,IACtC,SAAAV,GAAK,OAAIA,EAAMN,MAAMO,OAAOU,gBAAgB,GAEpER,EAAAA,IAG4B,SAAAH,GAAK,OAAIA,EAAMN,MAAMO,OAAOO,YAAY,G,8FClBlEI,GAAmCpB,EAAAA,EAAAA,IAAOqB,EAAAA,EAAPrB,CAAkC,0GAC5E,YAAO,SAALE,MAAiBoB,KAAKC,QAAQC,IAAI,IAE7B,YAAO,SAALtB,MAAiBC,WAAWE,SAAS,G,wECJvCgB,E,SAA6BrB,GAAAA,GAAS,kNAK/C,YAAO,SAALE,MAAiBoB,KAAKC,QAAQE,SAAS,IAClC,SAAAjB,GAAK,OAAIA,EAAMN,MAAMO,OAAOiB,SAAS,IAIrC,YAAO,SAALxB,MAAiBC,WAAWE,SAAS,G,+FCTrCsB,GAAgC3B,EAAAA,EAAAA,IAAO4B,EAAAA,EAAP5B,CAA+B,+gBACjE,YAAO,SAALE,MAAiBC,WAAWC,UAAU,IAIjC,SAAAI,GAAK,OAAIA,EAAMN,MAAMO,OAAOoB,cAAc,IAS9B,SAAArB,GAAK,OAAIA,EAAMN,MAAM4B,OAAOC,eAAeC,UAAU,IAKxE,YAAO,SAAL9B,MAAiBC,WAAW8B,UAAU,IAAK,YAAO,SAAL/B,MAAiBC,WAAW+B,SAAS,IAIpF,YAAO,SAALhC,MAAiBC,WAAWE,SAAS,G,yECxBrCuB,E,SAA0B5B,GAAAA,IAAU,mRACtC,YAAO,SAALE,MAAiBC,WAAWC,UAAU,IAMxC,YAAO,SAALF,MAAiBC,WAAW8B,UAAU,IAAK,YAAO,SAAL/B,MAAiBC,WAAW+B,SAAS,IAGpF,YAAO,SAALhC,MAAiBC,WAAWE,SAAS,G","sources":["app-react/components/game-search/search-input/search-input-area/boxes/search-input-area-box/search-input-area.casino888Wsop.box.ts","app-react/components/lobby-header/boxes/line/lobby-header-line.casino888Wsop.box.ts","app-react/components/lobby-header/boxes/line/lobby-header-line.default.box.ts","app-react/components/lobby-header/boxes/title/lobby-header-title.casino888Wsop.box.ts","app-react/components/lobby-header/boxes/title/lobby-header-title.default.box.ts","app-react/components/user-menu/logo-box/boxes/logo-container/logo-container.casino888Wsop.box.ts","app-react/components/user-menu/logo-box/boxes/logo-container/logo-container.default.box.ts"],"sourcesContent":["import styled from \"styled-components\";\r\nimport {SearchInputAreaDefaultBox} from \"./search-input-area.default.box\";\r\n\r\nexport const SearchInputAreaCasino888WsopBox = styled(SearchInputAreaDefaultBox)`\r\n \r\n @media ${({theme}) => theme.mediaQuery.xlAndAbove} {\r\n font-weight: 600;\r\n padding: 0.90rem 1.8rem;\r\n width: 0;\r\n &:focus {\r\n width: 25rem;\r\n padding-left: 5rem;\r\n }\r\n }\r\n\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n padding: 1.4rem 5.7rem;\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\nimport {STICKY} from \"../../../../themes/css-global-classes\";\r\nimport {LobbyHeaderLineDefaultBox} from \"./lobby-header-line.default.box\";\r\n\r\nexport const LobbyHeaderLineCasino888WsopBox = styled(LobbyHeaderLineDefaultBox)`\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n width: 100%;\r\n border-top: none;\r\n border-bottom: 1px solid ${props => props.theme.colors.boxBorderLight};\r\n \r\n /** Duplicated these rules for specificity. otherwise the ones from the base class will apply. */\r\n .${STICKY} &{\r\n width: 100%;\r\n border-top: none;\r\n border-bottom: 1px solid ${props => props.theme.colors.boxBorderLight};\r\n }\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\nimport {GAMING_HISTORY_PAGE, LOBBY_PAGE, SESSION_HISTORY_PAGE, STICKY, GAMES_OPEN_SESSIONS_PAGE} from \"../../../../themes/css-global-classes\";\r\n\r\nexport const LobbyHeaderLineDefaultBox = styled.div`\r\n .${LOBBY_PAGE} &{\r\n display:none;\r\n }\r\n .${GAMING_HISTORY_PAGE} &, .${SESSION_HISTORY_PAGE} &, .${GAMES_OPEN_SESSIONS_PAGE} &{\r\n width: 100%;\r\n height: 2px;\r\n background: linear-gradient(to right, ${props => props.theme.colors.brandPrimary}, ${props => props.theme.colors.brandSecondary});\r\n }\r\n\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n width: 97%;\r\n border-top: 1px solid ${props => props.theme.colors.boxBorderDark};\r\n border-bottom: 1px solid ${props => props.theme.colors.boxBorderLighter};\r\n\r\n .${STICKY} &{\r\n width: 100%;\r\n border-top: none;\r\n border-bottom: 1px solid ${props => props.theme.colors.brandPrimary};\r\n }\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\nimport {LobbyHeaderTitleDefaultBox} from \"./lobby-header-title.default.box\";\r\n\r\nexport const LobbyHeaderTitleCasino888WsopBox = styled(LobbyHeaderTitleDefaultBox)`\r\n ${({theme}) => theme.font.presets.bold}\r\n font-size: 2rem;\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n font-size: 2rem;\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\n\r\nexport const LobbyHeaderTitleDefaultBox = styled.h1`\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n width: 100%;\r\n ${({theme}) => theme.font.presets.secondary};\r\n color: ${props => props.theme.colors.textLight};\r\n font-size: 3rem;\r\n margin: 0;\r\n\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n font-size: 2.2rem;\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\nimport {LogoContainerDefaultBox} from \"./logo-container.default.box\";\r\n\r\nexport const LogoContainerCasino888WsopBox = styled(LogoContainerDefaultBox)`\r\n @media ${({theme}) => theme.mediaQuery.xlAndAbove} {\r\n position: relative;\r\n margin: 0;\r\n margin-bottom: 4rem;\r\n background: ${props => props.theme.colors.logoBackground};\r\n &::after {\r\n content: \"\";\r\n position: absolute;\r\n bottom: -15px;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n width: 80px;\r\n height: 16px;\r\n background-image: url(${props => props.theme.images.logoDecoration.toString()});\r\n background-repeat: no-repeat;\r\n }\r\n }\r\n \r\n @media ${({theme}) => theme.mediaQuery.xlAndBelow}, ${({theme}) => theme.mediaQuery.lowHeight} {\r\n margin-bottom: 3rem;\r\n }\r\n \r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n padding: 0.45rem 0.5rem;\r\n margin-bottom: 0;\r\n }\r\n`;\r\n","import styled from \"styled-components\";\r\n\r\nexport const LogoContainerDefaultBox = styled.div`\r\n @media ${({theme}) => theme.mediaQuery.xlAndAbove} {\r\n margin: 2rem 0 0 0;\r\n background: transparent;\r\n padding: 0.7rem 0;\r\n text-align: center;\r\n }\r\n @media ${({theme}) => theme.mediaQuery.xlAndBelow}, ${({theme}) => theme.mediaQuery.lowHeight} {\r\n margin-bottom: 1rem;\r\n }\r\n @media ${({theme}) => theme.mediaQuery.lAndBelow} {\r\n padding: 0.45rem 0.5rem;\r\n margin-bottom: 0;\r\n }\r\n`;\r\n"],"names":["SearchInputAreaCasino888WsopBox","styled","SearchInputAreaDefaultBox","theme","mediaQuery","xlAndAbove","lAndBelow","LobbyHeaderLineCasino888WsopBox","LobbyHeaderLineDefaultBox","props","colors","boxBorderLight","STICKY","LOBBY_PAGE","GAMING_HISTORY_PAGE","SESSION_HISTORY_PAGE","GAMES_OPEN_SESSIONS_PAGE","brandPrimary","brandSecondary","boxBorderDark","boxBorderLighter","LobbyHeaderTitleCasino888WsopBox","LobbyHeaderTitleDefaultBox","font","presets","bold","secondary","textLight","LogoContainerCasino888WsopBox","LogoContainerDefaultBox","logoBackground","images","logoDecoration","toString","xlAndBelow","lowHeight"],"sourceRoot":""}