@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.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;-webkit-animation:init .7s ease;animation:init .7s ease}.notification_deleting{-webkit-animation:delete .7s ease;animation:delete .7s ease}.notification__img-default,.notification__img-error,.notification__img-success{position:absolute;width:1.25rem;left:.8125rem;top:1rem}.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}.notification__wrapper{width:100%;border:.0625rem solid hsla(0,0%,100%,.05);display:flex;padding:.2rem 0;box-sizing:border-box}.notification__wrapper_type_default,.notification__wrapper_type_error,.notification__wrapper_type_success{background:#08124b;border-radius:.625rem}@-webkit-keyframes init{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes init{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes delete{0%{opacity:1}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%)}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);height:0}}@keyframes delete{0%{opacity:1}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%)}to{opacity:0;-webkit-transform:translateX(200%);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}.SVG-component__container,.SVG-component__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.modal,.SVG-component__content,.SVG-component__content-svg{width:100%;height:100%}.modal{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:99999;-webkit-animation:become .2s 1;animation:become .2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;color:#fff;-webkit-animation-direction:normal;animation-direction:normal}.modal.modal_disappearing{-webkit-animation:disappear .2s 1;animation:disappear .2s 1}.modal__body{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:.625rem;background-color:#020827;z-index:101;-webkit-animation:become .2s 1;animation:become .2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}.modal__body.modal_disappearing{-webkit-animation:disappear .2s 1;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}@-webkit-keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes disappear{0%{opacity:1}to{opacity:0}}@-webkit-keyframes become{0%{opacity:0}to{opacity:1}}@keyframes become{0%{opacity:0}to{opacity:1}}.select{box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:#020827;border:.0625rem solid hsla(0,0%,100%,.05)}.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;font-weight:700;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{background-color:#da5757}.select__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.select_color_grey{border:.0625rem solid #8388a0;border-radius:.3125rem;color:#8388a0;background:transparent}.select_color_transparent{background:transparent;border:none;border-radius:0}.select_color_user-info{border:none}.select__arrow-svg{min-height:1.875rem;min-width:1.875rem}.select_open .select__arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.select__items-list{position:absolute;top:2.5rem;border-radius:0 0 .3125rem .3125rem;background:#08124b;width:100%;z-index:2;max-height:21rem;border:.0625rem solid hsla(0,0%,100%,.05);overflow-y:auto;overflow-x:hidden}.select__items-list_color_grey{top:100%;border:.0625rem solid #8388a0;background:#fff;width:100%}.select__items-list_color_transparent{border:none}.select__items-list_color_white{background:#fff}.select__items-list_color_user-info{background:#020827;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:#037ac9;cursor:pointer}.select_paginator .select__arrow{left:.625rem}.select_paginator .select__item{padding-left:2.4rem}.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}.spinner-desktop__container{color:official;display:inline-block;position:relative;width:80px;height:80px}.spinner-desktop__container div{-webkit-transform-origin:40px 40px;transform-origin:40px 40px;-webkit-animation:lds-spinner 1.2s linear infinite;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{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner-desktop__container div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1s;animation-delay:-1s}.spinner-desktop__container div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner-desktop__container div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.spinner-desktop__container div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.spinner-desktop__container div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.spinner-desktop__container div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.spinner-desktop__container div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.spinner-desktop__container div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.spinner-desktop__container div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.spinner-desktop__container div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.spinner-desktop__container div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.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:#020827;border:.0625rem solid hsla(0,0%,100%,.05)}.input::-webkit-input-placeholder{color:#8388a0;font-weight:400;font-size:.875rem}.input:-ms-input-placeholder{color:#8388a0;font-weight:400;font-size:.875rem}.input::placeholder{color:#8388a0;font-weight:400;font-size:.875rem}.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::-webkit-input-placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.input_type_modal:-ms-input-placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.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::-webkit-input-placeholder{font-weight:400;font-size:1rem;color:#8388a0}.input_type_modalSecond:-ms-input-placeholder{font-weight:400;font-size:1rem;color:#8388a0}.input_type_modalSecond::placeholder{font-weight:400;font-size:1rem;color:#8388a0}.input_type_lowWhite{background:#fff;border-radius:.3125rem}.input_type_lowWhite::-webkit-input-placeholder{font-weight:400;font-size:.875rem;color:#8388a0}.input_type_lowWhite:-ms-input-placeholder{font-weight:400;font-size:.875rem;color:#8388a0}.input_type_lowWhite::placeholder{font-weight:400;font-size:.875rem;color:#8388a0}.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{border:1px solid hsla(0,0%,100%,.3019607843);background-color:transparent}.input_color_transparent{background:#08124b}.input_bonus{text-align:center;padding:1rem;border:none}.input_bonus-without-value{background-color:#08124b;opacity:.5}.input_bonus-without-value::-webkit-input-placeholder{font-size:.875rem;line-height:1rem;font-weight:500;color:#8388a0}.input_bonus-without-value:-ms-input-placeholder{font-size:.875rem;line-height:1rem;font-weight:500;color:#8388a0}.input_bonus-without-value::placeholder{font-size:.875rem;line-height:1rem;font-weight:500;color:#8388a0}.input_mobile{background:#08124b;border:none}.input_validState_2{border:.0625rem solid #f2b036!important}.input_validState_3{border:.0625rem solid #d31c32!important}.input_validState_4{border:1px solid #da5757;box-shadow:0 0 15px 0 rgba(255,188,15,.25)}.input-date-desktop{-webkit-user-select:none;-ms-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:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.input-date-desktop_withManualTyping .react-datepicker__input-container input{background-color:#08124b;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:#020827;border:.0625rem solid hsla(0,0%,100%,.05);width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .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;-webkit-font-feature-settings:"pnum" on,"lnum" on;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__custom-date-input_color_white{border:1px solid hsla(0,0%,100%,.3019607843);background-color:transparent}.input-date-desktop__custom-date-input_color_forStat{border:1px solid hsla(0,0%,100%,.3019607843);background:linear-gradient(180deg,#051048,#070c3a)}.input-date-desktop_validState_2 .input-date-desktop__custom-date-input{border:.0625rem solid #f2b036!important}.input-date-desktop_validState_3 .input-date-desktop__custom-date-input{border:.0625rem solid #d31c32!important}.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;-ms-user-select:none;user-select:none;text-align:center;text-transform:capitalize;color:#fff;outline:none;cursor:pointer;background:linear-gradient(315deg,#ed3983,#ffc304);font-family:"Poppins";box-shadow:0 .3125rem .9375rem 0 #da5757;white-space:nowrap}.button__search{width:1rem;height:1rem;margin-right:.75rem}.button_colors_transparent{background:transparent;border:.0625rem solid #da5757;box-shadow:none}.button_colors_full-transparent{background-color:transparent;box-shadow:none;color:#da5757}.button_sizable_default{height:100%}.button_sizable_low{height:2.5rem}.button_sizable_high{height:3.125rem}.button_sizable_sign{height:2rem}.button_disable{-webkit-filter:grayscale(.5);filter:grayscale(.5);cursor:not-allowed;box-shadow:none;opacity:.2}.button_upperCased{text-transform:uppercase}.check-box-desktop{-webkit-user-select:none;-ms-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;position:relative;background:#020827;border:.0625rem solid hsla(0,0%,100%,.05)}.check-box-desktop_color_white{border:1px solid hsla(0,0%,100%,.3019607843);background-color:transparent}.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}.users-filter-block{width:100%;position:relative;display:flex;justify-content:space-between}.users-filter-block__filters{display:flex;grid-gap:1.25rem;gap:1.25rem}.users-filter-block__buttons{display:flex;grid-gap:.625rem;gap:.625rem}.users-filter-block__title{margin-bottom:.125rem;font-size:.75rem;font-weight:500}.users-filter-block__input{height:2.5rem}.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:500;color:#8388a0;text-align:center}.users-filter-block__button{height:2.5rem}.users-filter-block__button button{white-space:pre}.paginator-switcher{color:#fff;display:flex;font-size:.875rem;font-weight:700;border-radius:.3125rem;align-items:center}.paginator-switcher__pages{display:flex;height:100%}.paginator-switcher__main{display:flex}.paginator-switcher__page{display:flex;align-items:center;justify-content:center}.paginator-switcher__page__first-img,.paginator-switcher__page__last-img,.paginator-switcher__page__next-img,.paginator-switcher__page__previous-img{width:1.875rem;height:1.875rem}.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_active{border-radius:.3125rem;cursor:pointer;padding:.4375rem 1.875rem;color:#fff;width:1.875rem;height:1.875rem}.paginator-switcher__select{width:5rem}@media(max-width:28.125rem){.paginator-switcher{justify-content:center;flex-direction:column}.paginator-switcher__select{margin-top:.8rem}}.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:1.5rem;height:1.5rem}.dropdown__action:hover{border-radius:50%;background:#08124b}.dropdown__action:hover svg circle{fill:#fff}.dropdown__items{position:absolute;padding:.625rem;top:2.125rem;right:0;background:#020827;border:.0625rem solid hsla(0,0%,100%,.05);width:100%;min-width:11.6875rem;z-index:2}.dropdown__items_isMobile{left:unset;right:0}.dropdown__item{cursor:pointer;display:flex}.dropdown__item:not(:last-child){margin-bottom:1.25rem}.dropdown__item-icon{width:1.5rem;height:1.5rem;margin-right:.75rem}.dropdown__item-title{font-weight:500;font-size:.875rem;line-height:1rem;color:#8388a0}.adm-bets-table-row-user{color:#fff;width:100%;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background-color:#020827}.adm-bets-table-row-user:not(:last-child){margin-bottom:.625rem}.adm-bets-table-row-user_banned .adm-bets-table-row-user__td-data-icon svg *,.adm-bets-table-row-user_banned .adm-bets-table-row-user__td-data-user{opacity:.5}.adm-bets-table-row-user__td{padding:.625rem;font-size:.875rem;font-weight:500;color:#fff;width:100%}.adm-bets-table-row-user__td-actions{width:100%;display:flex;justify-content:space-between;align-items:center;padding-right:1.25rem}.adm-bets-table-row-user__td-buttons{display:flex;align-items:center;grid-gap:.625rem;height:2.563rem}.adm-bets-table-row-user__td-buttons a,.adm-bets-table-row-user__td-buttons button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:2.563rem}.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:500}.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 span{font-weight:500}.adm-bets-table-row-user__td-data-user-type{font-size:.625rem;text-transform:uppercase;color:#da5757;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.adm-bets-table-row-user__td-data-user-type_role_6{color:#f2b036}.adm-bets-table-row-user__td:last-child{display:flex;justify-content:center}.users-table{height:100%;padding:.625rem 0;display:flex;flex-direction:column;justify-content:space-between}.users-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#8388a0;padding:1.25rem;background:#020827;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%;background:#08124b;padding:0 1.25rem .625rem}.users-table__table-header{width:100%;display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:.625rem}.users-table__table-header-head{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:left;padding:.625rem;display:flex;border-right:1px solid hsla(0,0%,100%,.3019607843)}.users-table__table-header-head:last-child{justify-content:center;border-right:none;text-align:right;margin-right:1.5625rem}.users-table__paginator-wrapper{margin:.625rem 0 0;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.781rem .625rem;background:#08124b}.users-table__extra{display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr));width:100%}.users-table__extra-info{font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.users-table__select{flex-grow:2;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.users-table__select .select__item_current{height:1rem}.users-table__select .select__items-list{width:100%;top:1rem;padding-top:.625rem}.users-table__select .select__arrow{position:relative;right:0;min-width:1.875rem;z-index:1500}.users-table__center{display:grid;grid-template-columns:1fr auto;justify-content:space-between;align-items:center;margin-top:.625rem}.users-table__page-count{display:flex;align-items:center}.users-table__page-count-title{font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.tabs{display:flex;width:100%;justify-content:flex-start}.tabs__item{display:flex;align-items:center;justify-content:center;padding:0 1.25rem 0 .938rem;height:2.75rem;cursor:pointer;background-color:transparent}.tabs__item-text{color:#fff;font-weight:700;font-size:.875rem;width:-webkit-max-content;width:max-content}.tabs__item-icon{width:1.5rem;min-width:1.5rem;margin-right:.625rem}.tabs__item_active{background:#08124b}.users{display:flex;flex-direction:column;width:100%;height:100%;margin-right:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.users__filter{margin:1.25rem 0}.days-filter{display:flex}.days-filter__item{padding:.938rem;font-weight:700;font-size:.75rem;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:hover,.days-filter__item_active{background:linear-gradient(315deg,#ed3983,#ffc304)}.filter-block{width:100%;display:flex;margin-top:1.25rem}.filter-block__date{display:flex}.filter-block__date-row{width:100%;max-width:14.875rem}.filter-block__date-row:not(:last-child){margin-right:.625rem}.filter-block__date-input{height:2.5rem}.filter-block__date-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block__input{width:100%}.filter-block__input:not(:last-child){margin-right:.625rem}.filter-block__input-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block__left,.filter-block__right{width:100%;padding:.625rem;display:flex;flex-direction:column;justify-content:space-between;background:#08124b}.filter-block__title{font-size:1.375rem;font-weight:500;padding:.625rem 0}.filter-block__inputs{display:flex;flex-direction:column;width:32.5rem;grid-gap:.625rem;justify-content:space-between}.filter-block__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block__or{font-weight:700;font-size:1rem;color:#8388a0;margin:.625rem 0}.filter-block__button{display:flex;justify-content:flex-end}.filter-block__wrapper{justify-content:space-between;grid-gap:1.25rem;display:flex}.filter-block__row{display:flex;grid-gap:1.25rem;gap:1.25rem;margin:.625rem 0}.filter-block__checkbox{display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem}.reports-table-general__wrapper{display:flex;grid-gap:.625rem}.reports-table-general__wrapper:not(:last-child){margin-bottom:.625rem}.reports-table-general__table{width:100%}.reports-table-general__table-tr{background-color:#020827;border:.0625rem solid hsla(0,0%,100%,.05);text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;white-space:nowrap}.reports-table-general__table-th{font-size:.875rem}.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:#8388a0;font-size:.875rem;font-weight:700}.reports-table-general__header{font-weight:700;font-size:1.375rem;margin:.625rem 0;padding:.625rem}.reports-table-general__update-time{font-weight:400;font-size:1.375rem;color:#8388a0}.table-providers-row__item-icon{width:1.875rem;min-width:1.875rem;display:flex;margin-right:1.25rem}.table-providers-row__tr{background:#020827;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:500;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 hsla(0,0%,100%,.05)}.table-providers-row__td:first-child{justify-content:flex-start}.reports-table-providers{margin-top:1.25rem}.reports-table-providers_isMobile{padding:0}.reports-table-providers__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#8388a0;padding:1.25rem;background:#020827;border-radius:.625rem;width:100%;text-align:center}.reports-table-providers__table{width:100%;background:#08124b;padding:3.125rem 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:first-child{text-align:left;margin-left:.625rem}.reports-table-providers__table-body{width:100%}.reports-table-providers__header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.time-to-update{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:hsla(0,0%,100%,.4)}.general{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.general_isMobile{padding:.625rem}.filter-block-cash{margin-top:1.25rem}.filter-block-cash,.filter-block-cash__totals{width:100%;display:flex}.filter-block-cash__totals-item{background-color:#020827;border:.0625rem solid hsla(0,0%,100%,.05);text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.filter-block-cash__totals-head{font-size:.875rem}.filter-block-cash__totals-data{font-size:1.375rem;margin-top:.625rem}.filter-block-cash__date{display:flex}.filter-block-cash__date-row{width:100%;max-width:14.875rem}.filter-block-cash__date-row:not(:last-child){margin-right:.625rem}.filter-block-cash__date-input{height:2.5rem}.filter-block-cash__date-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-cash__input{width:100%}.filter-block-cash__input:not(:last-child){margin-right:.625rem}.filter-block-cash__input-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-cash__left,.filter-block-cash__right{width:100%;padding:.625rem;display:flex;flex-direction:column;background:#08124b}.filter-block-cash__title{font-size:1.375rem;font-weight:500;padding:.625rem 0}.filter-block-cash__inputs{display:flex;flex-direction:column;width:32.5rem;grid-gap:.625rem;justify-content:space-between;margin-bottom:1.563rem}.filter-block-cash__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-cash__or{font-weight:700;font-size:1rem;color:#8388a0;margin:.625rem 0}.filter-block-cash__button{display:flex;justify-content:flex-end}.filter-block-cash__wrapper{justify-content:space-between;grid-gap:1.25rem;display:flex}.filter-block-cash__total-header{font-weight:700;font-size:1.375rem;margin:.625rem 0;padding:.625rem}.filter-block-cash__checkboxes{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;align-self:center;margin-bottom:.625rem}.filter-block-cash__checkbox{display:flex;align-items:center}.filter-block-cash__checkbox-title{font-weight:600;font-size:.875rem;margin-left:.625rem;width:-webkit-max-content;width:max-content}.filter-block-cash__checkbox:not(:last-child){margin-right:.9375rem}.table-row-cash{width:100%;height:3.5rem;display:grid;grid-template-columns:100fr 152fr 132fr 152fr 152fr 152fr 100fr 210fr;grid-gap:0 1px;gap:0 1px;background:#020827}.table-row-cash__td{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:start;padding:1.094rem 1.25rem;font-weight:500;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:hsla(0,0%,100%,.3)}.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:#8388a0;padding:1.25rem;background:#020827;width:100%;text-align:center}.payment-history-table-cash__totals{width:100%;display:flex;margin-top:1.25rem}.payment-history-table-cash__totals-item{background:#08124b;border:.0625rem solid hsla(0,0%,100%,.05);border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.payment-history-table-cash__totals-head{font-size:.875rem}.payment-history-table-cash__totals-data{font-size:1.375rem;margin-top:.625rem}.payment-history-table-cash__table{width:100%;background:#08124b;padding:3.125rem 1.25rem 1.25rem}.payment-history-table-cash__paginator-wrapper{margin:.9375rem 0 0;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.781rem .625rem;background:#08124b}.payment-history-table-cash__extra-info{font-weight:400;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}.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__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:3.125rem 0 0}.payment-history-table-cash__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:#8388a0}.cash{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.filter-block-player-detail{background:#08124b;border-radius:.625rem;padding:1.25rem}.filter-block-player-detail__bottom,.filter-block-player-detail__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-player-detail__bottom{margin-top:1.25rem}.filter-block-player-detail__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-player-detail__date{display:flex}.filter-block-player-detail__date-row{width:100%}.filter-block-player-detail__date-row:not(:last-child){margin-right:.625rem}.filter-block-player-detail__date-input{height:2.5rem}.filter-block-player-detail__input{width:100%;max-width:15rem;margin-right:.625rem}.filter-block-player-detail__inputs{display:flex;width:100%}.filter-block-player-detail__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-player-detail__or{font-weight:700;font-size:1.375rem;color:#8388a0;margin:1.5rem .625rem .9375rem;text-align:center}.filter-block-player-detail__button{width:100%;max-width:15rem}.filter-block-player-detail__advice{color:#8388a0;font-size:.75rem;text-align:center}.table-row-pagination__tr{background:#020827;height:3.5rem;display:flex;width:100%}.table-row-pagination__tr:not(:last-child){margin-bottom:.625rem}.table-row-pagination__td{width:20%;height:100%;min-width:10%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.875rem;padding:0 1.25rem}.table-row-pagination__td:not(:last-child){border-right:.0625rem solid hsla(0,0%,100%,.05)}.table-row-pagination__td:first-child{justify-content:flex-start}.table-row-pagination__td_status_1{color:#f2b036}.table-row-pagination__td_status_2{color:#da5757}.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__total-header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.financial-reports-table__header{margin:1.25rem .625rem;align-items:center;display:flex;justify-content:space-between}.financial-reports-table__header-left{font-weight:700;font-size:1.375rem}.financial-reports-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#8388a0;padding:1.25rem;background:#020827;width:100%;text-align:center}.financial-reports-table__totals{width:100%;display:flex;margin-top:1.25rem}.financial-reports-table__totals-item{background:#08124b;border:.0625rem solid hsla(0,0%,100%,.05);border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.financial-reports-table__totals-head{font-size:.875rem}.financial-reports-table__totals-data{font-size:1.375rem;margin-top:.625rem}.financial-reports-table__table{width:100%;background:#08124b;padding:3.125rem 1.25rem 1.25rem}.financial-reports-table__paginator-wrapper{margin:1.25rem 0 0;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.781rem .625rem;background:#08124b}.financial-reports-table__extra-info{font-weight:400;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}.financial-reports-table__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.financial-reports-table__tbody{width:100%;display:flex;flex-direction:column}.financial-reports-table__button{width:calc(100% - .625rem);height:2.5rem;margin:3.125rem 0 0}.financial-reports-table__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:#8388a0}.detail-by-player{width:100%;margin-right:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.filter-block-player-history{width:100%;display:flex;margin-top:1.25rem}.filter-block-player-history__totals{width:100%;display:flex}.filter-block-player-history__totals-item{background-color:#020827;border:.0625rem solid hsla(0,0%,100%,.05);text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.filter-block-player-history__totals-head{font-size:.875rem}.filter-block-player-history__totals-data{font-size:1.375rem;margin-top:.625rem}.filter-block-player-history__date{display:flex}.filter-block-player-history__date-row{width:100%;max-width:14.875rem;min-width:14.875rem}.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__date-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-player-history__input{width:100%}.filter-block-player-history__input:not(:last-child){margin-right:.625rem}.filter-block-player-history__input-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-player-history__left,.filter-block-player-history__right{width:100%;padding:.625rem;display:flex;flex-direction:column;background:#08124b}.filter-block-player-history__title{font-size:1.375rem;font-weight:500;padding:.625rem 0}.filter-block-player-history__inputs{display:flex;flex-direction:column;width:32.5rem;grid-gap:.625rem;justify-content:space-between}.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:1rem;color:#8388a0;margin:.625rem 0}.filter-block-player-history__button{width:100%;display:flex;justify-content:flex-end;margin-top:.625rem}.filter-block-player-history__wrapper{justify-content:space-between;grid-gap:1.25rem;display:flex}.filter-block-player-history__total-header{font-weight:700;font-size:1.375rem;margin:.625rem 0;padding:.625rem}.filter-block-player-history__checkboxes{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;align-self:center;margin-bottom:.625rem}.filter-block-player-history__checkbox{display:flex;align-items:center}.filter-block-player-history__checkbox-title{font-weight:600;font-size:.875rem;margin-left:.625rem;width:-webkit-max-content;width:max-content}.filter-block-player-history__checkbox:not(:last-child){margin-right:.9375rem}.filter-block-player-history__advice{text-align:center;font-size:.75rem;font-weight:500;margin-top:2px}.player-history{width:100%;margin-right:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;flex-direction:column;grid-gap:1.25rem}.filter-block-my-debt{margin:1.25rem 0}.filter-block-my-debt,.filter-block-my-debt__totals{width:100%;display:flex}.filter-block-my-debt__totals-item{background-color:#020827;border:.0625rem solid hsla(0,0%,100%,.05);text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.filter-block-my-debt__totals-head{font-size:.875rem}.filter-block-my-debt__totals-data{font-size:1.375rem;margin-top:.625rem}.filter-block-my-debt__date{display:flex}.filter-block-my-debt__date-row{width:100%;max-width:14.875rem}.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__date-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-my-debt__input{width:100%}.filter-block-my-debt__input:not(:last-child){margin-right:.625rem}.filter-block-my-debt__input-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-my-debt__left,.filter-block-my-debt__right{width:100%;padding:.625rem;display:flex;flex-direction:column;background:#08124b}.filter-block-my-debt__title{font-size:1.375rem;font-weight:500;padding:.625rem 0}.filter-block-my-debt__inputs{display:flex;flex-direction:column;width:32.5rem;grid-gap:.625rem;justify-content:space-between;margin-bottom:1.563rem}.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:1rem;color:#8388a0;margin:.625rem 0}.filter-block-my-debt__button{width:100%;display:flex;justify-content:flex-end}.filter-block-my-debt__wrapper{justify-content:space-between;grid-gap:1.25rem;display:flex}.filter-block-my-debt__total-header{font-weight:700;font-size:1.375rem;margin:.625rem 0;padding:.625rem}.filter-block-my-debt__checkboxes-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem 1.25rem;width:100%;align-self:center;margin-bottom:.625rem}.filter-block-my-debt__checkbox-wrapper{display:flex;align-items:center;padding:.5rem 0}.filter-block-my-debt__checkbox-wrapper:not(:last-child){margin-right:.9375rem}.filter-block-my-debt__checkbox-title{font-weight:600;font-size:.75rem;margin-left:.625rem;width:-webkit-max-content;width:max-content}.profile-block{width:100%;background:#08124b;padding:1.25rem;display:grid;grid-template-columns:1fr 1fr}.profile-block__user{display:flex;align-items:center;background:#020827;padding-left:1.25rem}.profile-block__user-img{min-width:1.5rem;width:1.5rem;height:1.5rem}.profile-block__user-img svg{width:100%;height:100%}.profile-block__user-block{color:#fff;padding:.625rem 1.25rem;background:#020827;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:#8388a0}.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:#020827;margin-left:.625rem}.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;font-size:.875rem;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{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.my-debt-account__header{font-weight:700;font-size:1.375rem;margin:1.25rem 0 1.25rem .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:#020827;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}.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:#020827;border:.0625rem solid hsla(0,0%,100%,.05)}.input-search::-webkit-input-placeholder{color:#8388a0;font-weight:400;font-size:.875rem}.input-search:-ms-input-placeholder{color:#8388a0;font-weight:400;font-size:.875rem}.input-search::placeholder{color:#8388a0;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_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::-webkit-input-placeholder{color:#8388a0}.input-search_color_white:-ms-input-placeholder{color:#8388a0}.input-search_color_white::placeholder{color:#8388a0}.input-search_color_transparent{background:#08124b}.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 #f2b036!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;background:#020827;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(315deg,#ed3983,#ffc304)}.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;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tree-row-desktop__parent__img-arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.tree-row-desktop__childrens{position:relative;padding-left:1.25rem}.tree-desktop{width:100%;background:#08124b;height:100%;padding:.625rem .938rem;position:relative}.tree-desktop_isMobile{margin-left:0;border-radius:0;overflow-y:auto}.tree-desktop__title{padding:.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;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tree-desktop_active .tree-desktop__current-agent{background:linear-gradient(315deg,#ed3983,#ffc304)}.tree-desktop__current-agent{display:flex;background:#020827;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(315deg,#ed3983,#ffc304)}.tree-desktop__current-agent:hover .tree-desktop__current-agent__img-user *{fill:#fff}.tree-desktop__current-agent__img-user{width:1.5rem;min-width:1.5rem}.tree-desktop__current-agent__img-user_active *{fill:#fff}.tree-desktop__current-agent__title{font-weight:700;font-size:.875rem;color:#fff;margin-left:.625rem;line-height:1.313rem;overflow:hidden}.tree-desktop__current-agent__img-arrow{width:1.875rem;min-width:1.875rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tree-desktop__current-agent__img-arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.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:500}.header-dropdown{position:absolute;top:3.125rem;right:5rem;width:18.75rem;overflow:hidden;z-index:1001;border:1px solid hsla(0,0%,100%,.3019607843)}.header-dropdown__upper{height:40%;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;background-color:#08124b}.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:#8388a0}.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;padding:.625rem}.header-dropdown__item-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.header-dropdown__item-title{font-weight:700;font-size:.875rem;color:#fff}.header-dropdown__bottom{height:60%}.header-dropdown__bottom,.notifies-view{display:flex;flex-direction:column;background:#020827}.notifies-view{width:20rem;box-sizing:border-box;padding:1.25rem .625rem;margin:0 auto;max-height:34.757rem;overflow:auto;border:1px solid hsla(0,0%,100%,.3019607843)}.notifies-view::-webkit-scrollbar{width:.375rem;height:.375rem}.notifies-view::-webkit-scrollbar-track{border-radius:.375rem}.notifies-view::-webkit-scrollbar-thumb{background:linear-gradient(315deg,#ed3983,#ffc304);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.688rem;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;background:#08124b;grid-gap:.313rem;gap:.313rem}.notifies-view__item_openedItem{border:1px solid hsla(0,0%,100%,.3019607843);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:#ffc700}.notifies-view__date{color:#8388a0;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;background:linear-gradient(315deg,#ed3983,#ffc304);box-shadow:0 5px 15px 0 rgba(139,0,201,.5)}.notifies-view__show-all{width:100%;text-align:right;padding-right:.438rem;overflow:hidden;color:#da5757;text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.header{z-index:1;background:#08124b;width:100%;padding:0 1.25rem;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.header__logo{width:9.5rem}.header__language-selector{margin-right:.625rem}.header_open .header__user-arrow{-webkit-transform:scale(-1);transform:scale(-1)}.header__right{display:flex}.header__user{padding:.344rem .313rem .344rem .938rem;margin:0 .625rem 0 0}.header__user,.header__user-balance{color:#fff;display:flex;align-items:center;cursor:pointer;background:#020827}.header__user-balance{padding:.344rem .625rem .344rem .938rem;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;line-height:1.125rem}.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;line-height:1.125rem}.header__user-info-login{font-size:.875rem;font-weight:700;line-height:1.313rem}.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}.header__notifies-wrapper{position:relative;width:3.125rem;height:3.125rem;margin:0 .625rem 0 0;background-color:#020827}.header__notifies-count{position:absolute;bottom:.3125rem;display:flex;align-items:center;justify-content:center;right:2px;min-width:1.125rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:1.125rem;background-color:#da4167;font-size:.75rem;border-radius:50%;line-height:.75rem;color:#fff;box-sizing:border-box;padding:2px 3px 0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.header__notifies-container{position:absolute;top:3.5rem;right:1.25rem;z-index:9999}.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:3.125rem;height:3.125rem;margin:0 .625rem 0 0;background-color:#020827}.header__telegram-icon{width:1.75rem;height:1.75rem;cursor:pointer}.header__tree-wrapper{display:flex;align-items:center;justify-content:center;position:relative;width:3.125rem;height:3.125rem;background-color:#020827}.subheader{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.subheader__second-title{font-weight:500;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:-webkit-min-content;max-width:min-content;margin-left:.625rem;padding:0 1.25rem}.list-item{width:100%}.list-item__parent{display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:#08124b;padding:.438rem .625rem;height:2.75rem}.list-item__parent_active{border-bottom:2px solid #da5757}.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:#fff}.list-item__parent__img-arrow{width:1.875rem}.list-item__parent__img-arrow svg{width:100%;height:100%}.list-item__parent__img-arrow_opened{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.list-item__parent_level_1{padding:.625rem}.list-item__parent_level_1 .list-item__parent__title{color:#fff;font-size:.875rem}.menu{flex-direction:column;height:4rem;position:relative;background:#020827}.menu,.menu__menu{display:flex;width:100%;z-index:1000}.menu__menu{justify-content:space-between;grid-gap:.625rem;overflow:auto;position:absolute;padding:.625rem 1.25rem}.menu__logo{max-width:10.0625rem;width:100%;margin-bottom:.625rem}.menu__logo-wrapper{display:flex;justify-content:center}.menu__logo_isMobile{max-width:10.0625rem;margin:3.1875rem 0}.create-player{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.create-player__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin:1.25rem 0}.create-player__confirmation-pop-up{text-align:center;width:24.25rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.create-player__confirmation-pop-up__description{font-size:1rem}.create-player__confirmation-pop-up__description span{color:#da5757}.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__fields{display:flex;flex-direction:column;height:-webkit-min-content;height:min-content;padding:.625rem;grid-gap:.625rem;background:#08124b}.create-player__top{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem}.create-player__form{max-width:44.375rem;width:100%}.create-player__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.create-player__form__input-block_type_commission .create-player__form__input-block-title{font-family:Roboto;font-size:.875rem;font-weight:400}.create-player__form__input-block_required .create-player__form__input-block-title:after{content:" *";color:red}.create-player__form__switchers-block{display:flex;justify-content:space-between;align-items:center;margin:.375rem 0}.create-player__form__switchers-title{font-weight:600;font-size:.75rem}.create-player__form__switchers-title span{color:#da5757}.create-player__form__switchers-item{width:2.1875rem;min-width:2.1875rem}.create-player__bottom{display:flex;justify-content:flex-end;margin-top:1.25rem;grid-gap:.625rem}.create-player__bottom button{max-width:8.75rem;text-transform:uppercase}.switcher{cursor:pointer;width:100%;height:.8125rem;border-radius:.5rem;background:#fff;display:flex;align-items:center;transition:all .1s ease-in;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.switcher__indicator{width:1.125rem;height:1.125rem;background:#1a1a47;border:2px solid #fff;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 #da5757}.switcher_active{background:linear-gradient(315deg,#ed3983,#ffc304)}.create-agent{display:flex;flex-direction:column;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:1.25rem 0}.create-agent__confirmation-pop-up{text-align:center;width:24.25rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.create-agent__confirmation-pop-up__description{font-size:1rem}.create-agent__confirmation-pop-up__description span{color:#da5757}.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;flex-direction:column;height:-webkit-min-content;height:min-content;padding:.625rem;grid-gap:.625rem;background:#08124b}.create-agent__top{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem}.create-agent__form{max-width:44.375rem;width:100%}.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-block{display:flex;justify-content:space-between;align-items:center;margin:.375rem 0}.create-agent__form__switchers-title{font-weight:600;font-size:.75rem}.create-agent__form__switchers-title span{color:#da5757}.create-agent__form__switchers-item{width:2.1875rem;min-width:2.1875rem}.create-agent__bottom{display:flex;justify-content:flex-end;margin-top:1.25rem;grid-gap:.625rem}.create-agent__bottom button{max-width:8.75rem;text-transform:uppercase}.deposit{height:100%}.deposit,.deposit__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.deposit__wrapper{max-width:44.375rem;flex-direction:column}.deposit__amount-types{font-weight:700;font-size:.875rem;margin-bottom:1.875rem;display:flex;flex-direction:column;grid-gap:.625rem}.deposit__amount-types-item{padding:.594rem 0;background:#08124b;width:100%;cursor:pointer;text-align:center}.deposit__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin:1.25rem 0}.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:1.25rem;width:100%}.deposit__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;margin-left:.625rem}.deposit__user-blocks{display:flex}.deposit__user-block{width:100%}.deposit__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.deposit__user-block-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.deposit__user-block:first-child{margin-right:.625rem}.deposit__user-block-right span{display:block;text-align:right}.deposit__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#8388a0}.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:500;font-size:.875rem;line-height:1.313rem}.deposit__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.deposit__user-block-info-type_role_6{color:#f2b036}.deposit__form{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem}.deposit__inputs{grid-gap:0 1.875rem;gap:0 1.875rem;height:100%}.deposit__inputs,.deposit__inputs-block{display:flex;flex-direction:column;width:100%}.deposit__inputs-block{justify-content:space-between}.deposit__amount-title{font-size:1.125rem;line-height:1.688rem;font-weight:500;color:#fff;margin:.625rem 0}.deposit__amount-input-wrapper{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:1.125rem;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%;margin:1.875rem 0 1.625rem}.deposit__bonus-title-value{font-size:.875rem;line-height:1.313rem;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{max-width:44.375rem;flex-direction:column}.withdrawal__amount-types{font-weight:700;font-size:.875rem;margin-bottom:1.875rem;display:flex;flex-direction:column;grid-gap:.625rem}.withdrawal__amount-types-item{padding:.594rem 0;background:#08124b;width:100%;cursor:pointer;text-align:center}.withdrawal__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin:1.25rem 0}.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:1.25rem;width:100%}.withdrawal__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;margin-left:.625rem}.withdrawal__user-blocks{display:flex}.withdrawal__user-block{width:100%}.withdrawal__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.withdrawal__user-block-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.withdrawal__user-block:first-child{margin-right:.625rem}.withdrawal__user-block-right span{display:block;text-align:right}.withdrawal__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#8388a0}.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:500;font-size:.875rem;line-height:1.313rem}.withdrawal__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.withdrawal__user-block-info-type_role_6{color:#f2b036}.withdrawal__form{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem}.withdrawal__amount-title{font-size:1.125rem;line-height:1.688rem;font-weight:500;color:#fff;margin:.625rem 0}.withdrawal__input{width:100%;position:relative;display:flex;grid-gap:.625rem}.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 button{height:2.563rem;box-shadow:none}.withdrawal__input-block{width:100%;display:flex;flex-direction:column;align-items:flex-start}.withdrawal__input-block-title{display:block;font-weight:500;font-size:.75rem;margin-bottom:2px;text-align:start}.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:1.25rem 0}.change-password-users__fields{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:.625rem}.change-password-users__fields_with_background{background-color:#08124b;padding:.625rem}.change-password-users__form{max-width:21.875rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.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;width:100%;margin-top:.625rem}.change-password-users__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;margin-left:.625rem}.change-password-users__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.change-password-users__user-block-label,.change-password-users__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.change-password-users__user-block:first-child{margin-right:.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:#8388a0}.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:500;font-size:.875rem;line-height:1.313rem}.change-password-users__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.change-password-users__user-block-info-type_role_6{color:#f2b036}.disable-user{height:100%}.disable-user,.disable-user__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.disable-user__wrapper{max-width:21.875rem;flex-direction:column}.disable-user__header{font-weight:500;margin:1.25rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.disable-user__header-title{font-size:1.875rem;text-transform:capitalize;margin-bottom:1.25rem}.disable-user__header-description{font-size:1rem}.disable-user__header-description span{color:#da5757}.disable-user__header-icon{display:flex;min-width:5.5rem;width:5.5rem}.disable-user__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.disable-user__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.disable-user__user-block:first-child{margin-right:.625rem}.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:#8388a0}.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:500;font-size:.875rem;line-height:1.313rem}.disable-user__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.disable-user__user-block-info-type_role_6{color:#f2b036}.disable-user__top{width:100%}.disable-user__bottom{display:flex;justify-content:flex-end;margin-top:1.25rem;width:100%}.disable-user__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:.625rem}.disable-user__bottom button:last-child{color:#d31c32}.modify-agent{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;color:#fff}.modify-agent__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin:1.25rem 0}.modify-agent__fields{grid-gap:.625rem;background:#08124b;padding:.313rem .625rem .625rem}.modify-agent__form{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;margin-top:.625rem}.modify-agent__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem;line-height:1.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;margin:.375rem 0}.modify-agent__form__switchers-title{font-weight:600;font-size:.75rem}.modify-agent__form__switchers-title span{color:#da5757}.modify-agent__form__switchers-item{width:1.875rem;min-width:1.875rem}.modify-agent__wrapper{max-width:44.375rem;width:100%;display:grid}.modify-agent__bottom{display:flex;justify-content:flex-end;margin-top:1.25rem;grid-column-gap:.625rem;-webkit-column-gap:.625rem;column-gap:.625rem}.modify-agent__bottom button{max-width:8.75rem}.modify-agent__user-block{display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.modify-agent__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.modify-agent__user-block:first-child{margin-right:.625rem}.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:#8388a0}.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:500;font-size:.875rem;line-height:1.313rem}.modify-agent__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.modify-agent__user-block-info-type_role_6{color:#f2b036}.information{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;color:#fff}.information__wrapper{max-width:44.375rem;width:100%;display:grid}.information__inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;margin-top:.625rem}.information__top{width:100%}.information__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin:1.25rem 0}.information__block-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem;margin-bottom:3.125rem}.information__block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.information__block-value{font-weight:400;font-size:.875rem;padding:.75rem .9375rem;height:2.5rem;background:#020827}.information__bottom{display:flex;justify-content:flex-end;margin-top:1.25rem}.information__bottom button{max-width:8.75rem}.information__user-block{display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.information__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.information__user-block:first-child{margin-right:.625rem}.information__user-block-right span{display:block;text-align:right}.information__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:#8388a0}.information__user-block-right span:last-child{font-weight:700;font-size:.875rem}.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:500;font-size:.875rem;line-height:1.313rem}.information__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.information__user-block-info-type_role_6{color:#f2b036}.information__fields{grid-gap:.625rem;background:#08124b;padding:.313rem .625rem .625rem;display:flex;flex-direction:column}.permissions-details-items-desktop{display:flex;flex-direction:column;margin-top:.625rem;border:1px solid #da5757}.permissions-details-items-desktop__item{display:flex;align-items:center;justify-content:space-between;background:#020827;padding:.875rem .313rem .875rem .875rem;max-height:2.5rem}.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:3.125rem}.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:400;font-size:.875rem;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-color:#08124b;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}.change-permissions-modal-desktop{display:flex;justify-content:center;align-items:center;flex-direction:column;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:1.25rem 0}.change-permissions-modal-desktop__user-block{display:flex;align-items:center;justify-content:space-between;padding:.719rem 1.25rem .719rem .625rem;background:#08124b}.change-permissions-modal-desktop__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.313rem}.change-permissions-modal-desktop__user-block:first-child{margin-right:.625rem}.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:#8388a0}.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:500;font-size:.875rem;line-height:1.313rem}.change-permissions-modal-desktop__user-block-info-type{font-size:.625rem;text-transform:uppercase;color:#da5757;line-height:.938rem}.change-permissions-modal-desktop__user-block-info-type_role_6{color:#f2b036}.change-permissions-modal-desktop__permission-edit-header{display:flex;align-items:center;margin:1.25rem 0 1.875rem;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;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-right:1.344rem;cursor:pointer}.change-permissions-modal-desktop__form{max-width:44.375rem;width:100%}.change-permissions-modal-desktop__bottom{display:flex;justify-content:flex-end;grid-gap:.625rem;width:100%;margin-top:1.25rem}.change-permissions-modal-desktop__bottom button{max-width:9.375rem;min-width:auto;flex:1 1}.change-permissions-modal-desktop__buttons{width:100%;justify-content:flex-end;display:flex}.change-permissions-modal-desktop__button{min-width:4.688rem}.select2-mobile{width:100%;box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:#020827;border:.0625rem solid hsla(0,0%,100%,.05)}.select2-mobile_paginator .select__item{width:100%}.select2-mobile_open{border-bottom-color:transparent;border-radius:.625rem .625rem 0 0}.select2-mobile__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}.select2-mobile__item-main{display:flex;justify-content:space-between;align-items:center}.select2-mobile__item-icon{min-width:1.875rem;width:1.875rem;margin-left:.625rem}.select2-mobile__item:not(.select2-mobile__item_current):hover{background-color:#da5757}.select2-mobile__item-text{font-size:.875rem;font-weight:400}.select2-mobile_paginator .select2-mobile__item{padding:0 .313rem}.select2-mobile__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.select2-mobile_paginator .select2-mobile__arrow{position:relative;left:0;margin-right:.875rem}.select2-mobile_color_grey{border:.0625rem solid #8388a0;border-radius:.3125rem;color:#8388a0;background:transparent}.select2-mobile_color_transparent{background:#08124b}.select2-mobile_color_full-transparent{background-color:transparent;border:none}.select2-mobile__arrow-svg{height:.438rem;width:.75rem}.select2-mobile_open .select2-mobile__arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.select2-mobile__items-list{position:absolute;top:2.5rem;border-radius:0 0 .3125rem .3125rem;width:100%;z-index:2;max-height:21rem;background:#020827;border:.0625rem solid hsla(0,0%,100%,.05);overflow-y:auto;overflow-x:hidden}.select2-mobile__items-list_color_grey{top:100%;border:.0625rem solid #8388a0;background:#fff;width:100%}.select2-mobile__items-list_color_white{background:#fff}.select2-mobile__items-list::-webkit-scrollbar{width:3px;height:.5rem;scroll-margin-right:.5rem}.select2-mobile__items-list::-webkit-scrollbar-thumb{width:3px;height:1rem;background:#037ac9;cursor:pointer}.filter-block-desktop{width:100%;display:flex;margin-top:1.25rem}.filter-block-desktop__date-row{width:100%;min-width:14.875rem;max-width:14.875rem}.filter-block-desktop__date-row:not(:last-child){margin-right:.625rem}.filter-block-desktop__date-input{height:2.5rem}.filter-block-desktop__date-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-desktop__input{width:100%}.filter-block-desktop__input:not(:last-child){margin-right:.625rem}.filter-block-desktop__input-title{font-size:.75rem;font-weight:500;margin-bottom:2px}.filter-block-desktop__center,.filter-block-desktop__left,.filter-block-desktop__right{width:100%;padding:.625rem;display:flex;flex-direction:column;background:#08124b}.filter-block-desktop__left{display:flex;flex-direction:row;grid-gap:.625rem}.filter-block-desktop__title{font-size:1.375rem;font-weight:500;padding:.625rem 0}.filter-block-desktop__inputs{display:flex;flex-direction:column;width:32.5rem;grid-gap:.625rem;justify-content:space-between;margin-bottom:.625rem}.filter-block-desktop__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-desktop__or{font-weight:700;font-size:1rem;color:#8388a0;margin:.625rem 0}.filter-block-desktop__button{display:flex;justify-content:flex-end;height:2.563rem}.filter-block-desktop__wrapper{justify-content:space-between;grid-gap:1.25rem;display:flex}.filter-block-desktop__total-header{font-weight:700;font-size:1.375rem;margin:.625rem 0;padding:.625rem}.filter-block-desktop__checkboxes{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;align-self:center;margin-bottom:.625rem}.filter-block-desktop__checkbox{display:flex;align-items:center}.filter-block-desktop__checkbox-title{font-weight:600;font-size:.875rem;margin-left:.625rem;width:-webkit-max-content;width:max-content}.filter-block-desktop__checkbox:not(:last-child){margin-right:.9375rem}.filter-block-desktop__advice{text-align:center;font-size:.75rem;font-weight:500;margin-top:2px}.bet-item{padding:.625rem 1.25rem;display:grid;grid-template-columns:repeat(10,1fr) 2.5rem}.bet-item_status_ACCEPTED{border-left:.5rem solid #707070}.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 #e91548}.bet-item_status_WON{border-left:.5rem solid #43ac6a}.bet-item_status_HALF_RETURN{border-left:.5rem solid #2323ff}.bet-item_status_HALF_WIN{border-left:.5rem solid #43ac6a}.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 #43ac6a}.bet-item_status_NOT_RESULTED{border-left:.5rem solid #707070}.bet-item__value{font-size:.688rem;font-weight:500;line-height:.688rem;letter-spacing:0;text-align:left}.bet-item__value_status_ACCEPTED{color:#707070;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:#e91548;text-transform:uppercase}.bet-item__value_status_WON{color:#43ac6a;text-transform:uppercase}.bet-item__value_status_HALF_RETURN{color:#2323ff;text-transform:uppercase}.bet-item__value_status_HALF_WIN{color:#43ac6a;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:#43ac6a;text-transform:uppercase}.bet-item__value_status_NOT_RESULTED{color:#707070;text-transform:uppercase}.bet-item__label{margin-bottom:.313rem;font-size:.625rem;font-weight:400;line-height:.625rem;letter-spacing:0;text-align:left;color:#8388a0}.sport-history-item{background:#020827;margin-bottom:.313rem}.sport-history-item:last-child{margin-bottom:0}.sport-history-item_status_ACCEPTED{border-left:.25rem solid #707070}.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 #e91548}.sport-history-item_status_WON{border-left:.25rem solid #43ac6a}.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%;opacity:0}.sport-history-item__arrow-icon_isOpen{opacity:1}.sport-history-item__coupon{flex:1 1;padding:.625rem .625rem .625rem 1.25rem;align-items:center;display:grid;grid-template-columns:repeat(10,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-weight:500;line-height:1.313rem;letter-spacing:0;text-align:left}.sport-history-item__value_status_ACCEPTED{color:#707070;text-transform:uppercase}.sport-history-item__value_status_CASHED_OUT{color:#ffb401;text-transform:uppercase}.sport-history-item__value_status_RETURNED{color:#2323ff;text-transform:uppercase}.sport-history-item__value_status_LOST{color:#e91548;text-transform:uppercase}.sport-history-item__value_status_WON{color:#43ac6a;text-transform:uppercase}.sport-history-item__value-col{display:flex;flex-direction:column}.sport-history-item__role{display:flex;align-items:center}.sport-history-item__player{font-size:.625rem;font-weight:700;line-height:.938rem;letter-spacing:0;text-align:left;color:#da5757}.sport-history-item__user{width:1.5rem;height:1.5rem;margin-right:1.25rem}.sport-history{flex:1 1}.sport-history__result{padding:.625rem 1.25rem;background:#08124b;display:flex;flex-direction:column;margin-top:.625rem}.sport-history__items-on-page{display:flex;align-items:center;justify-content:space-between}.sport-history__items-on-page-title{font-size:.875rem;font-weight:700}.sport-history__header{display:grid;padding:.75rem 1.25rem;grid-template-columns:repeat(10,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__pagination,.sport-history__paginator-wrapper{display:flex;justify-content:space-between;align-items:center}.sport-history__paginator-wrapper{margin:.625rem 0 0;color:#fff;padding:.781rem .625rem;background:#08124b}.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;font-family:"Roboto",sans-serif}.statistic-desktop__tabs{display:flex;align-items:end}.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;color:#fff;font-size:.875rem;font-weight:700}.statistic-desktop__tab_active{background:linear-gradient(180deg,#051048,#070c3a)}.statistic-desktop__title{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:.625rem 0 .625rem .625rem;color:#fff;color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-size:2.25rem;font-weight:700}.statistic-desktop__top{width:100%;display:grid;grid-template-columns:285fr 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:4.75rem;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;border-radius:.625rem;background:linear-gradient(180deg,#051048,#070c3a);background:var(--Accent-Accent-1,linear-gradient(180deg,#051048,#070c3a))}.statistic-desktop__top-left-item-1{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.statistic-desktop__top-left-item-11{color:#fff;color:var(--DarkUI-Text-Regular,#fff);font-size:1.75rem;font-weight:700}.statistic-desktop__top-left-item-12{color:#fff;color:var(--DarkUI-Text-Regular,#fff);font-size:1.25rem;font-weight:400}.statistic-desktop__top-left-item-icon{width:3.125rem;min-width:3.125rem;height:3.125rem;display:flex}.statistic-desktop__top-right{width:100%;min-width:0;display:flex;flex-direction:column;border-radius:.625rem;background:linear-gradient(180deg,#051048,#070c3a);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;color:#fff;color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-size:1.375rem;font-weight:700;padding-left:.625rem}.statistic-desktop__center-right{width:100%;display:flex;justify-content:end;grid-gap:.625rem;gap:.625rem;margin-bottom:10px}.statistic-desktop__center-right-item{height:3.75rem;width:27.1875rem;min-width:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border-radius:.625rem;background:linear-gradient(180deg,#051048,#070c3a);background:var(--Accent-Accent-1,linear-gradient(180deg,#051048,#070c3a))}.statistic-desktop__center-right-item1{color:#fff;color:var(--DarkUI-Text-Regular,#fff);font-size:1rem;font-weight:400}.statistic-desktop__center-right-item2{color:#fff;color:var(--DarkUI-Text-Regular,#fff);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:hsla(0,0%,100%,.1019607843)}.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,#111860,rgba(27,43,151,.841219) 32.72%,#222784 53.36%,#051047 128.92%)}.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(2n+4)):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:-.3125rem;top:-.1875rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.statistic-table-row-desktop__td-icon-wrap-svg{width:2.5rem;height:2.5rem}.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:0 1.25rem 1.25rem 1.25rem;background:linear-gradient(180deg,#051048,#070c3a)}.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:linear-gradient(180deg,#051048,#070c3a);color:#fff;color:var(--Text-Text-Additional,#fff)}.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:#020827}.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__title{font-weight:500;font-size:.8125rem;margin-bottom:.3125rem}.language-dropdown-selector__current{cursor:pointer;height:2.5rem;width:100%;display:flex;justify-content:space-between;align-items:center;background:#08124b;border:.0625rem solid hsla(0,0%,100%,.05);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;-webkit-font-feature-settings:"pnum" on,"lnum" on;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;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.language-dropdown-selector_open .language-dropdown-selector__current-item-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.language-dropdown-selector__items{cursor:pointer;opacity:0;width:100%;top:100%;position:absolute;z-index:3;left:0;-webkit-animation:reduceVertical_language-dropdown-selector-mobile .3s linear;animation:reduceVertical_language-dropdown-selector-mobile .3s linear;overflow:hidden;background:#08124b;border:.0625rem solid hsla(0,0%,100%,.05);border-radius:0 0 .625rem .625rem}.language-dropdown-selector_open .language-dropdown-selector__items{-webkit-animation:incraseVertical_language-dropdown-selector-mobile .3s linear forwards;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;-webkit-font-feature-settings:"pnum" on,"lnum" on;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(315deg,#ed3983,#ffc304)}@-webkit-keyframes incraseVertical_language-dropdown-selector-mobile{0%{opacity:0;max-height:0}to{opacity:1;max-height:18.75rem}}@keyframes incraseVertical_language-dropdown-selector-mobile{0%{opacity:0;max-height:0}to{opacity:1;max-height:18.75rem}}@-webkit-keyframes reduceVertical_language-dropdown-selector-mobile{0%{opacity:1;max-height:18.75rem}to{opacity:0;max-height:18.75rem}}@keyframes reduceVertical_language-dropdown-selector-mobile{0%{opacity:1;max-height:18.75rem}to{opacity:0;max-height:18.75rem}}@-webkit-keyframes darker_language-dropdown-selector-mobile{0%{background:transparent}to{background:#0f182f}}@keyframes darker_language-dropdown-selector-mobile{0%{background:transparent}to{background:#0f182f}}@-webkit-keyframes lighter_language-dropdown-selector-mobile{0%{background:#0f182f}to{background:transparent}}@keyframes lighter_language-dropdown-selector-mobile{0%{background:#0f182f}to{background:transparent}}.auth{background:#020827;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{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:1.25rem;line-height:2.813rem}.auth__title-login{font-size:1rem;line-height:1.5rem;margin-bottom:1.25rem}.auth__form{width:100%;max-width:22.188rem;background:#08124b;padding:.625rem}.auth__other{background-color:#020827;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:.625rem}.auth__input-block__title{font-weight:500;font-size:.75rem;line-height:1.125rem;color:#fff;margin-bottom:.125rem}.auth__button{height:2.5rem}.app{width:100%;height:100%;background:#020827;color:#fff;display:flex}.app__header{width:100%;position:relative;position:fixed;left:0;top:0;z-index:999}.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;flex-direction:column;padding:7.75rem 1.25rem 1.25rem}.app__user-tree{top:3.5rem;right:0;display:none;position:absolute;width:16.375rem;height:calc(100% - 3.5rem);z-index:999}.app__user-tree_showTree{display:block}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:Poppins;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}
/*# sourceMappingURL=main.2cc92ddb.chunk.css.map */