.modal-desktop{z-index:1004;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed}[dir] .modal-desktop{background:linear-gradient(#00000080,#00000080)}.modal-desktop__content-top{flex-direction:column;flex-grow:2;max-height:9rem;display:flex}.modal-desktop__content-container{justify-content:center;align-items:center;width:fit-content;min-width:fit-content;display:flex}.modal-desktop__content-bottom{flex-direction:column;flex-grow:2;display:flex}.sign-in-desktop{flex-direction:column;align-items:center;width:22.5rem;min-width:21.25rem;height:31.75rem;display:flex;position:relative}[dir] .sign-in-desktop{background:var(--Dark-Theme-Background,#04051d);margin:0 .625rem;padding:2.5rem 2.5rem .625rem}.sign-in-desktop__link{color:#898c92;justify-content:center;align-items:center;height:2.5rem;font-size:.875rem;font-weight:700;display:flex}[dir] .sign-in-desktop__link{text-align:center;padding:.625rem 1.25rem}.sign-in-desktop__cross{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;position:absolute;top:.625rem}[dir] .sign-in-desktop__cross{cursor:pointer}[dir=ltr] .sign-in-desktop__cross{right:.625rem}[dir=rtl] .sign-in-desktop__cross{left:.625rem}.sign-in-desktop__title{color:#fff;letter-spacing:.44px;text-transform:uppercase;justify-content:center;align-items:center;font-size:1.375rem;font-weight:700;display:flex}[dir] .sign-in-desktop__title{margin-bottom:3.125rem}.sign-in-desktop__rows{flex-direction:column;gap:1.25rem;width:100%;display:flex}[dir] .sign-in-desktop__rows{margin-bottom:1.875rem}.sign-in-desktop__row{flex-direction:column;row-gap:.125rem;width:100%;display:flex}.sign-in-desktop__row-title{gap:2px;display:flex}.sign-in-desktop__row-title p{color:#fff;font-size:.875rem;font-weight:600}.sign-in-desktop__row-title span{color:#f46900;font-size:.875rem;font-weight:600}.sign-in-desktop__row-field{width:100%;height:2.5rem}.sign-in-desktop__button{width:100%;height:2.4375rem}[dir] .sign-in-desktop__button{margin-bottom:1.25rem}.sign-in-desktop__link{color:#898c92;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}[dir] .sign-in-desktop__link{margin-bottom:1.25rem}.sign-in-desktop__link:hover{color:#fff}.sign-up-desktop{flex-direction:column;align-items:center;width:22.5rem;min-width:21.25rem;height:auto;display:flex;position:relative}[dir] .sign-up-desktop{background:var(--Dark-Theme-Background,#04051d);margin:0 .625rem;padding:2.5rem 2.5rem .625rem}.sign-up-desktop__title{color:#fff;letter-spacing:.44px;text-transform:uppercase;justify-content:center;align-items:center;font-size:1.375rem;font-weight:700;display:flex}[dir] .sign-up-desktop__title{margin-bottom:3.125rem}.sign-up-desktop__rows{flex-direction:column;gap:1.25rem;width:100%;display:flex}[dir] .sign-up-desktop__rows{margin-bottom:1.875rem}.sign-up-desktop__row{flex-direction:column;row-gap:.125rem;width:100%;display:flex}.sign-up-desktop__row-title{gap:2px;display:flex}.sign-up-desktop__row-title p{color:#fff;font-size:.875rem;font-weight:600}.sign-up-desktop__row-title span{color:#f46900;font-size:.875rem;font-weight:600}.sign-up-desktop__row-field,.sign-up-desktop__input{width:100%;height:2.5rem;position:relative}.sign-up-desktop__checkboxes{flex-direction:column;row-gap:.625rem;display:flex}[dir] .sign-up-desktop__checkboxes{margin-top:1.875rem}.sign-up-desktop__checkbox{color:#fff;font-size:.875rem;display:flex}.sign-up-desktop__checkbox span{color:#00d274}.sign-up-desktop__text{font-weight:400}[dir=ltr] .sign-up-desktop__text{margin-left:.625rem}[dir=rtl] .sign-up-desktop__text{margin-right:.625rem}.sign-up-desktop__button{width:100%;max-width:9.375rem;height:2.4375rem}[dir] .sign-up-desktop__button{margin-bottom:1.25rem}.sign-up-desktop__button-text{text-transform:uppercase}.auth-desktop{z-index:2;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.notification-desktop{z-index:1005;grid-template-columns:1.25rem auto .8125rem;gap:0 .625rem;width:100%;min-height:2.875rem;display:grid;position:relative}[dir] .notification-desktop{border:1px solid var(--Light-Stroke,#dcdee7);background:var(--Light-Cards-1,#fff);border-radius:.625rem;margin-top:1rem;padding:.75rem;box-shadow:0 .3125rem .625rem #0000001a}[dir=ltr] .notification-desktop{animation:.7s init-ltr}[dir=rtl] .notification-desktop{animation:.7s init-rtl}[dir=ltr] .notification-desktop_deleted{animation:.7s delete-ltr}[dir=rtl] .notification-desktop_deleted{animation:.7s delete-rtl}.notification-desktop__icon{width:1.25rem;min-width:1.25rem;height:1.25rem;display:flex}.notification-desktop__cross{flex-direction:column;justify-content:center;align-items:center;width:.8125rem;min-width:.8125rem;height:.8125rem;display:flex}[dir] .notification-desktop__cross{cursor:pointer}.notification-desktop__text{color:var(--Light-Text-Regular,#172960);align-items:center;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;display:flex}[dir=ltr] .notification-desktop__text{margin:0 auto 0 0}[dir=rtl] .notification-desktop__text{margin:0 0 0 auto}html[lang=fa] .notification-desktop__text{font-family:IRANSans,sans-serif}@keyframes init-ltr{0%{opacity:0;transform:translate(10rem)}to{opacity:1;transform:translate(0)}}@keyframes init-rtl{0%{opacity:0;transform:translate(-10rem)}to{opacity:1;transform:translate(0)}}@keyframes delete-ltr{0%{opacity:1}70%{opacity:0;transform:translate(120%)}to{opacity:0;transform:translate(200%)}}@keyframes delete-rtl{0%{opacity:1}70%{opacity:0;transform:translate(-120%)}to{opacity:0;transform:translate(-200%)}}#notify-root{z-index:1005;flex-direction:column-reverse;justify-content:center;width:18rem;display:flex;position:fixed;top:4.5rem}[dir] #notify-root{margin:auto}[dir=ltr] #notify-root{right:2rem}[dir=rtl] #notify-root{left:2rem}.language-dropdown-selector-desktop{display:flex;position:relative}.language-dropdown-selector-desktop__current{align-items:center;display:flex}[dir] .language-dropdown-selector-desktop__current{cursor:pointer;border-radius:.625rem}[dir] .language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__current{border-radius:.625rem .625rem 0 0}.language-dropdown-selector-desktop__arrow{width:1.125rem;min-width:1.125rem;height:.75rem;display:flex}[dir] .language-dropdown-selector-desktop__arrow{margin:.625rem}[dir] .language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__arrow{transform:scale(-1)}.language-dropdown-selector-desktop__current-flag{justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}[dir] .language-dropdown-selector-desktop__current-flag{background:#282c41}.language-dropdown-selector-desktop__current-flag-img{width:1.5625rem;min-width:1.5625rem;height:1.5625rem}.language-dropdown-selector-desktop__items{opacity:0;z-index:9999;gap:.625rem 0;width:8.125rem;display:none;position:absolute;top:calc(100% + .419rem);overflow:hidden}[dir] .language-dropdown-selector-desktop__items{cursor:pointer;background:#282c41;border-radius:.625rem;padding:.375rem .75rem}[dir=ltr] .language-dropdown-selector-desktop__items{animation:.5s linear -.4s forwards reduceVertical_language-dropdown-selector-desktop;left:0}[dir=rtl] .language-dropdown-selector-desktop__items{animation:.5s linear -.4s forwards reduceVertical_language-dropdown-selector-desktop;right:0}.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items{display:grid}[dir] .language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items{border-radius:0 0 .625rem .625rem}[dir=ltr] .language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items,[dir=rtl] .language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items{animation:.5s linear forwards incraseVertical_language-dropdown-selector-desktop}.language-dropdown-selector-desktop__item{align-items:center;gap:0 .625rem;width:100%;display:flex}[dir] .language-dropdown-selector-desktop__item{cursor:pointer}.language-dropdown-selector-desktop__item-img{flex-direction:column;justify-content:center;align-items:center;width:1.5625rem;min-width:1.5625rem;height:1.5625rem;display:flex}.language-dropdown-selector-desktop__item-text{color:#fff;align-items:center;font-size:.75rem;font-weight:700;display:flex}@keyframes incraseVertical_language-dropdown-selector-desktop{0%{opacity:0;max-height:0}1%{opacity:1;max-height:0}to{opacity:1;max-height:18.75rem}}@keyframes reduceVertical_language-dropdown-selector-desktop{0%{opacity:1;max-height:18.75rem}99%{opacity:1;max-height:0}to{opacity:0;max-height:0}}.header-login-block-desktop{justify-content:space-around;align-items:center;display:flex}.header-login-block-desktop__profile{color:#fff;align-items:center;font-weight:700;display:flex}.header-login-block-desktop__profile-user{width:2.5rem;min-width:2.5rem;height:2.5rem;display:flex}[dir=ltr] .header-login-block-desktop__profile-user{margin-left:.3125rem}[dir=rtl] .header-login-block-desktop__profile-user{margin-right:.3125rem}.header-login-block-desktop__profile-info{flex-direction:column;align-items:flex-end;row-gap:.125rem;display:flex}[dir=ltr] .header-login-block-desktop__profile-info{text-align:right}[dir=rtl] .header-login-block-desktop__profile-info{text-align:left}.header-login-block-desktop__profile-id{color:#898c92;text-transform:uppercase;font-size:.75rem}.header-login-block-desktop__profile-username{color:var(--Old-White,#fff);text-overflow:ellipsis;max-width:6.25rem;font-family:Roboto;font-size:12px;font-weight:800;overflow:hidden}html[lang=fa] .header-login-block-desktop__profile-username{font-family:IRANSans,sans-serif}.header-login-block-desktop__profile-balances{flex-direction:column;display:flex}.header-login-block-desktop__profile-balance-item{color:var(--Accent-Accent-3,#a658ff);font-family:Roboto;font-size:12px;font-weight:800}[dir=ltr] .header-login-block-desktop__profile-balance-item{text-align:right}[dir=rtl] .header-login-block-desktop__profile-balance-item{text-align:left}html[lang=fa] .header-login-block-desktop__profile-balance-item{font-family:IRANSans,sans-serif}.header-login-block-desktop__profile-currency{color:var(--Accent-Accent-3,#a658ff);font-family:Roboto;font-size:12px;font-weight:800}[dir=ltr] .header-login-block-desktop__profile-currency{text-align:right}[dir=rtl] .header-login-block-desktop__profile-currency{text-align:left}html[lang=fa] .header-login-block-desktop__profile-currency{font-family:IRANSans,sans-serif}.header-login-block-desktop__buttons{grid-gap:.625rem;display:flex}.header-login-block-desktop__button-login{width:fit-content;min-width:5.375rem;height:2.5625rem}.main-menu-header-desktop__main{gap:.9375rem;display:flex}.main-menu-header-desktop__inner-wrapper{align-items:center;gap:inherit;display:flex}.main-menu-header-desktop__menu-item{align-items:center;gap:.625rem;text-decoration:none;transition:all .2s;display:flex;position:relative}[dir] .main-menu-header-desktop__menu-item{cursor:pointer;padding:.625rem}.main-menu-header-desktop__menu-item:before{content:"";opacity:0;transition:opacity .2s;position:absolute;top:0;bottom:0;-webkit-mask:linear-gradient(#000,#000) 0 0/10px 2px no-repeat,linear-gradient(#000,#000) 0 0/2px 10px no-repeat,linear-gradient(#000,#000) 100% 0/10px 2px no-repeat,linear-gradient(#000,#000) 100% 0/2px 10px no-repeat,linear-gradient(#000,#000) 0 100%/10px 2px no-repeat,linear-gradient(#000,#000) 0 100%/2px 10px no-repeat,linear-gradient(#000,#000) 100% 100%/10px 2px no-repeat,linear-gradient(#000,#000) 100% 100%/2px 10px no-repeat;mask:linear-gradient(#000,#000) 0 0/10px 2px no-repeat,linear-gradient(#000,#000) 0 0/2px 10px no-repeat,linear-gradient(#000,#000) 100% 0/10px 2px no-repeat,linear-gradient(#000,#000) 100% 0/2px 10px no-repeat,linear-gradient(#000,#000) 0 100%/10px 2px no-repeat,linear-gradient(#000,#000) 0 100%/2px 10px no-repeat,linear-gradient(#000,#000) 100% 100%/10px 2px no-repeat,linear-gradient(#000,#000) 100% 100%/2px 10px no-repeat}[dir=ltr] .main-menu-header-desktop__menu-item:before{background:linear-gradient(100deg,#a759ff 0%,#33a4ff 100%);left:0;right:0}[dir=rtl] .main-menu-header-desktop__menu-item:before{background:linear-gradient(-100deg,#a759ff 0%,#33a4ff 100%);left:0;right:0}.main-menu-header-desktop__menu-item_active .main-menu-header-desktop__menu-text_active{color:#fff}.main-menu-header-desktop__menu-item_active:before{opacity:1}[dir=ltr] .main-menu-header-desktop__menu-item_active:before{background:linear-gradient(100deg,#a759ff 0%,#33a4ff 100%)}[dir=rtl] .main-menu-header-desktop__menu-item_active:before{background:linear-gradient(-100deg,#a759ff 0%,#33a4ff 100%)}.main-menu-header-desktop__menu-item:hover .main-menu-header-desktop__menu-text span{color:#898c92}.main-menu-header-desktop__menu-item:hover:before{opacity:1}[dir] .main-menu-header-desktop__menu-item:hover:before{background:#a658ff}.main-menu-header-desktop__menu-icon{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.main-menu-header-desktop__menu-icon svg{width:100%;height:100%}.main-menu-header-desktop__menu-icon svg *{transition:fill .2s,stroke .2s}.main-menu-header-desktop__menu-text span{color:#898c92;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1;transition:color .2s}html[lang=fa] .main-menu-header-desktop__menu-text span{font-family:IRANSans,sans-serif}@keyframes logoContainerExpand{0%{width:7.5rem;border-radius:11.1875rem!important}to{width:11.25rem;border-radius:11.1875rem!important}}@keyframes betSlideIn-ltr{0%{opacity:0;filter:blur(4px);width:0;display:flex;transform:translate(-100%)scale(.8);border-radius:11.1875rem!important}50%{opacity:.5;filter:blur(2px);display:flex;border-radius:11.1875rem!important}to{opacity:1;filter:blur();width:3.75rem;display:flex;transform:translate(0)scale(1);border-radius:11.1875rem!important}}@keyframes betSlideIn-rtl{0%{opacity:0;filter:blur(4px);width:0;display:flex;transform:translate(100%)scale(.8);border-radius:11.1875rem!important}50%{opacity:.5;filter:blur(2px);display:flex;border-radius:11.1875rem!important}to{opacity:1;filter:blur();width:3.75rem;display:flex;transform:translate(0)scale(1);border-radius:11.1875rem!important}}@keyframes bazinoFadeIn{0%{opacity:.7;transform:translateY(2px);border-radius:11.1875rem!important}to{opacity:1;transform:translateY(0);border-radius:11.1875rem!important}}.header-desktop{justify-content:space-between;align-items:center;width:100%;height:100%;min-height:4.5rem;max-height:5rem;display:flex;position:relative}[dir] .header-desktop{background:#0f142d;padding:0 1.875rem}.header-desktop__deposit-button{height:2.5rem}.header-desktop__left{align-items:center;min-width:11.1875rem;display:flex}.header-desktop__right{align-items:center;gap:.625rem;display:flex}.header-desktop__lang{display:flex}.header-desktop__logo{align-items:center;text-decoration:none;display:flex;position:relative}[dir] .header-desktop__logo{border-radius:11.1875rem!important}.header-desktop__logo-container{align-items:center;width:7.5rem;height:2.685rem;transition:all .3s;display:flex;position:relative;overflow:hidden}[dir=ltr] .header-desktop__logo-container{background:linear-gradient(242deg,#382062 10.49%,#1a0f2d 64.24%)}[dir=rtl] .header-desktop__logo-container{background:linear-gradient(-242deg,#382062 10.49%,#1a0f2d 64.24%)}[dir] .header-desktop__logo-container_loaded{border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-container_loaded,[dir=rtl] .header-desktop__logo-container_loaded{animation:.8s ease-out .5s forwards logoContainerExpand}.header-desktop__logo-container:before{content:"";filter:blur(49.6919px);opacity:0;z-index:-1;mix-blend-mode:hard-light;width:200%;height:400%;transition:all .4s;position:absolute;top:50%}[dir] .header-desktop__logo-container:before{background:radial-gradient(50% 25%,#8a05c833 0%,#0000 70%);border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-container:before{left:50%;transform:translate(-50%,-50%)scale(.8)}[dir=rtl] .header-desktop__logo-container:before{right:50%;transform:translate(50%,-50%)scale(.8)}.header-desktop__logo-container:after{content:"";filter:blur(16.564px);opacity:0;z-index:-1;mix-blend-mode:hard-light;width:150%;height:300%;transition:all .4s;position:absolute;top:50%}[dir] .header-desktop__logo-container:after{background:radial-gradient(50% 25%,#8a05c84d 0%,#0000 60%);border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-container:after{left:50%;transform:translate(-50%,-50%)scale(.9)}[dir=rtl] .header-desktop__logo-container:after{right:50%;transform:translate(50%,-50%)scale(.9)}.header-desktop__logo-content{align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}[dir] .header-desktop__logo-content{border-radius:11.1875rem!important}.header-desktop__logo-bazino-block{z-index:2;opacity:.7;flex-shrink:0;justify-content:center;align-items:center;width:7.16rem;height:2.4613rem;display:flex}[dir] .header-desktop__logo-bazino-block{transform:translateY(2px);border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-bazino-block{background:linear-gradient(242deg,#6402e1 10.49%,#310766 64.24%),#fff;padding:.4475rem .4888rem .4512rem .6713rem}[dir=rtl] .header-desktop__logo-bazino-block{background:linear-gradient(-242deg,#6402e1 10.49%,#310766 64.24%),#fff;padding:.4475rem .6713rem .4512rem .4888rem}[dir] .header-desktop__logo-bazino-block_loaded{border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-bazino-block_loaded,[dir=rtl] .header-desktop__logo-bazino-block_loaded{animation:.5s ease-out .3s forwards bazinoFadeIn}.header-desktop__logo-bet-block{z-index:1;opacity:0;filter:blur(4px);justify-content:center;align-items:center;width:0;height:100%;transition:transform .3s;display:flex;position:relative;overflow:hidden}[dir] .header-desktop__logo-bet-block{border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-bet-block{padding:8.95px 12.28px 9.01px 5.37px;transform:translate(-100%)scale(.8)}[dir=rtl] .header-desktop__logo-bet-block{padding:8.95px 5.37px 9.01px 12.28px;transform:translate(100%)scale(.8)}[dir] .header-desktop__logo-bet-block_loaded{border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-bet-block_loaded{animation:.8s ease-out .6s forwards betSlideIn-ltr}[dir=rtl] .header-desktop__logo-bet-block_loaded{animation:.8s ease-out .6s forwards betSlideIn-rtl}.header-desktop__logo-bet-block:before{content:"";z-index:-1;position:absolute;top:0;bottom:0}[dir] .header-desktop__logo-bet-block:before{border-radius:11.1875rem!important}[dir=ltr] .header-desktop__logo-bet-block:before,[dir=rtl] .header-desktop__logo-bet-block:before{left:0;right:0}.header-desktop__logo-text-bazino{color:#fff;text-transform:uppercase;white-space:nowrap;font-family:Poppins;font-size:1.5662rem;font-style:normal;font-weight:700;line-height:100%;transition:text-shadow .4s}html[lang=fa] .header-desktop__logo-text-bazino{font-family:IRANSans,sans-serif}.header-desktop__logo-text-bet{color:#fc0;text-transform:uppercase;white-space:nowrap;font-family:Poppins,sans-serif;font-size:1.5625rem;font-weight:700;line-height:1;transition:text-shadow .4s}[dir] .header-desktop__logo-text-bet{border-radius:11.1875rem!important}html[lang=fa] .header-desktop__logo-text-bet{font-family:IRANSans,sans-serif}.header-desktop__promo-btn{justify-content:center;align-items:center;display:flex;position:relative}[dir] .header-desktop__promo-btn{background-image:url(/assets/promo-bg-DAUHOWhG.png);background-position:50%;background-size:cover;border-radius:.3125rem;padding:.6rem .9rem}html[dir][lang=fa] .header-desktop__promo-btn{padding:.6rem 1rem}[dir=ltr] .header-desktop__promo-btn:hover .header-desktop__promo-btn-icon{transform:rotate(5deg)translate(2px)translateY(-3px)}[dir=rtl] .header-desktop__promo-btn:hover .header-desktop__promo-btn-icon{transform:rotate(-5deg)translate(-2px)translateY(-3px)}.header-desktop__promo-btn-text{color:var(--Dark-Theme-Text-Regular,#fff);text-transform:uppercase;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:900;line-height:normal}[dir] .header-desktop__promo-btn-text{text-align:center;background:#1a003d;border-radius:.3125rem;padding:.65rem 1.75rem}html[lang=fa] .header-desktop__promo-btn-text{font-family:IRANSans,sans-serif}html[dir][lang=fa] .header-desktop__promo-btn-text{padding:.4rem 2.7rem}.header-desktop__promo-btn-icon{filter:drop-shadow(0 0 3px #ffffffe8);width:4.5rem;transition:transform .3s;position:absolute;top:-.3rem}[dir=ltr] .header-desktop__promo-btn-icon{left:-2rem}[dir=rtl] .header-desktop__promo-btn-icon{right:-2rem}.scroll-top-button-desktop{justify-content:center;align-items:flex-start;gap:.5rem;width:100%;min-width:7.5rem;height:2.25rem;display:flex}[dir] .scroll-top-button-desktop{cursor:pointer;background:var(--Dark-Theme-Carsd-2,#282c41)}[dir=ltr] .scroll-top-button-desktop{padding:.625rem .75rem .625rem .8125rem}[dir=rtl] .scroll-top-button-desktop{padding:.625rem .8125rem .625rem .75rem}[dir=ltr] .scroll-top-button-desktop:hover .scroll-top-button-desktop__icon,[dir=rtl] .scroll-top-button-desktop:hover .scroll-top-button-desktop__icon{animation:2s infinite pulse-up}.scroll-top-button-desktop__icon{width:1rem;height:1rem}[dir] .scroll-top-button-desktop:active{transform:translateY(.125rem)}.scroll-top-button-desktop__text{color:#fff;font-size:1rem;font-weight:500}@keyframes pulse-up{0%{opacity:1;transform:translateY(0)}50%{opacity:.7;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.socials-desktop__link{flex-direction:column;justify-content:center;place-self:center;align-items:center;display:flex}[dir] .socials-desktop__link{cursor:pointer;background:#282c41;padding:.625rem}.socials-desktop__link-icon{flex-direction:column;justify-content:center;align-items:center;width:2.625rem;min-width:2.625rem;height:2.625rem;display:flex}.footer-desktop{grid-template-columns:1fr 50% 1fr;justify-content:space-between;height:100%;max-height:11.5rem;display:grid}[dir] .footer-desktop{background:#0f142d;padding:1.875rem}.footer-desktop__block{width:100%}.footer-desktop__block_left{flex-direction:column;align-items:center;gap:1.3125rem;display:flex}.footer-desktop__block_center{flex-direction:column;row-gap:.625rem;display:flex}[dir] .footer-desktop__block_center{text-align:center}.footer-desktop__block_right{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.footer-desktop__links{flex-direction:row;justify-content:center;gap:9.375rem;width:100%;display:flex}.footer-desktop__links-title{color:#fff;font-size:.875rem;font-weight:700}[dir] .footer-desktop__links-title{margin-bottom:.3125rem}.footer-desktop__links-list{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.footer-desktop__links-item{color:#898c92;font-size:.75rem;font-weight:500}.footer-desktop__logo{flex-shrink:0;justify-content:center;align-items:center;height:4.1023rem;display:flex}[dir=ltr] .footer-desktop__logo{padding:.71rem 1.0037rem .8678rem 1.0124rem}[dir=rtl] .footer-desktop__logo{padding:.71rem 1.0124rem .8678rem 1.0037rem}.footer-desktop__text1{color:#898c92;font-size:.8125rem;font-weight:700}.footer-desktop__text2{color:#898c92;font-size:.8125rem;font-weight:400}.footer-desktop__socials{-moz-column-gap:.3125rem;column-gap:.3125rem;display:flex}.footer-desktop__images{-moz-column-gap:1.25rem;justify-content:space-between;align-items:center;column-gap:1.25rem;width:100%;display:flex}[dir=ltr] .footer-desktop__images{padding-right:6.25rem}[dir=rtl] .footer-desktop__images{padding-left:6.25rem}.footer-desktop__images-pg18{height:2.125rem;min-height:2.125rem;display:flex}.footer-desktop__images-bsw{height:1.875rem;min-height:1.875rem;display:flex}.footer-desktop__images-valid{height:3.0625rem;min-height:3.0625rem}.app-desktop{grid-template-rows:0 min-content auto min-content;grid-template-columns:100%;align-items:center;height:100%;display:grid;overflow:auto}[dir] .app-desktop{background:#04051d}.app-desktop__header-wrapper{width:100%}.app-desktop__main-wrapper{width:100%;height:100%;display:flex}[dir] .app-desktop__main-wrapper{background:var(--Dark-Theme-Background,#04051d)}.app-desktop__main{z-index:1002;flex-direction:column;flex-grow:2;align-items:center;width:100%;display:flex}.app-desktop__content{width:100%;height:100%}[dir] .app-desktop__content{padding:0 1.25rem}[dir] .app-desktop__content_full{padding:0}.app-desktop__footer-wrapper{width:100%}[dir] .app-desktop__footer-wrapper{margin-top:auto}::-webkit-scrollbar{width:.25rem;height:.25rem}[dir] ::-webkit-scrollbar-thumb{cursor:pointer;background:#ffb23e;border-radius:.625rem}.balance-history-filter-desktop{-moz-column-gap:.625rem;grid-template-columns:13.1875rem repeat(2,12.9375rem) 9.1875rem;justify-content:center;align-items:flex-end;column-gap:.625rem;width:100%;display:grid}.balance-history-filter-desktop__row{flex-direction:column;row-gap:.125rem;display:flex}.balance-history-filter-desktop__item-label{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.875rem;font-weight:600}html[lang=fa] .balance-history-filter-desktop__item-label{font-family:IRANSans,sans-serif}.balance-history-filter-desktop__item-value{align-items:flex-end;height:2.5rem;display:flex}.balance-history-filter-desktop__item-date{height:2.5rem}.balance-history-filter-desktop__button{width:100%;height:2.4375rem}[dir] .balance-history-filter-desktop__button{margin-bottom:1%}.balance-history-filter-desktop__checkbox-group{gap:.9375rem;display:flex}.balance-history-filter-desktop__checkbox-wrapper{align-items:center;gap:.5625rem;display:flex}.balance-history-filter-desktop__checkbox-item{width:1.5rem;height:1.5rem}.balance-history-filter-desktop__checkbox-label{color:#fff;font-size:.875rem;font-weight:600}.balance-history-item-desktop{grid-template-columns:repeat(2,1fr);justify-content:flex-start;width:100%;display:flex}[dir] .balance-history-item-desktop{border-radius:.625rem}[dir=ltr] .balance-history-item-desktop{background:linear-gradient(137deg,#0d1531 0%,#0a0b25 103.89%)}[dir=rtl] .balance-history-item-desktop{background:linear-gradient(-137deg,#0d1531 0%,#0a0b25 103.89%)}.balance-history-item-desktop__td{flex-direction:column;row-gap:.1875rem;width:100%;display:flex}[dir] .balance-history-item-desktop__td{padding:.625rem 1.25rem}.balance-history-item-desktop__td-title{color:#898c92;font-size:.625rem;font-weight:700}.balance-history-item-desktop__td-value{color:#fff;font-size:.8125rem;font-weight:700}.balance-history-item-desktop__td-value_status_0{color:#13f91c}.balance-history-item-desktop__td-value_status_1{color:#f91313}.balance-history-desktop{flex-direction:column;row-gap:1.25rem;width:50rem;display:flex}.balance-history-desktop__title{color:var(--Dark-UI-Text---Icon-Text-Regular,#fff);font-variant-numeric:lining-nums proportional-nums;font-family:Raleway;font-size:1.625rem;font-style:normal;font-weight:700;line-height:100%}[dir] .balance-history-desktop__title{text-align:center}html[lang=fa] .balance-history-desktop__title{font-family:IRANSans,sans-serif}.balance-history-desktop__wrapper{flex-direction:column;align-self:stretch;align-items:flex-start;gap:.31rem;width:100%;display:flex}.balance-history-desktop__list{flex-direction:column;row-gap:.625rem;width:100%;display:flex}.balance-history-desktop__empty{color:#898c92;justify-content:center;align-items:center;width:100%;height:33.375rem;font-size:1.5rem;font-weight:700;display:flex}[dir] .balance-history-desktop__empty{background:#0f142d;margin-bottom:.9375rem;padding:1.25rem}.balance-history-desktop__paginator{justify-content:flex-end;display:flex}[dir] .balance-history-desktop__paginator{margin:0 auto}.personal-area-layout-desktop{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}[dir] .personal-area-layout-desktop{padding:0 0 .9375rem}.personal-area-layout-desktop__main{flex-grow:2;flex-shrink:0;grid-template-columns:22.5rem auto;width:92.125rem;max-width:90vw;height:100%;display:grid}[dir] .personal-area-layout-desktop__main{border:.0625rem solid var(--Dark-Theme-Stroke,#40455e);margin:.5262rem 0}.personal-area-layout-desktop__menu{display:flex}[dir] .personal-area-layout-desktop__menu{background:var(--Dark-Theme-Cards-1,#0f142d);padding:1.25rem}.personal-area-layout-desktop__content{flex-direction:column;flex-shrink:0;align-items:center;width:100%;height:100%;display:flex}[dir] .personal-area-layout-desktop__content{background:var(--Dark-Theme-Carsd-2,#282c41);padding-top:3.75rem}.personal-area-layout-desktop__content_isResponsible{height:100%}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CfG6Z_oO.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBold-CWwf_LBs.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-by1NX2R9.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Thin-4Tpr9-7f.woff2)format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-ThinItalic-Cl2XI8nq.woff2)format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Light-BND1yEHK.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-LightItalic-CzcxM6fk.woff2)format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-56L6iL-I.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Italic-CPlHQX_u.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Medium--cGQoWUT.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-MediumItalic-WCL4Zq5q.woff2)format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold-B2n1BHly.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-BoldItalic-CplTt1xF.woff2)format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Black-CvfyhdOV.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-BlackItalic-BjmOf8UW.woff2)format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Thin-DUpbO5Yv.woff2)format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-ExtraLight-BFoqZwUG.woff2)format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-ExtraLightItalic-DL5vsdqa.woff2)format("woff2");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Light-CWIrlcqS.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-LightItalic-UocLxF4R.woff2)format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Regular-CPw83wac.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Italic-D1FLtyra.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Medium-CB4jRh7E.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-MediumItalic-CVmRpI6U.woff2)format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-SemiBold-XWPy9i0m.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-SemiBoldItalic-Rd5VktTa.woff2)format("woff2");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Bold-ZvUh08DT.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-ExtraBold-NgJwyYVK.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-ExtraBoldItalic-XRXN2WUH.woff2)format("woff2");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Black-D9MQEaNI.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-BlackItalic-MUFww9mq.woff2)format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:IRANSans;src:url(/assets/IRANSans-Regular-DzmGzpem.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}#root,html,body{font-feature-settings:"pnum" on, "lnum" on;flex-direction:column;flex-grow:2;width:100%;height:100%;font-family:Roboto,sans-serif;display:flex}[dir] #root,html[dir],[dir] body{margin:0;padding:0}html[lang=fa],html[lang=fa] body,html[lang=fa] #root{font-family:IRANSans,sans-serif}*,:after,:before{box-sizing:border-box;color:inherit;text-decoration:none;list-style:none}[dir] *,[dir] :after,[dir] :before{margin:0;padding:0}html{font-size:16px}body{min-width:1024px}@media only screen and (width<=2200px){html{font-size:18px}}@media only screen and (width<=2100px){html{font-size:17px}}@media only screen and (width<=1950px){html{font-size:16px}}@media only screen and (width<=1850px){html{font-size:15px}}@media only screen and (width<=1750px){html{font-size:14px}}@media only screen and (width<=1650px){html{font-size:13px}}@media only screen and (width<=1550px){html{font-size:12px}}@media only screen and (width<=1450px){html{font-size:11px}}@media only screen and (width<=1350px){html{font-size:10px}}
