/* MWOS.net standalone landing page - header + footer stylesheet.
   Generated by build-css.py; do not hand-edit. Edit the chunks in
   css-src/ or add your own rules in assets/css/custom.css instead. */


/* ===== theme-vars.css - Theme tokens resolved from the live :root ===== */
/* ------------------------------------------------------------------
   MWOS.net theme tokens
   Captured from the resolved :root custom properties on
   https://worldofsport.net/sports/match/football (2026-09-14).
   Font Awesome's own --fa-* tokens are excluded: they ship with the
   local Font Awesome 6.5.1 stylesheet instead.
   ------------------------------------------------------------------ */
:root{
  --main-font-family: din-2014, sans-serif;

  /* header */
  --header-main-background: #044124;
  --header-main-background-rgb: 4,65,36;
  --header-sub-background: #000004;
  --header-sub-background-rgb: 0,0,4;
  --header-sub-text-color: #FAFAFA;
  --header-sub-text-color-rgb: 250,250,250;
  --header-text-color: #FFFFFF;
  --header-text-color-rgb: 255,255,255;
  --header-hover-background: #FBC729;
  --header-hover-background-rgb: 251,199,41;
  --header-hover-color: #000000;
  --header-hover-color-rgb: 0,0,0;

  /* brand */
  --main-primary: #034827;
  --main-primary-rgb: 3,72,39;
  --main-primary-hover: #08682F;
  --main-primary-hover-rgb: 8,104,47;
  --main-primary-text: #FFFFFF;
  --main-primary-text-rgb: 255,255,255;
  --main-secondary: #A6C539;
  --main-secondary-rgb: 166,197,57;
  --main-secondary-text: #000000;
  --main-secondary-text-rgb: 0,0,0;

  /* surfaces */
  --main-first-background: #FAFAFA;
  --main-first-background-rgb: 250,250,250;
  --main-first-background-text: #000000;
  --main-first-background-text-rgb: 0,0,0;
  --main-first-background-highlight-text: #A6C539;
  --main-first-background-highlight-text-rgb: 166,197,57;
  --main-first-background-hover: #F6F6F6;
  --main-first-background-hover-rgb: 246,246,246;
  --main-second-background: #CECECE;
  --main-second-background-rgb: 206,206,206;
  --main-second-background-text: #000000;
  --main-second-background-text-rgb: 0,0,0;
  --main-third-background: #F0F0F0;
  --main-third-background-rgb: 240,240,240;
  --main-third-background-text: #000000;
  --main-third-background-text-rgb: 0,0,0;
  --main-third-background-highlight-text: #000000;
  --main-third-background-highlight-text-rgb: 0,0,0;
  --main-first-extra-background: #F6F6F6;
  --main-first-extra-background-rgb: 246,246,246;
  --main-first-extra-background-text: #000000;
  --main-first-extra-background-text-rgb: 0,0,0;
  --main-second-extra-background: #F6F6F6;
  --main-second-extra-background-rgb: 246,246,246;
  --main-second-extra-background-text: #000000;
  --main-second-extra-background-text-rgb: 0,0,0;
  --main-modal-background: #FFFFFF;
  --main-modal-background-rgb: 255,255,255;
  --main-modal-text: #1A1A1A;
  --main-modal-text-rgb: 26,26,26;

  /* accents */
  --main-extra-color: #696969;
  --main-extra-color-rgb: 105,105,105;
  --main-extra-notification-bell: #F3C228;
  --main-extra-notification-bell-rgb: 243,194,40;
  --main-extra-notification-bell-bg: #C6C6C6;
  --main-extra-notification-bell-bg-rgb: 198,198,198;
  --main-extra-join-bg: #FFCB2B;
  --main-extra-join-bg-rgb: 255,203,43;
  --main-extra-join-color: #000000;
  --main-extra-join-color-rgb: 0,0,0;
  --main-extra-deposit-color: #F3C228;
  --main-extra-deposit-color-rgb: 243,194,40;

  /* system */
  --system-systemRed: #FF6A6A;
  --system-systemRed-rgb: 255,106,106;
  --system-systemIntenseRed: #DF0006;
  --system-systemIntenseRed-rgb: 223,0,6;
  --system-systemGreen: #7BB200;
  --system-systemGreen-rgb: 123,178,0;
  --system-systemYellow: #FAC200;
  --system-systemYellow-rgb: 250,194,0;

  /* footer chrome (Aardvark shell) */
  --footer-main-background: #034827;
  --footer-main-background-rgb: 0,0,0;
  --footer-main-background-text: #FFFFFF;
  --footer-main-background-text-rgb: 255,255,255;
  --footer-content-text: #FFFFFF;
  --footer-content-text-rgb: 255,255,255;

  /* footer (CMS "veefooter" block) */
  --footer-text-color: #ffffff;
  --footer-link-hover-color: #ffcb2b;
  --footer-border-color: rgba(255, 255, 255, 0.12);
  --footer-heading-color: #ffcb2b;
  --footer-paragraph-color: rgba(255, 255, 255, 0.9);
  --footer-button-background: #a6c539;
  --footer-button-hover-background: #ffcb2b;
  --footer-button-text-color: #111111;
  --footer-social-icon-hover-color: #ffcb2b;
  --footer-accent-line: #a6c539;
  --footer-max-width: 1200px;
}


