@charset "utf-8";

.jackpot-pool__details-container { display: flex; flex-direction: column; gap: var(--fds-ref-spacing-xsmall); padding: var(--fds-ref-spacing-medium); border-radius: var(--fds-ref-radius-xsmall); background: rgba(var(--b-sc),var(--fds-ref-alpha-8)); }

.jackpot-pool__details-container--blur { backdrop-filter: blur(50px); background: rgba(var(--b),var(--fds-ref-alpha-32)); border: var(--fds-ref-border-width-thin) solid rgba(var(--b-sc),var(--fds-ref-alpha-12)); }

.jackpot-pool__details-block { display: flex; gap: var(--fds-ref-spacing-3xsmall); justify-content: space-between; }

.jackpot-pool__details-block:not(.jackpot-pool__details-block--total-win) { flex-direction: column; }

.jackpot-pool__details-block.jackpot-pool__details-block--total-win > .jackpot-pool__details-item:nth-child(2):nth-last-child(2) { align-items: center; }

.jackpot-pool__details-block.jackpot-pool__details-block--total-win > .jackpot-pool__details-item:last-child:not(:only-child) { align-items: flex-end; }

.jackpot-pool__details-block + .jackpot-pool__details-block { padding-top: var(--fds-ref-spacing-xsmall); border-top: var(--fds-ref-border-width-thin) solid rgba(var(--b-sc),var(--fds-ref-alpha-12)); }

.jackpot-pool__details-item { display: flex; flex-direction: column; }

.jackpot-pool__details-item-header { display: flex; align-items: center; }

.jackpot-pool__details-label { color: rgba(var(--b-sc),var(--fds-ref-alpha-48)); }

.jackpot-pool__details-label.jackpot-pool__details-label--winner { flex: 1 1 auto; }

.jackpot-pool__details-value { color: rgba(var(--b-sc),var(--fds-ref-alpha-100)); }

[dir="rtl"] .jackpot-pool__details-value { direction: ltr; }

.jackpot-pool__details-date { font-size: var(--fds-ref-font-size-60); line-height: var(--fds-ref-font-line-height-80); color: rgba(var(--b-sc),var(--fds-ref-alpha-80)); }

[dir="rtl"] .jackpot-pool__details-date { direction: ltr; }

.jackpot-pool__details-price { color: rgba(var(--oc-2),var(--fds-ref-alpha-100)); }

[dir="rtl"] .jackpot-pool__details-price { direction: ltr; text-align: end; }

.jackpot-pool__details-game-name { color: rgba(var(--b-sc),var(--fds-ref-alpha-100)); }

.jackpot-pool__details-game-id { color: rgba(var(--b-sc),var(--fds-ref-alpha-80)); }

@property --jackpotPoolAngle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

@keyframes jackpotPoolRotateBorder { 
  100% { --jackpotPoolAngle: 360deg; }
}

.jackpot-pool { width: 100%; position: relative; z-index: 0; border-radius: var(--fds-ref-radius-xsmall); background: rgba(var(--b-sc),var(--fds-ref-alpha-8)); transition: background var(--default-transition-duration); overflow: hidden; }

.jackpot-pool--xlarge { padding: var(--fds-ref-spacing-medium); }

.jackpot-pool--xlarge .jackpot-pool__icon { width: var(--fds-sem-dimension-xlarge); height: var(--fds-sem-dimension-xlarge); }

.jackpot-pool--xlarge .jackpot-pool__item { gap: var(--fds-ref-spacing-xsmall); }

.jackpot-pool--xlarge .jackpot-pool__money-inner { height: var(--fds-ref-font-line-height-120); }

.jackpot-pool--xlarge .jackpot-pool__money-inner .jackpot-pool__price, .jackpot-pool--xlarge .jackpot-pool__money-inner .jackpot-pool__currency-symbol { font-size: var(--fds-ref-font-size-90); font-weight: var(--fds-ref-font-weight-semibold); }

.jackpot-pool--large { padding: var(--fds-ref-spacing-xsmall); }

.jackpot-pool--large .jackpot-pool__icon { width: var(--fds-sem-dimension-large); height: var(--fds-sem-dimension-large); }

.jackpot-pool--large .jackpot-pool__money-inner { height: var(--fds-ref-font-line-height-120); }

.jackpot-pool--large .jackpot-pool__money-inner .jackpot-pool__price, .jackpot-pool--large .jackpot-pool__money-inner .jackpot-pool__currency-symbol { font-size: var(--fds-ref-font-size-80); }

.jackpot-pool--medium { padding: var(--fds-ref-spacing-xsmall); }

.jackpot-pool--medium .jackpot-pool__icon { width: var(--fds-sem-dimension-medium); height: var(--fds-sem-dimension-medium); }

.jackpot-pool--medium .jackpot-pool__money-inner { height: var(--fds-ref-font-line-height-100); }

.jackpot-pool--medium .jackpot-pool__money-inner .jackpot-pool__price, .jackpot-pool--medium .jackpot-pool__money-inner .jackpot-pool__currency-symbol { font-size: var(--fds-ref-font-size-70); }

.jackpot-pool--small { padding: var(--fds-ref-spacing-3xsmall) var(--fds-ref-spacing-xsmall); }

.jackpot-pool--small .jackpot-pool__icon { width: var(--fds-sem-dimension-small); height: var(--fds-sem-dimension-small); }

.jackpot-pool--small .jackpot-pool__money-inner { height: var(--fds-ref-font-line-height-80); }

.jackpot-pool--small .jackpot-pool__money-inner .jackpot-pool__price, .jackpot-pool--small .jackpot-pool__money-inner .jackpot-pool__currency-symbol { font-size: var(--fds-ref-font-size-60); }

