.jpm-status-tooltip{position:absolute;top:27px;left:70px;z-index:var(--z-index-level-0);width:296px;border:1px solid var(--border-primary);border-radius:var(--radius);padding:var(--spacing-2xs);background-color:var(--surface-light)}.sidebar-header-content .jpm-status-tooltip{width:calc(100% - 30px);top:43px;left:15px}.jpm-status-tooltip__header{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-2xs);margin-bottom:var(--spacing-4xs)}.jpm-status-tooltip__title{font:var(--title-3xs-semibold);color:var(--text-title)}.jpm-status-tooltip__text{margin-bottom:var(--spacing-2xs);font:var(--body-sm-regular);color:var(--text-body)}.jpm-status-badge__wrapper{display:flex;align-items:center}@media(min-width:800px){.jpm-status-badge__wrapper{position:relative}.sidebar-header-content .jpm-status-badge__wrapper{position:static}}.jpm-status-badge{position:relative;z-index:var(--z-index-level-1);gap:var(--spacing-4xs);padding:var(--spacing-5xs) var(--spacing-3xs);border-radius:var(--border-radius-2xs);cursor:pointer}@layer mixins{.jpm-status-badge{display:flex;justify-content:center;align-items:center}}.jpm-status-badge:before{content:"";position:absolute;bottom:-12px;right:14px;z-index:1;display:none;width:8px;height:8px;transform:translateX(50%) rotate(45deg);pointer-events:none}@layer mixins{.jpm-status-badge:before{background:linear-gradient(to bottom right,var(--surface-light) 50%,transparent 50%);border-top:1px solid var(--border-primary);border-left:1px solid var(--border-primary)}}.jpm-status-badge.is-info-visible:before{display:initial}.jpm-status-badge.is-active{background:linear-gradient(132deg,#1ce59d,#008bef)}.jpm-status-badge.is-inactive{background:linear-gradient(113deg,#cd00b9,#f82571)}.jpm-status-badge__text{font:var(--body-oneline-xs-bold);text-transform:uppercase;white-space:nowrap}.jpm-status-badge__icon{flex-shrink:0;width:12px;height:12px;fill:var(--background-icon-primary)}.sidebar-header{display:none;align-items:center;gap:5px;height:var(--header-height);padding:0 15px;background-color:var(--surface-dark);border-bottom:1px solid var(--border-primary)}@media(max-width:1399px){.sidebar-header{display:grid;grid-template-columns:1fr 36px;grid-gap:5px}}.sidebar-mobile .sidebar-header{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-index-header)}.is-auth-user .sidebar-header{border-bottom:none}@media(max-width:1399px){.is-auth-user.is-desktop .sidebar-header{border-bottom:1px solid var(--border-primary)}}.sidebar-header-content{flex:1 1;gap:5px}@layer mixins{.sidebar-header-content{display:flex;justify-content:center;align-items:center}}.sidebar-header-close{flex:0 0 36px}.sidebar-header-content__nickname{font-weight:300;line-height:1.1;text-transform:uppercase;overflow:hidden;max-width:170px}@layer mixins{.sidebar-header-content__nickname{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:1399px){.sidebar-header-content__nickname{max-width:135px}}@media(min-width:800px){.sidebar-mobile .sidebar-header-content__nickname{max-width:110px}}.sidebar-page{overflow-x:hidden;overflow-y:auto;background-color:var(--surface-default);z-index:2}@layer mixins{.sidebar-page{position:fixed;inset:0}}@media(min-width:600px){.sidebar-page{width:360px}}.sidebar-mobile .sidebar-page{z-index:var(--z-index-over-header)}.sidebar-page-header{display:flex;justify-content:space-between;align-items:center;height:var(--header-height);padding:0 15px;background-color:var(--surface-dark)}.sidebar-mobile .sidebar-page-header{position:-webkit-sticky;position:sticky;top:0}.sidebar-page-list{padding-bottom:var(--footer-bar-height)}.sidebar-nested-list{overflow:clip}.sidebar-page-header__back,.sidebar-page-header__close{width:36px;height:36px}.sidebar-page-header__text{font-weight:300;text-transform:uppercase}.sidebar-nested-list__item{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:4px 0}.sidebar-nested-list-animation-enter{height:0}.sidebar-nested-list-animation-enter-active{height:auto;transition:height .3s}.sidebar-nested-list-animation-exit-active{height:0;transition:height .3s}.sidebar-page-notifications{height:calc(100vh - var(--header-height));overflow-y:auto}.sidebar-page-notifications .notification-list{padding-bottom:180px}.sidebar-item-content{display:flex;align-items:center;padding:10px 15px 10px 20px;margin-bottom:2px;font-weight:300;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-page .sidebar-item-content{padding:15px 13px}.sidebar-desktop .sidebar-item-content{padding:10px 5px 10px 13px;border-radius:var(--radius)}.sidebar-desktop .sidebar-item-content.is-active,.sidebar-desktop .sidebar-item-content:hover{background:var(--surface-lighter)}.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-text{color:var(--text-light)}.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-icon{fill:var(--background-icon-primary)}.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-icon.is-icon-bonus,.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-icon.is-icon-free-spins,.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-icon.is-icon-star,.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-icon.is-icon-tesla,.sidebar-desktop .sidebar-item-content:hover .sidebar-item-content-icon.is-icon-tournament{fill:var(--yellow-400)}.sidebar-item-content__counter{margin-right:4px}.sidebar-item-content-icon{width:18px;height:18px;flex-shrink:0;fill:var(--background-icon-secondary);margin-right:20px}.is-active .sidebar-item-content-icon{fill:var(--background-icon-primary)}.sidebar-item-content-icon.is-icon-right{width:10px;height:12px}.sidebar-item-content-icon.is-icon-bonus,.sidebar-item-content-icon.is-icon-star{fill:var(--yellow-400)}.sidebar-item-content-icon.is-cn,.sidebar-item-content-icon.is-gb,.sidebar-item-content-icon.is-jp,.sidebar-item-content-icon.is-ru{border-radius:50%}.sidebar-item-content-icon.is-icon-free-spins,.sidebar-item-content-icon.is-icon-tesla,.sidebar-item-content-icon.is-icon-tournament{fill:var(--yellow-400)}.sidebar-item-content-text{margin-right:auto;color:var(--text-body)}.is-active .sidebar-item-content-text,.is-sidebar-open .sidebar-item-content-text{color:var(--text-light);font-weight:400}.sidebar-item-badge{font-size:10px;font-weight:600;line-height:12px;color:var(--white);background-color:var(--red-400);border-radius:var(--radius-s);white-space:nowrap;margin-left:auto;padding:3px 6px}.sidebar-item-badge.is-exclusive{background-color:var(--green-400)}.sidebar-item-content-dropdown{width:20px;height:20px;rotate:-90deg;fill:var(--white)}.sidebar-desktop .sidebar-item-content-dropdown{rotate:0deg;transition:.25s ease}.sidebar-desktop .sidebar-item-content-dropdown.is-open{rotate:180deg}.sidebar-slide-animation{transition:translate .3s}.sidebar-slide-animation.slide-in{translate:0}.sidebar-slide-animation.slide-out{translate:-100% 0}.sidebar-toggler-button{display:flex;flex-direction:column;justify-content:space-between;width:36px;height:36px;padding:10px 9px;flex-shrink:0;cursor:pointer;background:rgba(0,0,0,0);border:0;outline:none}.sidebar-toggler-button span:after,.sidebar-toggler-button span:before,.sidebar-toggler-button:after,.sidebar-toggler-button:before{content:"";display:block;width:14px;height:2px;border-radius:var(--radius-s);background:var(--white);transition:opacity .2s ease-in-out,rotate .25s ease-in-out}.sidebar-toggler-button span{width:100%;height:2px;position:relative;background:rgba(0,0,0,0)}.sidebar-toggler-button span:after,.sidebar-toggler-button span:before{position:absolute;width:100%}.sidebar-toggler-button.is-open:after,.sidebar-toggler-button.is-open:before{opacity:0}.sidebar-toggler-button.is-open span:before{rotate:45deg}.sidebar-toggler-button.is-open span:after{rotate:-45deg}.sidebar-date-time{width:100%;height:var(--footer-bar-height);position:fixed;left:0;bottom:0;background:var(--dark-purple-400);z-index:1}@layer mixins{.sidebar-date-time{display:flex;justify-content:center;align-items:center}}@media(min-width:600px){.sidebar-date-time{width:300px}}.sidebar-overlay{display:block;position:fixed;inset:0;background-color:rgba(0,0,0,.6);z-index:var(--z-index-level-1);cursor:pointer}@media(min-width:1400px){.sidebar-overlay{display:none}}.header-wrapper{position:fixed;top:0;left:0;width:100%;z-index:var(--z-index-header)}.main-header{width:100%;height:var(--header-height);padding:0 var(--spacing-3xs);display:flex;align-items:center;background-color:var(--surface-dark)}@media(min-width:1000px){.main-header{padding-right:var(--spacing-sm)}}.header-content{display:flex;align-items:center}.header-content.is-left{gap:var(--spacing-5xs)}@media(min-width:600px){.header-content.is-left{flex-shrink:0;gap:var(--spacing-sm)}}.header-content.is-right{gap:var(--spacing-3xs);margin-left:auto}@media(min-width:600px){.header-content.is-right{gap:var(--spacing-2xs)}}.header__deposit-btn{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:calc(var(--spacing-3xs)*-1)}@media(min-width:600px){.header__deposit-btn{border-radius:var(--button-radius);margin-left:0}}.header__level-up-progress{width:190px;margin-left:var(--spacing-2xs)}@media(min-width:1000px){.header__level-up-progress{width:230px}}