/* ===== index-BaIn_kXt.css - Main bundle: reset, base, footer shell, back-to-top, copyright (219 scope attrs removed, 132 foreign-scope selectors dropped) ===== */
#footer .columns{color:var(--footer-main-background-text);justify-content:space-between;padding-top:15px;display:flex}#footer .columns .column h3{font-size:19px;font-weight:500}#footer .columns .column ul{padding-top:10px;padding-left:0;list-style-type:none}#footer .columns .column ul .link{color:var(--footer-main-background-text);padding:5px 0;font-size:14px;display:block}#footer .columns .column ul .link:hover{opacity:.7}@media screen and (max-width:700px){#footer .columns{flex-wrap:wrap}#footer .columns .column{min-width:50%;margin-top:30px}}.content-holder iframe,.content-holder object,.content-holder embed,.content-holder video{max-width:100%}#footer .content-holder{text-align:center;color:var(--footer-content-text);padding:30px 0;font-size:14px;line-height:23px}#footer .copyright{border-top:1px solid var(--main-second-background);width:100%;color:var(--main-second-extra-color);align-items:center;margin-top:15px;padding:20px 0 5px;display:flex}#footer .copyright .left{flex:1;display:flex}#footer .copyright .left .logo{filter:grayscale();background-position:0;background-repeat:no-repeat;background-size:contain;width:150px;height:50px}#footer .copyright .left .uploaded-logo-holder{text-align:left;width:150px;max-width:150px;height:50px}#footer .copyright .left .uploaded-logo-holder .uploaded-logo{filter:grayscale();width:auto;max-width:100%;height:auto;max-height:100%}@media screen and (max-width:450px){#footer .copyright{flex-flow:column}}#footer{border-top:5px solid var(--main-second-background);background-color:var(--footer-main-background);color:var(--footer-main-background-text);flex-flow:column;justify-content:center;align-items:center;width:100%;max-width:100vw;padding:5vh 0;display:flex;position:relative;overflow-x:hidden}#footer .row{width:90%;max-width:1600px}#footer .row#footer-text{text-align:center;margin-top:24px}#footer .row .icon-list{justify-content:center;display:flex}#footer.mobile{flex-direction:column;padding-top:1.5vh;padding-bottom:2vh}#footer .links{font-size:12px}#footer .links .link{color:#fff;text-transform:uppercase;cursor:pointer;padding:0 10px;font-weight:700}#footer .links .link:hover{text-decoration:underline}#footer .back-to-top{justify-content:flex-end;align-items:center;font-size:16px;display:flex}#footer .back-to-top .click-area{cursor:pointer}#footer .back-to-top .back-text{vertical-align:top;padding-left:5px}#footer .back-to-top:hover .back-text{text-decoration:underline}#footer .back-to-top .arrow{font-size:22px}#footer .footer-observer{position:absolute;top:0;left:0}.menu-ribbons svg{width:16px;height:16px}.link{color:var(--text-color);text-align:center;cursor:pointer;align-items:center;padding:0 .8vw;font-size:13px;line-height:16px;text-decoration:none;display:inline-flex}.link:hover,.link.router-link-active:not(.disable-active-style){color:var(--text-color-hover)}.link .link-inner{align-items:center;line-height:20px;display:flex}.link .link-inner .text{font-weight:400}.link .ribbon{justify-content:center;align-items:center;margin-left:.3vw;display:flex}.link.mobile-left-side-pages-menu,.link.mobile-left-side-games-menu,.link.mobile-left-side-games-menu-group{border-bottom:1px solid var(--main-third-background);width:100%;height:53px;color:var(--main-third-background-text);padding:0 20px;font-size:14px;font-weight:400;display:flex}.link.mobile-left-side-pages-menu.router-link-active:not(.disable-active-style),.link.mobile-left-side-games-menu.router-link-active:not(.disable-active-style),.link.mobile-left-side-games-menu-group.router-link-active:not(.disable-active-style){color:var(--main-primary)}.link.mobile-left-side-pages-menu .link-inner .icon,.link.mobile-left-side-games-menu .link-inner .icon,.link.mobile-left-side-games-menu-group .link-inner .icon{width:26px;height:26px;fill:var(--main-third-background-text);margin-right:12px}.link.mobile-left-side-pages-menu .link-inner .ribbon,.link.mobile-left-side-games-menu .link-inner .ribbon,.link.mobile-left-side-games-menu-group .link-inner .ribbon{margin-left:5px}.link.mobile-left-side-games-menu{padding:0}.link.group-link .link-inner{font-size:13px;line-height:36px}.link.mobile-games-list .link-inner{min-width:60px;max-width:60px;height:66px;color:inherit;flex-direction:column;justify-content:center;margin:0 4px;padding:0;font-size:10px;position:relative}.link.mobile-games-list .link-inner .icon{width:24px;height:24px;fill:var(--main-first-background-text)}.link.mobile-games-list .link-inner .text{text-align:center;white-space:break-spaces;word-break:break-word;word-wrap:break-word;justify-content:center;align-items:center;margin-right:2px;padding-top:5px;font-size:10px;line-height:100%;display:flex;overflow:hidden}@supports (-webkit-line-clamp:2){.link.mobile-games-list .link-inner .text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.link.mobile-games-list .link-inner .ribbon{position:absolute;top:9px;right:10px}.link.mobile-games-list.router-link-active:not(.disable-active-style) .link-inner .icon{fill:var(--main-primary)}.link.mobile-left-side-games-menu-group{padding:0}.link.mobile-left-side-games-menu-group .link-inner .icon{width:18px;height:18px}.mobile-nav-wrapper .icon{fill:var(--main-first-background-text);margin:0}.mobile-nav-wrapper .link-text{text-align:center;white-space:break-spaces;word-break:break-word;word-wrap:break-word;justify-content:center;align-items:center;margin-right:2px;padding-top:5px;font-size:10px;line-height:100%;display:flex;overflow:hidden}@supports (-webkit-line-clamp:2){.mobile-nav-wrapper .link-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.mobile-nav-wrapper{background:var(--main-third-background);color:var(--main-third-background-text);border-bottom:1px solid var(--main-primary);position:relative;overflow:hidden}.mobile-nav-wrapper-inner{transition:transform .4s ease-in-out;transform:translateY(0)}.mobile-nav-wrapper-inner.is-animated{transform:translateY(-67px)}.mobile-nav-wrapper-inner .menu-container{display:flex;overflow-x:auto}.mobile-nav-wrapper .mobile-nav-sub-menu{z-index:1;background:var(--main-third-background);border-top:1px solid var(--header-main-background);align-items:center;width:calc(100% - 42px);height:calc(100% + 1px);padding:0 14px;display:flex;position:absolute;top:100%;left:0;overflow-x:auto}.mobile-nav-wrapper .mobile-nav-sub-menu .mobile-nav-sub-menu-title{height:66px;color:var(--main-primary);white-space:nowrap;font-size:12px;line-height:66px}.mobile-nav-wrapper .mobile-nav-sub-menu .chevron{height:10px;margin-left:14px}.mobile-nav-wrapper .mobile-nav-close{width:40px;height:calc(100% + 1px);color:var(--main-third-background-text);border:none;border-top:1px solid var(--header-main-background);z-index:1;background:var(--main-third-background);position:absolute;top:100%;bottom:0;right:0}.mobile-nav-wrapper .mobile-nav-close .icon{font-size:18px}.mobile-nav-wrapper .link,.mobile-nav-wrapper .sub-menu-btn{min-width:60px;max-width:60px;height:66px;color:inherit;flex-direction:column;justify-content:center;align-items:center;margin:0 4px;padding:0;font-size:10px;display:flex;position:relative}.mobile-nav-wrapper .link .ribbon,.mobile-nav-wrapper .sub-menu-btn .ribbon{position:absolute;top:9px;right:10px}.mobile-nav-wrapper .link .icon,.mobile-nav-wrapper .sub-menu-btn .icon{font-size:24px}.mobile-nav-wrapper .link .img-icon,.mobile-nav-wrapper .sub-menu-btn .img-icon{width:24px;height:24px}.mobile-nav-wrapper .link.router-link-active:not(.disable-active-style),.mobile-nav-wrapper .sub-menu-btn.router-link-active:not(.disable-active-style){color:var(--main-primary)}.mobile-nav-wrapper .link.router-link-active:not(.disable-active-style) .icon,.mobile-nav-wrapper .sub-menu-btn.router-link-active:not(.disable-active-style) .icon{fill:var(--main-primary)}.mobile-nav-wrapper .sub-menu-btn{background:0 0;border:none}.mobile-nav-wrapper .sub-menu-btn .text-wrap{flex-direction:row;justify-content:center;align-items:center;padding-top:5px;display:flex}.mobile-nav-wrapper .sub-menu-btn .text-wrap .link-text{padding:0}.mobile-nav-wrapper .sub-menu-btn .text-wrap .chevron{width:auto;height:7px;margin-top:1px}.mobile-nav-wrapper .sub-menu-btn.active-group{color:var(--main-primary)}.mobile-nav-wrapper .sub-menu-btn.active-group .icon{fill:var(--main-primary)}.mobile-nav-wrapper .arrow svg{width:7px}.system-green{color:var(--system-systemGreen)}.system-red{color:var(--system-systemRed)}.system-yellow{color:var(--system-systemYellow)}.scrollbar::-webkit-scrollbar{width:10px}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--main-second-background);border-radius:10px}h1,h2,h3,h4,h5{margin:calc(2rem - .142857em) 0 1rem;padding:0;font-weight:700;line-height:1.28571em}h3{font-size:1.28571rem}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}a,a:hover{text-decoration:none}p{margin:0 0 1em;line-height:1.4285em}p:last-child{margin-bottom:0}p:first-child{margin-top:0}*,:after,:before{box-sizing:inherit}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;justify-content:center}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.column:not(.row),.ui.grid>.row>.column{vertical-align:top;width:6.25%;padding-left:1rem;padding-right:1rem;display:inline-block;position:relative}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>[class*=equal\ width].row>.column,.ui[class*=equal\ width].grid>.column:not(.row),.ui[class*=equal\ width].grid>.row>.column{flex-grow:1;display:inline-block}.ui.column.grid>[class*=one\ wide].column,.ui.grid>.column.row>[class*=one\ wide].column,.ui.grid>.row>[class*=one\ wide].column,.ui.grid>[class*=one\ wide].column{width:6.25%!important}.ui.column.grid>[class*=two\ wide].column,.ui.grid>.column.row>[class*=two\ wide].column,.ui.grid>.row>[class*=two\ wide].column,.ui.grid>[class*=two\ wide].column{width:12.5%!important}.ui.column.grid>[class*=three\ wide].column,.ui.grid>.column.row>[class*=three\ wide].column,.ui.grid>.row>[class*=three\ wide].column,.ui.grid>[class*=three\ wide].column{width:18.75%!important}.ui.column.grid>[class*=five\ wide].column,.ui.grid>.column.row>[class*=five\ wide].column,.ui.grid>.row>[class*=five\ wide].column,.ui.grid>[class*=five\ wide].column{width:31.25%!important}.ui.column.grid>[class*=eight\ wide].column,.ui.grid>.column.row>[class*=eight\ wide].column,.ui.grid>.row>[class*=eight\ wide].column,.ui.grid>[class*=eight\ wide].column{width:50%!important}.ui.column.grid>[class*=nine\ wide].column,.ui.grid>.column.row>[class*=nine\ wide].column,.ui.grid>.row>[class*=nine\ wide].column,.ui.grid>[class*=nine\ wide].column{width:56.25%!important}.ui.column.grid>[class*=thirteen\ wide].column,.ui.grid>.column.row>[class*=thirteen\ wide].column,.ui.grid>.row>[class*=thirteen\ wide].column,.ui.grid>[class*=thirteen\ wide].column{width:81.25%!important}.ui.column.grid>[class*=fifteen\ wide].column,.ui.grid>.column.row>[class*=fifteen\ wide].column,.ui.grid>.row>[class*=fifteen\ wide].column,.ui.grid>[class*=fifteen\ wide].column{width:93.75%!important}.ui.column.grid>[class*=sixteen\ wide].column,.ui.grid>.column.row>[class*=sixteen\ wide].column,.ui.grid>.row>[class*=sixteen\ wide].column,.ui.grid>[class*=sixteen\ wide].column{width:100%!important}.ui.grid>.row>[class*=middle\ aligned].column,.ui.grid>[class*=middle\ aligned].column:not(.row),.ui.grid>[class*=middle\ aligned].row>.column,.ui[class*=middle\ aligned].grid>.column:not(.row),.ui[class*=middle\ aligned].grid>.row>.column{vertical-align:middle;flex-direction:column;align-self:center!important}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}.ui.grid{flex-flow:wrap;align-items:stretch;margin:-1rem;padding:0;display:flex}.ui.form{font-size:1rem}.ui.grid>.row{justify-content:inherit;flex-flow:wrap;align-items:stretch;padding:1rem 0;display:flex;position:relative;width:100%!important}.ui.form input:not([type]),.ui.form input[type=date] .ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.form textarea{-webkit-appearance:none;tap-highlight-color:#fff0;color:#000000de;background:#fff;border:1px solid #22242626;border-radius:.285714rem;outline:0;margin:0;font-size:1em;transition:color .1s,border-color .1s;box-shadow:inset 0 0 #0000}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{vertical-align:middle;width:auto;margin-top:0;margin-bottom:0;font-size:1em;display:inline-block}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{padding:.678571em 1em;line-height:1.21429em}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;box-shadow:none!important;pointer-events:none!important;background-image:none!important}.ui.button{cursor:pointer;vertical-align:baseline;color:#0009;text-transform:none;min-height:1em;text-shadow:none;text-align:center;-webkit-user-select:none;user-select:none;will-change:"";-webkit-tap-highlight-color:transparent;background:#e0e1e2;border:none;border-radius:.285714rem;outline:0;margin:0 .25em 0 0;padding:.785714em 1.5em;font-style:normal;font-weight:700;line-height:1em;text-decoration:none;transition:opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;display:inline-block}.ui.input{font-size:1em;font-style:normal;font-weight:400;display:inline-flex;position:relative}.ui.input input{-webkit-tap-highlight-color:#fff0;text-align:left;color:#000000de;max-width:100%;box-shadow:none;background:#fff;border:1px solid #22242626;border-radius:.285714rem;outline:0;flex:1 0 auto;margin:0;padding:.678571em 1em;line-height:1.21429em;transition:box-shadow .1s,border-color .1s}.ui.menu .item{text-transform:uppercase;flex-direction:column;justify-content:center;height:100%;padding:0 15px;display:flex}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .fields{flex-direction:row;margin:0 -.5em 1em;display:flex}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .fields .field{clear:both;margin:0}.ui.form .fields>.field{flex:0 auto;padding-left:.5em;padding-right:.5em}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=email],.ui.form .field.error input[type=file],.ui.form .field.error input[type=number],.ui.form .field.error input[type=password],.ui.form .field.error input[type=search],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=text],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{color:#9f3a38;border-radius:"";box-shadow:none;background:#fff6f6;border-color:#e0b4b4}.ui.form .fields>.field:first-child{box-shadow:none;border-left:none}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}::selection{color:#000000de;background-color:#cce2ff}input::selection{color:#000000de;background-color:#63636366}textarea::selection{color:#000000de;background-color:#63636366}i.icon,svg.icon{opacity:1;width:1.18em;height:1em;-webkit-text-decoration:inherit;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;backface-visibility:hidden;margin:0 .25rem 0 0;font-family:Icons;font-style:normal;font-weight:400;display:inline-block}.ui.checkbox{backface-visibility:hidden;vertical-align:baseline;outline:0;min-width:17px;min-height:17px;font-size:1rem;font-style:normal;line-height:17px;display:inline-block;position:relative}.ui.checkbox .box,.ui.checkbox label{cursor:auto;outline:0;padding-left:1.85714em;font-size:1em;display:block;position:relative}.ui.checkbox+label,.ui.checkbox label{color:#000000de;transition:color .1s}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;user-select:none}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;z-index:3;outline:0;width:17px;height:17px;position:absolute;top:0;left:0;opacity:0!important}.ui.checkbox input.hidden{z-index:-1}.ui.form .field>label{color:#000000de;text-transform:none;margin:0 0 .285714rem;font-size:.928571em;font-weight:700;display:block}.ui.checkbox .box:before,.ui.checkbox label:before{content:"";background:#fff;border:1px solid #d4d4d5;border-radius:.214286rem}.ui.checkbox .box:after,.ui.checkbox .box:before,.ui.checkbox label:after,.ui.checkbox label:before{width:17px;height:17px;transition:border .1s,opacity .1s,transform .1s,box-shadow .1s;position:absolute;top:0;left:0}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#fff;border-color:#22242659}@font-face{font-family:Checkbox;font-display:swap;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)format("truetype")}.ui.checkbox label:after,.ui.checkbox .box:after{font-family:Checkbox}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:""}.ui.icon.input>i.icon,.ui.icon.input>svg.icon{cursor:default;text-align:center;opacity:.5;border-radius:0 .285714rem .285714rem 0;width:1em;height:100%;margin:0 10px 0 0;line-height:1;transition:opacity .3s;position:absolute;top:0;right:0}.ui.icon.input input{padding-right:2.67143em!important}.ui.icon.message{align-items:center;width:100%;display:flex}.ui.icon.message>.icon:not(.close){vertical-align:middle;opacity:.8;flex:none;width:auto;font-size:3em;line-height:1;display:block}.ui.icon.message>.content{vertical-align:middle;flex:auto;display:block}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.message{color:#000000de;background:#f8f8f9;border-radius:.285714rem;min-height:1em;margin:1em 0;padding:1em 1.5em;line-height:1.4285em;transition:opacity .1s,color .1s,background .1s,box-shadow .1s;position:relative;box-shadow:inset 0 0 0 1px #22242638,0 0 #0000}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.slots-user-slip-notification{border-radius:0 5px 5px 0;margin:10px 10px 0 0;z-index:50000!important;width:350px!important}.slots-user-slip-notification .slots-user-slip{background:var(--main-first-background);color:var(--main-first-background-text);border-left:2px solid var(--system-systemGreen);background-image:linear-gradient(to left, rgba(var(--system-systemGreen-rgb), 0) 0%, rgba(var(--system-systemGreen-rgb), .1) 66%, rgba(var(--system-systemGreen-rgb), .2) 100%);border-radius:0 5px 5px 0;padding:14px 8px 14px 14px;position:relative}.slots-user-slip-notification .slots-user-slip .slots-user-slip-data{flex:1}.slots-user-slip-notification .vue-notification-wrapper{box-shadow:0 0 6px 1px #00000059}.slots-user-slip-notification .slots-user-slip-separator{display:none}.slots-user-slip-notification .slots-user-slip-info-item{word-break:break-all}.slots-user-slip-notification .slots-betting-slip-leave-active{display:none}.slots-user-slip-notification .slots-betting-slip-enter-active{display:block}@media screen and (max-width:640px),(orientation:landscape) and (max-height:640px){.slots-user-slip-notification{margin:0;width:100%!important}.slots-user-slip-notification>span{display:block}.slots-user-slip-notification .vue-notification-wrapper{width:100%;height:60px;box-shadow:none;background:#392e7b;position:absolute}.slots-user-slip-notification .vue-notification-wrapper.slots-betting-slip-leave-active{display:block;top:0}.slots-user-slip-notification .vue-notification-wrapper.slots-betting-slip-leave-to,.slots-user-slip-notification .vue-notification-wrapper.slots-betting-slip-enter-active{top:-100px}.slots-user-slip-notification .vue-notification-wrapper.slots-betting-slip-enter-to{top:0}.slots-user-slip-notification .spinner>svg>circle{stroke:#fff}.slots-user-slip-notification .slots-user-slip{color:#fff;background:0 0;border:none;width:100%;margin:0;padding:9px 15px}.slots-user-slip-notification .slots-user-slip .icon-slip{color:#fff!important;margin:0!important;font-size:2em!important}.slots-user-slip-notification .slots-user-slip .icon.close,.slots-user-slip-notification .slots-user-slip .header{display:none!important}.slots-user-slip-notification .slots-user-slip .slots-user-slip-info{flex-wrap:wrap;font-size:11px;line-height:1.3;display:flex}.slots-user-slip-notification .slots-user-slip .slots-user-slip-info .slots-user-slip-info-item{white-space:nowrap;text-overflow:ellipsis;flex:0 0 50%;padding-right:15px;overflow:hidden}.slots-user-slip-notification .slots-user-slip .slots-user-slip-info .slots-user-slip-info-item .slots-user-slip-data-title{color:#d4ccff}.slots-user-slip-notification .slots-user-slip .slots-user-slip-data{align-items:center;display:flex}.slots-user-slip-notification .slots-user-slip .slots-user-slip-separator{color:#fff;border-left:1px solid #17123c;height:20px;margin-left:15px;padding-left:15px;display:block}.slots-user-slip-notification .slots-user-slip p{margin:0!important}}@media screen and (max-width:374px){.slots-user-slip-notification .parent{display:none}.slots-user-slip-notification .icon-slip,.slots-user-slip-notification .slots-user-slip-separator{display:none!important}}.notification-default{margin:10px 10px 0 0;z-index:50000!important}@media only screen and (min-width:641px){.notification-default{width:330px!important}}@media screen and (max-width:640px){.notification-default{width:262px!important}}.notification-default .vue-notification-wrapper{border-radius:0 5px 5px 0;margin-bottom:5px;box-shadow:0 0 10px #0000004d}.ui.message .header{margin:-.142857em 0 0;font-weight:700;display:block}.ui.message .header:not(.ui){font-size:1.14286em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;opacity:.85;margin:.5em 0 0;padding:0;list-style-position:inside}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{margin:0 0 .3em 1em;padding:0;list-style-type:none;position:relative}.ui.message .list:not(.ui) li:before{content:"•";vertical-align:baseline;height:100%;position:absolute;left:-1em}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;opacity:.7;margin:0;transition:opacity .1s;position:absolute;top:.78575em;right:.5em}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.checkbox.radio label:after,.ui.checkbox.radio label:before{border-radius:100%;content:" "!important}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.fade-enter,.fade-leave-to{opacity:0}.search-fade-enter-active,.fade-leave-active{transition:opacity .4s}.search-fade-enter,.fade-leave-to{opacity:0}.roulette-fade-enter-active{transition:opacity .8s}.roulette-fade-enter{opacity:0}.list-enter-active,.list-leave-active{opacity:1;transition:all 1.2s}.list-enter{opacity:0;transform:translateY(-100%)}.list-leave-to{opacity:0;transform:translateY(100%)}:root{--main-font-family:din-2014, sans-serif}body,html{scroll-behavior:smooth;height:100%;font-size:14px}html{line-height:1.15}html body{line-height:1.4285em;font-family:var(--main-font-family);box-sizing:border-box;margin:0;padding:0;color:#fff!important;background:#000!important}html body.fixed-position{width:100%;position:fixed}html body #app{background:var(--main-first-background)}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}.content-body{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.extra-content{grid-template-rows:auto auto 1fr auto}input:focus,select:focus,textarea:focus,button:focus{outline:none}input::selection{color:#fff}textarea::selection{color:#fff}.margin-right-10{margin-right:10px}.margin-bottom-10{margin-bottom:10px}.promo{margin-bottom:-33px}.redirects .redirect{text-decoration:underline}.header+.redirects{margin-top:8px}.user-important-message{color:#444;text-align:center;cursor:pointer;background:#fac200;border:none;width:100%;padding:7px 10px;display:block}.d-none{display:none!important}.adv-markdown-message.elipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.adv-markdown-message.elipsis h1,.adv-markdown-message.elipsis h2,.adv-markdown-message.elipsis h3,.adv-markdown-message.elipsis h4,.adv-markdown-message.elipsis h5,.adv-markdown-message.elipsis h6,.adv-markdown-message.elipsis p{display:inline}.adv-markdown-message.clean h1,.adv-markdown-message.clean h2,.adv-markdown-message.clean h3,.adv-markdown-message.clean h4,.adv-markdown-message.clean h5,.adv-markdown-message.clean h6,.adv-markdown-message.clean p,.adv-markdown-message.clean strong{font-size:inherit;font-weight:inherit;margin:0}.json-theme.jv-container .jv-code{padding:0}.wpwl-wrapper-cvv,.wpwl-wrapper-cardNumber{color:#000}.grecaptcha-badge{visibility:hidden}#app{padding-bottom:var(--footer-size)}#app.isFullScreen .main-body{height:100vh;position:relative;overflow:hidden}#app.isFullScreen #header,#app.isFullScreen .main-body .column.right,#app.isFullScreen #footer{display:none}#app.cashierMode{padding-bottom:0}#app.cashierMode div[data-aardvark-id=HeaderComp],#app.cashierMode div[data-aardvark-id=FooterComp],#app.cashierMode div[data-aardvark-id=FOBTHeaderComp],#app.cashierMode div[data-aardvark-id=FOBTFooterComp],#app.cashierMode div[data-aardvardk-id=MobileGameNavigation],#app.cashierModeDesktop .main-body{display:none}#app.gameOnlyView{padding-bottom:0}#app.gameOnlyView div[data-aardvardk-id=MobileGameNavigation],#app.gameOnlyView div[data-aardvark-id=HeaderComp],#app.gameOnlyView div[data-aardvark-id=FooterComp]{display:none}#app.gameOnlyView .row.mobile .main-body{padding-top:0}#app.gameOnlyView div[data-aardvark-id=SlotGame]#slot-game{height:100vh;height:100dvh}#app.gameOnlyView div[data-aardvark-id=SlotGame]#slot-game .game-holder .header-line,#app.gameOnlyView div[data-aardvark-id=SlotGame]#slot-game .mobile.navigation,#app.gameOnlyView div[data-aardvark-id=SlotGame]#slot-game .explore-games-list-container{display:none}#app.gameOnlyView div[data-aardvark-id=SlotGame]#slot-game.mobile .iframe{height:100%}#app.gameOnlyView #betgames_iframe{min-height:100vh;display:flex}