[class*="is-web"] .jackpot-pool:hover { cursor: pointer; background: rgba(var(--b-sc),var(--fds-ref-alpha-12)); }

.jackpot-pool:has(.jackpot-pool__item--hot) { background: rgba(var(--b-sc),var(--fds-ref-alpha-12)); }

[class*="is-web"] .jackpot-pool:has(.jackpot-pool__item--hot):hover { background: rgba(var(--b-sc),var(--fds-ref-alpha-16)); }

.jackpot-pool:has(.jackpot-pool__item--hot)::after { content: ""; position: absolute; inset: 0px; border-radius: inherit; padding: var(--fds-ref-border-width-thick); pointer-events: none; z-index: 1; background: conic-gradient(from var(--jackpotPoolAngle),transparent 0deg,#ffdd6f 40deg,#ff3826 80deg,#ea5252 120deg,transparent 165deg,transparent 360deg); mask: linear-gradient(rgb(0, 0, 0) 0px, rgb(0, 0, 0) 0px) content-box exclude, linear-gradient(rgb(0, 0, 0) 0px, rgb(0, 0, 0) 0px); animation: 4s linear 0s infinite normal none running jackpotPoolRotateBorder; }

.jackpot-pool__item { position: relative; z-index: 1; width: 100%; height: 100%; display: flex; align-items: center; gap: var(--fds-ref-spacing-3xsmall); }

.jackpot-pool__item--align-center { justify-content: center; }

.jackpot-pool__item--align-center .jackpot-pool__money { flex: 0 0 auto; }

.jackpot-pool__item--align-right { flex-direction: row-reverse; }

.jackpot-pool__item--align-right .jackpot-pool__money { align-items: flex-end; }

.jackpot-pool__item--align-right .jackpot-pool__title { text-align: end; }

.jackpot-pool__item--align-right .jackpot-pool__money-inner { justify-content: flex-end; }

[dir="rtl"] .jackpot-pool__item--align-right .jackpot-pool__money-inner { justify-content: flex-start; }

.jackpot-pool__item--display-vertical { flex-direction: column; justify-content: center; }

.jackpot-pool__icon { flex-shrink: 0; display: flex; justify-content: center; align-items: center; transition: all var(--default-transition-duration); }

.jackpot-pool__money { flex: 1 1 auto; display: flex; flex-direction: column; }

.jackpot-pool__hot { flex-shrink: 0; position: relative; display: flex; justify-content: center; align-items: center; }

.jackpot-pool__hot::before { content: ""; position: absolute; bottom: var(--fds-ref-spacing-2xsmall-nudge); width: 10px; height: 5px; box-shadow: rgb(245, 81, 44) 0px 8px 8px; backdrop-filter: blur(40px); background: rgba(var(--b-sc),var(--fds-ref-alpha-4)); z-index: -1; }

.jackpot-pool__hot-icon { width: var(--fds-sem-dimension-medium); height: var(--fds-sem-dimension-medium); }

[class*="is-mobile"] .jackpot-pool__hot-icon { width: var(--fds-sem-dimension-small); height: var(--fds-sem-dimension-small); }

.jackpot-pool__title { color: rgba(var(--b-sc),var(--fds-ref-alpha-64)); text-transform: uppercase; text-align: start; transition: all var(--default-transition-duration); }

.jackpot-pool__item--no-icon .jackpot-pool__title, .jackpot-pool__item--display-vertical .jackpot-pool__title { text-align: center; }

.jackpot-pool__money-inner { display: flex; align-items: center; justify-content: flex-start; }

.jackpot-pool__item--no-icon .jackpot-pool__money-inner { justify-content: center; }

[dir="rtl"] .jackpot-pool__money-inner { direction: ltr; justify-content: flex-end; }

.jackpot-pool__money-inner .jackpot-pool__currency-symbol { margin-inline-end: var(--fds-ref-spacing-3xsmall); }

.jackpot-pool__price, .jackpot-pool__currency-symbol { color: rgba(var(--b-sc),var(--fds-ref-alpha-100)); font-weight: var(--fds-ref-font-weight-medium); transition: all var(--default-transition-duration); }

.jackpot-pool__details.tooltip:not(:empty) { width: 100%; background: transparent; border-radius: var(--fds-ref-radius-xsmall); overflow: hidden; }

[class*="is-web"] .jackpot-pool__details.tooltip:not(:empty) { max-width: 380px; }

[class*="is-mobile"] .jackpot-pool__details.tooltip:not(:empty) { max-width: calc(100% - 2 * var(--padding-page-aside)); }

.jackpot-pool__details.tooltip:not(:empty) .tooltipHolder { padding: 0px; }

.jackpot-pool__details.tooltip .tooltipTriangle { display: none; }

.jackpot-pool__details.tooltip .tooltipText { color: unset; }

.jackpot-pool__arrow { font-size: var(--fds-ref-font-size-60); color: rgba(var(--b-sc),var(--fds-ref-alpha-80)); transition: all var(--default-transition-duration); }

.jackpot-pool__arrow.jackpot-pool__arrow--expanded { transform: rotate(180deg); }

.jackpot-pool-dropdown { display: flex; flex-direction: column; }

.jackpot-pool-dropdown .jackpot-pool { cursor: pointer; }

.jackpot-pool-dropdown__collapse { overflow: hidden; }

.jackpot-pool-dropdown__panel { margin-top: var(--fds-ref-spacing-xsmall); }

.jackpot-pool__details-drawer .ds-drawer__content { padding-bottom: var(--fds-ref-spacing-large); }