@streamlayer/react 1.24.4 → 1.24.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/Question.js +1 -1
- package/lib/cjs/advertisement.js +26 -26
- package/lib/cjs/bet-pack.js +1 -1
- package/lib/cjs/feature.js +1 -1
- package/lib/cjs/{index-ByUNFvMk.js → index-CfSdnrfA.js} +1 -1
- package/lib/cjs/index10.js +1 -1
- package/lib/cjs/index11.js +1 -1
- package/lib/cjs/index12.js +1 -1
- package/lib/cjs/index13.js +4 -1
- package/lib/cjs/index14.js +1 -4
- package/lib/cjs/index15.js +1 -1
- package/lib/cjs/index16.js +2 -2
- package/lib/cjs/index2.js +1 -1
- package/lib/cjs/index4.js +3 -3
- package/lib/cjs/index6.js +1 -1
- package/lib/cjs/index7.js +1 -1
- package/lib/cjs/index9.js +2 -2
- package/lib/cjs/insight.js +1 -1
- package/lib/cjs/masters2.js +3 -3
- package/lib/cjs/notification.js +1 -1
- package/lib/cjs/pause-ad.js +1 -1
- package/lib/cjs/points.js +1 -1
- package/lib/cjs/polymarket.js +1 -1
- package/lib/cjs/storage.js +1 -1
- package/lib/cjs/useStreamLayerApp2.js +13 -13
- package/lib/classic/cjs/Question.js +1 -1
- package/lib/classic/cjs/advertisement.js +26 -26
- package/lib/classic/cjs/bet-pack.js +3 -3
- package/lib/classic/cjs/feature.js +1 -1
- package/lib/classic/cjs/{index-ByUNFvMk.js → index-CfSdnrfA.js} +1 -1
- package/lib/classic/cjs/index10.js +1 -1
- package/lib/classic/cjs/index11.js +1 -1
- package/lib/classic/cjs/index12.js +1 -1
- package/lib/classic/cjs/index13.js +1 -1
- package/lib/classic/cjs/index2.js +2 -2
- package/lib/classic/cjs/index5.js +1 -1
- package/lib/classic/cjs/index7.js +2 -2
- package/lib/classic/cjs/index8.js +1 -1
- package/lib/classic/cjs/index9.js +1 -1
- package/lib/classic/cjs/insight.js +1 -1
- package/lib/classic/cjs/notification2.js +1 -1
- package/lib/classic/cjs/pause-ad.js +1 -1
- package/lib/classic/cjs/points.js +1 -1
- package/lib/classic/cjs/polymarket.js +1 -1
- package/lib/classic/cjs/useStreamLayerApp2.js +13 -13
- package/lib/classic/es/Question.js +313 -198
- package/lib/classic/es/advertisement.js +1988 -1955
- package/lib/classic/es/bet-pack.js +12 -13
- package/lib/classic/es/feature.js +188 -37
- package/lib/{es/index-ByUNFvMk.js → classic/es/index-CfSdnrfA.js} +1 -1
- package/lib/classic/es/index10.js +309 -2580
- package/lib/classic/es/index11.js +2580 -305
- package/lib/classic/es/index12.js +12 -12
- package/lib/classic/es/index13.js +2 -2
- package/lib/classic/es/index2.js +129 -121
- package/lib/classic/es/index5.js +0 -1
- package/lib/classic/es/index7.js +2 -2
- package/lib/classic/es/index8.js +1 -1
- package/lib/classic/es/index9.js +1 -1
- package/lib/classic/es/insight.js +1 -1
- package/lib/classic/es/notification2.js +137 -138
- package/lib/classic/es/pause-ad.js +124 -149
- package/lib/classic/es/points.js +3 -4
- package/lib/classic/es/polymarket.js +1 -1
- package/lib/classic/es/useStreamLayerApp2.js +2932 -2876
- package/lib/classic/source.css +1 -1
- package/lib/dist/cjs/{index-ByUNFvMk.js → index-CfSdnrfA.js} +1 -1
- package/lib/dist/cjs/masters.js +31 -31
- package/lib/dist/es/{index-ByUNFvMk.js → index-CfSdnrfA.js} +1 -1
- package/lib/dist/es/masters.js +7958 -7773
- package/lib/dist/index.d.ts +2 -0
- package/lib/es/Question.js +66 -65
- package/lib/es/advertisement.js +1988 -1955
- package/lib/es/bet-pack.js +1 -1
- package/lib/es/feature.js +188 -37
- package/lib/{classic/es/index-ByUNFvMk.js → es/index-CfSdnrfA.js} +1 -1
- package/lib/es/index10.js +1 -1
- package/lib/es/index11.js +12 -12
- package/lib/es/index12.js +366 -2579
- package/lib/es/index13.js +789 -234
- package/lib/es/index14.js +293 -792
- package/lib/es/index15.js +2580 -305
- package/lib/es/index16.js +41 -42
- package/lib/es/index2.js +279 -271
- package/lib/es/index4.js +15 -16
- package/lib/es/index6.js +0 -1
- package/lib/es/index7.js +1 -1
- package/lib/es/index9.js +2 -2
- package/lib/es/insight.js +1 -1
- package/lib/es/masters2.js +194 -183
- package/lib/es/notification.js +22 -23
- package/lib/es/pause-ad.js +124 -149
- package/lib/es/points.js +20 -21
- package/lib/es/polymarket.js +1 -1
- package/lib/es/storage.js +1 -1
- package/lib/es/useStreamLayerApp2.js +2932 -2876
- package/lib/source.css +1 -1
- package/lib/style.css +1 -1
- package/package.json +72 -53
- package/lib/cjs/sl-types.js +0 -1
- package/lib/classic/cjs/sl-types.js +0 -1
- package/lib/classic/es/sl-types.js +0 -156
- package/lib/es/sl-types.js +0 -156
package/lib/source.css
CHANGED
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
.qwludgs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;width:100%;position:relative}.qvce6pv{color:var(--color-presented-by-text);font-family:var(--font-serif);font-size:11px;font-weight:500;text-align:center;letter-spacing:.7px;margin-bottom:-4px;max-height:15px;white-space:nowrap;-webkit-animation:showText-qvce6pv 1s ease-in-out .5s forwards,hideText-qvce6pv 1s ease-in-out 3s forwards;animation:showText-qvce6pv 1s ease-in-out .5s forwards,hideText-qvce6pv 1s ease-in-out 3s forwards;overflow:hidden;opacity:0;width:100%}.SL-CardWebOs .qvce6pv{font-size:1.0625em;max-height:17px}@-webkit-keyframes showText-qvce6pv{0%{opacity:0}to{opacity:1}}@keyframes showText-qvce6pv{0%{opacity:0}to{opacity:1}}@-webkit-keyframes hideText-qvce6pv{0%{opacity:1}to{opacity:0}}@keyframes hideText-qvce6pv{0%{opacity:1}to{opacity:0}}.qsid7hx{width:100%;height:3.3125rem;display:-ms-grid;display:grid;place-items:center;-webkit-animation:moveToBottom-qsid7hx 1s ease 3s forwards;animation:moveToBottom-qsid7hx 1s ease 3s forwards;position:absolute;top:calc(50% + 1.65rem)}.SL-CardWebOs .qsid7hx{height:5rem;-webkit-animation:moveToBottomWebOS-qsid7hx 1s ease 3s forwards!important;animation:moveToBottomWebOS-qsid7hx 1s ease 3s forwards!important}.qsid7hx img{-webkit-clip-path:inset(0 50% 0 50%);clip-path:inset(0 50% 0 50%);-webkit-animation:revealFromCenter-qsid7hx 1.5s ease 1s forwards;animation:revealFromCenter-qsid7hx 1.5s ease 1s forwards;height:100%;width:auto;position:absolute}@-webkit-keyframes revealFromCenter-qsid7hx{0%{-webkit-clip-path:inset(0 50% 0 50%);clip-path:inset(0 50% 0 50%)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes revealFromCenter-qsid7hx{0%{-webkit-clip-path:inset(0 50% 0 50%);clip-path:inset(0 50% 0 50%)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@-webkit-keyframes moveToBottom-qsid7hx{0%{height:3.3125rem;top:calc(50% + 1.65rem)}to{height:1.3125rem;top:calc(100% - 1.3125rem - 16px)}}@keyframes moveToBottom-qsid7hx{0%{height:3.3125rem;top:calc(50% + 1.65rem)}to{height:1.3125rem;top:calc(100% - 1.3125rem - 16px)}}@-webkit-keyframes moveToBottomWebOS-qsid7hx{0%{height:5rem;top:calc(50% + 1.65rem)}to{height:3.5em;top:calc(100% - 3.5em - 16px)}}@keyframes moveToBottomWebOS-qsid7hx{0%{height:5rem;top:calc(50% + 1.65rem)}to{height:3.5em;top:calc(100% - 3.5em - 16px)}}
|
|
33
33
|
.q14ckf9e{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.q14ckf9e.SL-CardWebOs{padding:3.75rem 2.4rem 2.75rem 2.75rem}@media only screen and (max-width:1024px){.q14ckf9e.SL-CardWebOs{padding:1.75rem 1.4rem .75rem 1.75rem}}@media only screen and (max-width:1366px)and (orientation:landscape){.q14ckf9e.SL-CardWebOs{padding:1.75rem 1.4rem .75rem 1.75rem}}
|
|
34
34
|
.q10hhsxv{opacity:0;-webkit-animation:var(--show-in-animation, show-in-animation .3s ease forwards);animation:var(--show-in-animation, show-in-animation .3s ease forwards)}@media(orientation:landscape){.q10hhsxv{padding-left:env(safe-area-inset-left)}}
|
|
35
|
-
.pw9gih8{position:absolute;inset:0;z-index:20;overflow:hidden;-webkit-animation:fadeIn-pw9gih8 .3s ease-in-out;animation:fadeIn-pw9gih8 .3s ease-in-out}.pw9gih8.pause-ad-closing{-webkit-animation:fadeOut-pw9gih8 .3s ease-in-out forwards;animation:fadeOut-pw9gih8 .3s ease-in-out forwards}@-webkit-keyframes fadeIn-pw9gih8{0%{opacity:0;scale:1.5}to{opacity:1;scale:1}}@keyframes fadeIn-pw9gih8{0%{opacity:0;scale:1.5}to{opacity:1;scale:1}}@-webkit-keyframes fadeOut-pw9gih8{0%{opacity:1;scale:1}to{opacity:0;scale:1.5}}@keyframes fadeOut-pw9gih8{0%{opacity:1;scale:1}to{opacity:0;scale:1.5}}.p8lpomy{position:relative;width:100%;height:100%}.pv7u167{position:absolute;top:60px;left:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;z-index:21}.p1kh2yb0{color:#fff;font-size:48px;font-weight:700;margin:0;line-height:1.2;letter-spacing:.38px}.pl8f94x{color:#fffc;font-size:26px;font-weight:400;margin:0;line-height:1.35;letter-spacing:-.32px}.p1m6zmrt{position:absolute;bottom:60px;left:60px;z-index:21}.pm3vwfa{width:136px;height:136px;border:none;border-radius:50%;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20opacity='0.5'%20cx='24'%20cy='24.001'%20r='24'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M32.5432%2024.7938C33.215%2024.3331%2033.2822%2023.5173%2032.5432%2023.0567C23.7807%2017.6245%2019.6442%2014.918%2019.1356%2014.5917C18.3486%2014.083%2017.6%2014.6973%2017.6%2015.2059V32.7501C17.6%2033.3259%2018.5309%2033.8442%2019.1356%2033.4795C20.2201%2032.8172%2031.8714%2025.2641%2032.5336%2024.8034L32.5432%2024.7938Z'%20fill='white'/%3e%3c/svg%3e");-webkit-background-size:contain;background-size:contain;background-repeat:no-repeat;-webkit-background-position:center;background-position:center;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;padding:0}.pm3vwfa:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pm3vwfa:active{-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.pm3vwfa:focus,.pm3vwfa[data-focused=true]{box-shadow:0 15px 20px #00000040;outline:none}@media only screen and (max-width:1500px){.pm3vwfa{width:110px;height:110px}}@media only screen and (max-width:1200px){.pm3vwfa{width:90px;height:90px}}@media only screen and (max-width:1000px){.pm3vwfa{width:76px;height:76px}}@media only screen and (max-width:750px){.pm3vwfa{width:55px;height:55px}}@media only screen and (max-width:600px){.pm3vwfa{width:35px;height:35px}}.p1tibuhw{position:absolute;top:0;right:0;bottom:0;z-index:21;background:linear-gradient(to right,#0a0e1300,#000);height:100%;padding-right:30px;padding-left:60px;box-sizing:content-box;width:315px}@media only screen and (max-width:1500px){.p1tibuhw{width:290px}}@media only screen and (max-width:1200px){.p1tibuhw{width:230px}}@media only screen and (max-width:1000px){.p1tibuhw{width:176px}}@media only screen and (max-width:750px){.p1tibuhw{width:135px}}@media only screen and (max-width:600px){.p1tibuhw{width:105px}}.ptqqrqd{position:absolute;top:50%;right:30px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% - 90px);height:400px;z-index:21;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;gap:12px}.p14estxv{font-size:16px}@media only screen and (max-width:1500px){.p14estxv{font-size:14.5px}}@media only screen and (max-width:1200px){.p14estxv{font-size:13px}}@media only screen and (max-width:1000px){.p14estxv{font-size:12px}}@media only screen and (max-width:750px){.p14estxv{font-size:11px}}@media only screen and (max-width:600px){.p14estxv{font-size:10.5px}}.e1dpvfl1{max-width:100%;max-height:100%}
|
|
36
35
|
.psiob9b{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;column-gap:8px;padding:4px 17px 4px 4px;border-radius:40px;cursor:pointer}.psiob9b:before{content:"";position:absolute;inset:0;border-radius:40px;border:1px solid var(--color-neutrals-white);opacity:.4;z-index:-1}@media only screen and (max-width:767px){.psiob9b{padding-right:10px}}.p1gqe4lh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:40px;height:40px;border-radius:50%}@media only screen and (max-width:767px){.p1gqe4lh{width:28px;height:28px}}.p15syg2y{width:40px;height:40px}.p15syg2y path{fill:var(--color-neutrals-white)}.p15syg2y rect{fill:var(--color-primary-2)}@media only screen and (max-width:767px){.p15syg2y{width:28px;height:28px}}.p12n4f2h{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:var(--color-neutrals-white);font-weight:var(--font-weight-default)}.poqmx89{margin-bottom:1px;font-size:9px;text-transform:uppercase}@media only screen and (max-width:767px){.poqmx89{display:none}}.prj9b3v{font-size:18px;line-height:20px}@media only screen and (max-width:767px){.prj9b3v{font-size:14px;line-height:22px}}
|
|
36
|
+
.pw9gih8{position:absolute;inset:0;z-index:20;overflow:hidden;-webkit-animation:fadeIn-pw9gih8 .3s ease-in-out;animation:fadeIn-pw9gih8 .3s ease-in-out}.pw9gih8.pause-ad-closing{-webkit-animation:fadeOut-pw9gih8 .3s ease-in-out forwards;animation:fadeOut-pw9gih8 .3s ease-in-out forwards}@-webkit-keyframes fadeIn-pw9gih8{0%{opacity:0;scale:1.5}to{opacity:1;scale:1}}@keyframes fadeIn-pw9gih8{0%{opacity:0;scale:1.5}to{opacity:1;scale:1}}@-webkit-keyframes fadeOut-pw9gih8{0%{opacity:1;scale:1}to{opacity:0;scale:1.5}}@keyframes fadeOut-pw9gih8{0%{opacity:1;scale:1}to{opacity:0;scale:1.5}}.p8lpomy{position:relative;width:100%;height:100%}.pv7u167{position:absolute;bottom:60px;left:60px;z-index:21}@media only screen and (max-width:1200px){.pv7u167{bottom:45px;left:50px}}@media only screen and (max-width:1000px){.pv7u167{bottom:40px;left:45px}}@media only screen and (max-width:750px){.pv7u167{bottom:20px;left:25px}}@media only screen and (max-width:600px){.pv7u167{bottom:15px;left:20px}}.p1kh2yb0{width:136px;height:136px;border:none;border-radius:50%;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20opacity='0.5'%20cx='24'%20cy='24.001'%20r='24'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M32.5432%2024.7938C33.215%2024.3331%2033.2822%2023.5173%2032.5432%2023.0567C23.7807%2017.6245%2019.6442%2014.918%2019.1356%2014.5917C18.3486%2014.083%2017.6%2014.6973%2017.6%2015.2059V32.7501C17.6%2033.3259%2018.5309%2033.8442%2019.1356%2033.4795C20.2201%2032.8172%2031.8714%2025.2641%2032.5336%2024.8034L32.5432%2024.7938Z'%20fill='white'/%3e%3c/svg%3e");-webkit-background-size:contain;background-size:contain;background-repeat:no-repeat;-webkit-background-position:center;background-position:center;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;padding:0}.p1kh2yb0:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.p1kh2yb0:active{-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.p1kh2yb0:focus,.p1kh2yb0[data-focused=true]{box-shadow:0 15px 20px #00000040;outline:none}@media only screen and (max-width:1500px){.p1kh2yb0{width:110px;height:110px}}@media only screen and (max-width:1200px){.p1kh2yb0{width:90px;height:90px}}@media only screen and (max-width:1000px){.p1kh2yb0{width:76px;height:76px}}@media only screen and (max-width:750px){.p1kh2yb0{width:55px;height:55px}}@media only screen and (max-width:600px){.p1kh2yb0{width:35px;height:35px}}.pl8f94x{position:absolute;top:0;right:0;bottom:0;z-index:21;background:linear-gradient(90deg,#0000,#000000b3);height:100%;box-sizing:content-box;width:50%}.p1m6zmrt{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:21;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;right:8.34%;width:32.82%;height:41.66%}@media only screen and (max-width:1439px){.p1m6zmrt.SL_PauseAdSidebar__content--desktop{right:7.9%;width:41.48%;height:52.68%}}@media only screen and (max-width:767px){.p1m6zmrt.SL_PauseAdSidebar__content--desktop{right:6.72%;width:51.2%;height:64.9%}}@media only screen and (max-width:991px)and (orientation:landscape){.p1m6zmrt.SL_PauseAdSidebar__content--desktop{right:7.68%;width:45.32%;height:57.56%}}@media only screen and (max-width:575px)and (orientation:landscape){.p1m6zmrt.SL_PauseAdSidebar__content--desktop{right:11.94%;width:56.22%;height:71.64%}}.em3vwfa{max-width:100%;max-height:100%}
|
|
37
37
|
.c16uapq7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:var(--font-regular);color:#fff;width:450px;padding:20px}@media only screen and (max-width:1024px){.c16uapq7{width:300px;padding:10px}}@media only screen and (max-width:1366px)and (orientation:landscape){.c16uapq7{width:300px;padding:10px}}.SL-CardWebOs .c16uapq7{width:670px;padding:68px 60px 52px 45px}@media only screen and (max-width:1024px){.SL-CardWebOs .c16uapq7{width:450px;padding:20px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .c16uapq7{width:450px;padding:20px}}.h1bkiv31{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:25px}@media only screen and (max-width:1024px){.h1bkiv31{margin-bottom:18px}}@media only screen and (max-width:1366px)and (orientation:landscape){.h1bkiv31{margin-bottom:18px}}.SL-CardWebOs .h1bkiv31{margin-bottom:42px}@media only screen and (max-width:1024px){.SL-CardWebOs .h1bkiv31{margin-bottom:25px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .h1bkiv31{margin-bottom:25px}}.l58x1zx{height:33px;width:auto;object-fit:contain}@media only screen and (max-width:1024px){.l58x1zx{height:25px}}@media only screen and (max-width:1366px)and (orientation:landscape){.l58x1zx{height:25px}}.SL-CardWebOs .l58x1zx{height:56px}@media only screen and (max-width:1024px){.SL-CardWebOs .l58x1zx{height:33px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .l58x1zx{height:33px}}.aje8tdj{border-radius:4px;background:#fff3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 8px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:500;color:#fcfcfc80}@media only screen and (max-width:1024px){.aje8tdj{padding:3px 5px;font-size:15px}}@media only screen and (max-width:1366px)and (orientation:landscape){.aje8tdj{padding:3px 5px;font-size:15px}}.SL-CardWebOs .aje8tdj{font-size:24px;padding:4px 10px}@media only screen and (max-width:1024px){.SL-CardWebOs .aje8tdj{font-size:18px;padding:3px 8px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .aje8tdj{font-size:18px;padding:3px 8px}}.v1b9hkhr{font-size:20px;font-weight:700;line-height:41.6px;letter-spacing:.416px;opacity:.7;margin-bottom:10px}@media only screen and (max-width:1024px){.v1b9hkhr{font-size:17px;margin-bottom:3px}}@media only screen and (max-width:1366px)and (orientation:landscape){.v1b9hkhr{font-size:17px;margin-bottom:3px}}.SL-CardWebOs .v1b9hkhr{font-size:32px;margin-bottom:27px}@media only screen and (max-width:1024px){.SL-CardWebOs .v1b9hkhr{font-size:20px;margin-bottom:10px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .v1b9hkhr{font-size:20px;margin-bottom:10px}}.t103i3ll{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:4px;margin-bottom:15px}@media only screen and (max-width:1024px){.t103i3ll{margin-bottom:8px;row-gap:0px}}@media only screen and (max-width:1366px)and (orientation:landscape){.t103i3ll{margin-bottom:8px;row-gap:0px}}.SL-CardWebOs .t103i3ll{row-gap:9px;margin-bottom:29px}@media only screen and (max-width:1024px){.SL-CardWebOs .t103i3ll{row-gap:4px;margin-bottom:15px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .t103i3ll{row-gap:4px;margin-bottom:15px}}.tv6559o{font-size:23px;font-weight:700;line-height:57.6px;letter-spacing:.384px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.tv6559o{font-size:18px}}@media only screen and (max-width:1366px)and (orientation:landscape){.tv6559o{font-size:18px}}.SL-CardWebOs .tv6559o{font-size:48px}@media only screen and (max-width:1024px){.SL-CardWebOs .tv6559o{font-size:23px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .tv6559o{font-size:23px}}.td9fhm{height:50px;width:50px;object-fit:contain;margin-right:10px}@media only screen and (max-width:1024px){.td9fhm{height:45px;width:45px;margin-right:8px}}@media only screen and (max-width:1366px)and (orientation:landscape){.td9fhm{height:45px;width:45px;margin-right:8px}}.SL-CardWebOs .td9fhm{height:64px;width:64px;margin-right:15px}@media only screen and (max-width:1024px){.SL-CardWebOs .td9fhm{height:50px;width:50px;margin-right:10px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .td9fhm{height:50px;width:50px;margin-right:10px}}.t1bg0qru{margin-right:12px;letter-spacing:-.5px}@media only screen and (max-width:1024px){.t1bg0qru{letter-spacing:0px;margin-right:10px}}@media only screen and (max-width:1366px)and (orientation:landscape){.t1bg0qru{letter-spacing:0px;margin-right:10px}}.SL-CardWebOs .t1bg0qru{margin-right:18px;letter-spacing:-1.1px}@media only screen and (max-width:1024px){.SL-CardWebOs .t1bg0qru{margin-right:12px;letter-spacing:-.5px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .t1bg0qru{margin-right:12px;letter-spacing:-.5px}}.t1k3nqya{letter-spacing:1px}@media only screen and (max-width:1024px){.t1k3nqya{letter-spacing:0px}}@media only screen and (max-width:1366px)and (orientation:landscape){.t1k3nqya{letter-spacing:0px}}.SL-CardWebOs .t1k3nqya{letter-spacing:2.6px}@media only screen and (max-width:1024px){.SL-CardWebOs .t1k3nqya{letter-spacing:1px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .t1k3nqya{letter-spacing:1px}}.du878ld{font-size:22px;font-weight:700;line-height:41.6px;letter-spacing:-.12px}@media only screen and (max-width:1024px){.du878ld{font-size:17px}}@media only screen and (max-width:1366px)and (orientation:landscape){.du878ld{font-size:17px}}.SL-CardWebOs .du878ld{font-size:32px}@media only screen and (max-width:1024px){.SL-CardWebOs .du878ld{font-size:22px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .du878ld{font-size:22px}}.d11m2h7g{letter-spacing:1.4px}.cpgwa9e{width:100%;height:300px;margin-top:10px;position:relative}@media only screen and (max-width:1024px){.cpgwa9e{margin-top:0}}@media only screen and (max-width:1366px)and (orientation:landscape){.cpgwa9e{margin-top:0}}.SL-CardWebOs .cpgwa9e{margin-top:40px}@media only screen and (max-width:1024px){.SL-CardWebOs .cpgwa9e{margin-top:10px}}@media only screen and (max-width:1366px)and (orientation:landscape){.SL-CardWebOs .cpgwa9e{margin-top:10px}}.cpgwa9e #tv-attr-logo{display:none}
|
|
38
38
|
.claeaeg{background-color:#000}.bi136qd{width:20px;height:20px;background:url(https://cdn.streamlayer.io/sdk-web/polymarket-small.png) no-repeat center center;-webkit-background-size:contain;background-size:contain;border:none;cursor:pointer;padding:0;margin:0;outline:none}
|
|
39
39
|
.q1w97g3p{border-radius:var(--border-radius);padding:var(--container-padding);background-color:var(--color-sdk-dark-container-bg);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;gap:var(--history-card-gap);border:var(--card-border);position:relative}.q1w97g3p:hover{border-color:var(--color-neutrals-gray4);cursor:pointer}.q1w97g3p:after{content:"";position:absolute;inset:0}.q2sl39u{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;font-weight:500;margin-bottom:.5rem}.qd5h0uc{color:var(--color-question-body-text);font-size:.875rem;font-weight:400;font-family:var(--font-serif);line-height:1.25rem;overflow-wrap:break-word}.qxlt78s.q1fa0b9h path{stroke:var(--color-primary-1)}.qmg0vkx{width:1rem;height:1rem}.qmg0vkx[data-type-trivia=true]{width:.8125rem;height:.8125rem}.qmg0vkx[data-type-poll=true]{width:.75rem;height:.75rem}.qmg0vkx path{fill:var(--color-primary-1);fill-opacity:1}.q1uz5j1g{color:var(--color-secondary-text);font-size:.75rem;font-weight:400;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:.375rem}.qc3icwa{font-weight:700;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.qmx43d1{color:var(--color-white);font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.q1uc7n5z{background-color:var(--color-blue-question-action-btn);border:none;border-radius:2px;font-size:.5rem;padding:6px;height:1.25rem;text-transform:uppercase;color:var(--color-white);cursor:pointer}.qcpp4y6{width:1rem;height:1rem}.q1rdw3wd{text-transform:uppercase}.e1pba9p1{text-transform:uppercase;border-left:1px solid var(--color-grey-primary);padding-left:5px;margin-left:5px}.p169lohr{border:none;outline:none;background-color:var(--color-primary-1);color:var(--color-white);border-radius:71px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;font-weight:400;width:56px;height:32px}.p169lohr:hover{background-color:var(--color-primary-2);cursor:pointer}.s1f43z3r{position:relative;display:-ms-grid;display:grid;row-gap:8px;-ms-grid-rows:16px auto;grid-template-rows:16px auto;padding:var(--container-padding);background-color:var(--color-neutrals-white);border-radius:var(--border-radius);min-height:78px}.s16k8geu.cqg02m{position:absolute;top:50%;right:16px;width:56px;height:32px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:71px}
|