@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,500,600,700,900);.SVG-component__container,.SVG-component__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.SVG-component__content,.SVG-component__content-svg{width:100%;height:100%}.header-dropdown{position:absolute;top:5rem;width:18.75rem;border:.0625rem solid #5f5f5f;border-radius:.625rem;overflow:hidden}.header-dropdown__upper{height:40%;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;background-color:#282b3d}.header-dropdown__balance{text-align:right}.header-dropdown__balance span{display:block}.header-dropdown__balance span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d}.header-dropdown__balance span:last-child{color:#fff;font-weight:700;font-size:.875rem}.header-dropdown__user{display:flex;align-items:center;max-width:50%}.header-dropdown__user-img{width:1.875rem;height:1.875rem;min-width:1.875rem}.header-dropdown__user-img svg{width:100%;height:100%}.header-dropdown__user-name{color:#fff;text-transform:uppercase;margin-left:.625rem;width:100%}.header-dropdown__user-name span{display:block}.header-dropdown__user-name span:first-child{font-weight:700;text-overflow:ellipsis;font-size:.875rem;overflow-x:hidden}.header-dropdown__user-name span:last-child{font-weight:500;font-size:.75rem}.header-dropdown__item{cursor:pointer;display:flex;align-items:center;padding:.625rem}.header-dropdown__item-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.header-dropdown__item-value{font-weight:700;font-size:.875rem;color:#fff}.header-dropdown__bottom{height:60%;display:flex;flex-direction:column;background:#171926}.locale{display:flex;width:100%}.locale__item{display:flex;align-items:center}.locale__image{width:1.5625rem;height:1.5625rem;margin-right:.625rem;cursor:pointer}.language-dropdown-selector{width:100%;position:relative;color:#fff}.language-dropdown-selector_isHeader .language-dropdown-selector__current,.language-dropdown-selector_isHeader .language-dropdown-selector__items{border:none;background:#171926}.language-dropdown-selector_isHeader .language-dropdown-selector__item-img{margin:.9375rem 0 .9375rem .9375rem}.language-dropdown-selector_isHeader .language-dropdown-selector__item-text{margin:0 0 0 .3125rem}.language-dropdown-selector_isHeader .language-dropdown-selector__current-item-arrow{margin-right:.9375rem}.language-dropdown-selector_isMobile{width:-moz-fit-content;width:fit-content}.language-dropdown-selector_isMobile .language-dropdown-selector__current,.language-dropdown-selector_isMobile .language-dropdown-selector__items{border:none;background:linear-gradient(0deg,#393d56,#393d56),#363636}.language-dropdown-selector_isMobile .language-dropdown-selector__item-img{box-sizing:initial;margin:0;padding:.5625rem}.language-dropdown-selector__title{font-weight:500;font-size:.75rem;margin-bottom:.3125rem}.language-dropdown-selector__current{cursor:pointer;height:2.5rem;width:100%;display:flex;justify-content:space-between;align-items:center;background:#282b3d;border:.0625rem solid #5f5f5f;border-radius:.625rem}.language-dropdown-selector__wrapper{display:flex}.language-dropdown-selector_open .language-dropdown-selector__current{border-radius:.625rem .625rem 0 0}.language-dropdown-selector__current-name{display:flex;align-items:center;margin-right:1.25rem;font-weight:400;font-size:.875rem;text-align:center;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.language-dropdown-selector__current-img{width:1.375rem;height:1.375rem;margin:0 .625rem}.language-dropdown-selector__current-item-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(0deg)}.language-dropdown-selector_open .language-dropdown-selector__current-item-arrow{transform:rotate(180deg)}.language-dropdown-selector__items{cursor:pointer;opacity:0;width:100%;top:100%;position:absolute;z-index:3;left:0;animation:reduceVertical_language-dropdown-selector-mobile .3s linear;overflow:hidden;background:#282b3d;border:.0625rem solid #5f5f5f;border-top:none;border-radius:0 0 .625rem .625rem}.language-dropdown-selector_open .language-dropdown-selector__items{animation:incraseVertical_language-dropdown-selector-mobile .3s linear forwards}.language-dropdown-selector__item{cursor:pointer;height:2.25rem;width:100%;display:flex;align-items:center}.language-dropdown-selector__item-img{width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .625rem}.language-dropdown-selector__item-text{display:flex;align-items:center;font-weight:700;font-size:.875rem;margin-right:1.25rem;text-align:left;font-feature-settings:"pnum" on,"lnum" on}.language-dropdown-selector__item_selected .language-dropdown-selector__item-text{font-weight:600}.language-dropdown-selector__item_selected{background:linear-gradient(180deg,#fff09d,#ffcb3c)}@keyframes incraseVertical_language-dropdown-selector-mobile{0%{opacity:0;max-height:0}to{opacity:1;max-height:18.75rem}}@keyframes reduceVertical_language-dropdown-selector-mobile{0%{opacity:1;max-height:18.75rem}to{opacity:0;max-height:18.75rem}}@keyframes darker_language-dropdown-selector-mobile{0%{background:transparent}to{background:#0f182f}}@keyframes lighter_language-dropdown-selector-mobile{0%{background:#0f182f}to{background:transparent}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:99999;animation:become .2s 1;animation-fill-mode:forwards;color:#fff;animation-direction:normal}.modal.modal_disappearing{animation:disappear .2s 1}.modal__body{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.625rem;background-color:#171926;z-index:101;animation:become .2s 1;animation-fill-mode:forwards;animation-direction:normal}.modal__body.modal_disappearing{animation:disappear .2s 1}.modal__cross{width:.8125rem;height:.8125rem;cursor:pointer}.modal__title{font-weight:500;font-size:1.25rem;line-height:1.4375rem;color:#fff}.modal__content_isMobile{max-height:80vh;overflow-y:auto}@keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes become{0%{opacity:0}to{opacity:1}}.notifies-view{display:flex;flex-direction:column;width:20rem;box-sizing:border-box;padding:1.25rem .625rem;border-radius:.625rem;background:linear-gradient(#282b3d,#282b3d) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);margin:0 auto;max-height:37.5rem;overflow:auto}.notifies-view::-webkit-scrollbar{width:.375rem;height:.375rem}.notifies-view::-webkit-scrollbar-track{border-radius:.375rem}.notifies-view::-webkit-scrollbar-thumb{background:#eadc61;border-radius:.375rem}.notifies-view__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 .625rem}.notifies-view__title{font-size:1.125rem;font-weight:700;line-height:1.3125rem;color:#fff}.notifies-view__cross{cursor:pointer;display:flex}.notifies-view__cross-svg{width:1.5rem;height:1.5rem}.notifies-view__item,.notifies-view__items{display:flex;flex-direction:column;width:100%}.notifies-view__item{box-sizing:border-box;padding:.625rem;border-radius:.625rem;background:#171926;grid-gap:.313rem;gap:.313rem}.notifies-view__item_openedItem{background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);padding:.938rem;grid-gap:.625rem;gap:.625rem;max-width:27.875rem}.notifies-view__item_openedItem>div:nth-child(2)>p{-webkit-line-clamp:unset;max-height:none}.notifies-view__item:not(:last-child){margin:0 0 .625rem}.notifies-view__item-cross{cursor:pointer;display:flex}.notifies-view__item-cross-svg{width:1.5rem;height:1.5rem}.notifies-view__item-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:1.5rem;font-size:.75rem;line-height:.875rem;font-weight:500}.notifies-view__item-wrapper:last-child{min-height:auto}.notifies-view__item-left,.notifies-view__item-right{display:flex;align-items:center}.notifies-view__type{color:#ffb301}.notifies-view__date{color:#9d9d9d;margin-right:.625rem}.notifies-view__name{color:#fff;font-weight:700;overflow:hidden;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;max-height:2.625rem;-webkit-line-clamp:2;padding-right:.438rem}.notifies-view__new{padding:.313rem;margin-right:.313rem;border-radius:.3125rem;background:linear-gradient(180deg,#fff09d,#ffcb3c);box-shadow:0 .3125rem .9375rem 0 rgba(139,0,201,.5)}.notifies-view__show-all{width:100%;text-align:right;padding-right:.438rem;overflow:hidden;color:#ffbc0f;text-overflow:ellipsis;font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.header{z-index:1;background:#282b3d;border-bottom:.0625rem solid #5f5f5f;width:100%;padding:.625rem;display:flex;align-items:center;flex-direction:row;justify-content:flex-end;position:fixed;left:0;top:0;z-index:999}.header__language-selector{margin-right:.625rem}.header_open .header__user-arrow{transform:scale(-1)}.header__user{padding:.3125rem .3125rem .3125rem .9375rem}.header__user,.header__user-balance{color:#fff;display:flex;align-items:center;cursor:pointer;background:#171926;border-radius:.625rem}.header__user-balance{padding:.3125rem .625rem .3125rem .9375rem;margin-right:.625rem}.header__user-balance-info{font-weight:500;text-transform:uppercase;display:flex;flex-direction:column;text-align:right}.header__user-balance-title{font-size:.75rem;font-weight:500;text-transform:capitalize}.header__user-info{font-weight:500;text-transform:uppercase;margin-right:.625rem;display:flex;flex-direction:column;text-align:right}.header__user-info-id{font-size:.75rem}.header__user-info-login{font-size:.875rem;font-weight:700}.header__user-img{width:1.5rem;height:1.5rem}.header__user-img svg{width:100%;height:100%}.header__user-arrow{width:1.875rem;height:1.875rem}.header__user-arrow svg{width:100%;height:100%}.header__notifies-wrapper,.header__wrapper-notifies{display:flex;align-items:center;justify-content:center;position:relative}.header__notifies-wrapper{width:2.625rem;height:2.625rem;border-radius:.625rem;margin:0 .625rem 0 0;background-color:#171926}.header__notifies-count{position:absolute;bottom:.3125rem;display:flex;align-items:center;justify-content:center;right:2px;min-width:1.125rem;width:-moz-fit-content;width:fit-content;height:1.125rem;border-radius:.5625rem;background-color:#da4167;font-size:.75rem;line-height:.75rem;color:#fff;box-sizing:border-box;padding:2px 3px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.header__notifies-container{position:absolute;top:3.813rem}.header__bell{display:flex;align-items:center;justify-content:center;cursor:pointer}.header__bell-svg{width:1.5rem;height:1.5rem}.header__telegram{display:flex;align-items:center;justify-content:center;position:relative;width:2.625rem;height:2.625rem;border-radius:.625rem;margin:0 .625rem 0 0;background-color:#171926}.header__telegram-icon{width:1.5rem;height:1.5rem;cursor:pointer}.button{display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;padding:0 .75rem;border:none;font-size:.875rem;font-weight:700;-webkit-user-select:none;user-select:none;text-align:center;text-transform:capitalize;color:#171926;outline:none;cursor:pointer;font-family:"Roboto";box-shadow:0 .3125rem .9375rem 0 #282b3d;border-radius:.625rem;background:linear-gradient(180deg,#fff09d,#ffcb3c);box-shadow:0 5px 15px 0 rgba(250,157,10,.5)}.button__search{width:1rem;height:1rem;margin-right:.75rem}.button_colors_transparent{background:transparent;border:.0625rem solid #fff;box-shadow:none;color:#fff}.button_colors_bordered{border:1px solid #5f5f5f;background:transparent;box-shadow:none;color:#fff}.button_colors_full-transparent{background:transparent;box-shadow:none;color:#eadc61}.button_colors_generate-password{border-radius:6.25rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;color:#fff;padding-left:.938rem;justify-content:flex-start;box-shadow:none}.button_colors_red{background:#d31c32;border:none;box-shadow:none}.button_colors_green{background:#0d9252;border:none;box-shadow:none}.button_sizable_default{height:100%}.button_sizable_low{height:2.5rem}.button_sizable_high{height:3.125rem}.button_sizable_sign{height:2rem}.button_disable{filter:grayscale(.5);cursor:not-allowed;box-shadow:none;opacity:.2}.button_upperCased{text-transform:uppercase}.subheader{padding:1.25rem 1.25rem 0 1.875rem;display:flex;align-items:center;justify-content:space-between}.subheader__second-title{font-weight:700;font-size:1.875rem;color:#fff}.subheader__buttons{display:flex;justify-content:flex-end;height:2.5rem;width:100%}.subheader__buttons a,.subheader__buttons button{max-width:12.5rem;margin-left:.625rem}.input{box-sizing:border-box;display:block;border:none;width:100%;min-height:2.5rem;outline:none;padding-left:1rem;color:#fff;font-weight:400;font-size:.875rem;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-radius:.625rem}.input:disabled{opacity:.2}.input::placeholder{color:#616682;font-weight:400;font-size:.875rem}.input:-webkit-autofill,.input:-webkit-autofill:active,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #171926}.input_sizable_default{height:100%}.input_sizable_low{height:2.5rem}.input_sizable_high{height:3.125rem}.input_sizable_rounded{border-radius:1.17rem}.input_type_date{font-size:.75rem;font-family:"Segoe UI",sans-serif}.input_type_date::-webkit-inner-spin-button,.input_type_date::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input_type_number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input_type_modal{background:#f4f4f4;border:.0625rem solid #e2e5ec;border-left-width:0;border-radius:0 .3125rem .3125rem 0}.input_type_modal::placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.input_type_modalSecond{background:#fff;border:.0625rem solid #e2e5ec;border-radius:.3125rem}.input_type_modalSecond::placeholder{font-weight:400;font-size:1rem;color:#9d9d9d}.input_type_lowWhite{background:#fff;border-radius:.3125rem}.input_type_lowWhite::placeholder{font-weight:400;font-size:.875rem;color:#9d9d9d}.input__wrapper{display:flex;align-items:center;width:100%;height:100%;position:relative}.input__password{position:absolute;right:.625rem;top:.625rem;cursor:pointer}.input__password-svg{width:1.25rem;height:1.25rem}.input_color_white{background:#fff;padding-left:2.125rem;color:#7e89a4}.input_color_white::placeholder{color:#9d9d9d}.input_color_transparent{background:#282b3d}.input_color_password{padding-left:1.25rem;border-radius:.3125rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.input_bonus{text-align:center;padding:1rem;border:none}.input_inTable{padding:0;height:1.625rem;min-height:auto}.input_bonus-without-value{background-color:#171926;opacity:.5}.input_bonus-without-value::placeholder{font-size:.875rem;line-height:1rem;font-weight:700;color:#fff}.input_mobile{background:#282b3d;border:none}.input_validState_2{border:.0625rem solid #0d9252!important}.input_validState_3{border:.0625rem solid #d31c32!important}.input_validState_4{box-shadow:0 0 15px 0 rgba(76,175,80,.25)}.agent-feedback{background:#171926;border:1px solid #5f5f5f;border-radius:.625rem;width:21.25rem;padding:.938rem .938rem 2.188rem;display:flex;flex-direction:column;grid-gap:.625rem}.agent-feedback__cross{display:flex;width:2.688rem;height:2.688rem;margin-left:auto;cursor:pointer}.agent-feedback__text{color:#fff;font-size:1.5rem;font-weight:500;text-align:center}.agent-feedback__input-label{margin-bottom:2px;font-size:.75rem;font-weight:500}.agent-feedback__button{height:2.5rem}.spinner-desktop{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5)}.spinner-desktop_foolViewport{width:100vw;height:100vh;z-index:2000}.spinner-desktop__container{color:official;display:inline-block;position:relative;width:80px;height:80px}.spinner-desktop__container div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.spinner-desktop__container div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.spinner-desktop__container div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.spinner-desktop__container div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.spinner-desktop__container div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.spinner-desktop__container div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.spinner-desktop__container div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.spinner-desktop__container div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.spinner-desktop__container div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.spinner-desktop__container div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.spinner-desktop__container div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.spinner-desktop__container div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.spinner-desktop__container div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.spinner-desktop__container div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.list-item{border-radius:.625rem;display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.list-item__parent{position:relative;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:0 .625rem}.list-item__parent__img-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.list-item__parent__img-icon svg{width:100%;height:100%}.list-item__parent__td{display:flex;align-items:center}.list-item__parent__title{font-weight:700;font-size:.875rem;color:#9d9d9d}.list-item__parent__img-arrow{width:1.875rem}.list-item__parent__img-arrow svg{width:100%;height:100%}.list-item__parent__img-arrow_opened{transform:rotate(180deg)}.list-item__parent__count{position:absolute;bottom:.6rem;left:1.35rem;width:.75rem;height:.75rem;display:flex;align-items:center;justify-content:center;border-radius:1.125rem;background:var(--Accent-Backgorund-Accent,#da4167);font-size:.5rem;color:#fff}.list-item__parent_level_1{padding:.625rem}.list-item__parent_level_1 .list-item__parent__title{color:#fff;font-size:.875rem}.list-item__children{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.list-item_active{background:linear-gradient(180deg,#fff09d,#ffcb3c);box-shadow:0 5px 15px 0 rgba(250,157,10,.5)}.list-item_active .list-item__parent__title{color:#171926}.invite-player__base{display:flex;height:2.5rem;padding:0 1.25rem;align-items:center;grid-gap:.625rem;gap:.625rem;border-radius:.625rem;border:1px solid var(--DarkUI-Text-Regular,#fff);cursor:pointer;font-size:.875rem;font-weight:700}.invite-player__icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex}.invite-player__modal{display:flex;width:21.25rem;padding:1.56rem .9375rem 2.1875rem;flex-direction:column;grid-gap:.625rem;gap:.625rem;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-Background,#171926)}.invite-player__modal-header{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:500}.invite-player__modal-cross{width:2.6875rem;height:2.6875rem;display:flex;cursor:pointer}.invite-player__modal-bottom{display:flex;height:2.5rem;padding:0 .625rem 0 .9375rem;align-items:center;grid-gap:.5rem;gap:.5rem;align-self:stretch;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.invite-player__modal-link{min-width:0;display:flex;justify-content:flex-end;color:#9d9d9d;font-size:.875rem;font-weight:400;white-space:nowrap;text-align:right;overflow:hidden}.invite-player__modal-copy{width:1.5rem;height:1.5rem;display:flex;cursor:pointer}.sidebar{background:#282b3d;border-right:1px solid #5f5f5f;flex-direction:column;height:100%;min-width:17.5rem;padding:1.25rem;z-index:9999;overflow:hidden;width:20%}.sidebar,.sidebar__telegram-btn{display:flex;grid-gap:10px;gap:10px}.sidebar__telegram-btn{cursor:pointer;padding-left:18.5px;border-radius:10px;background:#039be5;justify-content:start;align-items:center;align-self:stretch;height:2.25rem;text-decoration:none}.sidebar__telegram-icon{width:2.25rem;height:2.25rem}.sidebar__telegram-text{color:#fff;font-size:14px;font-weight:700}.sidebar__feedback-button{background:linear-gradient(180deg,#fff09d,#ffcb3c);height:2.375rem;min-height:2.375rem;border-radius:.625rem;display:flex;align-items:center;padding-left:1.2rem;grid-gap:.625rem;font-weight:700;font-size:.875rem;cursor:pointer;color:#171926}.sidebar__feedback-button-icon{width:1.25rem;height:1.125rem}.sidebar__menu{overflow:auto}.sidebar__menu::-webkit-scrollbar{width:.3125rem;height:.3125rem}.sidebar__menu::-webkit-scrollbar-track{border-radius:.3125rem}.sidebar__menu::-webkit-scrollbar-thumb{background:#5d5d5d;border-radius:.3125rem}.sidebar__logo{max-width:8.25rem;width:100%;margin-bottom:.625rem}.sidebar__logo-wrapper{display:flex;justify-content:center}.sidebar__logo_isMobile{max-width:10.0625rem;margin:3.1875rem 0}.agent-promotion-desktop__base{background:linear-gradient(180deg,#fff09d,#ffcb3c);height:2.5rem;min-height:2.5rem;border-radius:.625rem;display:flex;align-items:center;padding-left:1.2rem;grid-gap:.625rem;font-weight:700;font-size:.875rem;cursor:pointer;color:#171926}.agent-promotion-desktop__icon{flex-shrink:0;width:1.55rem;height:1.55rem;display:flex}.agent-promotion-desktop__modal{display:flex;width:21.25rem;padding:1.56rem .9375rem 2.1875rem;flex-direction:column;grid-gap:.625rem;gap:.625rem;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-Background,#171926)}.agent-promotion-desktop__modal-header{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:500}.agent-promotion-desktop__modal-cross{width:2.6875rem;height:2.6875rem;display:flex;cursor:pointer}.agent-promotion-desktop__modal-bottom{display:flex;height:2.5rem;padding:0 .625rem 0 .9375rem;align-items:center;grid-gap:.5rem;gap:.5rem;align-self:stretch;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.agent-promotion-desktop__modal-link{min-width:0;display:flex;justify-content:flex-end;color:#9d9d9d;font-size:.875rem;font-weight:400;white-space:nowrap;text-align:right;overflow:hidden}.agent-promotion-desktop__modal-copy{width:1.5rem;height:1.5rem;display:flex;cursor:pointer}.agent-promotion-desktop__button{height:2.5rem}.notification{display:block;width:100%;min-height:2.875rem;position:relative;z-index:100;margin-top:1rem;color:#fff;font-size:.875rem;font-weight:700;animation:init .7s ease}.notification_deleting{animation:delete .7s ease}.notification__img{position:absolute;width:1.25rem;left:.8125rem;top:1rem}.notification__img-svg{display:flex;width:1.25rem;height:1.25rem}.notification__left{height:100%;box-sizing:border-box;flex-shrink:0}.notification__cross{display:block;width:.8125rem;margin-top:1rem;margin-right:.8125rem;cursor:pointer}.notification__text{flex-grow:2;box-sizing:border-box;padding:.9375rem 0 .9375rem 2.6875rem;height:100%;display:flex;justify-content:flex-start;align-items:center;word-break:break-word;white-space:pre-wrap}.notification__wrapper{width:100%;display:flex;box-sizing:border-box;padding:.2rem 0;border-radius:.3125rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.notification__wrapper_type_default,.notification__wrapper_type_error,.notification__wrapper_type_success{background:#282b3d;border-radius:.625rem}@keyframes init{0%{opacity:0;transform:translateX(10rem)}to{opacity:1;transform:translateX(0)}}@keyframes delete{0%{opacity:1}70%{opacity:.5;transform:translateX(120%)}to{opacity:0;transform:translateX(200%);height:0}}#notify-root{position:fixed;width:30%;right:1rem;display:flex;justify-content:center;z-index:1001;margin:auto;flex-direction:column-reverse}.select{box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;user-select:none;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-radius:.625rem}.select,.select_paginator .select__item{width:100%}.select_open{border-bottom-color:transparent;border-radius:.625rem .625rem 0 0}.select__item{width:100%;height:2.5rem;max-height:2.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;display:flex;align-items:center;cursor:pointer;padding:0 .625rem;font-size:.875rem;box-sizing:border-box}.select__item-main{display:flex;justify-content:space-between;align-items:center}.select__item-icon{min-width:1.875rem;width:1.875rem;margin-left:.625rem}.select__item:not(.select__item_current):hover{color:#171926;background:linear-gradient(180deg,#fff09d,#ffcb3c)}.select__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:transform .3s ease}.select_color_grey{background:linear-gradient(#282b3d,#282b3d) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f)}.select_color_transparent{background:transparent;border:none;border-radius:0}.select_color_user-info{border:none}.select__arrow-svg{height:.571rem;width:.857rem}.select_open .select__arrow{transform:scaleY(-1)}.select__items-list{box-sizing:initial;position:absolute;top:100%;left:-1px;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-top:none;border-radius:0 0 .3125rem .3125rem;width:100%;z-index:2;max-height:21rem;overflow-y:auto;overflow-x:hidden}.select__items-list_color_grey{background:linear-gradient(#282b3d,#282b3d) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f)}.select__items-list_color_transparent{border:none}.select__items-list_color_white{background:#fff}.select__items-list_color_user-info{background:#171926;border:none}.select__items-list::-webkit-scrollbar{width:3px;height:.5rem;scroll-margin-right:.5rem}.select__items-list::-webkit-scrollbar-thumb{width:3px;height:1rem;background:linear-gradient(180deg,#fff09d,#ffcb3c);cursor:pointer}.input-date-desktop{-webkit-user-select:none;user-select:none;cursor:pointer}.input-date-desktop,.input-date-desktop .react-datepicker-wrapper,.input-date-desktop .react-datepicker__input-container{width:100%;height:100%}.input-date-desktop .react-datepicker__triangle{display:none}.input-date-desktop_withManualTyping .react-datepicker-wrapper{width:100%;height:-moz-fit-content;height:fit-content}.input-date-desktop_withManualTyping .react-datepicker__input-container input{background-color:#282b3d;border:none;color:#fff}.input-date-desktop_disabled .input-date-desktop__custom-date-input{background-color:transparent}.input-date-desktop_disabled{cursor:default}.input-date-desktop__custom-date-input{background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;border-radius:.625rem}.input-date-desktop__custom-date-input-calendar{width:1.5rem;min-width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .3125rem 0 0}.input-date-desktop__custom-date-input-value{margin-right:auto;font-size:.875rem;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-desktop__custom-date-input-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.input-date-desktop_validState_2 .input-date-desktop__custom-date-input{border:.0625rem solid #0d9252!important}.input-date-desktop_validState_3 .input-date-desktop__custom-date-input{border:.0625rem solid #d31c32!important}.check-box-desktop{-webkit-user-select:none;cursor:pointer;height:1.25rem;width:1.25rem;display:flex;justify-content:center;align-items:center;user-select:none;flex-shrink:0;margin-left:.3rem;margin-right:.3rem;transition:all .3s ease-in;border-radius:.25rem;position:relative;background:linear-gradient(#282b3d,#282b3d) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f)}.check-box-desktop_type_circle{border-radius:50%;border:none}.check-box-desktop__input{opacity:0;position:absolute;width:1px;height:1px}.check-box-desktop__check{width:60%;height:60%;display:flex;flex-direction:column;align-items:center;justify-content:center}.check-box-desktop__circle{width:50%;height:50%}.users-filter-block{width:100%;position:relative}.users-filter-block,.users-filter-block__date-inputs{display:flex;grid-gap:1.875rem;gap:1.875rem;align-items:flex-end}.users-filter-block__title{margin-bottom:.125rem;font-size:.75rem;font-weight:500}.users-filter-block__input{height:2.5rem;width:14.875rem}.users-filter-block__checkbox{height:2.5rem;display:flex;align-items:center;grid-gap:.563rem;gap:.563rem;padding:0 .625rem}.users-filter-block__description{font-size:.75rem;font-weight:600;color:#76657e;text-align:center}.users-filter-block__button{height:2.5rem}.users-filter-block__button button{white-space:pre}.users-filter-block__search{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding:.5rem;border-radius:.625rem;background:linear-gradient(180deg,#fff09d,#ffcb3c);box-shadow:0 5px 15px 0 rgba(250,157,10,.5);cursor:pointer}.users-filter-block__search-icon{width:1.5rem;height:1.5rem;display:flex}.paginator-switcher{color:#fff;display:flex;font-size:.875rem;border-radius:.3125rem;align-items:center;-webkit-user-select:none;user-select:none}.paginator-switcher__pages{display:flex;height:100%}.paginator-switcher__main{display:flex}.paginator-switcher__page{display:flex;align-items:center;justify-content:center;cursor:pointer}.paginator-switcher__page__first-img,.paginator-switcher__page__last-img,.paginator-switcher__page__next-img,.paginator-switcher__page__previous-img{width:.8125rem;height:1.125rem}.paginator-switcher__page__first-img_active *,.paginator-switcher__page__last-img_active *,.paginator-switcher__page__next-img_active *,.paginator-switcher__page__previous-img_active *{fill:#fff}.paginator-switcher__page__previous-img{margin-left:1.25rem}.paginator-switcher__page__next-img{margin-right:1.25rem}.paginator-switcher__page_active{background:#171926;border-radius:.3125rem;cursor:pointer;padding:.4375rem 1.875rem;color:#fff;width:1.875rem;height:1.875rem;margin:0 .625rem}.paginator-switcher__select{width:5rem}@media(max-width:28.125rem){.paginator-switcher{justify-content:center;flex-direction:column}.paginator-switcher__select{margin-top:.8rem}}.switcher{cursor:pointer;width:100%;height:.8125rem;border-radius:.5rem;background:#171926;display:flex;align-items:center;transition:all .1s ease-in;position:relative;-webkit-user-select:none;user-select:none}.switcher__indicator{width:1.125rem;height:1.125rem;background:#282b3d;border:.125rem solid #171926;border-radius:100%;transition:all .1s ease-in;position:absolute;left:0}.switcher_active .switcher__indicator{left:calc(100% - 1rem);background:#fff;border:.125rem solid #c0982e}.switcher_active{background:linear-gradient(180deg,#fff09d,#ffcb3c)}.dropdown{position:relative}.dropdown_isMobile .dropdown__items{top:2.5rem}.dropdown__action{width:1.875rem;height:1.875rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropdown__action-icon{display:flex;width:.375rem;height:1.375rem;border-radius:50%}.dropdown__action:hover{border-radius:50%;background:#282b3d}.dropdown__action:hover svg circle{fill:#fff}.dropdown__items{position:absolute;padding:.625rem 1.875rem .625rem .625rem;top:4.125rem;right:40%;background:#171926;border:.0625rem solid #282b3d;border-radius:.625rem;width:100%;min-width:17.0625rem;z-index:2}.dropdown__items_isMobile{left:unset;right:0}.dropdown__item{cursor:pointer;display:flex;align-items:center}.dropdown__item:not(:last-child){margin-bottom:1.25rem}.dropdown__item-icon{width:1.25rem;min-width:1.25rem;height:1.25rem;margin-right:.75rem}.dropdown__item-title{font-weight:500;font-size:.875rem;line-height:1rem;color:#9d9d9d}.dropdown__item-switcher{width:1.875rem;align-items:center;display:flex;margin-left:auto}.adm-bets-table-row-user{color:#fff;width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr)) minmax(0,1fr);align-items:center;background-color:#171926;border-radius:.625rem}.adm-bets-table-row-user:not(:last-child){margin-bottom:.3125rem}.adm-bets-table-row-user_banned .adm-bets-table-row-user__td-data-icon svg *{fill:#5f6f81;stroke:#5f6f81}.adm-bets-table-row-user_banned .adm-bets-table-row-user__td-data-user-type{background:#5f6f81}.adm-bets-table-row-user__td{padding:.625rem;font-size:.875rem;font-weight:700;color:#fff}.adm-bets-table-row-user__td-buttons{display:flex;align-items:center;height:2.5rem}.adm-bets-table-row-user__td-buttons a,.adm-bets-table-row-user__td-buttons button{width:-moz-fit-content;width:fit-content;height:1.6875rem;text-transform:uppercase}.adm-bets-table-row-user__td-buttons a:last-child,.adm-bets-table-row-user__td-buttons button:last-child{margin-left:.3125rem}.adm-bets-table-row-user__td-data{display:flex;align-items:center}.adm-bets-table-row-user__td-data-icon-wrapper{width:2.125rem;max-width:2.125rem;min-width:2.125rem;display:flex;grid-gap:2px;gap:2px;flex-direction:column;align-items:center;justify-content:center;margin-right:.625rem}.adm-bets-table-row-user__td-data-icon-text{color:#fff;font-size:.625rem;font-weight:700}.adm-bets-table-row-user__td-data-icon{display:flex;width:1.5rem;min-width:1.5rem;border-radius:.3125rem}.adm-bets-table-row-user__td-data-icon_color_bronze{background-image:linear-gradient(180deg,#e3af66,#a16613)}.adm-bets-table-row-user__td-data-icon_color_silver{background-image:linear-gradient(180deg,silver 22.34%,#9b9b9b 86.84%)}.adm-bets-table-row-user__td-data-icon_color_gold{background-image:linear-gradient(180deg,gold 6.34%,#f90 96.11%)}.adm-bets-table-row-user__td-data-icon_color_black{background-image:linear-gradient(180deg,#4d4d4d 27.09%,#272727)}.adm-bets-table-row-user__td-data-user{font-weight:700;overflow:hidden;font-size:.875rem;text-overflow:ellipsis}.adm-bets-table-row-user__td-data-user-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.adm-bets-table-row-user__td-data-user-type_role_6{background:#0d9252}.adm-bets-table-row-user__td:last-child{display:flex;justify-content:center}.cashback-activate-desktop{display:flex;width:21.25rem;padding:2.5rem;flex-direction:column;align-items:center;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:var(--DarkUI-Background,#171926)}.cashback-activate-desktop__title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.cashback-activate-desktop__button{width:12.5625rem;height:2.5rem}.cashback-terms-desktop{display:flex;width:21.25rem;padding:2.5rem;flex-direction:column;align-items:center;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:var(--DarkUI-Background,#171926)}.cashback-terms-desktop__title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.cashback-terms-desktop__button{width:12.5625rem;height:2.5rem}.users-table{background:#282b3d;border-radius:.625rem;padding:.625rem 1.25rem}.users-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.users-table_tab_all{border-top-left-radius:0}.users-table__main-table-head{border-spacing:0}.users-table__table{width:100%}.users-table__table-header{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr)) minmax(0,1fr)}.users-table__table-header-head{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:left;padding:.625rem;display:flex}.users-table__table-header-head:last-child{text-align:right;margin-right:1.5625rem}.users-table__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.users-table__extra{display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr));width:100%}.users-table__extra-info{font-weight:700;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.users-table__select{flex-grow:2;height:-moz-fit-content;height:fit-content}.users-table__select .select__item_current{height:1rem}.users-table__select .select__items-list{width:-moz-fit-content;width:fit-content;top:1rem;padding-top:.625rem}.users-table__select .select__arrow{position:relative;right:0;min-width:1.875rem;z-index:1500}.tabs{display:flex;justify-content:flex-start}.tabs__item{display:flex;align-items:center;justify-content:center;padding:0 2.5rem 0 1.875rem;height:3.75rem;width:100%;cursor:pointer;border-radius:1.25rem 1.25rem 0 0;background-color:transparent}.tabs__item-text{color:#fff;font-weight:700;font-size:.875rem;width:max-content}.tabs__item-icon{width:1.5rem;min-width:1.5rem;margin-right:.625rem}.tabs__item_active{background:#282b3d}.users{min-width:0;display:flex;flex-direction:column;width:100%;margin-right:1.25rem}.users__filter{margin-left:auto}.users__center{display:flex;justify-content:space-between;align-items:center}.users__page-count{display:flex;align-items:center;justify-content:flex-end;margin-left:1.875rem}.users__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.users__page-count-select{width:5.3125rem}.days-filter{display:flex;margin-top:.875rem}.days-filter__item{padding:.9375rem;font-weight:700;font-size:.875rem;background:#171926;border-radius:.625rem;cursor:pointer;max-height:2.75rem;white-space:nowrap}.days-filter_isMobile .days-filter__item{width:100%;background:#3b3b3d;font-size:.75rem;text-align:center}.days-filter__item:not(:last-child){margin-right:.625rem}.days-filter__item_active{color:#171926}.days-filter__item:hover,.days-filter__item_active{background:linear-gradient(180deg,#fff09d,#ffcb3c)}.filter-block{outline:none;display:flex;flex-direction:column;background:#282b3d;border-radius:.625rem;padding:1.25rem}.filter-block__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block__date{margin-bottom:2.25rem;display:flex}.filter-block__date-row{width:100%}.filter-block__date-row:not(:last-child){margin-right:.625rem}.filter-block__date-input{height:2.5rem}.filter-block__input{width:100%}.filter-block__input:not(:last-child){margin-right:.625rem}.filter-block__left,.filter-block__right{display:flex;flex-direction:column;justify-content:space-between}.filter-block__inputs{display:flex;width:100%;justify-content:space-between;margin-top:1.25rem}.filter-block__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block__or{font-weight:700;font-size:1.375rem;color:#9d9d9d;margin:1.5rem .625rem .9375rem;text-align:center}.filter-block__button{display:flex;justify-content:flex-end}.filter-block__button button{max-width:15rem}.filter-block__wrapper{justify-content:space-between;display:flex}.reports-table-general__wrapper{display:flex;grid-gap:.625rem;gap:.625rem}.reports-table-general__wrapper:not(:last-child){margin-bottom:.625rem}.reports-table-general__wrapper_bottom{display:grid;grid-template-columns:1fr 1fr 19.3125rem}.reports-table-general__table{width:100%}.reports-table-general__table-tr{border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:linear-gradient(0deg,#282b3d,#282b3d),#232323;border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%}.reports-table-general__table-th{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.875rem}.reports-table-general__table-th-diff{display:flex;align-items:center;grid-gap:.3125rem;gap:.3125rem;font-size:1rem;font-weight:700}.reports-table-general__table-th-diff-icon{display:flex;width:.4375rem;min-width:.4375rem;height:1.1875rem}.reports-table-general__table-th-diff-percent{color:#d31c32}.reports-table-general__table-th-diff-percent_green{color:#1ccc77}.reports-table-general__table-th-diff-value{color:#9d9d9d}.reports-table-general__table-td{margin-top:.625rem;display:flex;align-items:center}.reports-table-general__table-td-amount{font-size:1.5rem;margin-right:.625rem}.reports-table-general__table-td-currency{color:#9d9d9d;font-size:.875rem;font-weight:700}.reports-table-general__header{display:flex;align-items:center;justify-content:space-between;width:calc(100% - .625rem);font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.reports-table-general__header-main{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.reports-table-general__button{width:-moz-fit-content;width:fit-content;height:2.5rem}.reports-table-general__button-content{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.reports-table-general__button-icon{display:flex;width:1.5rem;min-width:1.5rem;height:1.5rem}.reports-table-general__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:#9d9d9d}.reports-table-general__select{width:16rem}.reports-table-general__diff,.reports-table-general__diff-range{display:flex;grid-gap:.625rem;gap:.625rem}.reports-table-general__diff-range{align-items:center}.reports-table-general__diff-range-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.reports-table-general__date-input{height:100%}.table-providers-row__item-icon{width:1.875rem;min-width:1.875rem;display:flex;margin-right:1.25rem}.table-providers-row__tr{background:#171926;border-radius:.625rem;padding:.625rem;display:grid;grid-template-columns:repeat(5,20%);min-height:3.125rem}.table-providers-row__tr:not(:last-child){margin-bottom:.3125rem}.table-providers-row__td{font-weight:700;font-size:.875rem;display:flex;justify-content:center;align-items:center;width:100%;text-transform:capitalize}.table-providers-row__td:not(:last-child){border-right:.0625rem solid #5f5f5f}.table-providers-row__td:first-child{justify-content:flex-start}.table-providers-row__item-container{display:flex;flex-direction:column;grid-gap:.313rem;gap:.313rem;align-items:center}.table-providers-row__item-diff{display:flex;align-items:center;grid-gap:.3125rem;gap:.3125rem;font-size:.75rem;font-weight:700}.table-providers-row__item-diff-icon{display:flex;width:.4375rem;min-width:.4375rem;height:1.1875rem}.table-providers-row__item-diff-percent{color:#d31c32}.table-providers-row__item-diff-percent_green{color:#1ccc77}.table-providers-row__item-diff-value{color:#9d9d9d}.reports-table-providers_isMobile{padding:0}.reports-table-providers__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.reports-table-providers__table{width:100%;background:#282b3d;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.reports-table-providers__table-header{width:100%;display:grid;grid-template-columns:repeat(5,20%);font-weight:700;font-size:.875rem;text-transform:uppercase;text-align:center;margin-bottom:1.0625rem}.reports-table-providers__table-head{display:flex;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem;-webkit-user-select:none;user-select:none}.reports-table-providers__table-head:first-child{text-align:left;margin-left:.625rem;justify-content:flex-start}.reports-table-providers__table-head-icon{display:flex;width:1.875rem;height:1.875rem;cursor:pointer}.reports-table-providers__table-head-icon_rotate{transform:rotate(180deg)}.reports-table-providers__table-body{width:100%}.reports-table-providers__header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.general{width:100%;margin-right:1.25rem;min-width:-moz-fit-content;min-width:fit-content}.general_isMobile{padding:.625rem}.input-date-mobile{-webkit-user-select:none;user-select:none;cursor:pointer}.input-date-mobile,.input-date-mobile .react-datepicker-wrapper,.input-date-mobile .react-datepicker__input-container{width:100%;height:100%}.input-date-mobile .react-datepicker__triangle{display:none}.input-date-mobile_withManualTyping .react-datepicker-wrapper{width:100%;height:-moz-fit-content;height:fit-content}.input-date-mobile_withManualTyping .react-datepicker__input-container input{background-color:#282b3d;border:none;color:#fff}.input-date-mobile_disabled .input-date-mobile__custom-date-input{background-color:transparent}.input-date-mobile_disabled{cursor:default}.input-date-mobile__custom-date-input{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-radius:.625rem}.input-date-mobile__custom-date-input-calendar{width:1.5rem;min-width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .3125rem 0 0}.input-date-mobile__custom-date-input-value{margin-right:auto;font-size:.875rem;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-mobile__custom-date-input-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.input-date-mobile_validState_2 .input-date-mobile__custom-date-input{border:.0625rem solid #0d9252!important}.input-date-mobile_validState_3 .input-date-mobile__custom-date-input{border:.0625rem solid #d31c32!important}.request-history-filter-desktop{padding:1.25rem;display:flex;flex-direction:column;background:#282b3d;border-radius:.625rem}.request-history-filter-desktop__title{font-size:1.375rem;font-weight:700}.request-history-filter-desktop__part{padding:.625rem 0;display:flex;grid-gap:.625rem;gap:.625rem}.request-history-filter-desktop__or{margin:0 auto;align-self:center;color:var(--DarkUI-Text-Additional,#9d9d9d);text-align:center;font-size:1.375rem;font-weight:700;text-transform:lowercase}.request-history-filter-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem;min-width:15rem}.request-history-filter-desktop__item-label{font-size:.75rem;font-weight:500}.request-history-filter-desktop__item-field{margin-top:auto;flex-shrink:0;height:2.5rem;min-width:10.75rem}.request-history-filter-desktop__button{margin-left:auto;margin-top:auto;height:2.5rem;min-width:15rem}.request-history-filter-desktop__checkboxes{padding:.9375rem 1.25rem 0;display:flex;grid-gap:.9375rem;gap:.9375rem;align-items:center}.request-history-filter-desktop__checkbox{width:1.5rem;height:1.5rem}.request-history-filter-desktop__checkbox-wrapper{cursor:pointer;display:flex;align-items:center;grid-gap:.5625rem;gap:.5625rem;color:var(--DarkUI-Text-Regular,#fff);font-size:.875rem;font-weight:600}.select-mobile-2{width:100%;box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;user-select:none;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-radius:.625rem}.select-mobile-2_paginator .select__item{width:100%}.select-mobile-2_open{border-bottom-color:transparent;border-radius:.625rem .625rem 0 0}.select-mobile-2_color_bonus{border-radius:.625rem;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f)}.select-mobile-2_color_bonus .select-mobile-2__items-list{top:calc(100% + .125rem);border-radius:.625rem;background:var(--DarkUI-Background,#171926);border:none}.select-mobile-2_color_bonus .select-mobile-2__item{padding:0 .9375rem}.select-mobile-2_color_bonus .select-mobile-2__item_current{padding:0 .625rem}.select-mobile-2_color_bonus .select-mobile-2__gap{position:absolute;top:100%;left:0;width:100%;height:.125rem}.select-mobile-2__item{width:100%;height:2.5rem;max-height:2.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;display:flex;align-items:center;cursor:pointer;padding:0 .625rem;box-sizing:border-box;font-size:.875rem}.select-mobile-2__item-main{display:flex;justify-content:space-between;align-items:center}.select-mobile-2__item-icon{min-width:1.875rem;width:1.875rem;margin-left:.625rem}.select-mobile-2__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:transform .3s ease}.select-mobile-2_color_grey{border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.select-mobile-2_color_transparent{background:#282b3d}.select-mobile-2__arrow-svg{height:.571rem;width:.857rem}.select-mobile-2_open .select-mobile-2__arrow{transform:scaleY(-1)}.select-mobile-2__items-list{position:absolute;top:2.5rem;left:-1px;border-top:none;border-radius:0 0 .3125rem .3125rem;width:100%;box-sizing:initial;z-index:2;max-height:21rem;background:linear-gradient(#282b3d,#282b3d) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);overflow-y:auto;overflow-x:hidden}.select-mobile-2__items-list_color_grey{border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.select-mobile-2__items-list_color_white{background:#fff}.select-mobile-2__items-list::-webkit-scrollbar{width:3px;height:.5rem;scroll-margin-right:.5rem}.select-mobile-2__items-list::-webkit-scrollbar-thumb{width:3px;height:1rem;background:#037ac9;cursor:pointer}.percent-info{position:relative;cursor:pointer}.percent-info:hover .percent-info__text{display:flex}.percent-info__icon{flex:0 0 1rem;width:1rem;height:1rem;display:flex}.percent-info__text{position:absolute;bottom:calc(100% + 1.25rem);left:50%;transform:translateX(-50%);width:21.25rem;padding:1.25rem 1.56rem 1.88rem;display:none;flex-direction:column;align-items:center;grid-gap:.625rem;gap:.625rem;text-align:center;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-Background,#161616);color:var(--DarkUI-Text-Regular,#fff);font-feature-settings:lining-nums proportional-nums;font-variant-numeric:lining-nums proportional-nums;font-size:1.25rem;font-weight:600;line-height:100%}.percent-info__cross{margin-left:auto;flex:0 0 1.25rem;width:1.25rem;height:1.25rem;display:flex}.request-history-table-desktop{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.request-history-table-desktop__header{flex-shrink:0;padding:0 .625rem;height:3.75rem;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.request-history-table-desktop__header-title{color:var(--DarkUI-Text-Regular,#fff);font-size:1.375rem;font-weight:700}.request-history-table-desktop__header-text{margin-left:auto;font-size:.875rem;font-weight:700}.request-history-table-desktop__header-select{flex-shrink:0;width:5.3125rem;height:2.5rem}.request-history-table-desktop__content{display:flex;padding:.625rem 1.25rem 1.25rem;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.request-history-table-desktop__row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr)) minmax(0,2fr) minmax(0,1fr);border-radius:.625rem;padding-left:.625rem;background:var(--DarkUI-Background,#171926);color:var(--DarkUI-Text-Regular,#fff)}.request-history-table-desktop__row-sub-item{flex:1 1;text-align:center}.request-history-table-desktop__row-input,.request-history-table-desktop__row-value{flex:1 1}.request-history-table-desktop__row-input{padding:0 .313rem}.request-history-table-desktop__row-value{padding:0 .625rem;text-align:left}.request-history-table-desktop__row_type_header{background:transparent}.request-history-table-desktop__row_type_header .request-history-table-desktop__row-item{text-transform:uppercase;height:2.5rem;padding:.625rem}.request-history-table-desktop__row_type_header .request-history-table-desktop__row-item:after{display:none}.request-history-table-desktop__row_type_header .request-history-table-desktop__row-item:first-child{justify-content:flex-start}.request-history-table-desktop__row-item{font-size:.875rem;font-weight:700;height:2.25rem;display:flex;align-items:center;justify-content:center;grid-gap:1.25rem;gap:1.25rem;position:relative;text-align:center}.request-history-table-desktop__row-item:not(:last-child):after{content:"";width:1px;height:1rem;background:var(--DarkUI-Strokes,#5f5f5f);position:absolute;right:0;top:50%;transform:translateY(-50%)}.request-history-table-desktop__row-item_type_date{white-space:pre}.request-history-table-desktop__row-item_type_buttons{grid-gap:2.5rem;gap:2.5rem}.request-history-table-desktop__row-item_type_bonus{display:grid;grid-template-columns:repeat(2,1fr)}.request-history-table-desktop__row-item_withIcon{grid-gap:.625rem;gap:.625rem}.request-history-table-desktop__row-icon{display:flex;width:1rem;height:1rem;cursor:pointer}.request-history-table-desktop__pagination{display:flex;height:2.5rem;padding:0 1.25rem;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700}.request-history-table-desktop__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.request-history-desktop{width:100%;margin-right:1.25rem;min-width:-moz-fit-content;min-width:fit-content;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.filter-block-cash{background:#282b3d;border-radius:.625rem;padding:1.25rem}.filter-block-cash__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-cash__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1.25rem}.filter-block-cash__checkboxes{display:flex;width:100%;align-self:center;margin:.9375rem 1.875rem 0}.filter-block-cash__checkbox{display:flex;align-items:center}.filter-block-cash__checkbox-title{font-weight:600;font-size:.875rem;margin-left:.5625rem;width:max-content}.filter-block-cash__checkbox:not(:last-child){margin-right:.9375rem}.filter-block-cash__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-cash__date{display:flex}.filter-block-cash__date-row{width:100%}.filter-block-cash__date-row:not(:last-child){margin-right:.625rem}.filter-block-cash__date-input{height:2.5rem}.filter-block-cash__input{width:100%;max-width:11.8125rem}.filter-block-cash__input:not(:last-child){margin-right:.625rem}.filter-block-cash__input_type_select{flex-shrink:0;max-width:14rem;min-width:14rem}.filter-block-cash__inputs{display:flex;width:100%}.filter-block-cash__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-cash__or{font-weight:700;font-size:1.375rem;color:#9d9d9d;margin:1.5rem .625rem .9375rem;text-align:center;text-transform:lowercase}.filter-block-cash__button{width:100%;max-width:15rem}.table-row-cash{width:100%;height:3.25rem;display:grid;grid-template-columns:100fr 152fr 132fr 152fr 152fr 152fr 100fr 210fr;grid-gap:0 1px;gap:0 1px;border-radius:.625rem;background:#171926}.table-row-cash__td{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:start;padding:.625rem 1.25rem;font-weight:700;font-size:.875rem}.table-row-cash__td_withExtraInfo{flex-direction:column}.table-row-cash__td:nth-child(8n+1){justify-content:flex-start}.table-row-cash__td:not(:nth-child(8n)):after{position:absolute;right:-1px;content:"";display:flex;width:1px;height:2rem;background:#5f5f5f}.table-row-cash__additional{font-size:.75rem}.table-row-cash__td-value{color:#fff;font-size:.875rem;font-weight:700}.table-row-cash__arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex}.table-head-cash{width:100%;display:grid;grid-template-columns:100fr 152fr 132fr 152fr 152fr 152fr 100fr 210fr;justify-content:center;margin-bottom:1.0625rem;box-sizing:border-box}.table-head-cash__table-head{width:100%;font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.table-head-cash__table-head:first-child{padding-left:.625rem;text-align:left}.payment-history-table-cash__total-header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.payment-history-table-cash__header{margin:1.25rem .625rem;align-items:center;display:flex;justify-content:space-between}.payment-history-table-cash__header-left{font-weight:700;font-size:1.375rem}.payment-history-table-cash__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.payment-history-table-cash__totals{width:100%;display:flex;margin-top:1.25rem}.payment-history-table-cash__totals-item{border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.payment-history-table-cash__totals-head{font-size:.875rem}.payment-history-table-cash__totals-data{font-size:1.5rem;margin-top:.625rem}.payment-history-table-cash__table{background:#282b3d;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.payment-history-table-cash__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.payment-history-table-cash__extra-info{font-weight:700;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.payment-history-table-cash__page-count{display:flex;align-items:center;justify-content:flex-end;margin-left:1.875rem}.payment-history-table-cash__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.payment-history-table-cash__page-count-select{width:5.3125rem}.payment-history-table-cash__tbody{width:100%;display:flex;flex-direction:column;grid-gap:.625rem 0;gap:.625rem 0}.payment-history-table-cash__button{width:calc(100% - .625rem);height:2.5rem;margin:2.5rem 0 0}.payment-history-table-cash__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:#9d9d9d}.cash{width:100%;margin-right:1.25rem;min-width:-moz-fit-content;min-width:fit-content}.filter-block-cashback-history-desktop{background:#282b3d;border-radius:.625rem;padding:1.25rem}.filter-block-cashback-history-desktop__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-cashback-history-desktop__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1.25rem;grid-gap:.625rem;gap:.625rem}.filter-block-cashback-history-desktop__checkboxes{display:flex;width:100%;align-self:center;margin:.9375rem 1.875rem 0}.filter-block-cashback-history-desktop__checkbox{display:flex;align-items:center}.filter-block-cashback-history-desktop__checkbox-title{font-weight:600;font-size:.875rem;margin-left:.5625rem;width:max-content}.filter-block-cashback-history-desktop__checkbox:not(:last-child){margin-right:.9375rem}.filter-block-cashback-history-desktop__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-cashback-history-desktop__date{display:flex}.filter-block-cashback-history-desktop__date-row{width:100%}.filter-block-cashback-history-desktop__date-row:not(:last-child){margin-right:.625rem}.filter-block-cashback-history-desktop__date-input{height:2.5rem}.filter-block-cashback-history-desktop__input{width:100%;max-width:11.8125rem}.filter-block-cashback-history-desktop__input:not(:last-child){margin-right:.625rem}.filter-block-cashback-history-desktop__input_type_select{flex-shrink:0;max-width:14rem;min-width:14rem}.filter-block-cashback-history-desktop__inputs{display:flex}.filter-block-cashback-history-desktop__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-cashback-history-desktop__or{font-weight:700;font-size:1.375rem;color:#9d9d9d;margin:1.5rem .625rem .9375rem;text-align:center;text-transform:lowercase}.filter-block-cashback-history-desktop__button-group{display:flex;justify-content:space-between;align-items:center;grid-gap:.625rem;gap:.625rem}.filter-block-cashback-history-desktop__button_big{width:15rem}.table-row-cashback-history-desktop{width:100%;height:2.125rem;display:grid;grid-template-columns:237fr 70fr 440fr 287fr 244fr;grid-gap:0 1px;gap:0 1px;border-radius:.625rem;background:#171926}.table-row-cashback-history-desktop__td{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:start;padding:.625rem 1.25rem;font-weight:700;font-size:.875rem}.table-row-cashback-history-desktop__td_withExtraInfo{flex-direction:column}.table-row-cashback-history-desktop__td:nth-child(8n+1){justify-content:flex-start}.table-row-cashback-history-desktop__td:not(:nth-child(5n)):after{position:absolute;right:-1px;content:"";display:flex;width:1px;height:40%;background:#5f5f5f}.table-row-cashback-history-desktop__additional{font-size:.75rem}.table-row-cashback-history-desktop__td-value{color:#fff;font-size:.875rem;font-weight:700}.table-row-cashback-history-desktop__arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex}.table-head-cashback-history-desktop{width:100%;display:grid;grid-template-columns:237fr 70fr 440fr 287fr 244fr;justify-content:center;margin-bottom:1.0625rem;box-sizing:border-box}.table-head-cashback-history-desktop__table-head{width:100%;font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.table-head-cashback-history-desktop__table-head:first-child{padding-left:.625rem;text-align:left}.cashback-history-table-cash__total-header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.cashback-history-table-cash__header{margin:1.25rem .625rem;align-items:center;display:flex;justify-content:space-between}.cashback-history-table-cash__header-left{font-weight:700;font-size:1.375rem}.cashback-history-table-cash__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.cashback-history-table-cash__totals{width:100%;display:flex;margin-top:1.25rem}.cashback-history-table-cash__totals-item{border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.cashback-history-table-cash__totals-head{font-size:.875rem}.cashback-history-table-cash__totals-data{font-size:1.5rem;margin-top:.625rem}.cashback-history-table-cash__table{background:#282b3d;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.cashback-history-table-cash__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.cashback-history-table-cash__extra-info{font-weight:700;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.cashback-history-table-cash__page-count{display:flex;align-items:center;justify-content:flex-end;margin-left:1.875rem}.cashback-history-table-cash__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.cashback-history-table-cash__page-count-select{width:5.3125rem}.cashback-history-table-cash__tbody{width:100%;display:flex;flex-direction:column;grid-gap:.625rem 0;gap:.625rem 0}.cashback-history-table-cash__button{width:calc(100% - .625rem);height:2.5rem;margin:2.5rem 0 0}.cashback-history-table-cash__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:#9d9d9d}.cashback-activate-mobile{display:flex;width:21.25rem;padding:2.5rem;flex-direction:column;align-items:center;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:var(--DarkUI-Background,#171926)}.cashback-activate-mobile__title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.cashback-activate-mobile__button{width:12.5625rem;height:2.5rem}.cashback-action-modal-mobile{border-radius:.625rem;background:var(--DarkUI-Background,#171926);display:flex;width:21.25rem;padding:2.5rem;flex-direction:column;align-items:center;grid-gap:1.25rem;gap:1.25rem}.cashback-action-modal-mobile__title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.cashback-action-modal-mobile__actions{display:flex;flex-direction:column;align-items:center;grid-gap:.625rem;gap:.625rem;width:100%}.cashback-action-modal-mobile__actions-item{display:flex;padding:.625rem;flex-direction:column;align-items:flex-start;grid-gap:.625rem;gap:.625rem;align-self:stretch;border-radius:.625rem;border:.0625rem solid var(--DarkUI-Strokes,#5f5f5f)}.cashback-action-modal-mobile__actions-item-checkboxes{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;padding:0 1.875rem}.cashback-action-modal-mobile__actions-item-header{display:flex;align-items:center;grid-gap:.313rem;gap:.313rem}.cashback-action-modal-mobile__actions-item-title{font-size:1rem;font-weight:500}.cashback-action-modal-mobile__button{width:12.5625rem;height:2.5rem}.cashback-history-desktop{width:100%;margin-right:1.25rem}.filter-block-player-history{background:#282b3d;border-radius:.625rem;padding:1.25rem}.filter-block-player-history__bottom,.filter-block-player-history__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-player-history__bottom{margin-top:1.25rem}.filter-block-player-history__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-player-history__date{display:flex}.filter-block-player-history__date-row{width:100%;min-width:15rem}.filter-block-player-history__date-row:not(:last-child){margin-right:.625rem}.filter-block-player-history__date-input{height:2.5rem}.filter-block-player-history__input{width:100%;max-width:15rem;margin-right:.625rem}.filter-block-player-history__inputs{display:flex;width:100%}.filter-block-player-history__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-player-history__or{font-weight:700;font-size:1.375rem;color:#9d9d9d;margin:1.5rem .625rem .9375rem;text-align:center;text-transform:lowercase}.filter-block-player-history__button{width:100%;max-width:15rem}.filter-block-player-history__advice{color:#9d9d9d;font-size:.75rem;text-align:center}.table-row-pagination__tr{background:#171926;border-radius:.625rem;height:3.25rem;display:flex;padding:.625rem 0;width:100%}.table-row-pagination__tr:not(:last-child){margin-bottom:.3125rem}.table-row-pagination__td{width:20%;height:100%;min-width:10%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;padding:0 1.25rem}.table-row-pagination__td:not(:last-child){border-right:.0625rem solid #5f5f5f}.table-row-pagination__td:first-child{justify-content:flex-start}.table-row-pagination__td_status_1{color:#0d9252}.table-row-pagination__td_status_2{color:#ffbc0f}.table-row-pagination__td_status_3{color:#d31c32}.table-row-pagination__arrow{width:1.875rem;min-width:1.875rem}.table-head-pagination{width:100%;display:flex;justify-content:center;margin-bottom:1.0625rem;box-sizing:border-box}.table-head-pagination__table-head{width:20%;font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.table-head-pagination__table-head:first-child{padding-left:.625rem;text-align:left}.financial-reports-table__header{margin:1.25rem .625rem;display:flex;justify-content:space-between;align-items:center}.financial-reports-table__header-left{font-weight:700;font-size:1.375rem}.financial-reports-table__tbody>div:not(:last-child){margin-bottom:.313rem}.financial-reports-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.financial-reports-table__table{background:#282b3d;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.financial-reports-table__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.financial-reports-table__extra-info{font-weight:700;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.financial-reports-table__page-count{display:flex;align-items:center;justify-content:flex-end;margin-left:1.875rem}.financial-reports-table__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.financial-reports-table__page-count-select{width:5.3125rem}.player-history{width:100%;margin-right:1.25rem;min-width:-moz-fit-content;min-width:fit-content}.player-deposits-filter-desktop{padding:1.25rem;display:flex;flex-direction:column;background:#282b3d;border-radius:.625rem}.player-deposits-filter-desktop__title{font-size:1.375rem;font-weight:700}.player-deposits-filter-desktop__part{padding:.625rem 0;display:flex;grid-gap:.625rem;gap:.625rem}.player-deposits-filter-desktop__or{margin:0 auto;align-self:center;color:var(--DarkUI-Text-Additional,#9d9d9d);text-align:center;font-size:1.375rem;font-weight:700;text-transform:lowercase}.player-deposits-filter-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem;min-width:15rem}.player-deposits-filter-desktop__item-label{font-size:.75rem;font-weight:500}.player-deposits-filter-desktop__item-field{margin-top:auto;flex-shrink:0;height:2.5rem;min-width:10.75rem}.player-deposits-filter-desktop__button{margin-left:auto;margin-top:auto;height:2.5rem;min-width:15rem}.player-deposits-filter-desktop__checkboxes{padding:.9375rem 1.25rem 0;display:flex;grid-gap:.9375rem;gap:.9375rem;align-items:center}.player-deposits-filter-desktop__checkbox{width:1.5rem;height:1.5rem}.player-deposits-filter-desktop__checkbox-wrapper{cursor:pointer;display:flex;align-items:center;grid-gap:.5625rem;gap:.5625rem;color:var(--DarkUI-Text-Regular,#fff);font-size:.875rem;font-weight:600}.player-deposits-requisite-desktop{padding:1.25rem;background:#282b3d;border-radius:.625rem;background:linear-gradient(#282b3d,#282b3d) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);display:grid;grid-template-columns:7.375rem}.player-deposits-requisite-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem}.player-deposits-requisite-desktop__item-label{font-size:.75rem;font-weight:500}.player-deposits-requisite-desktop__item-field{margin-top:auto;flex-shrink:0;height:2.5rem;min-width:15rem}.player-deposits-requisite-desktop__item-header{height:2.5rem;display:flex;justify-content:space-between;align-items:center;padding-left:.313rem}.player-deposits-requisite-desktop__item-header-title{color:#fff;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.player-deposits-requisite-desktop__arrow{cursor:pointer;width:1.875rem;height:1.875rem}.player-deposits-requisite-desktop__button{margin-top:auto;height:2.5rem}.player-deposits-requisite-desktop__modal{width:24.25rem;padding:2.5rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:var(--DarkUI-Background,#171926)}.player-deposits-requisite-desktop__modal-title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-size:1rem;font-weight:500}.player-deposits-requisite-desktop__information{height:4.313rem;display:flex;border-radius:.625rem;border:1px solid #5f5f5f;background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323);justify-content:center;align-items:center;color:#5f5f5f;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.player-deposits-requisite-desktop__modal-container{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;padding:.625rem;border-radius:.625rem;background:linear-gradient(0deg,#393d56,#393d56),#363636}.player-deposits-requisite-desktop__modal-container__opened{padding:.625rem .625rem 1.25rem}.player-deposits-requisite-desktop__items-container{padding:0 .625rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.player-deposits-requisite-desktop__add{width:6.938rem;height:1.938rem;border-radius:.625rem;border:1px solid #5f5f5f;background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323);margin:0 auto;display:flex;justify-content:center;align-items:center}.player-deposits-requisite-desktop__close{cursor:pointer;width:1.5rem;height:1.5rem;position:absolute;right:.625rem;top:.625rem}.player-deposits-table-desktop{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.player-deposits-table-desktop__header{flex-shrink:0;padding:0 .625rem;height:3.75rem;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.player-deposits-table-desktop__header-title{color:var(--DarkUI-Text-Regular,#fff);font-size:1.375rem;font-weight:700}.player-deposits-table-desktop__header-text{margin-left:auto;font-size:.875rem;font-weight:700}.player-deposits-table-desktop__header-select{flex-shrink:0;width:5.3125rem;height:2.5rem}.player-deposits-table-desktop__content{display:flex;padding:.625rem 1.25rem 1.25rem;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.player-deposits-table-desktop__row{display:grid;grid-template-columns:repeat(9,minmax(0,1fr)) minmax(0,1fr);border-radius:.625rem;padding-left:.625rem;background:var(--DarkUI-Background,#171926);color:var(--DarkUI-Text-Regular,#fff)}.player-deposits-table-desktop__row-sub-item{flex:1 1;text-align:center}.player-deposits-table-desktop__row-input,.player-deposits-table-desktop__row-value{flex:1 1}.player-deposits-table-desktop__row-input{padding:0 .313rem}.player-deposits-table-desktop__row-value{padding:0 .625rem;text-align:left}.player-deposits-table-desktop__row_type_header{background:transparent}.player-deposits-table-desktop__row_type_header .player-deposits-table-desktop__row-item{text-transform:uppercase;height:2.5rem;padding:.625rem}.player-deposits-table-desktop__row_type_header .player-deposits-table-desktop__row-item:after{display:none}.player-deposits-table-desktop__row_type_header .player-deposits-table-desktop__row-item:first-child{justify-content:flex-start}.player-deposits-table-desktop__row-item{font-size:.875rem;font-weight:700;height:2.25rem;display:flex;align-items:center;justify-content:center;grid-gap:1.25rem;gap:1.25rem;position:relative;text-align:center}.player-deposits-table-desktop__row-item:not(:last-child):after{content:"";width:1px;height:1rem;background:var(--DarkUI-Strokes,#5f5f5f);position:absolute;right:0;top:50%;transform:translateY(-50%)}.player-deposits-table-desktop__row-item_type_date{white-space:pre}.player-deposits-table-desktop__row-item_type_buttons{grid-gap:2.5rem;gap:2.5rem}.player-deposits-table-desktop__row-item_type_bonus{display:grid}.player-deposits-table-desktop__row-item_withIcon{grid-gap:.625rem;gap:.625rem}.player-deposits-table-desktop__row-icon{display:flex;width:1rem;height:1rem;cursor:pointer}.player-deposits-table-desktop__pagination{display:flex;height:2.5rem;padding:0 1.25rem;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700}.player-deposits-table-desktop__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.player-deposits{width:100%;margin-right:1.25rem;min-width:-moz-fit-content;min-width:fit-content;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.filter-block-my-debt{background:#282b3d;border-radius:.625rem;padding:1.25rem}.filter-block-my-debt__date-container{display:flex;justify-content:space-between}.filter-block-my-debt__checkboxes-container{flex-shrink:0;display:flex;grid-gap:.625rem;gap:.625rem;padding:2rem 0 0}.filter-block-my-debt__wrapper{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.filter-block-my-debt__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-my-debt__date{display:flex}.filter-block-my-debt__date-row{width:100%}.filter-block-my-debt__date-row:not(:last-child){margin-right:.625rem}.filter-block-my-debt__date-input{height:2.5rem}.filter-block-my-debt__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-my-debt__or{font-weight:700;font-size:1.375rem;color:#9d9d9d;margin:1.25rem .625rem .625rem;text-align:center;text-transform:lowercase}.filter-block-my-debt__button{min-width:max-content;max-width:15rem}.filter-block-my-debt__checkbox{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.filter-block-my-debt__checkbox-wrapper{max-width:9rem;margin-top:auto;min-height:2.5rem;cursor:pointer;display:flex;align-items:center;grid-gap:.56rem;gap:.56rem;font-size:.75rem;font-weight:600}.profile-block{width:100%;background:#282b3d;border-radius:.625rem;padding:1.25rem;display:grid;grid-template-columns:1fr 1fr}.profile-block__user{display:flex;align-items:center;background:#171926;border-radius:.625rem;padding-left:1.25rem}.profile-block__user-img{min-width:1.875rem;width:1.875rem;height:1.875rem}.profile-block__user-img svg{width:100%;height:100%}.profile-block__user-block{color:#fff;padding:.625rem 1.25rem;background:#171926;border-radius:.625rem;text-align:left;width:100%}.profile-block__user-block span{display:block}.profile-block__user-block span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d}.profile-block__user-block span:last-child{font-weight:700;font-size:1rem;text-transform:uppercase}.profile-block__item{cursor:pointer;display:flex;align-items:center;padding:.625rem 1.25rem .625rem .625rem;background:#171926;border-radius:.625rem;margin-left:.625rem;font-size:.875rem}.profile-block__item-value{font-weight:700}.profile-block__item-icon{min-width:1.5rem;width:1.5rem;margin-right:.625rem}.profile-block__item-title{font-weight:700;color:#fff}.profile-block__left{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-column-gap:.625rem}.profile-block__right{display:flex;align-items:center;justify-content:flex-end}.my-debt-account{position:relative;width:100%;min-width:0;margin-right:1.25rem}.my-debt-account__header{font-weight:700;font-size:1.375rem;margin:1.25rem 0 1.25rem .625rem}.my-debt-account__total-header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.my-debt-account__totals{width:100%;display:flex;margin-top:1.25rem}.my-debt-account__totals-item{text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-ards-1,linear-gradient(0deg,#282b3d,#282b3d),#232323)}.my-debt-account__totals-head{font-size:.875rem}.my-debt-account__totals-data{font-size:1.5rem;margin-top:.625rem}.my-debt-account__filters{padding:0 .625rem}.how-to-start{margin-right:1.25rem;width:100%}.how-to-start__link{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem;padding:.75rem 1.25rem;background:#171926;border-radius:.625rem}.how-to-start__link__title{font-weight:700;font-size:1.375rem}.how-to-start__link__arrow{width:.4375rem;height:.75rem}.how-to-start__link__arrow *{fill:#fff}.flat-page__title{display:flex;align-items:center;font-weight:700;font-size:1.875rem;text-transform:capitalize;padding:0 .625rem 1.25rem}.flat-page__content{font-weight:400;font-size:.9375rem;padding:.625rem 1.875rem 1.25rem}.flat-page__icon{display:flex;min-width:1.875rem;width:1.875rem;cursor:pointer;margin-right:.625rem}.modal-change-password-desktop{display:flex;flex-direction:column;width:21.25rem;z-index:1000;padding:1.25rem 1.25rem 1.88rem;color:#fff;border-radius:.625rem;grid-gap:.625rem;gap:.625rem;align-items:center;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-Background,#171926)}.modal-change-password-desktop__form{width:100%;box-sizing:initial;display:flex;flex-direction:column}.modal-change-password-desktop__title{width:18.125rem;color:#fff;text-align:center;font-variant-numeric:lining-nums proportional-nums;font-size:1.25rem;font-style:normal;font-weight:600;line-height:100%;font-feature-settings:"pnum" on,"lnum" on,lining-nums proportional-nums}.modal-change-password-desktop__sub-title{margin-bottom:2.5rem;font-size:1rem;text-align:center}.modal-change-password-desktop__inputs{grid-gap:.625rem;gap:.625rem;margin-bottom:.62rem}.modal-change-password-desktop__inputs,.modal-change-password-desktop__item{display:flex;flex-direction:column;width:100%}.modal-change-password-desktop__item-title{margin-bottom:.125rem;font-size:.875rem;font-weight:600}.modal-change-password-desktop__button,.modal-change-password-desktop__item-field{width:100%;height:2.5rem}.modal-change-password-desktop__button button{border-radius:5rem}.modal-change-password-desktop__button-text{font-weight:700;font-size:.875rem;line-height:1rem;display:flex;align-items:center;text-align:center;text-transform:uppercase;color:#232323}.modal-change-password-desktop__secure-password{display:flex;justify-content:space-between;height:2.5rem;width:100%;padding:.625rem .625rem .625rem .9375rem;align-items:center;grid-gap:.3125rem;gap:.3125rem;align-self:stretch;border-radius:6.25rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;cursor:pointer;text-transform:uppercase;font-size:.85rem;font-weight:700}.modal-change-password-desktop__secure-password:active{transform:translateY(2px)}.modal-change-password-desktop__shield{width:1.5rem;height:1.5rem;aspect-ratio:1/1}.input-search{box-sizing:border-box;display:block;border:none;width:100%;min-height:2.5rem;outline:none;padding-left:1rem;color:#fff;font-weight:400;font-size:.875rem;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-radius:.625rem}.input-search::placeholder{color:#9d9d9d;font-weight:400;font-size:.875rem}.input-search::-webkit-search-cancel-button{cursor:pointer;opacity:0;margin:0 .5rem 0 10px!important;min-width:1.9375rem!important;min-height:1.9375rem!important}.input-search:-webkit-autofill,.input-search:-webkit-autofill:active,.input-search:-webkit-autofill:focus,.input-search:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #171926}.input-search_sizable_default{height:100%}.input-search_sizable_low{height:2.5rem}.input-search_sizable_high{height:3.125rem}.input-search_sizable_rounded{border-radius:1.17rem}.input-search__wrapper{display:flex;align-items:center;width:100%;height:100%;position:relative}.input-search_color_white{background:#fff;padding-left:2.125rem;color:#7e89a4}.input-search_color_white::placeholder{color:#9d9d9d}.input-search_color_transparent{background:#282b3d}.input-search__cross-container{cursor:pointer;z-index:1;position:absolute;right:.5rem;width:1.9375rem;min-width:1.9375rem;height:1.9375rem}.input-search__cross,.input-search__cross-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.input-search__cross{width:1.25rem;height:1.25rem}.input-search_validState_2{border:.0625rem solid #0d9252!important}.input-search_validState_3{border:.0625rem solid #d31c32!important}.tree-row-desktop{position:relative}.tree-row-desktop__line{height:2.5rem;width:1.25rem;display:flex;position:absolute;left:0;top:0}.tree-row-desktop__line_type_3{left:.0313rem;width:1.1875rem;top:-.0313rem}.tree-row-desktop__line_type_2{left:-1.5px}.tree-row-desktop__parent{display:flex;margin-left:1.25rem;border-radius:.625rem;background:#171926;justify-content:space-between;align-items:center;cursor:pointer;padding:.3125rem;margin-bottom:.125rem;height:2.5rem}.tree-row-desktop__parent:hover,.tree-row-desktop__parent_active{background:linear-gradient(180deg,#fff09d,#ffcb3c)}.tree-row-desktop__parent__wrapper{display:flex;justify-content:flex-start;overflow:hidden}.tree-row-desktop__parent:hover .tree-row-desktop__parent__img-user *{fill:#fff}.tree-row-desktop__parent__img-user{width:1.125rem;min-width:1.125rem}.tree-row-desktop__parent__img-user_active *{fill:#fff}.tree-row-desktop__parent__title{font-weight:700;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.tree-row-desktop__parent__img-arrow{width:1.875rem;min-width:1.875rem;transform:rotate(180deg)}.tree-row-desktop__parent__img-arrow_opened{transform:rotate(0)}.tree-row-desktop__childrens{position:relative;padding-left:1.25rem}.tree-desktop{margin-right:1.25rem;width:100%;background:#282b3d;border-radius:.625rem;height:100%;padding:.9375rem;position:relative}.tree-desktop_isMobile{margin-left:0;border-radius:0;overflow-y:auto}.tree-desktop__title{padding:.3125rem 0 .625rem .625rem;font-weight:700;font-size:1rem;line-height:1.1875rem;text-transform:uppercase;color:#fff;display:flex;align-items:center}.tree-desktop__back-arrow{width:1.875rem;min-width:1.875rem;display:flex;transform:rotate(180deg)}.tree-desktop__current-agent{display:flex;border-radius:.625rem;background:#171926;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.125rem;padding:.3125rem;height:2.5rem}.tree-desktop__current-agent__wrapper{display:flex;justify-content:flex-start;overflow:hidden}.tree-desktop__current-agent:hover{background:linear-gradient(180deg,#fff09d,#ffcb3c)}.tree-desktop__current-agent:hover .tree-desktop__current-agent__img-user *{fill:#171926}.tree-desktop__current-agent__img-user{width:1.25rem;min-width:1.25rem}.tree-desktop__current-agent__img-user_active *{fill:#171926}.tree-desktop__current-agent__title{font-weight:700;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.tree-desktop__current-agent__img-arrow{width:1.875rem;min-width:1.875rem;transform:rotate(180deg)}.tree-desktop__current-agent__img-arrow_opened{transform:rotate(0)}.tree-desktop_active .tree-desktop__current-agent{background:linear-gradient(180deg,#fff09d,#ffcb3c)}.tree-desktop_active .tree-desktop__current-agent__title{color:#171926}.tree-desktop_active .tree-desktop__current-agent__img-arrow *{fill:#171926}.tree-desktop__wrapper{overflow-x:auto;padding:0 0 .625rem}.tree-desktop__search{margin-bottom:.75rem}.tree-desktop__search-title{margin-bottom:.125rem;font-size:.75rem;font-weight:600}.input-simple-phone{box-sizing:border-box;align-items:center;width:100%;min-height:2.5rem;padding:0 1rem;color:#fff;font-weight:400;font-size:.875rem;background:linear-gradient(#171926,#171926) padding-box,#171926 border-box;border:1px solid var(--DarkUI-Strokes,#5f5f5f);border-radius:.625rem;display:flex;grid-gap:.3125rem;gap:.3125rem}.input-simple-phone_color_grey{background:#282b3d}.input-simple-phone_color_grey .input-simple-phone__field:-webkit-autofill,.input-simple-phone_color_grey .input-simple-phone__field:-webkit-autofill:active,.input-simple-phone_color_grey .input-simple-phone__field:-webkit-autofill:focus,.input-simple-phone_color_grey .input-simple-phone__field:-webkit-autofill:hover{box-shadow:inset 0 0 20px 20px #282b3d}.input-simple-phone_size_default{height:100%}.input-simple-phone_size_low{height:2.5rem}.input-simple-phone_size_high{height:3.125rem}.input-simple-phone_size_rounded{border-radius:1.17rem}.input-simple-phone_validState_2{border:.0625rem solid #0d9252!important}.input-simple-phone_validState_3{border:.0625rem solid #d31c32!important}.input-simple-phone_validState_4{box-shadow:0 0 15px 0 rgba(76,175,80,.25)}.input-simple-phone__flag{width:1.5rem;height:1.5rem;display:flex}.input-simple-phone__separator{width:1px;height:1.25rem;background:var(--DarkUI-Strokes,#5f5f5f)}.input-simple-phone__field{flex-grow:2;font-weight:400;font-size:.875rem;font-family:"Roboto",sans-serif;background:transparent;border:none;outline:none}.input-simple-phone__field::placeholder{color:#9d9d9d;font-weight:400;font-size:.875rem}.input-simple-phone__field:-webkit-autofill,.input-simple-phone__field:-webkit-autofill:active,.input-simple-phone__field:-webkit-autofill:focus,.input-simple-phone__field:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #171926}.create-player{width:100%;height:100%;color:#fff}.create-player,.create-player__confirmation-pop-up{display:flex;justify-content:center;align-items:center}.create-player__confirmation-pop-up{padding:2.5rem;text-align:center;width:24.25rem;flex-direction:column}.create-player__confirmation-pop-up__description{font-size:1rem;font-weight:500}.create-player__confirmation-pop-up__description span{color:#eadc61}.create-player__confirmation-pop-up__buttons{width:100%;max-width:12.5rem}.create-player__confirmation-pop-up__buttons a,.create-player__confirmation-pop-up__buttons button{margin-top:1.25rem}.create-player__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.create-player__fields{display:flex;grid-gap:1.875rem;gap:1.875rem}.create-player__fields__left,.create-player__fields__right{display:flex;flex-direction:column;width:100%;grid-gap:.9375rem;gap:.9375rem}.create-player__form{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.create-player__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.create-player__form__input-block_required .create-player__form__input-block-title:after{content:" *";color:red}.create-player__bottom{display:flex;justify-content:flex-end;margin-top:3.125rem;grid-gap:1.25rem;gap:1.25rem}.create-player__bottom button{width:-moz-fit-content;width:fit-content;padding:0 1.25rem;text-transform:uppercase}.create-player__generate{width:100%;height:2.75rem;position:relative}.create-player__generate-text{font-size:.875rem;font-weight:700;text-transform:uppercase}.create-player__generate-icon{width:1.5rem;height:1.5rem;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}.create-agent{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.create-agent__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.create-agent__confirmation-pop-up{text-align:center;width:24.25rem;padding:2.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.create-agent__confirmation-pop-up__description{font-size:1rem;font-weight:500}.create-agent__confirmation-pop-up__description span{color:#eadc61}.create-agent__confirmation-pop-up__buttons{width:100%;max-width:12.5rem}.create-agent__confirmation-pop-up__buttons a,.create-agent__confirmation-pop-up__buttons button{margin-top:1.25rem}.create-agent__fields{display:flex;grid-gap:1.875rem;gap:1.875rem}.create-agent__fields__left,.create-agent__fields__right{display:flex;flex-direction:column;width:100%;grid-gap:.9375rem;gap:.9375rem}.create-agent__form{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.create-agent__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.create-agent__form__input-block_type_commission .create-agent__form__input-block-title{font-family:Roboto;font-size:.875rem;font-weight:400}.create-agent__form__input-block_required .create-agent__form__input-block-title:after{content:" *";color:red}.create-agent__form__switchers{margin:.9375rem 0 3.5625rem}.create-agent__form__switchers-block{display:flex;justify-content:space-between;align-items:center;grid-gap:.5625rem;gap:.5625rem}.create-agent__form__switchers-block:not(:last-child){margin-bottom:.8125rem}.create-agent__form__switchers-title{font-weight:600;font-size:.75rem}.create-agent__form__switchers-title span{color:#eadc61}.create-agent__form__switchers-item{width:1.875rem;min-width:1.875rem}.create-agent__bottom{display:flex;justify-content:flex-end;grid-gap:1.25rem;gap:1.25rem}.create-agent__bottom button{width:-moz-fit-content;width:fit-content;padding:0 1.25rem;text-transform:uppercase}.create-agent__generate{width:100%;height:2.75rem;position:relative}.create-agent__generate-text{font-size:.875rem;font-weight:700;text-transform:uppercase}.create-agent__generate-icon{width:1.5rem;height:1.5rem;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}.deposit{height:100%}.deposit,.deposit__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.deposit__wrapper{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;transform:translateY(13vh);flex-direction:column}.deposit__amount-types{font-weight:700;font-size:.875rem;margin-bottom:1.875rem;display:grid;grid-auto-flow:column;grid-column-gap:.625rem}.deposit__amount-types-item{padding:.625rem 1.25rem;background:#171926;width:100%;border-radius:.625rem;cursor:pointer;text-align:center}.deposit__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.deposit__header_small{margin-bottom:.625rem;font-size:1.125rem;text-transform:none}.deposit__top{width:100%}.deposit__bottom{display:flex;justify-content:flex-end;margin-top:2.5rem;width:100%}.deposit__bottom button{width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.deposit__user-blocks{display:flex;margin-bottom:.625rem}.deposit__user-block{width:100%}.deposit__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.3125rem;text-transform:lowercase}.deposit__user-block-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#171926;border-radius:.625rem}.deposit__user-block:first-child{margin-right:1.875rem}.deposit__user-block-right span{display:block;text-align:right}.deposit__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d}.deposit__user-block-right span:last-child{font-weight:700;font-size:.875rem}.deposit__user-block-left{display:flex;align-items:center}.deposit__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.deposit__user-block-info{font-weight:700;font-size:.875rem}.deposit__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.deposit__user-block-info-type_role_6{background:#0d9252}.deposit__inputs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 1.875rem;gap:0 1.875rem;width:100%;height:100%}.deposit__inputs-block{display:flex;flex-direction:column;justify-content:space-between;width:100%}.deposit__amount-title{font-size:1.125rem;line-height:1.3125rem;font-weight:500;color:#fff;margin:0 0 .625rem}.deposit__amount-input-wrapper{display:grid;grid-template-columns:1fr min-content;grid-gap:0 .625rem;gap:0 .625rem;width:100%}.deposit__amount-input-block{display:flex;flex-direction:column;width:100%}.deposit__amount-subtitle{font-size:.75rem;font-weight:500;line-height:.875rem;margin:0 0 2px}.deposit__amount-input{width:100%;height:2.5rem}.deposit__amount-all-btn{min-width:3.4375rem;height:2.5rem}.deposit__bonus-title{display:flex;align-items:center;justify-content:space-between;width:100%}.deposit__bonus-title-value{font-size:.875rem;line-height:1rem;font-weight:600;color:#fff}.deposit__switcher{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem}.deposit__bonus-inputs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 .625rem;gap:0 .625rem}.deposit__bonus-input{width:100%;height:2.5rem}.withdrawal{height:100%}.withdrawal,.withdrawal__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.withdrawal__wrapper{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;transform:translateY(13vh);flex-direction:column}.withdrawal__amount-types{font-weight:700;font-size:.875rem;margin-bottom:1.875rem;display:grid;grid-auto-flow:column;grid-column-gap:.625rem}.withdrawal__amount-types-item{padding:.625rem 1.25rem;background:#171926;width:100%;border-radius:.625rem;cursor:pointer;text-align:center}.withdrawal__input{max-width:18.75rem;width:100%;position:relative}.withdrawal__input-currency{position:absolute;right:1.25rem;top:25%}.withdrawal__input input{padding-right:4.375rem}.withdrawal__input_type_amount input{padding-right:5.5rem}.withdrawal__all-btn{position:absolute;right:1.25rem;top:13%}.withdrawal__all-btn button{height:1.875rem;min-width:4.5rem;box-shadow:none}.withdrawal__input-block{width:100%;margin-bottom:.625rem;display:flex;flex-direction:column;align-items:center}.withdrawal__input-block-title{display:block;font-weight:500;font-size:1.125rem;margin-bottom:.625rem;text-align:center}.withdrawal__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.withdrawal__header_small{margin-bottom:.625rem;font-size:1.125rem;text-transform:none}.withdrawal__top{width:100%}.withdrawal__bottom{display:flex;justify-content:flex-end;margin-top:2.5rem;width:100%}.withdrawal__bottom button{width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.withdrawal__user-blocks{display:flex;margin-bottom:.625rem}.withdrawal__user-block{width:100%}.withdrawal__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.3125rem;text-transform:lowercase}.withdrawal__user-block-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#171926;border-radius:.625rem}.withdrawal__user-block:first-child{margin-right:1.875rem}.withdrawal__user-block-right span{display:block;text-align:right}.withdrawal__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d;text-align:left}.withdrawal__user-block-right span:last-child{font-weight:700;font-size:.875rem}.withdrawal__user-block-left{display:flex;align-items:center}.withdrawal__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.withdrawal__user-block-info{font-weight:700;font-size:.875rem}.withdrawal__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.withdrawal__user-block-info-type_role_6{background:#0d9252}.withdrawal__amount-subtitle{font-size:.75rem;font-weight:500;line-height:.875rem;margin:0 0 2px}.change-password-users{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.change-password-users__top{width:100%}.change-password-users__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.change-password-users__fields{max-width:18.75rem;margin:0 auto}.change-password-users__fields,.change-password-users__form{display:flex;flex-direction:column;align-items:center;justify-content:center}.change-password-users__form{background:#282b3d;border-radius:1.25rem;padding:3.125rem 0 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.change-password-users__form__input-block{width:100%;margin-bottom:.625rem}.change-password-users__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.change-password-users__bottom{display:flex;justify-content:flex-end;margin-top:2.5rem;width:100%;padding-right:4.375rem}.change-password-users__bottom button{width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.change-password-users__user-block{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1.375rem .625rem .625rem;background:#171926;margin-bottom:1.875rem;border-radius:.625rem}.change-password-users__user-block-right span{display:block;text-align:right}.change-password-users__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d;text-align:left}.change-password-users__user-block-right span:last-child{font-weight:700;font-size:.875rem}.change-password-users__user-block-left{display:flex;align-items:center}.change-password-users__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.change-password-users__user-block-info{font-weight:700;font-size:.875rem}.change-password-users__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.change-password-users__user-block-info-type_role_6{background:#0d9252}.change-password-users__generate{width:100%;height:2.75rem;margin-bottom:.625rem;position:relative}.change-password-users__generate_onAgentPage{margin-bottom:1.875rem}.change-password-users__generate-text{font-size:.875rem;font-weight:700;text-transform:uppercase}.change-password-users__generate-icon{width:1.5rem;height:1.5rem;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}.disable-user{height:100%}.disable-user,.disable-user__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.disable-user__wrapper{background:#282b3d;border-radius:1.25rem;padding:3.125rem 150px 4.6875rem 9.375rem;max-width:48.125rem;transform:translateY(13vh);flex-direction:column}.disable-user__header{font-weight:500;margin-bottom:3.125rem;display:flex;flex-direction:column;align-items:center;text-align:center}.disable-user__header-title{font-size:1.875rem;text-transform:capitalize;margin:.625rem 0}.disable-user__header-description{font-size:1rem}.disable-user__header-description span{color:#eadc61}.disable-user__header-icon{display:flex;min-width:5rem;width:5rem}.disable-user__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#171926;border-radius:.625rem}.disable-user__user-block:first-child{margin-right:1.875rem}.disable-user__user-block-right span{display:block;text-align:right}.disable-user__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d;text-align:left}.disable-user__user-block-right span:last-child{font-weight:700;font-size:.875rem}.disable-user__user-block-left{display:flex;align-items:center}.disable-user__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.disable-user__user-block-info{font-weight:700;font-size:.875rem}.disable-user__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.disable-user__user-block-info-type_role_6{background:#0d9252}.disable-user__top{width:100%}.disable-user__bottom{display:flex;justify-content:center;margin-top:3.125rem;width:100%}.disable-user__bottom button{width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.disable-user__bottom button:last-child{color:#d31c32}.modify-agent{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.modify-agent__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.modify-agent__fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem}.modify-agent__form{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.modify-agent__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.modify-agent__form__input-block_required .modify-agent__form__input-block-title:after{content:" *";color:red}.modify-agent__form__switchers{margin-top:.9375rem}.modify-agent__form__switchers-block{display:flex;justify-content:space-between;align-items:center}.modify-agent__form__switchers-block:not(:last-child){margin-bottom:.8125rem}.modify-agent__form__switchers-title{font-weight:600;font-size:.75rem}.modify-agent__form__switchers-title span{color:#eadc61}.modify-agent__form__switchers-item{width:1.875rem;min-width:1.875rem}.modify-agent__bottom{display:flex;justify-content:flex-end;grid-gap:1.25rem;gap:1.25rem;margin-top:3.125rem}.modify-agent__bottom button{padding:0 1.25rem;width:-moz-fit-content;width:fit-content;text-transform:uppercase}.modify-agent__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#171926;border-radius:.625rem;margin-bottom:1.875rem}.modify-agent__user-block:first-child{margin-right:1.875rem}.modify-agent__user-block-right span{display:block;text-align:right}.modify-agent__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d}.modify-agent__user-block-right span:last-child{font-weight:700;font-size:.875rem}.modify-agent__user-block-left{display:flex;align-items:center}.modify-agent__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.modify-agent__user-block-info{font-weight:700;font-size:.875rem}.modify-agent__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.modify-agent__user-block-info-type_role_6{background:#0d9252}.information{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.information__wrapper{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.information__top{width:100%}.information__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center}.information__header,.information__parents-block{margin-bottom:3.125rem}.information__parents-title{display:flex;padding:.625rem;align-items:center;grid-gap:.625rem;gap:.625rem;color:#fff;text-align:center;font-size:1.125rem;font-weight:400}.information__copy-btn{width:1rem;height:1rem;cursor:pointer}.information__id-block,.information__username-block{display:flex;grid-gap:.625rem;gap:.625rem}.information__id-block span{color:#fff;text-align:right;font-size:.875rem;font-weight:700;text-transform:uppercase}.information__block-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem}.information__block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.information__block-value{font-weight:500;font-size:.875rem;padding:.75rem .9375rem;height:2.5rem;background:#171926;border-radius:.625rem}.information__bottom{display:flex;justify-content:flex-end}.information__bottom button{max-width:8.75rem;text-transform:uppercase}.information__id-title{display:block;text-align:right;font-weight:500;font-size:.75rem;color:#9d9d9d}.information__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#171926;border-radius:.625rem;margin-bottom:.9375rem}.information__user-block:first-child{margin-right:1.875rem}.information__user-block-right{display:flex;flex-direction:column;align-items:start}.information__user-block-left{display:flex;align-items:center}.information__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.information__user-block-info{font-weight:700;font-size:.875rem}.information__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.information__user-block-info-type_role_6{background:#0d9252}.permissions-details-items-desktop{display:flex;flex-direction:column;border:1px solid #5f5f5f;border-radius:.6rem}.permissions-details-items-desktop__item{display:flex;align-items:center;justify-content:space-between;background:#171926;padding:.875rem 1.25rem;border-radius:.6rem;max-height:2.5rem;font-size:.875rem;font-weight:600}.permissions-details-items-desktop__item_inner{padding-left:1.563rem;background-color:transparent}.permissions-details-items-desktop__item-switcher{width:1.875rem;margin:0 .625rem;align-items:center;display:flex}.permissions-details-items-desktop__item-switcher_noGap{margin-right:0}.permissions-details-items-desktop__item-container{display:flex;align-items:center}.permissions-details-items-desktop__item-title{color:#fff;text-transform:capitalize}.permissions-details-items-desktop__item-details{width:1.563rem;height:1.563rem;cursor:pointer}.permissions-details-items-desktop__item-dropdown{width:.75rem;height:.438rem;margin-right:.625rem;cursor:pointer}.permissions-details-items-desktop__item-dropdown_inner *{cursor:auto}.permissions-details-for-agent-desktop__header-info{display:flex;height:2.5rem}.permissions-details-for-agent-desktop__header-info__icon{width:1.875rem;height:1.875rem;margin:0 .938rem}.permissions-details-for-agent-desktop__header-info:last-child{margin-top:.625rem}.permissions-details-for-agent-desktop__header-info-title,.permissions-details-for-agent-desktop__header-info-username{font-weight:600;font-size:.875rem;line-height:1.1875rem;color:#fff;display:flex;align-items:center}.permissions-details-for-agent-desktop__header-info-title_capitalized,.permissions-details-for-agent-desktop__header-info-username_capitalized{text-transform:capitalize}.permissions-details-for-agent-desktop__header-info-title{background:#171926;border-radius:.625rem;justify-content:center;padding:.9375rem 1.563rem}.permissions-details-for-agent-desktop__header-info-title_withGap{padding-right:2.5rem}.permissions-details-for-agent-desktop__header-info-title_fullWidth{width:100%;justify-content:space-between}.permissions-details-for-agent-desktop__header-info-username{background:#f4f4f4;border-radius:0 5px 5px 0;width:100%;padding:.9375rem;border:1px solid #e2e5ec}.permissions-details-for-agent-desktop__header-info-switcher{width:1.875rem;margin:0 .938rem 0 .625rem;align-items:center;display:flex}.permissions-details-for-agent-desktop__header-info-switcher_noGap{margin-right:0}.permissions-details-simple-desktop{min-height:2.5rem;display:flex;align-items:center;justify-content:space-between;grid-gap:.625rem;gap:.625rem;background:var(--DarkUI-Background,#171926);color:var(--DarkUI-Text-Regular,#fff);padding:.3125rem 1.5625rem;border-radius:.6rem;max-height:2.5rem;border-radius:.625rem}.permissions-details-simple-desktop__title{font-size:.875rem;font-weight:600}.permissions-details-simple-desktop__switcher{width:1.875rem;align-items:center;display:flex}.change-permissions-modal-desktop{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.change-permissions-modal-desktop__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:2.5rem}.change-permissions-modal-desktop__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#171926;border-radius:.625rem;margin-bottom:.6rem}.change-permissions-modal-desktop__user-block:first-child{margin-right:1.875rem}.change-permissions-modal-desktop__user-block-right span{display:block;text-align:right}.change-permissions-modal-desktop__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#9d9d9d}.change-permissions-modal-desktop__user-block-right span:last-child{font-weight:700;font-size:.875rem}.change-permissions-modal-desktop__user-block-left{display:flex;align-items:center}.change-permissions-modal-desktop__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.change-permissions-modal-desktop__user-block-info{font-weight:700;font-size:.875rem}.change-permissions-modal-desktop__user-block-info-type{font-size:.75rem;font-weight:900;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:linear-gradient(0deg,#393d56,#393d56),#363636;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.change-permissions-modal-desktop__user-block-info-type_role_6{background:#0d9252}.change-permissions-modal-desktop__permission-edit-header{display:flex;align-items:center;margin-bottom:2.5rem;font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center}.change-permissions-modal-desktop__permission-edit-icon{width:.75rem;height:.438rem;display:flex;transform:rotate(90deg);margin-right:1.344rem;cursor:pointer}.change-permissions-modal-desktop__form{background:#282b3d;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.change-permissions-modal-desktop__bottom{display:flex;justify-content:flex-end;width:100%;margin-top:3.125rem}.change-permissions-modal-desktop__bottom button{max-width:9.375rem;min-width:auto;flex:1 1}.change-permissions-modal-desktop__bottom button:last-child{margin-left:.3125rem}.change-permissions-modal-desktop__buttons{width:100%;justify-content:flex-end;display:flex}.change-permissions-modal-desktop__button{min-width:4.688rem}.change-permissions-modal-desktop__button:first-child{margin-right:1.25rem}.change-permissions-modal-desktop__permissions{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.filter-block-desktop{padding:1.25rem;display:flex;flex-direction:column;background:#282b3d;color:var(--DarkUI-Text-Regular,#fff);border-radius:.625rem}.filter-block-desktop__title{font-size:1.375rem;font-weight:700}.filter-block-desktop__filter-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.filter-block-desktop__form{margin-top:.625rem;display:none}.filter-block-desktop__form_isOpen{display:flex;flex-direction:column}.filter-block-desktop__header{padding:.625rem 0;display:flex;align-items:center}.filter-block-desktop__arrow{margin-left:.625rem;background:transparent;border:none;cursor:pointer;outline:none;position:relative;display:flex;width:1.875rem;height:1.875rem}.filter-block-desktop__arrow-icon{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;transition:all .3s ease}.filter-block-desktop__arrow-icon_isOpen{transform:scaleY(-1)}.filter-block-desktop__input{display:flex;flex-direction:column}.filter-block-desktop__inputs{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.4375rem;gap:.4375rem;margin-top:0}.filter-block-desktop__bottom{display:flex;align-items:flex-start;margin-top:1.25rem}.filter-block-desktop__button-group{margin-left:.625rem;margin-top:1.125rem;display:flex;align-items:flex-start;height:2.5rem}.filter-block-desktop__button-group>button{margin-right:auto;width:15rem}.filter-block-desktop__label{font-size:.75rem;font-weight:500;margin-bottom:.125rem}.bet-item{padding:.625rem 1.25rem;display:grid;grid-template-columns:repeat(9,1fr)}.bet-item_status_ACCEPTED{border-left:.5rem solid #9e9e9e}.bet-item_status_CASHED_OUT{border-left:.5rem solid #ffb401}.bet-item_status_RETURNED{border-left:.5rem solid #2323ff}.bet-item_status_LOST{border-left:.5rem solid #d31c32}.bet-item_status_WON{border-left:.5rem solid #0d9252}.bet-item_status_HALF_RETURN{border-left:.5rem solid #2323ff}.bet-item_status_HALF_WIN{border-left:.5rem solid #0d9252}.bet-item_status_REJECTED{border-left:.5rem solid #fff}.bet-item_status_INITIAL_HALF_RETURN,.bet-item_status_INITIAL_RETURN{border-left:.5rem solid #2323ff}.bet-item_status_INITIAL_HALF_WON{border-left:.5rem solid #0d9252}.bet-item_status_NOT_RESULTED{border-left:.5rem solid #9e9e9e}.bet-item__value{font-size:.688rem;font-weight:400;line-height:.688rem;letter-spacing:0;text-align:left}.bet-item__value_status_ACCEPTED{color:#9e9e9e;text-transform:uppercase}.bet-item__value_status_CASHED_OUT{color:#ffb401;text-transform:uppercase}.bet-item__value_status_RETURNED{color:#2323ff;text-transform:uppercase}.bet-item__value_status_LOST{color:#d31c32;text-transform:uppercase}.bet-item__value_status_WON{color:#0d9252;text-transform:uppercase}.bet-item__value_status_HALF_RETURN{color:#2323ff;text-transform:uppercase}.bet-item__value_status_HALF_WIN{color:#0d9252;text-transform:uppercase}.bet-item__value_status_REJECTED{color:#fff;text-transform:uppercase}.bet-item__value_status_INITIAL_HALF_RETURN,.bet-item__value_status_INITIAL_RETURN{color:#2323ff;text-transform:uppercase}.bet-item__value_status_INITIAL_HALF_WON{color:#0d9252;text-transform:uppercase}.bet-item__value_status_NOT_RESULTED{color:#9e9e9e;text-transform:uppercase}.bet-item__label{margin-bottom:.313rem;font-size:.625rem;font-weight:700;line-height:.625rem;letter-spacing:0;text-align:left;color:#9d9d9d}.sport-history-item{border-radius:.25rem;background:#171926;margin-bottom:.313rem}.sport-history-item:last-child{margin-bottom:0}.sport-history-item_status_ACCEPTED{border-left:.25rem solid #9e9e9e}.sport-history-item_status_CASHED_OUT{border-left:.25rem solid #ffb401}.sport-history-item_status_RETURNED{border-left:.25rem solid #2323ff}.sport-history-item_status_LOST{border-left:.25rem solid #d31c32}.sport-history-item_status_WON{border-left:.25rem solid #0d9252}.sport-history-item__arrow{margin-left:.625rem;background:transparent;border:none;cursor:pointer;outline:none;position:relative;display:flex;width:1.875rem;height:1.875rem}.sport-history-item__arrow-icon{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;transition:all .3s ease}.sport-history-item__arrow-icon_isOpen{transform:scaleY(-1)}.sport-history-item__coupon{flex:1 1;padding:.625rem 1.25rem;align-items:center;display:grid;grid-template-columns:repeat(7,1fr) 1.5fr 1.5fr 1fr 2.5rem;background:transparent;width:100%}.sport-history-item__bets{display:none;flex-direction:column}.sport-history-item__bets_isOpen{display:flex}.sport-history-item__value{display:flex;font-size:.688rem;font-weight:600;line-height:.688rem;letter-spacing:0;text-align:left}.sport-history-item__value_status_ACCEPTED{margin-left:auto;color:#9e9e9e;text-transform:uppercase}.sport-history-item__value_status_CASHED_OUT{margin-left:auto;color:#ffb401;text-transform:uppercase}.sport-history-item__value_status_RETURNED{margin-left:auto;color:#2323ff;text-transform:uppercase}.sport-history-item__value_status_LOST{margin-left:auto;color:#d31c32;text-transform:uppercase}.sport-history-item__value_status_WON{margin-left:auto;color:#0d9252;text-transform:uppercase}.sport-history-item__value-col{display:flex;flex-direction:column}.sport-history-item__role{display:flex}.sport-history-item__player{font-size:.688rem;font-weight:600;line-height:.688rem;letter-spacing:0;text-align:left;color:#eadc61}.sport-history-item__user{width:1.5rem;height:1.5rem}.sport-history{flex:1 1}.sport-history__result{padding:1.25rem;background:#282b3d;display:flex;flex-direction:column;border-radius:.625rem;margin-top:.625rem}.sport-history__items-on-page{margin-top:.625rem;padding:1rem .625rem;display:flex;align-items:center;justify-content:space-between;grid-gap:.625rem;gap:.625rem}.sport-history__items-on-page-title{margin-right:auto}.sport-history__items-on-page-select{width:5.313rem}.sport-history__items-on-page-text{font-size:.875rem;font-weight:700}.sport-history__header{display:grid;padding:.75rem 1.25rem;grid-template-columns:repeat(7,1fr) 1.5fr 1.5fr 1fr 2.5rem;align-items:center}.sport-history__header-col{font-size:.875rem;font-weight:700;line-height:1rem;letter-spacing:0;text-align:left;text-transform:uppercase}.sport-history__header-col:last-child{text-align:right}.sport-history__pagination{margin-top:.625rem;padding:.75rem 1.25rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700}.sport-history__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.line-chart{position:relative;color:#fff}.statistic-filters-desktop{width:100%;display:flex;justify-content:end;grid-gap:2px .625rem;gap:2px .625rem;padding:1.25rem 2.5rem 0 0;align-items:flex-end}.statistic-filters-desktop__item-date-label{color:#fff;font-size:.75rem;font-weight:500;line-height:.8788rem;margin-bottom:.125rem}.statistic-filters-desktop__item-date-input{width:11.25rem}.statistic-filters-desktop__input{height:2.5rem}.statistic-filters-desktop__button{width:7.563rem;height:2.5rem}.statistic-desktop{flex-grow:2;width:100%;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;position:relative;margin-right:1.25rem;color:#171926}.statistic-desktop__tabs{display:flex;align-items:end;padding-left:1.25rem}.statistic-desktop__tab{border-radius:1.25rem 1.25rem 0 0;display:flex;height:3.75rem;padding:.625rem 2.5rem .625rem 1.875rem;justify-content:center;align-items:center;grid-gap:.625rem;gap:.625rem;font-size:.875rem;font-weight:700;color:#fff}.statistic-desktop__tab_active{background:#282b3d}.statistic-desktop__title{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:.625rem 0 .625rem .625rem;text-align:center;font-size:2.25rem;font-weight:700}.statistic-desktop__top{width:100%;display:grid;grid-template-columns:428fr 832fr;grid-gap:.625rem;gap:.625rem}.statistic-desktop__top-left{width:100%;min-width:0;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.statistic-desktop__top-left-item{width:100%;height:5.775rem;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;border-radius:.625rem;background:linear-gradient(180deg,#fff09d,#ffcb3c)}.statistic-desktop__top-left-item-1{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.statistic-desktop__top-left-item-11{font-size:2.25rem;font-weight:700}.statistic-desktop__top-left-item-12{font-size:1.25rem;font-weight:400}.statistic-desktop__top-left-item-icon{width:5rem;min-width:5rem;height:5rem;display:flex}.statistic-desktop__top-right{width:100%;min-width:0;display:flex;flex-direction:column;border-radius:.625rem;background:#282b3d;padding-left:2.5rem;padding-right:.3125rem}.statistic-desktop__filters{width:100%;display:flex;padding-left:3.25rem}.statistic-desktop__center{width:100%;display:grid;grid-template-columns:428fr 832fr;grid-gap:.625rem;gap:.625rem}.statistic-desktop__center-title{width:100%;display:flex;align-items:center;justify-content:flex-start;text-align:center;font-size:1.375rem;font-weight:700;padding-left:.625rem}.statistic-desktop__center-right{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem;margin-bottom:10px}.statistic-desktop__center-right-item{height:3.75rem;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border-radius:.625rem;background:linear-gradient(180deg,#fff09d,#ffcb3c)}.statistic-desktop__center-right-item1{font-size:1rem;font-weight:400}.statistic-desktop__center-right-item2{text-align:center;font-size:1.5rem;font-weight:700}.statistic-table-row-desktop{position:relative;width:100%;height:2.25rem;display:grid;grid-template-columns:100fr 100fr 100fr 100fr;grid-gap:0 1px;gap:0 1px;border-radius:.625rem;background:#171926}.statistic-table-row-desktop_four-columns{grid-template-columns:repeat(4,100fr)}.statistic-table-row-desktop_six-columns{grid-template-columns:repeat(6,100fr)}.statistic-table-row-desktop_number_1,.statistic-table-row-desktop_number_2,.statistic-table-row-desktop_number_3{border-radius:1.875rem .625rem .625rem 1.875rem;background:linear-gradient(90deg,#756f2c,#afa74c 12.7%,#d9cb93 126.36%)}.statistic-table-row-desktop__td{min-width:0;position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:start;padding:.625rem 1.25rem}.statistic-table-row-desktop__td:not(:nth-child(4n)):after{position:absolute;right:-1px;content:"";display:flex;width:1px;height:1rem;background:hsla(0,0%,100%,.2)}.statistic-table-row-desktop__td-value{color:#fff;font-size:.875rem;font-weight:700;overflow:auto}.statistic-table-row-desktop__td-value::-webkit-scrollbar{height:0}.statistic-table-row-desktop__arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex}.statistic-table-row-desktop__td-icon-wrap{position:absolute;left:.8125rem;width:0;display:flex;align-items:center;justify-content:center}.statistic-table-row-desktop__td-icon{display:flex}.statistic-table-desktop{width:100%;display:flex;flex-direction:column;grid-gap:.3125rem 0;gap:.3125rem 0;padding:.625rem 1.25rem 1.25rem;border-radius:1.25rem 1.25rem 1.25rem 1.25rem;background:#282b3d}.statistic-table-desktop__header{width:100%;display:grid}.statistic-table-desktop__header_four-columns{grid-template-columns:repeat(4,100fr)}.statistic-table-desktop__header_six-columns{grid-template-columns:repeat(6,100fr)}.statistic-table-desktop__header-item{min-width:0;height:2.5rem;padding:0 .625rem;color:#fff}.statistic-table-desktop__empty,.statistic-table-desktop__header-item{width:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;text-transform:uppercase}.statistic-table-desktop__empty{height:3.5rem;border-radius:.625rem;background:#171926;color:var(--Text-Text-Additional,#fff)}.input-photo-mobile{-webkit-user-select:none;user-select:none;padding:0 .625rem 0 .9375rem;width:100%;height:100%;min-height:2.5rem;display:flex;align-items:center;justify-content:space-between;grid-gap:.625rem;gap:.625rem;position:relative;font-size:.875rem;font-weight:400;line-height:100%;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-Background,#171926);color:var(--Accent-Text-Additional,#616682)}.input-photo-mobile_withImage{color:#fff}.input-photo-mobile__native{display:none}.input-photo-mobile__img{display:flex;width:13.75rem;max-height:11.25rem;margin-bottom:.625rem;object-fit:contain}.input-photo-mobile__text{flex-grow:2;min-width:0;cursor:pointer;white-space:pre;overflow:hidden;text-overflow:ellipsis;line-height:150%}.input-photo-mobile__download{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex}.gift-editor-desktop{padding:1.875rem 2.5rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.625rem;gap:.625rem;color:var(--DarkUI-Text-Regular,#fff);border-radius:.625rem;background:var(--DarkUI-ards-1,#282b3d)}.gift-editor-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem}.gift-editor-desktop__item-label{font-size:.75rem;font-weight:500}.gift-editor-desktop__item-field{height:2.5rem}.gift-editor-desktop__row{grid-column:1/6;display:flex;justify-content:space-between}.gift-editor-desktop__button{flex-shrink:0;min-width:12.5625rem;height:2.5rem}.gift-editor-desktop__button_type_save{min-width:15rem}.current-gifts-item-mobile{border-radius:.625rem;background:var(--DarkUI-Background,#171926);color:var(--DarkUI-Text-Regular,#fff);display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.current-gifts-item-mobile__value{padding:.625rem;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem;position:relative}.current-gifts-item-mobile__value:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:1px;height:1.5rem;transform:translateY(-50%);background-color:#5f5f5f}.current-gifts-item-mobile__value_type_ellipsis{justify-content:space-between;width:100%}.current-gifts-item-mobile__value_status_1{color:var(--Status-Bad,#0d9252)}.current-gifts-item-mobile__value_status_0{color:var(--Status-Bad,#d31c32)}.current-gifts-item-mobile__ellipsis{min-width:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.current-gifts-item-mobile__icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex}.current-gifts-item-mobile__icon-wrapper{font-size:.875rem;font-weight:700;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem;cursor:pointer}.current-gifts-item-mobile__icons{display:flex;justify-content:center;align-items:center;grid-gap:2.5rem;gap:2.5rem}.current-gifts-table-desktop,.current-gifts-table-desktop__content{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.current-gifts-table-desktop__content{padding:.625rem 1.25rem 1.25rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,#282b3d)}.current-gifts-table-desktop__header{padding:0 .625rem;height:3.75rem;display:flex;justify-content:space-between;align-items:center;grid-gap:.625rem;gap:.625rem;font-weight:700}.current-gifts-table-desktop__header-title{font-size:1.375rem}.current-gifts-table-desktop__header-text{margin-left:auto;font-size:.875rem}.current-gifts-table-desktop__header-select{flex:0 0 5.3125rem}.current-gifts-table-desktop__table{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.current-gifts-table-desktop__table-header{display:flex;height:2.5rem}.current-gifts-table-desktop__table-cell{min-height:2.5rem;flex:2 2;display:flex;padding:.625rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;text-transform:uppercase}.current-gifts-table-desktop__paginator-wrapper{min-height:2.5rem;padding:0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.current-gifts-table-desktop__extra{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}.current-gifts-table-desktop__extra-info{font-weight:700;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.current-gifts-table-desktop__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#171926;border-radius:.625rem;width:100%;text-align:center}.current-gifts-table-desktop__address{border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227);padding:.938rem;min-width:27.875rem}.current-gifts-table-desktop__address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.current-gifts-table-desktop__address-title{color:var(--Accent-Accent-2,#ffbc0f);font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.current-gifts-table-desktop__address-cross-icon{cursor:pointer;width:1.5rem;height:1.5rem;display:flex}.current-gifts-table-desktop__address-content{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:500;line-height:normal}.gift-management-desktop{margin-right:1.25rem;width:100%;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.gift-management-desktop__title{margin:0 0 .625rem .625rem;color:var(--DarkUI-Text-Regular,#fff);font-size:1.875rem;font-weight:700}.auth{background:#171926;padding:3.75rem;height:100%;display:flex;align-items:center;justify-content:center;width:100%}.auth__language-selector{width:100%;max-width:18.75rem}.auth__content{background:#282b3d;border-radius:1.25rem;align-items:center;justify-content:center;padding:4.375rem 0 4.6875rem;max-width:38.75rem;width:100%}.auth__content,.auth__title{display:flex;flex-direction:column}.auth__title{text-align:center;color:#fff;font-weight:500}.auth__title-text{font-size:1.875rem;text-transform:capitalize;margin-bottom:4.375rem}.auth__title-login{font-size:1rem;margin-bottom:1.25rem}.auth__form{width:100%;max-width:18.75rem}.auth__other{background-color:#171926;text-align:center;width:100%;color:#fff;font-weight:500;font-size:1rem;margin:3.125rem 0}.auth__other span{display:inline-flex;padding:1.1875rem}.auth__input-block{margin-bottom:1.25rem}.auth__input-block__title{font-weight:500;font-size:.75rem;line-height:1.1875rem;color:#fff;margin-bottom:.125rem}.auth__button{height:2.5rem}.app{width:100%;height:100%;background:#171926;color:#fff;display:flex}.app__header{width:100%;position:relative;margin-top:4rem}.app__wrapper{display:flex;overflow-y:auto}.app__wrapper,.app__wrapper__main{height:100%;width:100%}.app__wrapper__content{width:100%;display:flex;justify-content:space-between;padding:1.25rem}.app__user-tree{width:20%}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:"Roboto",sans-serif;background:#d9d9d9}*,:after,:before{box-sizing:border-box;padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}html{font-size:16px}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}body{min-width:1024px}@media only screen and (max-width:2600px){html{font-size:19px}}@media only screen and (max-width:2300px){html{font-size:17.5px}}@media only screen and (max-width:1920px){html{font-size:16px}}@media only screen and (max-width:1910px){html{font-size:15px}}@media only screen and (max-width:1850px){html{font-size:14px}}@media only screen and (max-width:1680px){html{font-size:13px}}@media only screen and (max-width:1545px){html{font-size:12px}}@media only screen and (max-width:1445px){html{font-size:11px}}@media only screen and (max-width:1366px){html{font-size:10px}}@media only screen and (max-width:1200px){html{font-size:9px}}
/*# sourceMappingURL=main.a4fd14bd.chunk.css.map */