/* ===== HeaderComp-DSzGda5K.css - Header wrapper (4 scope attrs removed, prefixed with .header) ===== */
.header{z-index:999;grid-row:1;min-width:0;box-shadow:0 -4px 10px #0000004d}.header .notification-icon{position:absolute;top:25%;right:40px}.header.mobile{z-index:9997;width:100%;height:50px;position:fixed}.header .desktop-header{flex-flow:column;display:flex}


/* ===== TopHeaderLine-BwEzv9aM.css - Top black bar: CMS links, sound, odds, clock (73 scope attrs removed, prefixed with .header) ===== */
.header .dropdown{display:inline-block;position:relative}.header .dropdown .indicator{z-index:1;background-color:var(--main-extra-notification-bell);width:8px;height:8px;box-shadow:0 0 0 0 rgba(var(--main-extra-notification-bell-rgb), .7);background-repeat:no-repeat;background-size:cover;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;animation:2s cubic-bezier(.66,0,0,1) infinite pulse-995eff7e;display:flex;position:absolute;right:-2px}.header .dropdown .indicator:hover{animation:none}@keyframes pulse-995eff7e{to{box-shadow:0 0 0 10px rgba(var(--main-extra-notification-bell-rgb), .01)}}.header .dropdown .indicator-bell{animation:2s infinite both bell-995eff7e}.header .dropdown .indicator-bell.no-animation,.header .dropdown .indicator-bell.no-animation .bell-rad{animation:none}.header .dropdown .indicator-bell *{background-color:var(--main-extra-notification-bell-bg,var(--header-text-color));margin:0 auto;display:block}.header .dropdown .indicator-bell .bell-top{border-radius:2px 2px 0 0;width:3px;height:3px}.header .dropdown .indicator-bell .bell-middle{border-radius:5px 5px 0 0;width:11px;height:11px}.header .dropdown .indicator-bell .bell-bottom{z-index:0;width:13px;height:1px;position:relative}.header .dropdown .indicator-bell .bell-bottom:before,.header .dropdown .indicator-bell .bell-bottom:after{content:"";position:absolute;top:-2px}.header .dropdown .indicator-bell .bell-bottom:before{border-bottom:2px solid var(--main-extra-notification-bell-bg,var(--header-text-color));border-left:2px solid #0000;border-right:0 solid #0000;left:1px}.header .dropdown .indicator-bell .bell-bottom:after{border-bottom:2px solid var(--main-extra-notification-bell-bg,var(--header-text-color));border-left:0 solid #0000;border-right:2px solid #0000;right:1px}.header .dropdown .indicator-bell .bell-rad{border-radius:0 0 2px 2px;width:5px;height:2px;margin-top:1px;animation:2s infinite both rad-995eff7e}@keyframes bell-995eff7e{0%{transform:rotate(0)}10%{transform:rotate(30deg)}15%{transform:rotate(-30deg)}20%{transform:rotate(0)}}@keyframes rad-995eff7e{0%{transform:translate(0)}10%{transform:translate(3px)}15%{transform:translate(-3px)}20%{transform:translate(0)}}.header .notifications-holder{border-top:1px solid var(--main-second-background);flex-direction:column;justify-content:center;align-items:center;padding-top:15px;display:flex}.header .notifications-holder .empty-list{background-image:url(/assets/no_notifications-rEQPF17K.svg);width:41px;min-width:41px;height:41px;margin:0 30px}.header .notifications-holder .text{color:var(--main-third-background-text);text-transform:initial;margin:15px 0;font-size:14px;font-weight:500}.header .content{width:300px;box-shadow:0 1px 3px var(--main-second-background);background-color:var(--main-third-background);z-index:999;padding-top:12px;display:none;position:absolute;right:0}.header .content .icon{background-size:13px;width:13px;min-width:13px;height:13px;margin-left:3px;margin-right:4px!important}.header .content .icon.informational{background-image:url(/assets/information-DGZEYCf0.svg)}.header .content .icon.important{background-image:url(/assets/warning-BVyqKQMV.svg)}.header .content .icon.bonus,.header .content .icon.freebet,.header .content .icon.promotional{background-image:url(/assets/megaphone-DE6DxZcY.svg)}.header .content .icon.cancellation{background-image:url(/assets/cancel-mPV1NxmW.svg)}.header .content .wrapper{border-top:1px solid var(--main-second-background);align-items:center;padding:0 16px;display:flex;position:relative}.header .content .wrapper .close{background-color:var(--system-systemRed);cursor:pointer;background-size:16px;width:16px;height:16px;position:absolute;right:10px;-webkit-mask:url(/assets/cross-DFtKHC86.svg);mask:url(/assets/cross-DFtKHC86.svg)}.header .content .wrapper .close:hover{opacity:.7}.header .content .wrapper.view-all{color:var(--main-third-background-text);text-transform:initial;cursor:pointer;justify-content:center;padding:10px 0;font-size:12px;font-weight:400}.header .content .wrapper.view-all:hover{opacity:.7}.header .content .wrapper .inner{max-width:230px;margin:8px 20px 8px 0}.header .content .wrapper .inner .message{text-transform:initial;text-overflow:ellipsis;color:var(--main-third-background-text);margin-bottom:3px;font-size:12px;font-weight:500;overflow:hidden}.header .content .wrapper .inner .expire{color:var(--main-third-background-text);font-size:8px;font-weight:500}.header .content .header{color:var(--main-third-background-text);justify-content:center;align-items:center;margin-bottom:3px;padding-bottom:4px;font-size:12px;font-weight:400;display:flex}.header .content .header .icon{fill:var(--main-third-background-text);margin:0}.header .dropdown:not(.desktop){align-items:center;padding:0 5px;display:flex}.header .dropdown:not(.desktop) .indicator{width:10px;height:10px;margin-top:-7px;right:4px}.header .dropdown:not(.desktop) .indicator-bell .bell-top{border-radius:3px 3px 0 0;width:4px;height:4px}.header .dropdown:not(.desktop) .indicator-bell .bell-middle{border-radius:8px 8px 0 0;width:15px;height:15px}.header .dropdown:not(.desktop) .indicator-bell .bell-bottom{width:20px;height:2px}.header .dropdown:not(.desktop) .indicator-bell .bell-rad{border-radius:0 0 3px 3px;width:6px;height:3px;margin-top:2px}.header .dropdown.desktop:hover .content{display:block}.header .template-switcher{cursor:default;text-transform:capitalize;align-items:center;height:100%;margin:0 10px 0 20px;font-size:11px;font-weight:400;display:flex;position:relative}.header .template-switcher .current{opacity:.8;align-items:center;line-height:normal;display:flex}.header .template-switcher .current .icon{fill:var(--header-sub-text-color)}.header .template-switcher .current .chevron.down{margin-left:8px;font-size:10px}.header .template-switcher:hover .current{opacity:1}.header .template-switcher:hover .dropdown{display:flex}.header .template-switcher .dropdown{z-index:999;background-color:var(--main-third-background);min-width:max-content;color:var(--main-third-background-text);border-radius:0 0 3px 3px;flex-direction:column;gap:4px;padding:5px 15px 5px 8px;display:none;position:absolute;top:100%;left:-7px;box-shadow:0 2px 5px #00000080}.header .template-switcher .dropdown .menu-item{cursor:pointer;padding:0;font-size:11px;line-height:15px}.header .template-switcher .dropdown .menu-item.active,.header .template-switcher .dropdown .menu-item:hover{color:var(--main-primary)}.header .template-switcher .dropdown .menu-item.active .icon,.header .template-switcher .dropdown .menu-item:hover .icon{fill:var(--main-primary)}.header .template-switcher .icon{fill:var(--main-third-background-text)}.header .top-line{width:100%;height:30px;display:flex}.header .top-line.supabets-template{height:45px}.header .top-line .left{flex:1;align-items:center;min-width:0;padding-left:15px;display:flex}.header .top-line .left .sliding-menu{max-width:100%}.header .top-line .right{flex-shrink:0;align-items:center;margin-right:15px;display:flex;position:relative}.header .top-line .right .selector{justify-content:center;align-items:center;height:100%;display:flex}.header .top-line .right .deposit{cursor:pointer;color:var(--main-extra-deposit-color,inherit);border-radius:5px;padding:0 7px;font-size:12px;font-weight:700}.header .top-line .right .sound-toggle{cursor:pointer;color:rgba(var(--header-sub-text-color-rgb), .8);background:0 0;border:none;margin-right:-3px;padding:0 7px;font-size:13px}.header .top-line .right .sound-toggle:hover{color:var(--header-sub-text-color)}.header .top-line .right .semantic-timer,.header .top-line .right .current-date{color:rgba(var(--header-sub-text-color-rgb), .8);padding-left:5px;font-size:11px}.header .top-line .right .semantic-timer .time,.header .top-line .right .current-date .time{margin-right:3px}.header .top-line .right .dropdown{margin:0 10px;font-size:16px}.header .top-line .contact-whatsapp{justify-content:center;align-items:center;padding:0 5px;font-size:22px;display:flex}.header .top-line .contact-whatsapp a{color:#25d366}.header .top-line .contact-whatsapp a:hover{color:#fff}


/* ===== SlidingMenu-BHphvQnX.css - Arrow-scroll CMS link strip (20 scope attrs removed, prefixed with .header) ===== */
.header #arrow-scroll-menu{align-items:center;display:flex}.header #arrow-scroll-menu .arrow{z-index:2;background:var(--arrow-scroll-menu-bg);cursor:pointer;justify-content:center;align-items:center;width:33px;height:100%;font-size:16px;font-weight:400;display:flex;position:absolute;top:0}.header #arrow-scroll-menu .arrow.right{right:-5px}.header #arrow-scroll-menu .arrow.left{left:-5px}.header #arrow-scroll-menu .group-list{width:100%;position:relative}.header #arrow-scroll-menu .group-list.show-left-gradient:before,.header #arrow-scroll-menu .group-list.show-right-gradient:after{content:"";z-index:1;width:70px;position:absolute;top:0;bottom:0}.header #arrow-scroll-menu .group-list.show-left-gradient:before{background:linear-gradient(to right, var(--arrow-scroll-menu-bg), transparent);left:0}.header #arrow-scroll-menu .group-list.show-right-gradient:after{background:linear-gradient(to left, var(--arrow-scroll-menu-bg), transparent);right:0}.header #arrow-scroll-menu .group-list .group-slider{scroll-behavior:smooth;white-space:nowrap;scrollbar-width:none;height:100%;display:flex;overflow:auto}.header #arrow-scroll-menu .group-list .group-slider::-webkit-scrollbar{height:0}.header #arrow-scroll-menu.custom-arrow-color .arrow{color:var(--arrow-color)}.header #arrow-scroll-menu.slots-lobby{max-width:100%}.header #arrow-scroll-menu.slots-lobby .arrow{width:auto}.header #arrow-scroll-menu.slots-lobby .arrow.right{padding-left:12px;right:0}.header #arrow-scroll-menu.slots-lobby .arrow.left{padding-right:12px;left:0}.header #arrow-scroll-menu.scroll-full-width .arrow{width:20px}.header #arrow-scroll-menu.scroll-full-width .arrow svg{margin:0}.header #arrow-scroll-menu.scroll-full-width .arrow.right{right:0}.header #arrow-scroll-menu.scroll-full-width .arrow.left{left:0}


/* ===== OddsSelector-a_AHzYsE.css - Odds format dropdown (18 scope attrs removed, prefixed with .header) ===== */
.header .odds-selector .select{color:rgba(var(--header-sub-text-color-rgb), .8);cursor:default}.header .odds-selector .select .text{font-size:12px}.header .odds-selector:hover .select{color:var(--header-sub-text-color-rgb)}.header .odds-selector:hover .dropdown-menu .adv-menu{display:flex;left:7px;top:25px!important}.header .dropdown-menu{position:relative;padding:0 15px!important}.header .dropdown-menu .chevron.down{margin-left:1px;font-size:10px}.header .dropdown-menu .adv-menu{width:70px;min-width:max-content;text-shadow:none;text-align:left;z-index:101;will-change:transform, opacity;background-color:var(--main-third-background);color:var(--main-third-background-text);border-radius:0 0 3px 3px;outline:0;flex-direction:column;align-items:flex-start;margin:0;font-size:10px;transition:opacity .1s;display:none;position:absolute;box-shadow:0 2px 5px #00000080}.header .dropdown-menu .menu-item{-webkit-user-select:none;user-select:none;text-transform:none;color:var(--main-third-background-text);align-items:center;width:100%;padding:2.5px 14px 2.5px 8px;font-weight:400;text-decoration:none;transition:background .1s,box-shadow .1s,color .1s;display:flex;position:relative}.header .dropdown-menu .menu-item:first-child{padding-top:9px}.header .dropdown-menu .menu-item:last-child{padding-bottom:9px}.header .dropdown-menu .menu-item:hover,.header .dropdown-menu .menu-item.active{cursor:pointer;color:var(--main-primary)}.header .dropdown-menu .menu-item:hover .odds-example,.header .dropdown-menu .menu-item.active .odds-example{background-color:var(--main-primary);color:var(--main-primary-text)}.header .dropdown-menu .menu-item .text{margin-right:6px}.header .dropdown-menu .menu-item .odds-example{text-align:center;color:var(--main-second-background-text);background-color:var(--main-second-background);border-radius:3px;width:25px;margin-left:auto;padding:1.5px 0;font-size:8px;font-weight:500;line-height:11px}.header .dropdown-menu .chevron-down{font-size:9px}.header .dropdown-menu .text{padding-left:5px;font-size:11px;line-height:15px}


/* ===== MainHeaderLine-BpuE56r-.css - Green logo bar (18 scope attrs removed, prefixed with .header) ===== */
.header .main-line{flex-flow:column;display:flex}.header .main-line .header-line{height:76px;display:flex}.header .main-line .header-line .left{flex:1;align-items:center;display:flex}.header .main-line .header-line .left .logo-holder{height:calc(100% - 20px);margin:10px 20px;display:flex}.header .main-line .header-line .left .logo-holder .logo{background-position:50%;background-repeat:no-repeat;background-size:contain;width:250px;height:100%;display:block}.header .main-line .header-line .left .uploaded-logo-holder{justify-content:center;align-items:center;width:250px;min-width:250px;max-height:76px;margin:0;display:flex}.header .main-line .header-line .left .uploaded-logo-holder .uploaded-logo{width:auto;max-width:230px;max-height:74px}.header .main-line .header-line .left .hidden{visibility:hidden}.header .main-line .header-line .right{align-items:center;height:100%;display:flex;position:relative}.header .main-line .header-line .right .icon-holder{border-right:1px solid var(--supa-4);align-items:center;height:100%;padding:0 10px;display:inline-flex}.header .main-line .header-line .right .icon-holder .icon{width:auto;height:36px;margin:0}.header .main-line .header-line .right .icon-holder .icon.help{fill:var(--supa-4)}.header .main-line .header-line .right .icon-holder .icon.user{fill:var(--supa-1)}.header .main-line .header-line .right .search{color:var(--header-text-color);fill:var(--header-text-color);margin-right:25px;display:flex}.header .main-line .header-line .right .search:hover{color:rgba(var(--header-text-color-rgb), .8)}.header .main-line .header-line .right .search .icon{margin:0;padding:0;font-size:16px}.header .main-line .header-line .right .separator{border-right:1px solid rgba(var(--header-text-color-rgb), .8);height:21px;margin-right:15px}.header .main-line .second-line{z-index:21}


/* ===== LoginRegisterHolderComp-Dz-aVj7r.css - Desktop game nav + Login / Join buttons (69 scope attrs removed, 1 foreign-scope selectors dropped, prefixed with .header) ===== */
.header .z-index-1{z-index:100!important}.header nav{flex:1}.header nav .button-holder{display:block}.header nav .button-holder .link-holder{margin-right:5px;display:inline-flex}.header nav .button-holder .link{color:var(--header-text-color);text-transform:uppercase;border-radius:5px;align-items:center;margin:2px 0;padding:8px 22px;font-size:14px;text-decoration:none;display:inline-flex}.header nav .button-holder .link:hover,.header nav .button-holder .link.router-link-active:not(.disable-active-style),.header nav .button-holder .link.active-group{background:var(--header-hover-background);color:var(--header-hover-color)}.header nav .button-holder .link .ribbon{margin-top:-2px;margin-left:5px;display:flex}.header nav .button-holder .group{cursor:pointer;position:relative}.header nav .button-holder .group .group-holder{z-index:1;background-color:var(--main-third-background);min-width:100%;color:var(--main-third-background-text);border-radius:0 3px 3px;flex-flow:column;padding:5px 15px;display:none;position:absolute;top:100%;left:0;box-shadow:0 3px 6px #00000080}.header nav .button-holder .group .group-holder .group-link{text-transform:uppercase;color:var(--main-third-background-text);white-space:nowrap;text-overflow:ellipsis;align-items:center;max-width:150px;margin:0;padding:0;font-size:13px;line-height:36px;display:flex;position:relative;overflow:hidden}.header nav .button-holder .group .group-holder .group-link:hover,.header nav .button-holder .group .group-holder .group-link.router-link-active:not(.disable-active-style){color:var(--main-primary);background:0 0}.header nav .button-holder .group .group-holder .group-link .ribbon{margin-top:-1px;margin-left:4px;display:flex}.header nav .button-holder .group:hover .group-title,.header nav .button-holder .group.active-group .group-title{background:var(--header-hover-background);color:var(--header-hover-color);margin-bottom:0}.header nav .button-holder .group:hover .group-title{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.header nav .button-holder .group:hover .group-holder{display:flex}.header nav.new-line-menu{border-top:2px solid var(--header-sub-background);z-index:999;padding:0 15px}.header nav.new-line-menu .button-holder .link-holder{margin-right:1px}.header nav.new-line-menu .button-holder .link-holder .link{border-radius:0;height:30px;margin:0;font-size:11px}.header .user-name-comp{height:100%;color:var(--header-text-color);align-items:center;padding:0 10px 0 15px;display:flex;position:relative}.header .user-name-comp .user-short{background:var(--header-text-color);color:var(--header-main-background);border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;font-weight:700;display:flex}.header .user-name-comp .user-data{padding:0 10px}.header .user-name-comp .user-data .name{white-space:nowrap;text-overflow:ellipsis;width:120px;display:block;overflow:hidden}.header .user-name-comp .user-data .cash{color:var(--header-text-color);margin-right:8px;font-size:14px;font-weight:600}.header .user-name-comp:hover .menu{display:block}.header .user-name-comp .menu{z-index:49999;background:var(--main-first-background);min-width:100%;padding:15px 25px;display:none;position:absolute;top:100%;right:0}.header .user-name-comp .menu:hover{display:block}.header #signup-block{height:100%;color:var(--header-text-color);text-transform:capitalize;justify-content:center;align-items:center;margin-right:25px;display:flex}.header #signup-block .sign-up-btn,.header #signup-block .external-sign-in-btn{background:var(--main-extra-join-bg,var(--main-second-background));color:var(--main-extra-join-color,var(--main-second-background-text));margin-left:13px}.header #signup-block .sign-up-btn:hover,.header #signup-block .external-sign-in-btn:hover{background:rgba(var(--main-extra-join-bg-rgb,var(--main-second-background-rgb)), .8)}.header #signup-block .sign-in-btn .text{position:relative}.header #signup-block .sign-in-btn .text:after{content:"";background-color:var(--header-text-color);transform-origin:100%;width:100%;height:2px;transition:transform .5s ease-in-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.header #signup-block .sign-in-btn.animate:hover .text:after{transform-origin:0;transition:transform .25s ease-in-out;transform:scaleX(1)}.header #signup-block .sign-in-btn,.header #signup-block .sign-up-btn,.header #signup-block .external-sign-in-btn{cursor:pointer;border-radius:3px;outline:0;justify-content:center;align-items:center;min-width:90px;padding:12px 18px;display:flex}.header #signup-block .sign-in-btn .text,.header #signup-block .sign-up-btn .text,.header #signup-block .external-sign-in-btn .text{font-size:14px;font-weight:600}.header .mobile{float:right;width:100%;display:block}.header .mobile .sign-up-btn,.header .mobile .external-sign-in-btn{height:48px;padding:8px 0 0!important;display:block!important}.header .mobile .sign-up-btn .icon,.header .mobile .external-sign-in-btn .icon{width:100%;font-size:20px;display:block;margin-bottom:2px!important}.header .mobile .sign-up-btn .text,.header .mobile .external-sign-in-btn .text{text-align:center;width:100%;font-size:9px;display:block}.header .ui.menu .item{position:unset;vertical-align:middle;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;flex:none;align-items:center;font-weight:700;line-height:1;text-decoration:none;transition:background .1s,box-shadow .1s,color .1s;display:flex}.header .modal-mask{z-index:10000;background-color:#00000080;width:100%;height:100%;transition:opacity .3s;display:table;position:fixed;top:0;left:0}.header .user.outline.icon{color:#00ba77}.header .override-semantic{text-transform:uppercase!important;color:#fff!important;background:0 0!important}.header .override-semantic .button{border-radius:10px}.header .override-semantic .header{color:inherit}.header .override-semantic .input{border-radius:10px!important}.header .modal-wrapper{vertical-align:middle;display:table-cell}.header .modal-container{background-color:#fff;border-radius:2px;width:70vw;max-width:900px;height:65vh;margin:0 auto;transition:all .3s;position:relative;box-shadow:0 2px 8px #00000054}.header .modal-enter,.header .modal-leave-active{opacity:0}.header .modal-enter .modal-container,.header .modal-leave-active .modal-container{transform:scale(1.1)}.header h1,.header h2{font-weight:400}.header ul{padding:0;list-style-type:none}.header a{color:#42b983}


/* ===== TopNavigation-pYEMb8qX.css - Top-bar CMS link strip (28 scope attrs removed, 1 foreign-scope selectors dropped, prefixed with .header) ===== */
.header .links,.header .links .link-inner{display:flex}.header .links.supabets-template:not(.in-mobile-menu) .link.home{display:none}.header .links.supabets-template:not(.in-mobile-menu) .link:hover,.header .links.supabets-template:not(.in-mobile-menu) .link.router-link-active:not(.disable-active-style){color:var(--header-hover-color)}.header .links.supabets-template:not(.in-mobile-menu).mobile,.header .links.supabets-template:not(.in-mobile-menu).tablet{flex-flow:row;height:44px;display:flex!important}.header .links.supabets-template:not(.in-mobile-menu).mobile #cms-holder,.header .links.supabets-template:not(.in-mobile-menu).tablet #cms-holder{background-color:#363636;flex-flow:row;flex:1;overflow:auto}.header .links.supabets-template:not(.in-mobile-menu).mobile #cms-holder .link,.header .links.supabets-template:not(.in-mobile-menu).tablet #cms-holder .link{white-space:nowrap;padding:16px;font-size:12px;line-height:100%}.header .links.supabets-template:not(.in-mobile-menu).mobile .more-indicator,.header .links.supabets-template:not(.in-mobile-menu).tablet .more-indicator{text-align:center;background-color:#222;justify-content:center;align-items:center;width:45px;font-size:20px;display:flex}.header .links.supabets-template:not(.in-mobile-menu).mobile .more-indicator .icon,.header .links.supabets-template:not(.in-mobile-menu).tablet .more-indicator .icon{margin:0}.header .links div{display:flex;position:relative}.header .links .ribbon{justify-content:center;align-items:center;margin-left:.3vw;display:flex}.header .links .link{color:var(--text-color);text-align:center;cursor:pointer;align-items:center;padding:0 .8vw;font-size:13px;line-height:16px;text-decoration:none;display:inline-flex}.header .links .link:hover,.header .links .link.router-link-active:not(.disable-active-style){color:var(--text-color-hover)}.header .links .link.home{color:var(--text-color)}.header .links .link.home:hover{color:var(--text-color-hover)}.header .links.tablet{flex-flow:column;flex:1}.header .links.tablet.custom-links{display:block}.header .links.tablet .link{padding:10px 0;font-size:16px}.header .links.tablet #cms-holder{flex-flow:column}.header .links #cms-holder{display:flex}


/* ===== MobileHeader-Bb1pK2TY.css - Mobile bar: hamburger, logo, betslip (79 scope attrs removed, 2 foreign-scope selectors dropped, prefixed with .header) ===== */
.header .mobile-menu-notifications .list .btn{border-bottom:1px solid var(--main-third-background);align-items:center;height:40px;padding:0 18px;display:flex}.header .mobile-menu-notifications .list .btn.active{color:var(--main-primary)}.header .mobile-menu-notifications .list .btn .type{flex:1}.header .mobile-menu-notifications .list .btn .count{background:var(--main-second-background);color:var(--main-second-background-text);border-radius:100%;justify-content:center;align-items:center;width:17px;height:17px;margin-left:10px;font-size:10px;font-weight:600;display:inline-flex}.header .mobile-menu-notifications .list .btn .count.has-unseen{background:var(--main-primary);color:var(--main-primary-text)}.header .mobile-menu-notifications .empty{text-align:center;padding:15px 10px;font-size:12px}.header .mobile-user-side-navigation.show .overlay{display:block}.header .mobile-user-side-navigation.show .menu-holder{transform:none}.header .mobile-user-side-navigation .overlay{z-index:1;background:#000000b3;width:100%;height:calc(100vh - 50px);display:none;position:absolute;top:50px;left:0}.header .mobile-user-side-navigation .menu-holder{background-color:var(--main-first-background);color:var(--main-first-background-text);z-index:2;flex-flow:column;width:400px;height:calc(100vh - 50px);transition:transform .3s cubic-bezier(.77,.2,.05,1);display:flex;position:absolute;top:50px;right:0;transform:translate(100%)}.header .mobile-user-side-navigation .menu-holder .top-line{border-bottom:1px solid var(--main-third-background);align-items:center;padding:15px 20px;display:flex}.header .mobile-user-side-navigation .menu-holder .top-line .name{white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:10px;font-size:14px;line-height:100%;overflow:hidden}.header .mobile-user-side-navigation .menu-holder .top-line .name .sum{color:var(--main-primary);margin-top:10px;font-size:16px}.header .mobile-user-side-navigation .menu-holder .top-line .buttons{align-items:center;display:flex}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action{cursor:pointer;white-space:nowrap;border:none;border-radius:5px;height:35px;margin-left:5px;padding:0 15px;font-size:14px;font-weight:600;line-height:100%}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action.deposit{background:var(--main-primary);color:var(--main-primary-text)}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action.deposit .icon{fill:var(--main-primary-text);margin-bottom:-2px}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action.withdraw{background:var(--main-second-background);color:var(--main-second-background-text)}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action.withdraw .icon{fill:var(--main-second-background-text)}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action .icon{width:15px;margin-bottom:-1px;margin-right:2px;display:inline-block}.header .mobile-user-side-navigation .menu-holder .balance{justify-content:space-between;padding:15px 20px;display:flex}.header .mobile-user-side-navigation .menu-holder .balance .balance-holder .title{color:var(--main-extra-color);opacity:.8;font-size:14px;line-height:100%}.header .mobile-user-side-navigation .menu-holder .balance .balance-holder span{color:var(--system-systemYellow);margin-top:5px;font-size:16px;line-height:100%;display:block}.header .mobile-user-side-navigation .menu-holder .balance .balance-holder.cash span{color:var(--main-primary)}.header .mobile-user-side-navigation .menu-holder .tabs{background:var(--main-third-background);height:40px;color:var(--main-third-background-text);justify-content:space-around;display:flex}.header .mobile-user-side-navigation .menu-holder .tabs .tab{border-bottom:1px solid var(--main-third-background);cursor:pointer;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.header .mobile-user-side-navigation .menu-holder .tabs .tab.active{border-bottom:1px solid var(--main-primary);color:var(--main-primary)}.header .mobile-user-side-navigation .menu-holder .tabs .tab .notification-count{background:var(--main-primary);color:var(--main-primary-text);border-radius:100%;justify-content:center;align-items:center;width:15px;height:15px;margin-left:5px;font-size:10px;display:inline-flex}.header .mobile-user-side-navigation .menu-holder .tab-content{flex:1;overflow:auto}@media screen and (max-width:640px){.header .mobile-user-side-navigation .menu-holder{width:300px}.header .mobile-user-side-navigation .menu-holder .top-line .name{font-size:11px}.header .mobile-user-side-navigation .menu-holder .top-line .name .sum{margin-top:5px;font-size:12px}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action{height:25px;padding:0 10px;font-size:10px}.header .mobile-user-side-navigation .menu-holder .top-line .buttons .action .icon{width:10px}.header .mobile-user-side-navigation .menu-holder .balance .balance-holder .title{font-size:10px}.header .mobile-user-side-navigation .menu-holder .balance .balance-holder span{font-size:12px}.header .mobile-user-side-navigation .menu-holder .tabs{height:28px}.header .mobile-user-side-navigation .menu-holder .tabs .tab{font-size:12px}}.header .slip-toggle-wrapper{height:100%}.header .slip-toggle{text-align:center;text-transform:uppercase;width:60px;height:100%;padding:5px;font-size:9px;position:relative}@media screen and (max-width:480px){.header .slip-toggle{width:50px}}@media screen and (max-width:360px){.header .slip-toggle{width:40px;font-size:8px}}.header .slip-toggle.is-animating{animation:.2s linear pop-55cccf82}.header .slip-toggle .icon-wrapper{position:relative}.header .slip-toggle .slip-toggle-icon{width:20px;height:26px;fill:var(--header-text-color);margin:0 auto 6px;display:block}.header .slip-toggle .counts{color:var(--header-text-color);font-size:10px;line-height:1;position:absolute;top:56%;left:50%;transform:translate(-50%,-50%)}.header .slip-toggle .text{color:var(--header-text-color);margin-top:2px;line-height:1;display:block}@keyframes pop-55cccf82{50%{transform:scale(1.4)}}.header .avatar-holder{text-align:center;background:#0003;flex-flow:column;justify-content:space-between;align-items:center;width:60px;height:100%;padding:8px 0 5px;display:flex;position:relative}@media screen and (max-width:480px){.header .avatar-holder{width:50px}}@media screen and (max-width:360px){.header .avatar-holder{width:45px}}.header .icon-wrapper{position:relative}.header .counts{background:var(--header-main-background);color:var(--header-text-color);text-align:center;border-radius:100%;width:15px;height:15px;font-size:7px;line-height:2.1;animation:2s cubic-bezier(.66,0,0,1) infinite pulse-5e836845;position:absolute;top:-3px;right:-7px;box-shadow:0 0 #ffffffb3}.header .counts:before{content:"";z-index:0;background:0 0;border-radius:50%;width:100%;height:100%;display:block;position:absolute;box-shadow:0 0 3px 1px #ffffffb3}.header .counts.is-animating{animation:.2s linear pop-5e836845}.header .user-amount{white-space:nowrap;text-overflow:ellipsis;color:var(--header-text-color);font-size:9px;font-weight:600;line-height:1;display:block;overflow:hidden}.header .user-short{background:var(--header-text-color);color:var(--header-main-background);border-radius:100%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;line-height:12px;display:flex}@keyframes pop-5e836845{50%{transform:scale(1.3)}}@keyframes pulse-5e836845{to{box-shadow:0 0 0 10px #fff0}}.header .icon-wrapper{position:relative}.header .line{z-index:9997;background-color:var(--header-main-background);align-items:center;width:100%;height:50px;display:flex;position:fixed;top:0;left:0;right:0}.header .line .link.deposit{padding-right:8px}.header .line .link.my-bets{cursor:default;padding:0 8px}.header .line .uploaded-logo-holder{flex:2;justify-content:center;align-items:center;padding:0;display:flex}.header .line .uploaded-logo-holder.left{justify-content:flex-start}.header .line .uploaded-logo-holder .uploaded-logo{width:auto;max-width:100px;height:auto;max-height:40px}@media screen and (max-width:480px){.header .line .uploaded-logo-holder .uploaded-logo{max-width:90px}}@media screen and (max-width:360px){.header .line .uploaded-logo-holder .uploaded-logo{max-width:80px}}.header .line .right-side{align-items:center;height:100%;padding:0;display:flex}.header .line .right-side .right-side-inner{align-items:center;height:100%;display:flex}.header .line .right-side .right-side-inner.login-register-holder{margin-right:5px}.header .line .right-side .right-side-inner.login-register-holder .action{text-align:center;text-transform:none;min-width:60px;color:var(--header-text-color);text-transform:capitalize;border-radius:2px;margin-right:5px;padding:5px 10px;font-weight:600}@media screen and (max-width:360px){.header .line .right-side .right-side-inner.login-register-holder .action{min-width:50px;padding:3px 5px;font-size:11px}}.header .line .right-side .right-side-inner.login-register-holder .action.register,.header .line .right-side .right-side-inner.login-register-holder .action.external-sign-in-btn{background:var(--main-extra-join-bg,var(--main-second-background));color:var(--main-extra-join-color,var(--main-second-background-text))}.header .line .right-side img{width:26px;height:26px;margin:0 auto 5px;display:block}.header .line .right-side .search-input{margin-right:0;position:relative}.header .line .right-side .dropdown{margin-right:5px}.header .line .search-holder{border-right:0;position:relative}.header .line .menu-holder{background-color:#1b1c1da6;width:100%;height:100vh;position:absolute;top:50px}


/* ===== MobileLeftSideMenu-BO4FMC5u.css - Mobile slide-out drawer (76 scope attrs removed, prefixed with .header) ===== */
.header .left-menu{width:20%}.header .mobile .hamburger{z-index:1;-webkit-user-select:none;user-select:none;outline:0;flex-flow:column;justify-content:center;width:auto;height:100%;padding:0 15px;display:flex}@media screen and (max-width:360px){.header .mobile .hamburger{padding:0 8px}}.header .mobile .hamburger span{z-index:1;transform-origin:4px 0;background:#fff;border-radius:3px;width:25px;height:2px;margin-bottom:5px;transition:transform .25s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s;display:block;position:relative}.header .mobile .hamburger span:first-child{transform-origin:0 0}.header .mobile .hamburger span:last-child{width:15px}.header .mobile .hamburger span:nth-last-child(2){transform-origin:0 100%}.header .side-menu-toggle-wrapper{align-items:center;width:auto;height:100%;display:flex}.header .side-menu-toggle-wrapper .side-menu-toggle{background:0 0;border:none;width:60px;padding:0 15px}.header .side-menu-toggle-wrapper .side-menu-toggle.is-active .side-menu-icon-closed{display:none}.header .side-menu-toggle-wrapper .side-menu-toggle.is-active .side-menu-icon-opened{display:block}.header .side-menu-toggle-wrapper .side-menu-toggle.is-active .side-menu-icon-opened .icon.close{margin-right:0}.header .side-menu-toggle-wrapper .side-menu-toggle .side-menu-icon-opened{width:20px;height:20px;margin:0 auto}@media screen and (hover:hover){.header .side-menu-toggle-wrapper .side-menu-toggle{cursor:pointer}}.header .side-menu-toggle-wrapper .side-menu-icon-closed{fill:var(--header-text-color);color:var(--header-text-color);display:block}.header .side-menu-toggle-wrapper .side-menu-icon-opened{fill:var(--header-text-color);color:var(--header-text-color);display:none}.header .games-list ul{color:var(--main-third-background-text);margin:0;padding:0}.header .games-list li{padding:0;list-style-type:none;position:relative}.header .games-list li:after{content:"";background:var(--main-third-background);width:500px;height:1px;position:absolute;bottom:0;left:-50px}.header .games-list .games-list-inner{overflow:hidden}.header .games-list .games-list-inner>li{padding-right:20px}.header .games-list .games-list-inner .menu-ribbons{margin-left:5px;line-height:10px}.header .games-list .games-list-inner li{padding-left:20px}.header .games-list .games-list-inner li li{padding-left:10px}.header .games-list .games-list-inner li li .submenu-item-icon{margin-right:22px}.header .games-list .sub-menu li:first-child:before{content:"";background:var(--main-third-background);width:500px;height:1px;position:absolute;top:-1px;left:-50px}.header .games-list .sub-menu .game-icon{width:18px}.header .games-list .games-menu-toggle,.header .games-list .link{width:100%;height:53px;color:var(--main-third-background-text);align-items:center;font-size:14px;display:flex}.header .games-list .link.router-link-active:not(.disable-active-style){color:var(--main-primary)}.header .games-list .games-menu-toggle{background:0 0;border:none;padding:0}.header .games-list .games-menu-toggle.is-active,.header .games-list .games-menu-toggle.is-active .next-step-indicator,.header .games-list .games-menu-toggle.is-active .game-icon{color:var(--main-primary)}.header .games-list .games-menu-toggle.is-active .next-step-indicator{transform:rotateX(180deg)}.header .games-list .game-icon{width:26px;fill:var(--main-third-background-text);margin-right:12px}.header .games-list .next-step-indicator{opacity:.8;width:10px;margin-left:auto;transition:transform .15s ease-in-out;transform:rotateX(0)}.header .games-list .next-step-indicator.is-active{transform:rotateX(180deg)}.header .website-settings{margin:0 20px}.header .website-settings .website-setting{padding:15px 0}.header .website-settings .website-setting:not(:last-child){border-bottom:1px solid var(--main-third-background)}.header .website-settings .website-setting .setting-toggle{color:inherit;background-color:#0000;border:none;align-items:center;width:100%;padding:0;display:flex}.header .website-settings .website-setting .setting-toggle .selected-setting{color:var(--main-extra-color);align-items:center;gap:4px;margin-left:auto;display:inline-flex}.header .website-settings .website-setting .setting-toggle .selected-setting .flag-icon{height:10px;margin:0}.header .website-settings .website-setting .setting-toggle .arrow-down{color:var(--main-extra-color);margin-left:8px;font-size:9px}.header .website-settings .website-setting .dropdown-setting-list{border-top:1px solid var(--main-third-background);margin-top:15px;margin-bottom:-15px}.header .website-settings .website-setting .dropdown-setting-list .setting-item{width:100%;color:inherit;text-align:left;background:0 0;border:none;align-items:center;height:53px;font-size:14px;font-weight:400;display:flex}.header .website-settings .website-setting .dropdown-setting-list .setting-item.selected{color:var(--main-primary)}.header .website-settings .website-setting .dropdown-setting-list .setting-item .flag-icon{margin-right:5px}.header .website-settings .website-setting .dropdown-setting-list .checkmark{width:11px;height:15px;margin-left:auto}.header .website-settings .website-setting .dropdown-setting-list .checkmark:after{content:"";border-color:var(--main-primary);border-style:solid;border-width:0 3px 3px 0;border-radius:1px;width:8px;height:11px;display:block;top:1px;transform:rotate(45deg)}.header .website-settings .website-setting .setting-title{font-size:14px;font-weight:600}.header .website-settings .website-setting .settings-list{grid-template-columns:1fr 1fr;gap:8px;margin-top:15px;display:grid}.header .website-settings .website-setting .settings-list .setting-item{border:1px solid var(--main-second-background);color:var(--main-extra-color);cursor:pointer;background-color:#0000;border-radius:3px;align-items:center;padding:9px 8px;display:flex}.header .website-settings .website-setting .settings-list .setting-item.selected{background-color:var(--main-primary);border-color:var(--main-primary);color:var(--main-primary-text)}.header .website-settings .website-setting .settings-list .setting-item.selected .odds-example{color:#000;background-color:#fff}.header .website-settings .website-setting .settings-list .setting-item .odds-example{background-color:var(--main-third-background);width:34px;color:var(--main-extra-color);border-radius:3px;margin-left:auto;padding:1.5px 0;font-size:10px}.header .website-settings .website-setting .settings-list.templates .setting-item{justify-content:center}.header .website-settings .website-setting .settings-list.templates .setting-item .icon{fill:var(--main-extra-color)}.header .website-settings .website-setting .settings-list.templates .setting-item.selected .icon{fill:#fff}.header .website-settings .website-setting .settings-list .sound-item{justify-content:center;gap:6px}.header .left-side-navigation{z-index:100;width:100%;height:0;position:fixed;top:0;bottom:0;left:0}.header .left-side-navigation.show .left-side-navigation-inner{opacity:1;transform:translate(0)}.header .left-side-navigation.show:before{opacity:1;visibility:visible}.header .left-side-navigation.left-side-navigation-supabets{top:48px}.header .left-side-navigation.left-side-navigation-supabets .left-side-navigation-inner{height:calc(100vh - 98px)}.header .left-side-navigation.left-side-navigation-betfred{top:44px}.header .left-side-navigation.left-side-navigation-betfred .left-side-navigation-inner{height:calc(100vh - 44px)}.header .left-side-navigation:before{content:"";opacity:0;visibility:hidden;z-index:1;background:#000000b3;width:100%;height:calc(100vh - 50px);transition:all .3s ease-in-out;position:absolute;top:50px;left:0}.header .left-side-navigation-inner{z-index:2;background-color:var(--main-first-background);width:85%;max-width:320px;height:calc(100vh - 50px);color:var(--main-third-background-text);opacity:0;margin-top:50px;transition:all .3s cubic-bezier(.77,.2,.05,1);position:relative;transform:translate(-100%)}.header .menu-items-wrapper{background:var(--main-third-background);height:54px;display:flex}.header .menu-items-wrapper .menu-item{color:inherit;background:0 0;border:none;flex-grow:1;min-width:0;height:54px;padding:0 1px}.header .menu-items-wrapper .menu-item.is-active svg{fill:var(--main-primary)}.header .menu-items-wrapper .menu-item .menu-item-title{white-space:nowrap;font-size:12px;display:block;overflow:hidden}.header .menu-items-wrapper .menu-item svg{fill:var(--main-third-background-text);max-width:100%;height:25px;margin:0 auto 2px;display:block}.header .menu-item-content{height:calc(100% - 108px);overflow-y:auto}
