@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,500,600,700,900);.notification{display:block;width:100%;min-height:2.875rem;position:relative;z-index:100;margin-top:1rem;color:#fff;font-size:.875rem;font-weight:700;animation:init .7s ease}.notification_deleting{animation:delete .7s ease}.notification__img-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%,.3);display:flex;padding:.2rem 0;box-sizing:border-box}.notification__wrapper_type_default,.notification__wrapper_type_error,.notification__wrapper_type_success{background:#320548;border-radius:.625rem}@keyframes init{0%{opacity:0;transform:translateX(10rem)}to{opacity:1;transform:translateX(0)}}@keyframes delete{0%{opacity:1}70%{opacity:.5;transform:translateX(120%)}to{opacity:0;transform:translateX(200%);height:0}}#notify-root{position:fixed;width:30%;right:1rem;display:flex;justify-content:center;z-index:1001;margin:auto;flex-direction:column-reverse}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:99999;animation:become .2s 1;animation-fill-mode:forwards;color:#fff;animation-direction:normal}.modal.modal_disappearing{animation:disappear .2s 1}.modal__body{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.625rem;background-color:#130227;z-index:101;animation:become .2s 1;animation-fill-mode:forwards;animation-direction:normal}.modal__body.modal_disappearing{animation:disappear .2s 1}.modal__body_withoutBG{background:transparent}.modal__cross{width:.8125rem;height:.8125rem;cursor:pointer}.modal__title{font-weight:500;font-size:1.25rem;line-height:1.4375rem;color:#fff}.modal__content_isMobile{max-height:80vh;overflow-y:auto}@keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes become{0%{opacity:0}to{opacity:1}}.select{box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;user-select:none;background:#130227;border:.0625rem solid #682984;border-radius:.625rem}.select,.select_paginator .select__item{width:100%}.select_open{border-bottom-color:transparent;border-radius:.625rem .625rem 0 0}.select__item{width:100%;height:2.5rem;max-height:2.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;display:flex;align-items:center;cursor:pointer;padding:0 .625rem;font-size:.875rem;box-sizing:border-box}.select__item-main{display:flex;justify-content:space-between;align-items:center}.select__item-icon{min-width:1.875rem;width:1.875rem;margin-left:.625rem}.select__item:not(.select__item_current):hover{background-color:#8b00c9}.select__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:transform .3s ease}.select_color_grey{border:.0625rem solid hsla(0,0%,100%,.4);border-radius:.3125rem;color:hsla(0,0%,100%,.4);background:transparent}.select_color_transparent{background:transparent;border:none;border-radius:0}.select_color_user-info{border:none}.select__arrow-svg{height:.571rem;width:.857rem}.select_open .select__arrow{transform:scaleY(-1)}.select__items-list{position:absolute;top:2.5rem;border-radius:0 0 .3125rem .3125rem;background:#320548;width:100%;z-index:2;max-height:21rem;border:.0625rem solid hsla(0,0%,100%,.3);overflow-y:auto;overflow-x:hidden}.select__items-list_color_grey{top:100%;border:.0625rem solid hsla(0,0%,100%,.4);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:#130227;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}.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{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.spinner-desktop__container div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.spinner-desktop__container div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.spinner-desktop__container div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.spinner-desktop__container div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.spinner-desktop__container div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.spinner-desktop__container div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.spinner-desktop__container div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.spinner-desktop__container div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.spinner-desktop__container div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.spinner-desktop__container div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.spinner-desktop__container div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.spinner-desktop__container div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.spinner-desktop__container div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.SVG-component__container,.SVG-component__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.input-date-desktop,.SVG-component__content,.SVG-component__content-svg{width:100%;height:100%}.input-date-desktop{-webkit-user-select:none;user-select:none;cursor:pointer}.input-date-desktop__input{position:absolute;top:0;left:0;display:flex;width:0;min-width:0;height:0;opacity:0;margin:0;padding:0;outline:none;border:none}.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:#320548;border:none;color:#fff}.input-date-desktop_disabled{cursor:default}.input-date-desktop__custom-date-input{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;background:#130227;border:.0625rem solid #682984;border-radius:.625rem}.input-date-desktop__custom-date-input-container{display:flex;flex-direction:column}.input-date-desktop__custom-date-input-left{display:flex;align-items:center}.input-date-desktop__custom-date-input-title{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}.input-date-desktop__custom-date-input_disabled{background-color:transparent}.input-date-desktop__custom-date-input_color_transparent{background:var(--DarkUI-ards-1,#320548)}.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-calendar_small{width:1.25rem;height:1.25rem}.input-date-desktop__custom-date-input-value{margin-right:auto;font-size:.875rem;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-desktop__custom-date-input-value_fontSize_12{font-size:.75rem}.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-arrow_small{width:1.25rem;height:1.25rem}.input-date-desktop_validState_2 .input-date-desktop__custom-date-input{border:.0625rem solid #0d9252!important}.input-date-desktop_validState_3 .input-date-desktop__custom-date-input{border:.0625rem solid #d31c32!important}.button{display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;padding:0 .75rem;border:none;font-size:.875rem;font-weight:700;-webkit-user-select:none;user-select:none;text-align:center;text-transform:capitalize;color:#fff;outline:none;cursor:pointer;background:#8b00c9;font-family:"Roboto";box-shadow:0 .3125rem .9375rem rgba(139,0,201,.5);border-radius:.625rem}.button__search{width:1rem;height:1rem;margin-right:.75rem}.button_colors_transparent{background-color:transparent;border:.0625rem solid #fff;box-shadow:none}.button_colors_black-transparent{background-color:transparent;border-radius:.625rem;border:.0625rem solid #682984;box-shadow:0 5px 15px 0 rgba(139,0,201,.5)}.button_colors_full-transparent{background-color:transparent;box-shadow:none;color:#8b00c9}.button_colors_purple{background:#682984;box-shadow:none}.button_colors_bordered{border:1px solid #682984;background:transparent;box-shadow:none}.button_colors_green{background:#1ccc77}.button_colors_green,.button_colors_red{box-shadow:none;font-size:.75rem;font-weight:600}.button_colors_red{background:#d31c32}.button_sizable_default{height:100%}.button_sizable_low{height:2.5rem}.button_sizable_high{height:3.125rem}.button_sizable_sign{height:2.25rem}.button_disable{filter:grayscale(.5);cursor:not-allowed;box-shadow:none;opacity:.2}.button_upperCased{text-transform:uppercase}.check-box-desktop{-webkit-user-select:none;cursor:pointer;height:1.25rem;width:1.25rem;display:flex;justify-content:center;align-items:center;user-select:none;flex-shrink:0;margin-left:.3rem;margin-right:.3rem;transition:all .3s ease-in;border-radius:.25rem;position:relative;border:.0625rem solid #682984}.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}.input{box-sizing:border-box;display:block;width:100%;min-height:2.5rem;outline:none;padding-left:1rem;color:#fff;background:#130227;border:.0625rem solid #682984;border-radius:.625rem}.input,.input::placeholder{font-weight:400;font-size:.875rem}.input::placeholder{color:hsla(0,0%,100%,.4)}.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;font-size:.875rem;font-weight:400;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input_sizable_default{height:100%}.input_sizable_low{height:2.5rem}.input_sizable_high{height:3.125rem}.input_sizable_rounded{border-radius:1.17rem}.input_type_date{font-size:.75rem;font-family:"Segoe UI",sans-serif}.input_type_date::-webkit-inner-spin-button,.input_type_date::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input_type_number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input_type_modal{background:#f4f4f4;border:.0625rem solid #e2e5ec;border-left-width:0;border-radius:0 .3125rem .3125rem 0}.input_type_modal::placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.input_type_modalSecond{background:#fff;border:.0625rem solid #e2e5ec;border-radius:.3125rem}.input_type_modalSecond::placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input_type_lowWhite{background:#fff;border-radius:.3125rem}.input_type_lowWhite::placeholder{font-weight:400;font-size:.875rem;color:hsla(0,0%,100%,.4)}.input__wrapper{display:flex;align-items:center;width:100%;height:100%;position:relative}.input__password{position:absolute;right:.625rem;top:.625rem;cursor:pointer}.input__password-svg{width:1.25rem;height:1.25rem}.input_color_white{background:#fff;padding-left:2.125rem;color:#7e89a4}.input_color_white::placeholder{color:#7e89a4}.input_color_transparent{background:#320548}.input_bonus{text-align:center;padding:1rem;border:none}.input_bonus-without-value{background-color:#130227;opacity:.5}.input_bonus-without-value::placeholder{font-size:.875rem;line-height:1rem;font-weight:700;color:#fff}.input_mobile{background:#320548;border:none}.input_validState_2{border:.0625rem solid #0d9252!important}.input_validState_3{border:.0625rem solid #d31c32!important}.input_validState_4{border:1px solid #ffbc0f;box-shadow:0 0 15px 0 rgba(255,188,15,.25)}.search-user-input{position:relative}.search-user-input__empty-text{padding:.9375rem;color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.search-user-input__input{height:2.5rem}.search-user-input__loading-block{height:10.625rem;padding:.9375rem;grid-gap:.9375rem;gap:.9375rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.search-user-input__loading-block p{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.search-user-input__loading-icon{width:1.5rem;height:1.5rem}.search-user-input__search-results{left:0;padding-top:.5rem;position:absolute;top:calc(100% + .5rem);z-index:11110;background:#130227;border:.0625rem solid #682984;border-radius:.625rem;width:100%;max-height:10rem;color:#fff;overflow-y:auto;display:flex;flex-direction:column}.search-user-input__search-results::-webkit-scrollbar{width:.5rem;height:.5rem;padding:.25rem}.search-user-input__search-results::-webkit-scrollbar-thumb{border-radius:1rem;background:#8b00c9;border:1px solid transparent;background-clip:padding-box}.search-user-input__result-item{cursor:pointer;padding:0 .625rem;width:100%;min-height:2.5rem;display:flex;align-items:center;justify-content:space-between;font-feature-settings:"pnum" on,"lnum" on;color:#fff;font-size:.875rem}.search-user-input__result-item:hover{background:#8b00c9;font-family:"Roboto";box-shadow:0 .3125rem .9375rem rgba(139,0,201,.5)}.users-filter-block-desktop{display:flex;width:100%;position:relative;display:grid;grid-template-columns:repeat(3,15rem) -webkit-max-content -webkit-min-content -webkit-min-content;grid-template-columns:repeat(3,15rem) max-content min-content min-content;grid-gap:.625rem;gap:.625rem}.users-filter-block-desktop__title{margin-bottom:.125rem;font-size:.75rem;font-weight:500}.users-filter-block-desktop__input{height:2.5rem}.users-filter-block-desktop__checkbox{height:2.5rem;display:flex;align-items:center;grid-gap:.563rem;gap:.563rem;padding:0 .625rem}.users-filter-block-desktop__description{font-size:.75rem;font-weight:600;color:#76657e;text-align:center}.users-filter-block-desktop__button{height:2.5rem}.users-filter-block-desktop__button button{white-space:pre}.paginator-switcher{color:#fff;display:flex;font-size:.875rem;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:.8125rem;height:1.125rem}.paginator-switcher__page__first-img_active *,.paginator-switcher__page__last-img_active *,.paginator-switcher__page__next-img_active *,.paginator-switcher__page__previous-img_active *{fill:#fff}.paginator-switcher__page__previous-img{margin-left:1.25rem}.paginator-switcher__page__next-img{margin-right:1.25rem}.paginator-switcher__page_active{background:#130227;border-radius:.3125rem;cursor:pointer;padding:.4375rem 1.875rem;color:#fff;width:1.875rem;height:1.875rem;margin:0 .625rem}.paginator-switcher__select{width:5rem}@media(max-width:28.125rem){.paginator-switcher{justify-content:center;flex-direction:column}.paginator-switcher__select{margin-top:.8rem}}.dropdown{position:relative}.dropdown_isMobile .dropdown__items{top:2.5rem}.dropdown__action{width:1.875rem;height:1.875rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropdown__action-icon{display:flex;width:.375rem;height:1.375rem;border-radius:50%}.dropdown__action:hover{border-radius:50%;background:#320548}.dropdown__action:hover svg circle{fill:#fff}.dropdown__items{position:absolute;padding:.625rem;top:4.125rem;right:40%;background:#130227;border:.0625rem solid hsla(0,0%,100%,.3);border-radius:.625rem;width:100%;min-width:11.6875rem;z-index:2;max-height:18rem}.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.25rem;height:1.25rem;margin-right:.75rem}.dropdown__item-title{font-weight:500;font-size:.875rem;line-height:1rem;color:hsla(0,0%,100%,.4)}.adm-bets-table-row-user{color:#fff;width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr)) minmax(0,1fr);align-items:center;background-color:#130227;border-radius:.625rem}.adm-bets-table-row-user:not(:last-child){margin-bottom:.3125rem}.adm-bets-table-row-user_banned .adm-bets-table-row-user__td-data-icon svg *{fill:#5f6f81;stroke:#5f6f81}.adm-bets-table-row-user_banned .adm-bets-table-row-user__td-data-user-type{background:#5f6f81}.adm-bets-table-row-user__td{padding:.625rem;font-size:.875rem;font-weight:700;color:#fff}.adm-bets-table-row-user__td-buttons{display:flex;align-items:center;height:2.5rem}.adm-bets-table-row-user__td-buttons a,.adm-bets-table-row-user__td-buttons button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:1.6875rem;text-transform:uppercase}.adm-bets-table-row-user__td-buttons a:last-child,.adm-bets-table-row-user__td-buttons button:last-child{margin-left:.3125rem}.adm-bets-table-row-user__td-data{display:flex;align-items:center}.adm-bets-table-row-user__td-data-icon-wrapper{width:2.125rem;max-width:2.125rem;min-width:2.125rem;display:flex;grid-gap:2px;gap:2px;flex-direction:column;align-items:center;justify-content:center;margin-right:.625rem}.adm-bets-table-row-user__td-data-icon-text{color:#fff;font-size:.625rem;font-weight:700}.adm-bets-table-row-user__td-data-icon{display:flex;width:1.5rem;min-width:1.5rem;border-radius:.3125rem}.adm-bets-table-row-user__td-data-icon_color_bronze{background-image:linear-gradient(180deg,#e3af66,#a16613)}.adm-bets-table-row-user__td-data-icon_color_silver{background-image:linear-gradient(180deg,silver 22.34%,#9b9b9b 86.84%)}.adm-bets-table-row-user__td-data-icon_color_gold{background-image:linear-gradient(180deg,gold 6.34%,#f90 96.11%)}.adm-bets-table-row-user__td-data-icon_color_black{background-image:linear-gradient(180deg,#4d4d4d 27.09%,#272727)}.adm-bets-table-row-user__td-data-user{font-weight:700;overflow:hidden;font-size:.875rem;text-overflow:ellipsis}.adm-bets-table-row-user__td-data-user-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.adm-bets-table-row-user__td-data-user-type_role_6{background:#0d9252}.adm-bets-table-row-user__td:last-child{display:flex;justify-content:center}.users-table{background:#320548;border-radius:.625rem;padding:.625rem 1.25rem}.users-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.users-table_tab_all{border-top-left-radius:0}.users-table__main-table-head{border-spacing:0}.users-table__table{width:100%}.users-table__table-header{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr)) minmax(0,1fr)}.users-table__table-header-head{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:left;padding:.625rem;display:flex}.users-table__table-header-head:last-child{text-align:right;margin-right:1.5625rem}.users-table__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.users-table__extra{display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr));width:100%}.users-table__extra-info{font-weight: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:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:1rem;padding-top:.625rem}.users-table__select .select__arrow{position:relative;right:0;min-width:1.875rem;z-index:1500}.tabs{justify-content:flex-start}.tabs,.tabs__item{display:flex;width:100%}.tabs__item{align-items:center;justify-content:center;padding:0 2.5rem 0 1.875rem;height:3.75rem;cursor:pointer;border-radius:1.25rem 1.25rem 0 0;background-color:transparent}.tabs__item-text{color:#fff;font-weight:700;font-size:.875rem;width:-webkit-max-content;width:max-content}.tabs__item-icon{width:1.5rem;min-width:1.5rem;margin-right:.625rem}.tabs__item_active{background:#320548}.users{display:flex;flex-direction:column;width:100%;margin-right:1.25rem;min-width:0}.users__filter{margin-bottom:.625rem}.users__center{display:grid;grid-template-columns:1fr auto;justify-content:space-between;align-items:center}.users__center-controller{display:grid;grid-template-columns:auto auto}.users__center-controller,.users__page-count{justify-content:flex-end;margin-left:1.875rem}.users__page-count{display:flex;align-items:center}.users__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.users__page-count-select{width:5.3125rem}.line-chart{position:relative;color:#fff}.switcher{cursor:pointer;width:100%;height:.8125rem;border-radius:.5rem;background:#130227;display:flex;align-items:center;transition:all .1s ease-in;position:relative;-webkit-user-select:none;user-select:none}.switcher__indicator{width:1.125rem;height:1.125rem;background:#320548;border:.125rem solid #130227;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 #8b00c9}.switcher_active{background:#8b00c9}.switcher:not(.switcher_active).switcher_color_purple .switcher__indicator{left:-.125rem;border:.125rem solid #682984}.switcher_color_purple{border:.0625rem solid #311a3d;background:#130227}.switcher_active.switcher_color_purple{border:.0625rem solid #682984;background:#682984}.switcher_disabled{filter:grayscale(.5);cursor:not-allowed;box-shadow:none;opacity:.5}.statistic-filters-desktop{width:100%;display:flex;flex-direction:column;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-filters-desktop__block{display:flex;align-items:flex-end}.days-filter__item{padding:.9375rem 1.875rem;font-size:.875rem;max-height:2.875rem}.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:var(--Dark-UI-Card-1,#130227)}.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,#320548,#8d2bff 12.7%,#ff39ff 126.36%)}.statistic-table-row-desktop__td{min-width:0;position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:start;padding:.625rem 1.25rem}.statistic-table-row-desktop__td:not(:nth-child(4n)):after{position:absolute;right:-1px;content:"";display:flex;width:1px;height:1rem;background:hsla(0,0%,100%,.2)}.statistic-table-row-desktop__td-value{color:#fff;font-size:.875rem;font-weight:700;overflow:auto}.statistic-table-row-desktop__td-value::-webkit-scrollbar{height:0}.statistic-table-row-desktop__arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex}.statistic-table-row-desktop__td-icon-wrap{position:absolute;left:.8125rem;width:0;display:flex;align-items:center;justify-content:center}.statistic-table-row-desktop__td-icon{display:flex}.statistic-table-desktop{width:100%;display:flex;flex-direction:column;grid-gap:.3125rem 0;gap:.3125rem 0;padding:.625rem 1.25rem 1.25rem;border-radius:0 1.25rem 1.25rem 1.25rem;background:var(--Dark-UI-Card-2,#320548)}.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:var(--Dark-UI-Card-1,#130227);color:var(--Text-Text-Additional,#fff)}.balance-table-row-desktop{position:relative;width:100%;height:2.8125rem;display:grid;grid-template-columns:repeat(6,100fr);grid-gap:0 1px;gap:0 1px;border-radius:.625rem;--bgColor:#130227;--rowBgColor:hsla(0,0%,100%,0.050980392156862744);--borderColor:#682984;--agentBgColor:#320548;--rowTextColor:#76657e;--balanceChangeColor:#320548;--changeBalanceIconColor:#76657e;--changeBalanceIconColorA:#fff;background:var(--bgColor)}.balance-table-row-desktop_top{--bgColor:linear-gradient(90deg,#320548,#8d2bff 12.7%,#ff39ff 126.36%);--rowBgColor:hsla(0,0%,100%,0.10196078431372549);--borderColor:hsla(0,0%,100%,0.2);--agentBgColor:rgba(50,5,72,0.6);--rowTextColor:hsla(0,0%,100%,0.6);--balanceChangeColor:rgba(50,5,72,0.6);--changeBalanceIconColor:hsla(0,0%,100%,0.6980392156862745);--changeBalanceIconColorA:#fff}.balance-table-row-desktop__top-icon-wrapper{position:absolute;top:50%;transform:translate(-50%,-50%);left:0;width:3.056875rem;display:flex;align-items:center;justify-content:center}.balance-table-row-desktop__top-icon_variant_1{width:3.056875rem;height:2.48125rem}.balance-table-row-desktop__top-icon_variant_2{width:2.48125rem;height:2.170625rem}.balance-table-row-desktop__top-icon_variant_3{width:1.743125rem;height:1.98375rem}.balance-table-row-desktop__td{min-width:0;position:relative;height:100%;display:flex;flex-direction:column;grid-gap:.1875rem;gap:.1875rem;align-items:center;justify-content:center;text-align:start;padding:.34375rem 1.25rem}.balance-table-row-desktop__td_icon{position:relative;flex-direction:row}.balance-table-row-desktop__td:after{position:absolute;right:-1px;content:"";display:flex;width:1px;height:1rem;background:hsla(0,0%,100%,.2)}.balance-table-row-desktop__td:last-child:after{display:none}.balance-table-row-desktop__td-value{color:#fff;overflow:auto;font-family:"Roboto",sans-serif;font-weight:500;font-size:.75rem;line-height:.9375rem}.balance-table-row-desktop__td-value_rounded{padding:0 .3125rem;height:1rem;font-family:"Roboto",sans-serif;font-weight:500;font-size:.625rem;line-height:1rem;border-radius:.3125rem;background:#320548}.balance-table-row-desktop__td-value::-webkit-scrollbar{height:0}.balance-table-row-desktop__td-amount{color:#fff;overflow:auto;font-family:"Roboto",sans-serif;font-weight:500;font-size:.75rem;background:#320548;height:1.5625rem;line-height:1.5625rem;padding:0 .625rem}.balance-table-row-desktop__td-amount_negative{color:#d31c32;border-radius:.625rem}.balance-table-row-desktop__td-amount_positive{color:#1ccc77;border-radius:.4375rem}.balance-table-row-desktop__arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex}.balance-table-row-desktop__td-icon-wrap{position:absolute;left:.8125rem;width:0;display:flex;align-items:center;justify-content:center}.balance-table-row-desktop__td-icon{display:flex}.balance-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:var(--Dark-UI-Card-2,#320548)}.balance-table-desktop__change-balance-button-icon{color:var(--changeBalanceIconColor)}.balance-table-desktop__change-balance-button-icon_asc{color:var(--changeBalanceIconColorA)}.balance-table-desktop__change-balance-button{cursor:pointer;display:flex;width:1.5rem;height:1.5rem;background:transparent;border:none}.balance-table-desktop__header{width:100%;display:grid;grid-template-columns:repeat(6,100fr)}.balance-table-desktop__header-item{min-width:0;height:2.5rem;padding:0 .625rem;color:#fff}.balance-table-desktop__empty,.balance-table-desktop__header-item{width:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;text-transform:uppercase}.balance-table-desktop__empty{height:3.5rem;border-radius:.625rem;background:var(--Dark-UI-Card-1,#130227);color:var(--Text-Text-Additional,#fff)}.statistic-desktop{flex-grow:2;width:100%;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;position:relative;margin-right:1.25rem}.statistic-desktop__tabs{display:flex;grid-gap:.625rem;gap:.625rem;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;color:#fff;font-size:.875rem;font-weight:700;border:1px solid #320548;cursor:pointer;grid-gap:3.125rem;gap:3.125rem}.statistic-desktop__tab_active{background:#320548}.statistic-desktop__tab-title{font-size:.875rem;white-space:nowrap}.statistic-desktop__tab-amount,.statistic-desktop__tab-title{font-family:"Roboto",sans-serif;font-weight:700;line-height:100%;color:#fff}.statistic-desktop__tab-amount{font-size:1.5rem}.statistic-desktop__title{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:.625rem 0 .625rem .625rem;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:328fr 832fr;grid-gap:.625rem;gap:.625rem}.statistic-desktop__top-left{width:100%;min-width:26.8rem;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.statistic-desktop__top-left-item{position:relative;width:100%;height:5.775rem;padding:1.25rem .5rem 1.25rem .75rem;display:flex;justify-content:space-between;align-items:center;border-radius:.625rem;background:linear-gradient(90deg,#4c226c,#793c8e)}.statistic-desktop__top-left-item-1{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.statistic-desktop__top-left-item-11{color:var(--DarkUI-Text-Regular,#fff);font-size:1.625rem;font-weight:700}.statistic-desktop__top-left-item-12{color:var(--DarkUI-Text-Regular,#fff);font-size:1.25rem;font-weight:400}.statistic-desktop__top-left-item-icon{width:5rem;min-width:5rem;height:5rem;display:flex}.statistic-desktop__top-right{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;flex-direction:column;border-radius:.625rem;background:var(--Dark-UI-Card-2,#320548);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: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:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}.statistic-desktop__center-right-item{height:3.75rem;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border-radius:.625rem;background:linear-gradient(90deg,#4c226c,#793c8e)}.statistic-desktop__center-right-item1{color:var(--DarkUI-Text-Regular,#fff);font-size:1rem;font-weight:400}.statistic-desktop__center-right-item2{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-size:1.5rem;font-weight:700}.statistic-desktop__left{display:flex;justify-content:center;align-items:center}.statistic-desktop__right{position:absolute;right:.5rem;height:48%;display:flex;flex-direction:column;align-items:flex-end;grid-gap:1.075rem;gap:1.075rem;margin-top:-.625rem}.statistic-desktop__right_type_margin{height:65%;grid-gap:.5rem;gap:.5rem}.statistic-desktop__right .switcher{width:1.875rem}.statistic-desktop__top-right-item{display:flex;align-items:center;justify-content:center;grid-gap:.63rem;gap:.63rem;font-size:.75rem;font-style:normal;font-weight:700;line-height:100%;padding:.3125rem;border-radius:.3125rem;background:var(--DarkUI-ards-1,#320548);text-wrap:nowrap}.statistic-desktop__top-right-item__1{padding-left:.75rem;position:relative;color:#d31c32;line-height:1}.statistic-desktop__top-right-item__1_raise{color:#1ccc77}.statistic-desktop__top-right-item__1_empty{color:grey}.statistic-desktop__top-right-item__1 span{position:absolute;left:0;top:-60%;transform:translateY(40%)}.statistic-desktop__compare{display:flex;justify-content:center;align-items:center;grid-gap:.75rem;gap:.75rem;font-size:.75rem;font-style:normal;font-weight:600}.statistic-desktop__info{display:flex;align-items:center;grid-gap:.13rem;gap:.13rem;cursor:pointer;position:relative}.statistic-desktop__info:hover .statistic-desktop__info-description{display:block}.statistic-desktop__info-text{color:var(--Accent-Accent-2,#ffbc0f);font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:500;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.statistic-desktop__info-icon svg{width:1.125rem;height:1.125rem}.statistic-desktop__info-description{display:none;position:absolute;transition:all .3s ease;left:50%;transform:translateX(-50%);bottom:calc(100% + .3125rem);background:var(--Dark-UI-Card-2,#320548);border:.0625rem solid hsla(0,0%,100%,.3);padding:.5rem;width:-webkit-max-content;width:max-content;max-width:25rem}.days-filter{display:flex;margin-top:.875rem}.days-filter__item{padding:.9375rem;font-weight:700;font-size:.75rem;background:#130227;border-radius:.625rem;cursor:pointer;max-height:2.75rem;white-space:nowrap}.days-filter_isMobile .days-filter__item{width:100%;background:#3b3b3d;font-size:.75rem;text-align:center}.days-filter__item:not(:last-child){margin-right:.625rem}.days-filter__item:hover,.days-filter__item_active{background:#8b00c9}.filter-block{outline:none;display:flex;flex-direction:column;background:#320548;border-radius:.625rem;padding:1.25rem}.filter-block__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block__date{margin-bottom:2.25rem;display:flex}.filter-block__date-row{width:100%}.filter-block__date-row:not(:last-child){margin-right:.625rem}.filter-block__date-input{height:2.5rem}.filter-block__input{width:100%}.filter-block__input:not(:last-child){margin-right:.625rem}.filter-block__left,.filter-block__right{display:flex;flex-direction:column;justify-content:space-between}.filter-block__inputs{display:flex;width:100%;justify-content:space-between;margin-top:1.25rem}.filter-block__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block__or{font-weight:700;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:1.5rem .625rem .9375rem;text-align:center}.filter-block__button{display:flex;justify-content:flex-end}.filter-block__button button{max-width:15rem}.filter-block__wrapper{justify-content:space-between;display:flex}.reports-table-general__wrapper{display:flex;grid-gap:.625rem;gap:.625rem}.reports-table-general__wrapper:not(:last-child){margin-bottom:.625rem}.reports-table-general__wrapper_bottom{display:grid;grid-template-columns:1fr 1fr 19.3125rem}.reports-table-general__table{width:100%}.reports-table-general__table-tr{background:#320548;border:.0625rem solid #8b00c9;border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%}.reports-table-general__table-th{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.875rem}.reports-table-general__table-th-diff{display:flex;align-items:center;grid-gap:.3125rem;gap:.3125rem;font-size:1rem;font-weight:700}.reports-table-general__table-th-diff-icon{display:flex;width:.4375rem;min-width:.4375rem;height:1.1875rem}.reports-table-general__table-th-diff-percent{color:#d31c32}.reports-table-general__table-th-diff-percent_green{color:#1ccc77}.reports-table-general__table-th-diff-value{color:#76657e}.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:hsla(0,0%,100%,.4);font-size:.875rem;font-weight:700}.reports-table-general__header{display:flex;align-items:center;justify-content:space-between;width:calc(100% - .625rem);font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.reports-table-general__header-main{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.reports-table-general__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:2.5rem}.reports-table-general__button-content{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.reports-table-general__button-icon{display:flex;width:1.5rem;min-width:1.5rem;height:1.5rem}.reports-table-general__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:hsla(0,0%,100%,.4)}.reports-table-general__select{width:16rem}.reports-table-general__diff,.reports-table-general__diff-range{display:flex;grid-gap:.625rem;gap:.625rem}.reports-table-general__diff-range{align-items:center}.reports-table-general__diff-range-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.reports-table-general__date-input{height:100%}.table-providers-row__item-icon{width:1.875rem;min-width:1.875rem;display:flex;margin-right:1.25rem}.table-providers-row__tr{background:#130227;border-radius:.625rem;padding:.625rem;display:grid;grid-template-columns:repeat(5,20%);min-height:3.125rem}.table-providers-row__tr:not(:last-child){margin-bottom:.3125rem}.table-providers-row__td{font-weight:700;font-size:.875rem;display:flex;justify-content:center;align-items:center;width:100%;text-transform:capitalize}.table-providers-row__td:not(:last-child){border-right:.0625rem solid hsla(0,0%,100%,.3)}.table-providers-row__td:first-child{justify-content:flex-start}.table-providers-row__item-container{display:flex;flex-direction:column;grid-gap:.313rem;gap:.313rem;align-items:center}.table-providers-row__item-diff{display:flex;align-items:center;grid-gap:.3125rem;gap:.3125rem;font-size:.75rem;font-weight:700}.table-providers-row__item-diff-icon{display:flex;width:.4375rem;min-width:.4375rem;height:1.1875rem}.table-providers-row__item-diff-percent{color:#d31c32}.table-providers-row__item-diff-percent_green{color:#1ccc77}.table-providers-row__item-diff-value{color:#76657e}.reports-table-providers_isMobile{padding:0}.reports-table-providers__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.reports-table-providers__table{width:100%;background:#320548;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.reports-table-providers__table-header{width:100%;display:grid;grid-template-columns:repeat(5,20%);font-weight:700;font-size:.875rem;text-transform:uppercase;text-align:center;margin-bottom:1.0625rem}.reports-table-providers__table-head{display:flex;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem;-webkit-user-select:none;user-select:none}.reports-table-providers__table-head:first-child{text-align:left;margin-left:.625rem;justify-content:flex-start}.reports-table-providers__table-head-icon{display:flex;width:1.875rem;height:1.875rem;cursor:pointer}.reports-table-providers__table-head-icon_rotate{transform:rotate(180deg)}.reports-table-providers__table-body{width:100%}.reports-table-providers__header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.general{width:100%;margin-right:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.general_isMobile{padding:.625rem}.filter-block-cash{outline:none;background:#320548;border-radius:.625rem;padding:1.25rem}.filter-block-cash__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-cash__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1.25rem}.filter-block-cash__checkboxes{display:flex;width:100%;align-self:center;margin:.9375rem .625rem 0}.filter-block-cash__checkbox{display:flex;align-items:center}.filter-block-cash__checkbox-title{font-weight:600;font-size:.875rem;margin-left:.5625rem;width:-webkit-max-content;width:max-content}.filter-block-cash__checkbox:not(:last-child){margin-right:.9375rem}.filter-block-cash__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-cash__date{display:flex}.filter-block-cash__date-row{width:100%}.filter-block-cash__date-row:not(:last-child){margin-right:.625rem}.filter-block-cash__date-input{height:2.5rem}.filter-block-cash__input{width:100%;max-width:15rem}.filter-block-cash__input:not(:last-child){margin-right:.625rem}.filter-block-cash__inputs{display:flex;width:100%}.filter-block-cash__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-cash__or{font-weight:700;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:1.5rem .625rem .9375rem;text-align:center}.filter-block-cash__button{width:100%;max-width:15rem}.table-row-cash{width:100%;height:3.25rem;display:grid;grid-template-columns:100fr 152fr 132fr 152fr 152fr 152fr 100fr 210fr;grid-gap:0 1px;gap:0 1px;border-radius:.625rem;background:#130227}.table-row-cash__td{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:start;padding:.625rem 1.25rem;font-weight:700;font-size:.875rem}.table-row-cash__td_withExtraInfo{flex-direction:column}.table-row-cash__td:nth-child(8n+1){justify-content:flex-start}.table-row-cash__td:not(:nth-child(8n)):after{position:absolute;right:-1px;content:"";display:flex;width:1px;height:2rem;background: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:hsla(0,0%,100%,.4);padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.payment-history-table-cash__totals{width:100%;display:flex;margin-top:1.25rem}.payment-history-table-cash__totals-item{background:#320548;border:.0625rem solid #8b00c9;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{background:#320548;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.payment-history-table-cash__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.payment-history-table-cash__extra-info{font-weight: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;margin-left:1.875rem}.payment-history-table-cash__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.payment-history-table-cash__page-count-select{width:5.3125rem}.payment-history-table-cash__tbody{width:100%;display:flex;flex-direction:column;grid-gap:.625rem 0;gap:.625rem 0}.payment-history-table-cash__button{width:calc(100% - .625rem);height:2.5rem;margin:2.5rem 0 0}.payment-history-table-cash__update-time{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem;color:hsla(0,0%,100%,.4)}.cash{width:100%;margin-right:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.filter-block-player-detail{background:#320548;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:hsla(0,0%,100%,.4);margin:1.5rem .625rem .9375rem;text-align:center}.filter-block-player-detail__button{width:100%;max-width:15rem}.filter-block-player-detail__advice{color:hsla(0,0%,100%,.4);font-size:.75rem;text-align:center}.table-row-pagination__tr{background:#130227;border-radius:.625rem;height:3.25rem;display:flex;padding:.625rem 0;width:100%}.table-row-pagination__tr:not(:last-child){margin-bottom:.3125rem}.table-row-pagination__tr_withPointer{cursor:pointer}.table-row-pagination__td{width:20%;height:100%;min-width:10%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;padding:0 1.25rem}.table-row-pagination__td:not(:last-child){border-right:.0625rem solid hsla(0,0%,100%,.3)}.table-row-pagination__td:first-child{justify-content:flex-start}.table-row-pagination__td_status_1{color:#0d9252}.table-row-pagination__td_status_2{color:#ffbc0f}.table-row-pagination__td_status_3{color:#d31c32}.table-row-pagination__arrow{width:1.875rem;min-width:1.875rem}.table-head-pagination{width:100%;display:flex;justify-content:center;margin-bottom:1.0625rem;box-sizing:border-box}.table-head-pagination__table-head{width:20%;font-weight:700;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.table-head-pagination__table-head:first-child{padding-left:.625rem;text-align:left}.financial-reports-table__header{margin:1.25rem .625rem;display:flex;justify-content:space-between;align-items:center}.financial-reports-table__header-left{font-weight:700;font-size:1.375rem}.financial-reports-table__tbody>div:not(:last-child){margin-bottom:.313rem}.financial-reports-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.financial-reports-table__table{background:#320548;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.financial-reports-table__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.financial-reports-table__extra-info{font-weight: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;margin-left:1.875rem}.financial-reports-table__page-count-title{margin-right:.625rem;font-weight:700;font-size:.875rem;color:#fff;white-space:nowrap}.financial-reports-table__page-count-select{width:5.3125rem}.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{background:#320548;border-radius:.625rem;padding:1.25rem;outline:none}.filter-block-player-history__bottom,.filter-block-player-history__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-player-history__bottom{margin-top:1.25rem}.filter-block-player-history__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-player-history__date{display:flex}.filter-block-player-history__date-row{width:100%}.filter-block-player-history__date-row:not(:last-child){margin-right:.625rem}.filter-block-player-history__date-input{height:2.5rem}.filter-block-player-history__input{width:100%;max-width:15rem;margin-right:.625rem}.filter-block-player-history__inputs{display:flex;width:100%}.filter-block-player-history__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-player-history__or{font-weight:700;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:1.5rem .625rem .9375rem;text-align:center}.filter-block-player-history__button{width:100%;max-width:15rem}.filter-block-player-history__advice{color:hsla(0,0%,100%,.4);font-size:.75rem;text-align:center}.player-history{width:100%;margin-right:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.player-history__item{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;padding:1.875rem;border:3px solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227)}.player-history__item-row{display:flex;grid-gap:.625rem;gap:.625rem}.player-history__item-row-data{flex:1 1}.player-history__item-row-data-view{height:2.5rem}.player-history__item-row-data-title{font-family:Roboto;font-size:.75rem;font-weight:500;margin-bottom:2px}.player-history__item-title{font-family:Roboto;font-size:1rem;font-weight:700}.player-history__item-header{display:flex;align-items:center;justify-content:space-between}.player-history__item-cross{cursor:pointer;width:1.5rem;height:1.5rem}.reports-player-statistics-desktop{display:flex;flex-direction:column}.reports-player-statistics-desktop__title{font-size:.875rem;font-weight:700;line-height:1.025625rem;color:#fff;padding:.625rem}.reports-player-statistics-desktop__content{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr));grid-gap:.625rem;gap:.625rem}.reports-player-statistics-desktop__item{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;justify-content:space-between;padding:.9375rem 1.875rem;border:1px solid #8b00c9;background:#320548;border-radius:.625rem}.reports-player-statistics-desktop__item-value{display:flex;grid-gap:.625rem;gap:.625rem;align-items:flex-end}.reports-player-statistics-desktop__item-amount{font-size:1.5rem;font-weight:700;line-height:1.758125rem;color:#fff}.reports-player-statistics-desktop__item-currency{font-size:14px;font-weight:700;line-height:1.025625rem;margin-bottom:.1875rem;color:#76657e}.filter-block-my-debt{background:#320548;border-radius:.625rem;padding:1.25rem}.filter-block-my-debt__date-container{display:flex;justify-content:space-between}.filter-block-my-debt__checkboxes-container,.filter-block-my-debt__wrapper{display:flex;grid-gap:.625rem;gap:.625rem}.filter-block-my-debt__wrapper{flex-direction:column}.filter-block-my-debt__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-my-debt__date{display:flex}.filter-block-my-debt__date-row{width:100%}.filter-block-my-debt__date-row:not(:last-child){margin-right:.625rem}.filter-block-my-debt__date-input{height:2.5rem}.filter-block-my-debt__header{font-weight:700;font-size:1.375rem;margin-bottom:.9375rem}.filter-block-my-debt__or{font-weight:700;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:.625rem .625rem .9375rem;text-align:center}.filter-block-my-debt__button{min-width:-webkit-max-content;min-width:max-content;max-width:15rem}.filter-block-my-debt__checkbox{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.filter-block-my-debt__checkbox-wrapper{margin-top:auto;min-height:2.5rem;cursor:pointer;display:flex;align-items:center;grid-gap:.56rem;gap:.56rem;font-size:.875rem;font-weight:600}.profile-block{width:100%;background:#320548;border-radius:.625rem;padding:1.25rem;display:grid;grid-template-columns:1fr 1fr}.profile-block__user{display:flex;align-items:center;background:#130227;border-radius:.625rem;padding-left:1.25rem}.profile-block__user-img{min-width:1.875rem;width:1.875rem;height:1.875rem}.profile-block__user-img svg{width:100%;height:100%}.profile-block__user-block{color:#fff;text-transform:uppercase;padding:.625rem 1.25rem;background:#130227;border-radius:.625rem;text-align:left;width:100%}.profile-block__user-block span{display:block}.profile-block__user-block span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4)}.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:#130227;border-radius:.625rem;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%;margin-right:1.25rem;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__total-header{font-weight:700;font-size:1.375rem;margin:1.25rem .625rem}.my-debt-account__totals{width:100%;display:flex;margin-top:1.25rem}.my-debt-account__totals-item{background:#320548;border:.0625rem solid #8b00c9;border-radius:.625rem;text-align:left;font-weight:700;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.my-debt-account__totals-head{font-size:.875rem}.my-debt-account__totals-data{font-size:1.375rem;margin-top:.625rem}.my-debt-account__filters{padding:0 .625rem}.how-to-start{margin-right:1.25rem;width:100%}.how-to-start__link{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem;padding:.75rem 1.25rem;background:#130227;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;width:100%;min-height:2.5rem;outline:none;padding-left:1rem;color:#fff;font-weight:400;font-size:.875rem;background:#130227;border:.0625rem solid #682984;border-radius:.625rem}.input-search::placeholder{color:hsla(0,0%,100%,.4);font-weight:400;font-size:.875rem}.input-search::-webkit-search-cancel-button{cursor:pointer;opacity:0;margin:0 .5rem 0 10px!important;min-width:1.9375rem!important;min-height:1.9375rem!important}.input-search:-webkit-autofill,.input-search:-webkit-autofill:focus,.input-search:-webkit-autofill:hover{-webkit-text-fill-color:#fff;font-size:.875rem;font-weight:400;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input-search_sizable_default{height:100%}.input-search_sizable_low{height:2.5rem}.input-search_sizable_high{height:3.125rem}.input-search_sizable_rounded{border-radius:1.17rem}.input-search__wrapper{display:flex;align-items:center;width:100%;height:100%;position:relative}.input-search_color_white{background:#fff;padding-left:2.125rem;color:#7e89a4}.input-search_color_white::placeholder{color:#7e89a4}.input-search_color_transparent{background:#320548}.input-search__cross-container{cursor:pointer;z-index:1;position:absolute;right:.5rem;width:1.9375rem;min-width:1.9375rem;height:1.9375rem}.input-search__cross,.input-search__cross-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.input-search__cross{width:1.25rem;height:1.25rem}.input-search_validState_2{border:.0625rem solid #0d9252!important}.input-search_validState_3{border:.0625rem solid #d31c32!important}.tree-row-desktop{position:relative}.tree-row-desktop__line{height:2.5rem;width:1.25rem;display:flex;position:absolute;left:0;top:0}.tree-row-desktop__line_type_3{left:.0313rem;width:1.1875rem;top:-.0313rem}.tree-row-desktop__line_type_2{left:-1.5px}.tree-row-desktop__parent{display:flex;margin-left:1.25rem;border-radius:.625rem;background:#130227;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:#8b00c9}.tree-row-desktop__parent__wrapper{display:flex;justify-content:flex-start;overflow:hidden}.tree-row-desktop__parent:hover .tree-row-desktop__parent__img-user *{fill:#fff}.tree-row-desktop__parent__img-user{width:1.125rem;min-width:1.125rem}.tree-row-desktop__parent__img-user_active *{fill:#fff}.tree-row-desktop__parent__title{font-weight:700;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.tree-row-desktop__parent__img-arrow{width:1.875rem;min-width:1.875rem;transform:rotate(180deg)}.tree-row-desktop__parent__img-arrow_opened{transform:rotate(0)}.tree-row-desktop__childrens{position:relative;padding-left:1.25rem}.tree-desktop{margin-right:1.25rem;width:100%;background:#320548;border-radius:.625rem;height:100%;padding:.9375rem;position:relative}.tree-desktop_isMobile{margin-left:0;border-radius:0;overflow-y:auto}.tree-desktop__title{padding:.3125rem 0 .625rem .625rem;font-weight:700;font-size:1rem;line-height:1.1875rem;text-transform:uppercase;color:#fff;display:flex;align-items:center}.tree-desktop__back-arrow{width:1.875rem;min-width:1.875rem;display:flex;transform:rotate(180deg)}.tree-desktop_active .tree-desktop__current-agent{background:#8b00c9}.tree-desktop__current-agent{display:flex;border-radius:.625rem;background:#130227;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:#8b00c9}.tree-desktop__current-agent:hover .tree-desktop__current-agent__img-user *{fill:#fff}.tree-desktop__current-agent__img-user{width:1.25rem;min-width:1.25rem}.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;overflow:hidden;text-overflow:ellipsis}.tree-desktop__current-agent__img-arrow{width:1.875rem;min-width:1.875rem;transform:rotate(180deg)}.tree-desktop__current-agent__img-arrow_opened{transform:rotate(0)}.tree-desktop__wrapper{overflow-x:auto;padding:0 0 .625rem}.tree-desktop__search{margin-bottom:.75rem}.tree-desktop__search-title{margin-bottom:.125rem;font-size:.75rem;font-weight:600}.header-dropdown{position:absolute;top:5rem;right:.625rem;width:18.75rem;border:.0625rem solid hsla(0,0%,100%,.3);border-radius:.625rem;overflow:hidden}.header-dropdown__upper{height:40%;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;background-color:#320548}.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:hsla(0,0%,100%,.4)}.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%;display:flex;flex-direction:column;background:#130227}.notifies-view{display:flex;flex-direction:column;width:20rem;box-sizing:border-box;padding:1.25rem .625rem;border-radius:.625rem;border:1px solid #682984;background:#320548;margin:0 auto;max-height:37.5rem;overflow:auto}.notifies-view_hide{opacity:0}.notifies-view::-webkit-scrollbar{width:.375rem;height:.375rem}.notifies-view::-webkit-scrollbar-track{border-radius:.375rem}.notifies-view::-webkit-scrollbar-thumb{background:#8b00c9;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;line-height:1.3125rem;color:#fff}.notifies-view__cross{cursor:pointer;display:flex}.notifies-view__cross-svg{width:1.5rem;height:1.5rem}.notifies-view__item,.notifies-view__items{display:flex;flex-direction:column;width:100%}.notifies-view__item{box-sizing:border-box;padding:.625rem;border-radius:.625rem;background:#130227;grid-gap:.313rem;gap:.313rem}.notifies-view__item_openedItem{border:1px solid #682984;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:hsla(0,0%,100%,.4);margin-right:.625rem}.notifies-view__name{color:#fff;font-weight:700;overflow:hidden;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;max-height:2.625rem;-webkit-line-clamp:2;padding-right:.438rem}.notifies-view__new{padding:.313rem;margin-right:.313rem;border-radius:.313rem;background:#8b00c9;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:#ffbc0f;text-overflow:ellipsis;font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.header{z-index:1;background:#320548;border-bottom:.0625rem solid hsla(0,0%,100%,.3);width:100%;padding:.625rem;display:flex;align-items:center;flex-direction:row;justify-content:flex-end;position:fixed;left:0;top:0;z-index:999}.header__language-selector{margin-right:.625rem}.header_open .header__user-arrow{transform:scale(-1)}.header__user,.header__user-balance{color:#fff;display:flex;align-items:center;cursor:pointer;background:#130227;border-radius:.625rem;padding:.3125rem .3125rem .3125rem .9375rem}.header__user-balance{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:600;text-transform:capitalize}.header__user-info{font-weight:500;text-transform:uppercase;margin-right:.625rem;display:flex;flex-direction:column;text-align:right}.header__user-info-id{font-size:.75rem}.header__user-info-login{font-size:1rem;font-weight:700}.header__user-img{width:1.5rem;height:1.5rem}.header__user-img svg{width:100%;height:100%}.header__user-arrow{width:1.875rem;height:1.875rem}.header__user-arrow svg{width:100%;height:100%}.header__notifies-wrapper,.header__wrapper-notifies{display:flex;align-items:center;justify-content:center;position:relative}.header__notifies-wrapper{width:2.625rem;height:2.625rem;border-radius:.625rem;margin:0 .625rem 0 0;background-color:#130227}.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;border-radius:.5625rem;background-color:#da4167;font-size:.75rem;line-height:.75rem;color:#fff;box-sizing:border-box;padding:2px 3px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.header__notifies-container{position:absolute;top:3.813rem}.header__bell{display:flex;align-items:center;justify-content:center;cursor:pointer}.header__bell-svg{width:1.5rem;height:1.5rem}.header__telegram{display:flex;align-items:center;justify-content:center;position:relative;width:2.625rem;height:2.625rem;border-radius:.625rem;margin:0 .625rem 0 0;background-color:#130227}.header__telegram-icon{width:1.5rem;height:1.5rem;cursor:pointer}.subheader{padding:1.375rem 1.875rem .125rem;display:flex;align-items:center;justify-content:space-between}.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:12.5rem;margin-left:.625rem}.list-item{border-radius:.625rem}.list-item_active{background:#8b00c9;box-shadow:0 .3125rem .9375rem rgba(139,0,201,.5)}.list-item_active .list-item__parent__title{color:#fff}.list-item__parent{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.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:hsla(0,0%,100%,.4)}.list-item__parent__img-arrow{width:1.875rem;transform:rotate(180deg)}.list-item__parent__img-arrow svg{width:100%;height:100%}.list-item__parent__img-arrow_opened{transform:rotate(0deg)}.list-item__parent__count{width:1.125rem;min-width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;margin:0 0 0 .625rem;border-radius:1.125rem;background:var(--Accent-Backgorund-Accent,#da4167);font-size:.75rem;color:#fff}.list-item__parent_level_1{padding:.625rem}.list-item__parent_level_1 .list-item__parent__title{color:#fff;font-size:.875rem}.agent-feedback{width:24.25rem;display:flex;flex-direction:column;padding:2.5rem;position:relative;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:var(--DarkUI-Background,#130227)}.agent-feedback__cross{display:flex;width:2.688rem;height:2.688rem;top:0;bottom:0;cursor:pointer;position:absolute;right:.6298rem;top:.6208rem}.agent-feedback__text{color:#fff;text-align:center;font-size:1rem;font-weight:500}.agent-feedback__input-label{margin-bottom:.125rem;font-size:.75rem;font-weight:600}.agent-feedback__button{height:2.5rem}.logo-domain{width:100%}.logo-domain,.sidebar{height:100%;display:flex}.sidebar{background:#320548;border-right:.0625rem solid hsla(0,0%,100%,.3);flex-direction:column;min-width:17.5rem;padding:1.25rem;z-index:9999;overflow:hidden;width:20%}.sidebar__menu{overflow:auto;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;flex:1 1}.sidebar__logo{max-width:12.5625rem;width:100%;margin-bottom:.625rem}.sidebar__logo-wrapper{display:flex;justify-content:center}.sidebar__logo_isMobile{max-width:12.875rem;margin:3.1875rem 0}.sidebar__contact-button{background:#8b00c9;box-shadow:0 .3125rem .9375rem rgba(139,0,201,.5);border-radius:.625rem;padding:.625rem;cursor:pointer;margin-top:.625rem;transition:opacity .2s ease}.sidebar__contact-button:hover{opacity:.9}.sidebar__contact-button-content{display:flex;align-items:center}.sidebar__contact-button-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.sidebar__contact-button-icon svg{width:100%;height:100%}.sidebar__contact-button-title{font-weight:700;font-size:.875rem;color:#fff}.create-player{width:100%;height:100%;color:#fff}.create-player,.create-player__confirmation-pop-up{display:flex;justify-content:center;align-items:center}.create-player__confirmation-pop-up{text-align:center;width:24.25rem;flex-direction:column}.create-player__confirmation-pop-up__description{font-size:1rem}.create-player__confirmation-pop-up__description span{color:#8b00c9}.create-player__confirmation-pop-up__buttons{width:100%;max-width:12.5rem}.create-player__confirmation-pop-up__buttons a,.create-player__confirmation-pop-up__buttons button{margin-top:1.25rem}.create-player__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.create-player__fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem}.create-player__form{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.create-player__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.create-player__bottom{display:flex;justify-content:flex-end;margin-top:3.125rem}.create-player__bottom button{max-width:8.75rem;text-transform:uppercase}.create-agent{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.create-agent__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.create-agent__confirmation-pop-up{text-align:center;width:24.25rem;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:#8b00c9}.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:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem}.create-agent__form{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.create-agent__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.create-agent__form__input-block_type_commission .create-agent__form__input-block-title{font-family:Roboto;font-size:.875rem;font-weight:400}.create-agent__form__input-block_required .create-agent__form__input-block-title:after{content:" *";color:red}.create-agent__form__switchers{margin:.9375rem 0 3.5625rem}.create-agent__form__switchers-block{display:flex;justify-content:space-between;align-items:center}.create-agent__form__switchers-block:not(:last-child){margin-bottom:.8125rem}.create-agent__form__switchers-title{font-weight:600;font-size:.875rem}.create-agent__form__switchers-title span{color:#8b00c9}.create-agent__form__switchers-item{width:2.1875rem;min-width:2.1875rem}.create-agent__bottom{display:flex;justify-content:flex-end}.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{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;transform:translateY(13vh);flex-direction:column}.deposit__amount-types{font-weight:700;margin-bottom:1.875rem;display:grid;grid-auto-flow:column;grid-column-gap:.625rem}.deposit__amount-types-item{padding:.625rem 1.25rem;background:#130227;width:100%;border-radius:.625rem;cursor:pointer;text-align:center}.deposit__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.deposit__header_small{margin-bottom:.625rem;font-size:1.125rem;text-transform:none}.deposit__top{width:100%}.deposit__bottom{display:flex;justify-content:flex-end;margin-top:2.5rem;width:100%}.deposit__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.deposit__user-blocks{display:flex;margin-bottom:.625rem}.deposit__user-block{width:100%}.deposit__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.3125rem}.deposit__user-block-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#130227;border-radius:.625rem}.deposit__user-block:first-child{margin-right:1.875rem}.deposit__user-block-right span{display:block;text-align:right}.deposit__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4)}.deposit__user-block-right span:last-child{font-weight:700;font-size:.875rem}.deposit__user-block-left{display:flex;align-items:center}.deposit__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.deposit__user-block-info{font-weight:700;font-size:.875rem}.deposit__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.deposit__user-block-info-type_role_6{background:#0d9252}.deposit__inputs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 1.875rem;gap:0 1.875rem;width:100%;height:100%}.deposit__inputs-block{display:flex;flex-direction:column;justify-content:space-between;width:100%}.deposit__amount-title{font-size:1.125rem;line-height:1.3125rem;font-weight:500;color:#fff;margin:0 0 .625rem}.deposit__amount-input-wrapper{display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;grid-gap:0 .625rem;gap:0 .625rem;width:100%}.deposit__amount-input-block{display:flex;flex-direction:column;width:100%}.deposit__amount-subtitle{font-size:.75rem;font-weight:500;line-height:.875rem;margin:0 0 2px}.deposit__amount-input{width:100%;height:2.5rem}.deposit__amount-all-btn{min-width:3.4375rem;height:2.5rem}.deposit__bonus-title{display:flex;align-items:center;justify-content:space-between;width:100%}.deposit__bonus-title-value{font-size:.875rem;line-height:1rem;font-weight:600;color:#fff}.deposit__switcher{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem}.deposit__bonus-inputs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 .625rem;gap:0 .625rem}.deposit__bonus-input{width:100%;height:2.5rem}.withdrawal{height:100%}.withdrawal,.withdrawal__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.withdrawal__wrapper{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;transform:translateY(13vh);flex-direction:column}.withdrawal__amount-types{font-weight:700;margin-bottom:1.875rem;display:grid;grid-auto-flow:column;grid-column-gap:.625rem}.withdrawal__amount-types-item{padding:.625rem 1.25rem;background:#130227;width:100%;border-radius:.625rem;cursor:pointer;text-align:center}.withdrawal__input{max-width:18.75rem;width:100%;position:relative}.withdrawal__input-currency{position:absolute;right:1.25rem;top:25%}.withdrawal__input input{padding-right:4.375rem}.withdrawal__input_type_amount input{padding-right:5.5rem}.withdrawal__all-btn{position:absolute;right:1.25rem;top:13%}.withdrawal__all-btn button{height:1.875rem;box-shadow:none}.withdrawal__input-block{width:100%;margin-bottom:.625rem;display:flex;flex-direction:column;align-items:center}.withdrawal__input-block-title{display:block;font-weight:500;font-size:1.125rem;margin-bottom:.625rem;text-align:center}.withdrawal__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.withdrawal__header_small{margin-bottom:.625rem;font-size:1.125rem;text-transform:none}.withdrawal__top{width:100%}.withdrawal__bottom{display:flex;justify-content:flex-end;margin-top:2.5rem;width:100%}.withdrawal__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.withdrawal__user-blocks{display:flex;margin-bottom:.625rem}.withdrawal__user-block{width:100%}.withdrawal__user-block-title{font-weight:500;font-size:1rem;margin-bottom:.3125rem}.withdrawal__user-block-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#130227;border-radius:.625rem}.withdrawal__user-block:first-child{margin-right:1.875rem}.withdrawal__user-block-right span{display:block;text-align:right}.withdrawal__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.withdrawal__user-block-right span:last-child{font-weight:700;font-size:.875rem}.withdrawal__user-block-left{display:flex;align-items:center}.withdrawal__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.withdrawal__user-block-info{font-weight:700;font-size:.875rem}.withdrawal__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.withdrawal__user-block-info-type_role_6{background:#0d9252}.change-password-users{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.change-password-users__top{width:100%}.change-password-users__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.change-password-users__fields{max-width:18.75rem;margin:0 auto}.change-password-users__fields,.change-password-users__form{display:flex;flex-direction:column;align-items:center;justify-content:center}.change-password-users__form{background:#320548;border-radius:1.25rem;padding:3.125rem 0 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.change-password-users__form__input-block{width:100%;margin-bottom:.625rem}.change-password-users__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.change-password-users__bottom{display:flex;justify-content:flex-end;margin-top:2.5rem;width:100%;padding-right:4.375rem}.change-password-users__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.change-password-users__user-block{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1.375rem .625rem .625rem;background:#130227;margin-bottom:1.875rem;border-radius:.625rem}.change-password-users__user-block-right span{display:block;text-align:right}.change-password-users__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.change-password-users__user-block-right span:last-child{font-weight:700;font-size:.875rem}.change-password-users__user-block-left{display:flex;align-items:center}.change-password-users__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.change-password-users__user-block-info{font-weight:700;font-size:.875rem}.change-password-users__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.change-password-users__user-block-info-type_role_6{background:#0d9252}.disable-user{height:100%}.disable-user,.disable-user__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.disable-user__wrapper{background:#320548;border-radius:1.25rem;padding:3.125rem 150px 4.6875rem 9.375rem;max-width:48.125rem;transform:translateY(13vh);flex-direction:column}.disable-user__header{font-weight:500;margin-bottom:3.125rem;display:flex;flex-direction:column;align-items:center;text-align:center}.disable-user__header-title{font-size:1.875rem;text-transform:capitalize;margin:.625rem 0}.disable-user__header-description{font-size:1rem}.disable-user__header-description span{color:#8b00c9}.disable-user__header-icon{display:flex;min-width:5rem;width:5rem}.disable-user__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#130227;border-radius:.625rem}.disable-user__user-block:first-child{margin-right:1.875rem}.disable-user__user-block-right span{display:block;text-align:right}.disable-user__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.disable-user__user-block-right span:last-child{font-weight:700;font-size:.875rem}.disable-user__user-block-left{display:flex;align-items:center}.disable-user__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.disable-user__user-block-info{font-weight:700;font-size:.875rem}.disable-user__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.disable-user__user-block-info-type_role_6{background:#0d9252}.disable-user__top{width:100%}.disable-user__bottom{display:flex;justify-content:center;margin-top:3.125rem;width:100%}.disable-user__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;text-transform:uppercase;margin-left:1.25rem}.disable-user__bottom button:last-child{color:#d31c32}.modify-agent{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.modify-agent__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.modify-agent__fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem}.modify-agent__form{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.modify-agent__form__input-block-title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.modify-agent__form__input-block_required .modify-agent__form__input-block-title:after{content:" *";color:red}.modify-agent__form__switchers{margin-top:.9375rem}.modify-agent__form__switchers-block{display:flex;justify-content:space-between;align-items:center}.modify-agent__form__switchers-block:not(:last-child){margin-bottom:.8125rem}.modify-agent__form__switchers-title{font-weight:600;font-size:.875rem}.modify-agent__form__switchers-title span{color:#8b00c9}.modify-agent__form__switchers-item{width:2.1875rem;min-width:2.1875rem}.modify-agent__bottom{display:flex;justify-content:flex-end;margin-top:3.125rem}.modify-agent__bottom button{max-width:8.75rem;text-transform:uppercase}.modify-agent__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#130227;border-radius:.625rem;margin-bottom:1.875rem}.modify-agent__user-block:first-child{margin-right:1.875rem}.modify-agent__user-block-right span{display:block;text-align:right}.modify-agent__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.modify-agent__user-block-right span:last-child{font-weight:700;font-size:.875rem}.modify-agent__user-block-left{display:flex;align-items:center}.modify-agent__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.modify-agent__user-block-info{font-weight:700;font-size:.875rem}.modify-agent__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.modify-agent__user-block-info-type_role_6{background:#0d9252}.information{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.information__wrapper{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.information__top{width:100%}.information__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem}.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:500;font-size:.875rem;padding:.75rem .9375rem;height:2.5rem;background:#130227;border-radius:.625rem}.information__bottom{display:flex;justify-content:flex-end}.information__bottom button{max-width:8.75rem;text-transform:uppercase}.information__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#130227;border-radius:.625rem;margin-bottom:1.875rem}.information__user-block:first-child{margin-right:1.875rem}.information__user-block-right span{display:block;text-align:right}.information__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.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:700;font-size:.875rem}.information__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#ffbc0f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.information__user-block-info-type_role_6{background:#0d9252}.permissions-details-items-desktop{display:flex;flex-direction:column;margin-top:.625rem;border:1px solid hsla(0,0%,100%,.3);border-radius:.6rem}.permissions-details-items-desktop__item{display:flex;align-items:center;justify-content:space-between;background:#130227;padding:.875rem 1.25rem;border-radius:.6rem;max-height:2.5rem}.permissions-details-items-desktop__item_inner{padding-left:1.563rem;background-color:transparent}.permissions-details-items-desktop__item-switcher{width:2.375rem;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:1rem;line-height:1.1875rem;color:#fff;display:flex;align-items:center}.permissions-details-for-agent-desktop__header-info-title_capitalized,.permissions-details-for-agent-desktop__header-info-username_capitalized{text-transform:capitalize}.permissions-details-for-agent-desktop__header-info-title{background:#130227;border-radius:.625rem;justify-content:center;padding:.9375rem 1.563rem}.permissions-details-for-agent-desktop__header-info-title_withGap{padding-right:2.5rem}.permissions-details-for-agent-desktop__header-info-title_fullWidth{width:100%;justify-content:space-between}.permissions-details-for-agent-desktop__header-info-username{background:#f4f4f4;border-radius:0 5px 5px 0;width:100%;padding:.9375rem;border:1px solid #e2e5ec}.permissions-details-for-agent-desktop__header-info-switcher{width:2.375rem;margin:0 .938rem 0 .625rem;align-items:center;display:flex}.permissions-details-for-agent-desktop__header-info-switcher_noGap{margin-right:0}.permissions-details-simple-desktop{min-height:2.5rem;display:flex;align-items:center;justify-content:space-between;grid-gap:.625rem;gap:.625rem;background:#130227;color:#fff;padding:.3125rem 1.5625rem;border-radius:.6rem;max-height:2.5rem;border-radius:.625rem;margin-top:.625rem;border:1px solid hsla(0,0%,100%,.3)}.permissions-details-simple-desktop__switcher{width:2.375rem;align-items:center;display:flex}.change-permissions-modal-desktop{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.change-permissions-modal-desktop__header{font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:2.5rem}.change-permissions-modal-desktop__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#130227;border-radius:.625rem;margin-bottom:.6rem}.change-permissions-modal-desktop__user-block:first-child{margin-right:1.875rem}.change-permissions-modal-desktop__user-block-right span{display:block;text-align:right}.change-permissions-modal-desktop__user-block-right span:first-child{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.change-permissions-modal-desktop__user-block-right span:last-child{font-weight:700;font-size:.875rem}.change-permissions-modal-desktop__user-block-left{display:flex;align-items:center}.change-permissions-modal-desktop__user-block-icon{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.change-permissions-modal-desktop__user-block-info{font-weight:700;font-size:.875rem}.change-permissions-modal-desktop__user-block-info-type{font-size:.75rem;text-transform:uppercase;padding:.1875rem .375rem;border-radius:.3125rem;background:#0f78f2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.change-permissions-modal-desktop__user-block-info-type_role_6{background:#0d9252}.change-permissions-modal-desktop__permission-edit-header{display:flex;align-items:center;margin-bottom:2.5rem;font-weight:500;font-size:1.875rem;text-transform:capitalize;text-align:center}.change-permissions-modal-desktop__permission-edit-icon{width:.75rem;height:.438rem;display:flex;transform:rotate(90deg);margin-right:1.344rem;cursor:pointer}.change-permissions-modal-desktop__form{background:#320548;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;transform:translateY(13vh)}.change-permissions-modal-desktop__bottom{display:flex;justify-content:flex-end;width:100%;margin-top:3.125rem}.change-permissions-modal-desktop__bottom button:last-child{margin-left:.3125rem}.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}.change-permissions-modal-desktop__button:first-child{margin-right:1.25rem}.change-permissions-modal-desktop__feedback-link-permission{display:flex;align-items:center;justify-content:space-between;background:#130227;padding:.875rem 1.25rem;border-radius:.6rem;border:1px solid hsla(0,0%,100%,.3);margin-top:.625rem}.change-permissions-modal-desktop__feedback-link-permission-switcher{display:flex;align-items:center;justify-content:center;width:1.875rem}.change-permissions-modal-desktop__feedback-link-permission-title{color:#fff;font-weight:500;font-size:.875rem}.select-mobile{width:100%;box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;user-select:none;background:#130227;border:.0625rem solid #682984;border-radius:.625rem}.select-mobile_paginator .select__item{width:100%}.select-mobile_open{border-bottom-color:transparent;border-radius:.625rem .625rem 0 0}.select-mobile_color_forGifts{border-color:transparent}.select-mobile_color_forGifts .select-mobile__items-list{border-color:transparent;background:#130227;border-radius:0 0 .625rem .625rem}.select-mobile_color_forGifts .select-mobile__item{display:flex;text-align:center;justify-content:center;grid-gap:.625rem;gap:.625rem}.select-mobile_color_forGifts .select-mobile__item_data_new{color:var(--Accent-Accent-2,#ffbc0f)}.select-mobile_color_forGifts .select-mobile__item_data_processing{color:var(--Accent-Text-Additional,#76657e)}.select-mobile_color_forGifts .select-mobile__item_data_sent{color:var(--Accent-Text-Regular,#fff)}.select-mobile_color_forGifts .select-mobile__item_data_completed{color:var(--Status-Good,#1ccc77)}.select-mobile_color_forGifts .select-mobile__item-title{color:var(--DarkUI-Text-Additional,#76657e);font-size:.75rem;font-weight:500}.select-mobile_color_forGifts .select-mobile__arrow{position:unset}.select-mobile_withTitle .select-mobile__item{text-align:center;justify-content:center;grid-gap:.625rem;gap:.625rem}.select-mobile_withTitle .select-mobile__item_current{justify-content:center}.select-mobile_withTitle .select-mobile__item-text{display:flex;flex-direction:column;align-items:center}.select-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}.select-mobile__item-main{display:flex;justify-content:space-between;align-items:center}.select-mobile__item-icon{min-width:1.875rem;width:1.875rem;margin-left:.625rem}.select-mobile__item:not(.select-mobile__item_current):hover{background-color:#8b00c9}.select-mobile__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:transform .3s ease}.select-mobile_color_grey{border:.0625rem solid hsla(0,0%,100%,.4);border-radius:.3125rem;color:hsla(0,0%,100%,.4);background:transparent}.select-mobile_color_transparent{background:#320548}.select-mobile__arrow-svg{height:.571rem;width:.857rem}.select-mobile_open .select-mobile__arrow{transform:scaleY(-1)}.select-mobile__items-list{position:absolute;top:2.5rem;border-radius:0 0 .3125rem .3125rem;background:#320548;width:100%;z-index:2;max-height:21rem;border:.0625rem solid #682984;overflow-y:auto;overflow-x:hidden}.select-mobile__items-list_color_grey{top:100%;border:.0625rem solid hsla(0,0%,100%,.4);background:#fff;width:100%}.select-mobile__items-list_color_white{background:#fff}.select-mobile__items-list::-webkit-scrollbar{width:3px;height:.5rem;scroll-margin-right:.5rem}.select-mobile__items-list::-webkit-scrollbar-thumb{width:3px;height:1rem;background:#037ac9;cursor:pointer}.input-date-mobile{-webkit-user-select:none;user-select:none;cursor:pointer}.input-date-mobile,.input-date-mobile .react-datepicker-wrapper,.input-date-mobile .react-datepicker__input-container{width:100%;height:100%}.input-date-mobile .react-datepicker__triangle{display:none}.input-date-mobile_withManualTyping .react-datepicker-wrapper{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.input-date-mobile_withManualTyping .react-datepicker__input-container input{background-color:#320548;border:none;color:#fff}.input-date-mobile_disabled{cursor:default}.input-date-mobile__custom-date-input{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;background:#130227;border:.0625rem solid #682984;border-radius:.625rem}.input-date-mobile__custom-date-input-container{display:flex;flex-direction:column}.input-date-mobile__custom-date-input-left{display:flex;align-items:center}.input-date-mobile__custom-date-input-title{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}.input-date-mobile__custom-date-input_disabled{background-color:transparent}.input-date-mobile__custom-date-input_color_transparent{background-color:#320548}.input-date-mobile__custom-date-input-calendar{width:1.5rem;min-width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .3125rem 0 0}.input-date-mobile__custom-date-input-calendar_small{width:1.25rem;height:1.25rem}.input-date-mobile__custom-date-input-value{margin-right:auto;font-size:.875rem;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-mobile__custom-date-input-value_fontSize_12{font-size:.75rem}.input-date-mobile__custom-date-input-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.input-date-mobile__custom-date-input-arrow_small{width:1.25rem;height:1.25rem}.input-date-mobile_validState_2 .input-date-mobile__custom-date-input{border:.0625rem solid #0d9252!important}.input-date-mobile_validState_3 .input-date-mobile__custom-date-input{border:.0625rem solid #d31c32!important}.filter-block-desktop{padding:1.25rem;display:flex;flex-direction:column;background:#320548;border-radius:.625rem}.filter-block-desktop__filter-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.filter-block-desktop__form{margin-top:.625rem;display:none}.filter-block-desktop__form_isOpen{display:flex;flex-direction:column}.filter-block-desktop__header{padding:.625rem 0;display:flex;align-items:center}.filter-block-desktop__arrow{margin-left:.625rem;background:transparent;border:none;cursor:pointer;outline:none;position:relative;display:flex;width:1.875rem;height:1.875rem}.filter-block-desktop__arrow-icon{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;opacity:0}.filter-block-desktop__arrow-icon_isOpen{opacity:1}.filter-block-desktop__input{display:flex;flex-direction:column}.filter-block-desktop__inputs{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.4375rem;gap:.4375rem;margin-top:0}.filter-block-desktop__bottom{display:flex;align-items:flex-start;margin-top:1.25rem}.filter-block-desktop__button-group{margin-left:.625rem;margin-top:1.125rem;display:flex;align-items:flex-start;height:2.5rem}.filter-block-desktop__button-group>button{margin-right:auto;width:15rem}.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:400;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:700;line-height:.625rem;letter-spacing:0;text-align:left;color:#76657e}.sport-history-item{border-radius:.25rem;background:#130227;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 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-size:.688rem;font-weight:600;line-height:.688rem;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}.sport-history-item__player{font-size:.688rem;font-weight:600;line-height:.688rem;letter-spacing:0;text-align:left;color:#8b00c9}.sport-history-item__user{width:1.5rem;height:1.5rem}.sport-history{flex:1 1}.sport-history__result{padding:1.25rem;background:#320548;display:flex;flex-direction:column;border-radius:.625rem;margin-top:.625rem}.sport-history__items-on-page{margin-top:.625rem;padding:1rem .625rem;display:flex;align-items:center;justify-content:space-between}.sport-history__items-on-page-title{margin-right:auto}.sport-history__items-on-page-select{width:5.313rem}.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{margin-top:.625rem;padding:.75rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.provider-custom-block{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;width:100%;height:37.5625rem;border-radius:.625rem;background:#320548;padding:1.875rem}.provider-custom-block__content{width:100%;height:100%}.provider-custom-block__providers{width:100%;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;height:24rem;overflow-y:auto;padding-right:.3125rem}.provider-custom-block__providers::-webkit-scrollbar{width:.25rem;height:.25rem}.provider-custom-block__providers::-webkit-scrollbar-track{border-radius:.375rem}.provider-custom-block__providers::-webkit-scrollbar-thumb{background:#8b00c9;border-radius:.375rem}.provider-custom-block__buttons{display:flex;grid-gap:1.25rem;gap:1.25rem;margin-top:.625rem;justify-content:flex-end}.provider-custom-block__button{height:2.5rem;min-width:10rem}.provider-custom-block__game-types{display:flex;grid-gap:.625rem;gap:.625rem}.provider-custom-block__game-type{cursor:pointer;border-radius:.625rem;background:#130227;font-size:.75rem;font-weight:700;display:flex;justify-content:center;align-items:center;height:2.75rem;width:100%;padding:.9375rem;text-wrap:nowrap}.provider-custom-block__game-type_active{background:#8b00c9}.provider-custom-block__header{display:flex;justify-content:space-between;align-items:center;color:#fff}.provider-custom-block__header-title{font-size:1.375rem;line-height:1.375rem;font-weight:700}.provider-custom-block__header-total{font-size:.875rem;font-style:normal;line-height:.875rem;font-weight:700}.provider-custom-block__wrapper{display:flex;align-items:center}.provider-custom-block__provider{display:flex;justify-content:space-between;width:100%;padding-right:1.875rem;border-radius:.625rem;background:#130227;overflow:hidden;color:#fff;min-height:2.125rem;height:2.125rem}.provider-custom-block__provider-game-type{padding:.625rem .9375rem;width:7.5rem;height:100%;border-radius:.625rem;border:1px solid #682984;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:4.375rem;text-wrap:nowrap}.provider-custom-block__provider-item{display:flex;grid-gap:.625rem;gap:.625rem;align-items:center}.provider-custom-block__provider-item-icon{display:flex;width:1.5rem;height:1.5rem}.provider-custom-block__provider-item-name{font-size:.75rem;font-weight:700}.provider-custom-block__provider-switcher{margin-right:3.125rem;width:1.875rem}.provider-custom-block__provider-controller{display:flex;flex-direction:column;justify-content:center;grid-gap:.4375rem;gap:.4375rem}.provider-custom-block__provider-arrow{display:flex;width:.8125rem;cursor:pointer}.provider-custom-block__provider-arrow_disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.provider-custom-block__provider_disabled{opacity:.6;background:#1a0a2e}.provider-custom-block__provider_disabled .provider-custom-block__provider-item-name{color:#888}.provider-custom-block__provider-locked{margin-left:.625rem;padding:.125rem .5rem;background:#f44;border-radius:.25rem;font-size:.625rem;font-weight:700;text-transform:uppercase;color:#fff}.games-custom{display:grid;position:relative;grid-template-rows:auto auto auto 1fr;grid-gap:1.25rem;gap:1.25rem;width:100%;height:37.5625rem;border-radius:.625rem;background:#320548;padding:1.875rem}.games-custom__content{width:100%;display:flex;flex-direction:column;justify-content:space-between}.games-custom__spinner{position:absolute;width:100%;height:100%;border-radius:.625rem;overflow:hidden}.games-custom__buttons{display:flex;grid-gap:1.25rem;gap:1.25rem;margin-top:.625rem;justify-content:flex-end}.games-custom__button{height:2.5rem;min-width:10rem}.games-custom__providers{display:flex;grid-gap:.625rem;gap:.625rem;overflow:auto;padding-bottom:.3125rem}.games-custom__providers::-webkit-scrollbar{width:.25rem;height:.25rem}.games-custom__providers::-webkit-scrollbar-track{border-radius:.375rem}.games-custom__providers::-webkit-scrollbar-thumb{background:#8b00c9;height:.25rem;border-radius:.375rem}.games-custom__provider{padding:.4375rem 1.25rem .4375rem .9375rem;height:2.375rem;border-radius:6.25rem;border:1px solid #682984;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem;cursor:pointer}.games-custom__provider-icon{width:1.5rem;height:1.5rem;max-width:1.5rem}.games-custom__provider-name{font-size:.75rem;font-weight:700;color:#fff}.games-custom__provider_active{background:#8b00c9}.games-custom__header{display:flex;justify-content:space-between;align-items:center;color:#fff}.games-custom__header-title{font-size:1.375rem;line-height:1.375rem;font-weight:700}.games-custom__header-total{font-size:.875rem;font-style:normal;line-height:.875rem;font-weight:700}.games-custom__wrapper{display:flex;align-items:center}.games-custom__wrapper:last-child{justify-self:end}.games-custom__game-types{display:flex;grid-gap:.625rem;gap:.625rem}.games-custom__game-type{cursor:pointer;border-radius:.625rem;background:#130227;font-size:.75rem;font-weight:700;display:flex;justify-content:center;align-items:center;height:2.75rem;width:100%;padding:.9375rem;text-wrap:nowrap}.games-custom__game-type_active{background:#8b00c9}.games-custom__games{width:100%;display:grid;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;grid-gap:.625rem;gap:.625rem;height:16rem;overflow-y:auto;padding-right:.3125rem}.games-custom__games::-webkit-scrollbar{width:.25rem;height:.25rem}.games-custom__games::-webkit-scrollbar-track{border-radius:.375rem}.games-custom__games::-webkit-scrollbar-thumb{background:#8b00c9;border-radius:.375rem}.games-custom__game{display:grid;grid-template-columns:1.5fr 1fr;width:100%;padding-right:1.875rem;border-radius:.625rem;background:#130227;overflow:hidden;color:#fff;min-height:2.125rem;height:-webkit-max-content;height:max-content;grid-gap:1.25rem;gap:1.25rem}.games-custom__game-game-type{padding:.625rem .9375rem;width:7.5rem;min-width:7.5rem;height:100%;border-radius:.625rem;border:1px solid #682984;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-wrap:nowrap;margin-right:1.25rem}.games-custom__game-item{display:flex;grid-gap:.625rem;gap:.625rem;align-items:center;padding:.3125rem 0}.games-custom__game-item-icon{display:flex;width:1.5rem;min-width:1.5rem;max-width:1.5rem;height:1.5rem;border-radius:.125rem;overflow:hidden}.games-custom__game-item-name{font-size:.75rem;font-weight:700;word-break:break-word}.games-custom__game-switcher{margin-right:1.25rem;width:1.875rem}.games-custom__game-order{display:flex;align-items:center;grid-gap:.3125rem;gap:.3125rem}.games-custom__game-order-text{font-size:.75rem;color:#76657e;font-weight:500;text-wrap:nowrap}.games-custom__game-order-input{display:flex;width:3.125rem;height:1.625rem;padding:.3125rem;justify-content:center;align-items:center;border-radius:.625rem;border:1px solid #682984;background:#130227;margin-right:.3125rem}.games-custom__game-order-input input{min-height:auto;text-align:center;justify-content:center;height:100%;padding:0;border:none;border-radius:0}.games-custom__game-order-arrow{display:flex;width:1.625rem;max-width:1.625rem;min-width:1.625rem;border-radius:.3125rem;height:1.625rem;cursor:pointer;box-shadow:0 .2031rem .6094rem 0 rgba(139,0,201,.5)}.games-custom__search{display:flex;grid-gap:.625rem;gap:.625rem;width:50%;height:2.5rem}.games-custom__search-input{width:100%;height:100%}.games-custom__search-button{display:flex;border-radius:.625rem;overflow:hidden;background:#8b00c9;box-shadow:0 .3125rem .9375rem 0 rgba(139,0,201,.5);width:2.5rem;min-width:2.5rem;height:100%;cursor:pointer}.games-custom__no-games{width:100%;text-align:center;font-size:1.125rem;color:#fff;font-weight:700;margin-top:3rem}.games-custom__trigger{min-height:2px;min-width:2px;max-height:2px;max-width:2px;width:2px;height:2px;display:flex;align-items:center;justify-content:center;opacity:0}.notifications-custom-item-desktop{border-radius:10px;background:var(--DarkUI-Background,#130227);display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:10px;gap:10px;padding-right:.625rem}.notifications-custom-item-desktop__id{display:flex;padding:0 15px;height:34px;justify-content:center;align-items:center;border-radius:10px;border:1px solid var(--DarkUI-Text-Accent-1,#682984);background:var(--DarkUI-Background,#130227);font-size:12px;line-height:normal;flex-shrink:0;align-self:flex-start}.notifications-custom-item-desktop__id,.notifications-custom-item-desktop__text{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-style:normal;font-weight:700}.notifications-custom-item-desktop__text{font-size:.75rem;line-height:.75rem;align-self:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.notifications-custom-item-desktop__text_opened{display:block;-webkit-line-clamp:unset;white-space:normal;overflow:visible;word-break:break-word;margin:.625rem 0}.notifications-custom-item-desktop__arrow{display:flex;width:1.875rem;height:1.875rem;opacity:.5;cursor:pointer;flex-shrink:0;align-self:flex-start;margin-top:2px}.notifications-custom-item-desktop__arrow_opened{opacity:1;transform:rotate(180deg);margin:0}.notifications-custom-item-desktop__cross{display:flex;width:1.5rem;height:1.5rem;cursor:pointer;flex-shrink:0;align-self:flex-start;margin-top:4px}.notifications-custom-desktop{display:flex;padding:1.875rem;flex-direction:column;border-radius:.625rem;background:var(--DarkUI-ards-1,#320548)}.notifications-custom-desktop__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.notifications-custom-desktop__title{font-size:22px}.notifications-custom-desktop__counter,.notifications-custom-desktop__title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-style:normal;font-weight:700;line-height:normal}.notifications-custom-desktop__counter{font-size:12px}.notifications-custom-desktop__send-text{margin-bottom:1.25rem}.notifications-custom-desktop__send-text-title{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:2px}.notifications-custom-desktop__send-text-input{height:2.5rem;margin-bottom:.625rem}.notifications-custom-desktop__send-text-button{height:2.5rem}.notifications-custom-desktop__items{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;overflow-y:auto;height:14rem;padding-right:.3125rem}.notifications-custom-desktop__items::-webkit-scrollbar{width:.25rem;height:.25rem}.notifications-custom-desktop__items::-webkit-scrollbar-track{border-radius:.375rem}.notifications-custom-desktop__items::-webkit-scrollbar-thumb{background:#8b00c9;border-radius:.375rem}.social-media{grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:#320548;padding:1.875rem}.social-media,.social-media__content{display:flex;flex-direction:column;width:100%}.social-media__content{height:100%;grid-gap:.625rem}.social-media__title{font-size:.875rem;font-weight:700}.social-media__item{display:flex;align-items:center;grid-gap:1.25rem}.social-media__item-input{display:flex;width:100%}.social-media__item-button{min-width:10rem;height:2.5rem}.social-media__item-icon{display:flex;width:1.875rem;min-width:1.875rem;height:1.875rem}.social-media__header{display:flex;justify-content:space-between;align-items:center;color:#fff}.social-media__header-title{font-size:1.375rem;line-height:1.375rem;font-weight:700}.social-media__header-total{font-size:.875rem;font-style:normal;line-height:.875rem;font-weight:700}.custom-page{width:100%;height:100%;display:grid;grid-template-columns:50% 50%;grid-template-rows:1.2fr 1fr;grid-gap:.625rem;gap:.625rem;padding-right:1.25rem}.filter-block-custom-requests{background:#320548;border-radius:.625rem;padding:1.25rem;outline:none}.filter-block-custom-requests__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-custom-requests__bottom{display:flex;justify-content:space-between;align-items:flex-end;padding:.625rem 0;margin-top:.625rem}.filter-block-custom-requests__statuses{display:flex;grid-gap:1.25rem;gap:1.25rem}.filter-block-custom-requests__status{display:flex;align-items:center;grid-gap:.5625rem;gap:.5625rem}.filter-block-custom-requests__status-text{font-size:.875rem;font-weight:600}.filter-block-custom-requests__title{font-weight:500;font-size:.75rem;margin-bottom:.125rem}.filter-block-custom-requests__date{display:flex;width:100%}.filter-block-custom-requests__date-row{width:100%;max-width:15.1875rem}.filter-block-custom-requests__date-row:not(:last-child){margin-right:.625rem}.filter-block-custom-requests__date-input{height:2.5rem}.filter-block-custom-requests__input{width:100%;max-width:15.1875rem}.filter-block-custom-requests__inputs{display:flex;width:100%;grid-gap:.625rem;gap:.625rem;align-items:center}.filter-block-custom-requests__header{font-weight:700;font-size:1.375rem;margin-bottom:.625rem}.filter-block-custom-requests__button{width:100%;max-width:15rem}.custom-page-table-row__tr{background:#130227;border-radius:.625rem;padding:.625rem;display:grid;grid-template-columns:repeat(8,10.5%) 16%;min-height:2.875rem}.custom-page-table-row__tr:not(:last-child){margin-bottom:.3125rem}.custom-page-table-row__td{font-weight:700;font-size:.875rem;display:flex;justify-content:center;align-items:center;width:100%;text-transform:capitalize}.custom-page-table-row__td:not(:last-child){border-right:.0625rem solid hsla(0,0%,100%,.3)}.custom-page-table-row__td:first-child{justify-content:flex-start}.custom-page-table-row__td-text{display:inline-block;width:100%;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 .625rem;font-size:.8125rem;font-weight:600}.custom-page-table-row__td-text_type_details{text-decoration:underline;cursor:pointer}.custom-page-table-row__td-text_type_structure{overflow-x:auto;text-overflow:clip;padding:0;margin:0 .625rem}.custom-page-table-row__td-text_type_structure::-webkit-scrollbar{width:.1875rem;height:.1875rem}.custom-page-table-row__td-text_type_structure::-webkit-scrollbar-track{border-radius:.375rem}.custom-page-table-row__td-text_type_structure::-webkit-scrollbar-thumb{background:#8b00c9;border-radius:.375rem}.custom-page-table-row__buttons{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem;justify-content:center;width:100%}.custom-page-table-row__button{height:1.625rem;width:100%;max-width:3.75rem}.providers-details{width:100%;max-width:30rem;min-width:22rem;position:relative}.providers-details__header{display:grid;grid-template-columns:repeat(3,33.3%);padding-bottom:.625rem;text-align:center}.providers-details__header-text{color:#76657e;font-size:.75rem;font-weight:400;margin-right:1.25rem}.providers-details__providers{width:100%;overflow-y:auto;overflow-x:hidden;max-height:26rem}.providers-details__providers::-webkit-scrollbar{width:.5rem;height:.5rem;padding:.25rem}.providers-details__providers::-webkit-scrollbar-thumb{border-radius:1rem;background:#8b00c9;border:1px solid transparent;background-clip:padding-box}.providers-details__provider{width:100%;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:.625rem 0;border-top:1px solid #682984;color:#fff;grid-gap:1.25rem;gap:1.25rem}.providers-details__provider-item{display:flex;align-items:center;text-align:left;grid-gap:.625rem;gap:.625rem}.providers-details__provider-item:first-child{margin-right:1.25rem}.providers-details__provider-name{font-size:.75rem;font-weight:700;text-transform:capitalize}.providers-details__provider-number{font-size:.75rem;font-weight:400;white-space:nowrap}.providers-details__provider-icon{display:flex;width:1.25rem;height:1.25rem;min-width:1.25rem}.games-details{width:100%;max-width:30rem;min-width:22rem;position:relative}.games-details__header{display:grid;grid-template-columns:repeat(3,33.3%);padding-bottom:.625rem;text-align:center}.games-details__header-text{color:#76657e;font-size:.75rem;font-weight:400;margin-right:1.25rem}.games-details__games{width:100%;overflow-y:auto;overflow-x:hidden;max-height:26rem}.games-details__games::-webkit-scrollbar{width:.5rem;height:.5rem;padding:.25rem}.games-details__games::-webkit-scrollbar-thumb{border-radius:1rem;background:#8b00c9;border:1px solid transparent;background-clip:padding-box}.games-details__game{width:100%;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:.625rem 0;border-top:1px solid #682984;color:#fff;grid-gap:1.25rem;gap:1.25rem}.games-details__game-item{display:flex;align-items:center;text-align:left;grid-gap:.625rem;gap:.625rem}.games-details__game-item:first-child{margin-right:1.25rem}.games-details__game-name{font-size:.75rem;font-weight:700;text-transform:capitalize}.games-details__game-number{font-size:.75rem;font-weight:400;white-space:nowrap}.games-details__game-icon{display:flex;width:1.25rem;height:1.25rem;min-width:1.25rem}.notification-details-desktop{width:100%;position:relative;margin-top:-.625rem}.notification-details-desktop__header{margin-bottom:.625rem}.notification-details-desktop__header,.notification-details-desktop__text{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}.notification-details-desktop__text{border-radius:.625rem;border:.0625rem solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227);padding:.625rem .625rem .625rem .9375rem;width:22.25rem}.social-media-details-desktop{width:100%;position:relative;margin-top:-.625rem}.social-media-details-desktop__item:not(:last-child){margin-bottom:.625rem}.social-media-details-desktop__header{margin-bottom:.625rem}.social-media-details-desktop__header,.social-media-details-desktop__text{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}.social-media-details-desktop__text{border-radius:.625rem;border:.0625rem solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227);padding:.625rem .625rem .625rem .9375rem;width:22.25rem;min-height:2.5rem;display:flex;align-items:center;grid-gap:.5rem}.social-media-details-desktop__text-icon{display:flex;width:1.25rem;height:1.25rem;max-width:1.25rem}.custom-request-details{width:100%;border-radius:1.25rem;overflow:hidden;background:#320548;color:#fff}.custom-request-details__header{background:#130227;width:100%;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;border-radius:1.25rem;font-size:1rem;font-weight:500;height:4rem}.custom-request-details__header-cross{display:flex;width:1.5rem;height:1.5rem;cursor:pointer}.custom-request-details__content{width:100%;height:100%;padding:1.25rem}.custom-page-table_isMobile{padding:0}.custom-page-table__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.custom-page-table__table{width:100%;background:#320548;border-radius:1.25rem;padding:.625rem 1.25rem 1.25rem}.custom-page-table__table-header{width:100%;display:grid;grid-template-columns:repeat(8,10.5%) 16%;font-weight:700;font-size:.75rem;text-align:center;margin-bottom:.3125rem;padding:.5rem .625rem}.custom-page-table__table-head{display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.custom-page-table__table-head:first-child{text-align:left;margin-left:.625rem;justify-content:flex-start}.custom-page-table__table-head-icon{display:flex;width:1.5rem;min-width:1.5rem;height:1.5rem;cursor:pointer}.custom-page-table__table-head-icon_rotate{transform:rotate(180deg)}.custom-page-table__table-body{width:100%}.custom-page-table__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.custom-page-table__extra-info{font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.custom-requests{width:100%;position:relative;padding-right:1.25rem}.custom-requests__filters{margin-bottom:.625rem}.agent-item-mobile{height:2.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:linear-gradient(90deg,rgba(50,5,72,0),rgba(127,37,226,.841219) 32.72%,#8d2bff 53.36%,#ff39ff 128.92%);position:relative;border-radius:.625rem}.agent-item-mobile__td{width:100%;display:flex;align-items:center;justify-content:center;position:relative;font-size:.875rem;font-weight:500;line-height:1.025625rem}.agent-item-mobile__td_divider:after{content:"";position:absolute;right:0;height:1rem;width:2px;background:#fff;opacity:.2}.agent-item-mobile__rank-img{width:2.25rem;height:2.25rem;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.agent-item-mobile__content{display:flex;flex-direction:column;flex:1 1;font-size:.75rem;font-weight:700;line-height:.87875rem}.agent-item-mobile__top{display:flex;justify-content:space-between;padding:.625rem 1.25rem .3125rem;grid-gap:1.875rem;gap:1.875rem}.agent-item-mobile__divider{display:flex;width:100%;height:.0625rem;background:linear-gradient(270deg,hsla(0,0%,100%,.2) 70.2%,hsla(0,0%,100%,0) 80.12%)}.agent-item-mobile__position{font-size:.875rem;font-weight:700;line-height:1.025625rem}.agent-item-mobile__bottom{display:flex;justify-content:space-between;padding:.625rem 1.25rem;grid-gap:1.875rem;gap:1.875rem}.agent-item-mobile__bottom,.agent-item-mobile__top{padding-left:4.8125rem}.ranking-desktop{display:flex;flex-direction:column;width:100%;background:#130227}.ranking-desktop__bg{position:relative;display:flex;flex-direction:column;background:top -80px center/100% no-repeat url(/static/media/giftBGDesktop.3ab7d646.webp)}.ranking-desktop__header{display:flex;flex-direction:column;align-items:center;padding:1.25rem .625rem .625rem;grid-gap:.625rem;gap:.625rem;margin-bottom:3.125rem}.ranking-desktop__header-title{font-size:2.25rem;font-weight:700;line-height:2.636875rem;text-align:center}.ranking-desktop__header-description{font-size:1.25rem;font-weight:700;line-height:1.465rem;text-align:center}.ranking-desktop__current-rank{padding:.625rem 0 .625rem .625rem;grid-gap:.625rem;gap:.625rem;text-transform:uppercase;font-size:1.25rem;font-weight:900;line-height:1.465rem;text-align:center}.ranking-desktop__rank{text-transform:uppercase}.ranking-desktop__rank_type_gold{color:#ffbc0f}.ranking-desktop__ganamos-dog{position:absolute;bottom:-1.25rem;right:0}.ranking-desktop__awards{position:relative;height:100%;display:flex;width:100%;padding-bottom:7rem;justify-content:center;z-index:2}.ranking-desktop__awards-container{display:grid;width:74%;max-width:75rem;grid-template-areas:". b ." "a b c" "a d c" ". d ."}.ranking-desktop:not(.ranking-desktop_isProveedoresSilverRank) .ranking-desktop__awards{padding-bottom:1.25rem}.ranking-desktop__award{margin:1.0625rem .8125rem;display:flex}.ranking-desktop__award:first-child{grid-area:a}.ranking-desktop__award:nth-child(2){grid-area:b}.ranking-desktop__award:nth-child(3){grid-area:c}.ranking-desktop__award:nth-child(4){grid-area:d;margin:0}.ranking-desktop__award-img{width:100%}.ranking-desktop__award-title{font-size:2.5rem;font-weight:700;line-height:2.93rem;text-align:center}.ranking-desktop__content{position:relative;display:flex;flex-direction:column;flex:1 1;align-items:center;padding-bottom:7.875rem}.ranking-desktop__bg-img{position:absolute;bottom:0;left:0}.ranking-desktop__bg-img_type_front{width:24.125rem;height:48.3125rem;z-index:2;left:-20px;transform:translateX(-18%);top:-20%}.ranking-desktop__bg-img_type_back{width:19.5rem;height:37.625rem;left:0;transform:translateX(17%);bottom:32%;z-index:1}.ranking-desktop__bg-img_type_right{width:19.5rem;height:33rem;left:unset;right:-20px;transform:translateX(20%);top:1%;z-index:2}.ranking-desktop__bg-img_type_heart{width:15.25rem;height:15.5625rem;left:25%;right:unset;bottom:unset;top:-31%;z-index:1}.ranking-desktop__bg-img_type_volcano{width:5.375rem;height:5.3438rem;left:unset;right:53%;bottom:unset;top:-12%;z-index:1}.ranking-desktop__bg-img_type_ruby{width:12.5625rem;height:6.75rem;left:unset;right:18.5%;bottom:unset;top:-18%;z-index:1}.ranking-desktop__bg-img_type_mad{width:7.0313rem;height:6.9875rem;left:unset;right:-11%;bottom:unset;top:-10%;z-index:3}.ranking-desktop:not(.ranking-desktop_isProveedoresSilverRank) .ranking-desktop__bg-img_type_back{bottom:7%}.ranking-desktop:not(.ranking-desktop_isProveedoresSilverRank) .ranking-desktop__bg-img_type_front{top:5%}.ranking-desktop:not(.ranking-desktop_isProveedoresSilverRank) .ranking-desktop__bg-img_type_right{top:25%}.ranking-desktop:not(.ranking-desktop_isProveedoresSilverRank) .ranking-desktop__bg-img_type_heart{width:17.25rem;height:17.5625rem;left:unset;right:-20%;top:0;z-index:3}.ranking-desktop__tables{width:100%;display:grid;grid-template-columns:74%;z-index:1;justify-content:center}.ranking-desktop_isRubyList .ranking-desktop__tables{grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem;grid-template-columns:37% 37%}.ranking-desktop__agents{position:relative}.ranking-desktop__agents-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;width:100%;padding:.9375rem .625rem .625rem;border:4px solid hsla(0,0%,100%,.1019607843);border-radius:1.25rem;background:#320548}.ranking-desktop__agents-header{display:grid;grid-template-columns:2.25rem repeat(3,minmax(0,1fr));height:2.5rem}.ranking-desktop__agents-header-td{width:100%;font-size:.875rem;font-weight:700;line-height:2.5rem;text-align:center;text-transform:uppercase}.ranking-desktop__agents-title{font-size:3.1rem;line-height:3.6325rem;bottom:1.25rem}.ranking-desktop__agents-title,.ranking-desktop__agents-title-bg{font-weight:900;text-align:center;position:absolute;right:50%;transform:translateX(50%)}.ranking-desktop__agents-title-bg{font-size:7.166875rem;line-height:8.39875rem;width:100%;opacity:1%;bottom:.5rem}.ranking-desktop__current-position{font-size:.875rem;font-weight:700;line-height:1.025625rem;background:#130227;padding:.625rem 1.25rem;border-radius:.625rem;text-align:center}.ranking-desktop__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ranking-desktop__bottom{position:relative;grid-gap:.625rem;gap:.625rem}.ranking-desktop__bottom,.ranking-desktop__timer-container{margin-top:.625rem;width:100%;max-width:74%;display:flex;justify-content:space-between;z-index:1}.ranking-desktop__timer-container{align-items:center;grid-gap:1.25rem;gap:1.25rem;padding:1.25rem;border-radius:1.25rem;background:#320548;font-size:1.125rem;font-weight:700;line-height:1.318125rem;border:4px solid hsla(0,0%,100%,.1019607843)}.ranking-desktop__timer{background:#130227;padding:.625rem;grid-gap:.625rem;gap:.625rem;border-radius:.625rem;text-align:center}.ranking-desktop__rules{grid-gap:.625rem;gap:.625rem;text-align:center;padding:.625rem 0 1.25rem}.ranking-desktop__click-here{color:#ffbc0f}.pragmatic-tournament-desktop{height:inherit;display:flex;flex-direction:column;margin:-1.25rem -1.25rem 0;width:calc(100% + 2.5rem);background:#130227;overflow-x:clip;position:relative}.pragmatic-tournament-desktop__bg{position:relative;display:flex;flex-direction:column;z-index:5}.pragmatic-tournament-desktop__header{display:flex;flex-direction:column;align-items:center;padding:1.25rem .625rem .625rem;grid-gap:.625rem;gap:.625rem;margin-bottom:1.875rem}.pragmatic-tournament-desktop__header-title{font-size:2.25rem;font-weight:700;line-height:2.636875rem;text-align:center}.pragmatic-tournament-desktop__header-description{font-size:1.25rem;font-weight:700;line-height:1.465rem;text-align:center}.pragmatic-tournament-desktop__ganamos-dog{position:absolute;bottom:-1.25rem;right:0}.pragmatic-tournament-desktop__awards{padding:1.38rem 0 1.63rem;align-self:center;width:76%;display:flex;flex-direction:column;align-items:center;grid-gap:1.12rem;gap:1.12rem;position:relative}.pragmatic-tournament-desktop__awards_withMargin{margin-bottom:2.75rem}.pragmatic-tournament-desktop__awards-title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-size:2rem;font-weight:900;z-index:5}.pragmatic-tournament-desktop__awards-container{display:grid;grid-template-columns:repeat(3,1fr);align-items:flex-end;grid-gap:1.53rem;gap:1.53rem;z-index:5}.pragmatic-tournament-desktop__awards-img{display:flex;width:100%;aspect-ratio:2.67}.pragmatic-tournament-desktop__awards-img:nth-child(2){margin-bottom:1.79rem}.pragmatic-tournament-desktop__awards-gift1{left:-.5rem;top:-6rem;width:19.40625rem;height:19.40625rem;display:flex;position:absolute;transform:rotate(-16.53deg);z-index:1}.pragmatic-tournament-desktop__awards-gift1_type_small{left:unset;right:-6.5rem;top:-.25rem;width:12.071875rem;height:12.071875rem;transform:rotate(7.14deg)}.pragmatic-tournament-desktop__awards-gift2{right:-1.5rem;top:-7rem;width:19.28125rem;height:19.28125rem;display:flex;position:absolute;transform:rotate(16.92deg);z-index:1}.pragmatic-tournament-desktop__awards-gift2_type_small{left:8rem;top:-1.5rem;right:unset;width:13.725rem;height:13.725rem;transform:rotate(-15.18deg)}.pragmatic-tournament-desktop__content{position:relative;z-index:5;display:flex;flex-direction:column;flex:1 1;align-items:center;padding-bottom:7.875rem}.pragmatic-tournament-desktop__bg-img{position:absolute}.pragmatic-tournament-desktop__bg-img_type_front{width:24.125rem;height:48.3125rem;left:-4rem;top:27.5rem;z-index:2}.pragmatic-tournament-desktop__bg-img_type_back{width:19.5rem;height:37.625rem;left:4.9rem;top:34.5rem;z-index:1}.pragmatic-tournament-desktop__bg-img_type_right{width:19.5rem;height:33rem;right:-4.5rem;top:38.5rem;z-index:2}.pragmatic-tournament-desktop__bg-img-joker{width:6.1875rem;height:6.1875rem;display:flex;transform:rotate(19.853deg);position:absolute;top:-5.25rem;right:-3rem;z-index:7}.pragmatic-tournament-desktop__bg-img-joker_type_blur{filter:blur(5px);z-index:3}.pragmatic-tournament-desktop__bg-img-lions{width:4.27206rem;height:4.27206rem;transform:rotate(-10.702deg);display:flex;position:absolute;top:-3rem;right:3.7rem;z-index:1}.pragmatic-tournament-desktop__bg-img-lions_type_blur{filter:blur(5px);z-index:0}.pragmatic-tournament-desktop__bg-img-party{width:2.4985rem;height:2.4985rem;transform:rotate(-10.702deg);display:flex;position:absolute;top:-6.5rem;right:3.29rem;z-index:1}.pragmatic-tournament-desktop__bg-img-party_type_blur{filter:blur(5px);z-index:0}.pragmatic-tournament-desktop__bg-img-heart{width:11.5rem;height:12.04125rem;transform:rotate(22.97deg);display:flex;position:absolute;top:-6.5rem;left:11.47rem;z-index:1}.pragmatic-tournament-desktop__tables{width:76%;display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem}.pragmatic-tournament-desktop__agents{flex-grow:2;position:relative;z-index:5;display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;width:100%;padding:.6875rem 1rem;border:4px solid hsla(0,0%,100%,.1019607843);border-radius:1.25rem;background:#320548}.pragmatic-tournament-desktop__agents-wrapper{position:relative}.pragmatic-tournament-desktop__agents-note{margin-bottom:auto;text-align:center;font-size:1rem;font-weight:700;text-transform:uppercase}.pragmatic-tournament-desktop__agents-header{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:2.5rem}.pragmatic-tournament-desktop__agents-header-td{width:100%;font-size:.875rem;font-weight:700;line-height:2.5rem;text-align:center;text-transform:uppercase}.pragmatic-tournament-desktop__agents-title{margin-bottom:.875rem;font-size:3.1rem;font-weight:900;line-height:3.6325rem;text-align:center}.pragmatic-tournament-desktop__agents-title-bg{font-size:7.166875rem;font-weight:900;line-height:8.39875rem;text-align:center;width:100%;opacity:1%;position:absolute;bottom:.5rem;right:50%;transform:translateX(50%)}.pragmatic-tournament-desktop__footer{grid-column:1/3}.pragmatic-tournament-desktop__current-position{font-size:.875rem;font-weight:700;line-height:1.025625rem;background:#130227;padding:.625rem 1.25rem;border-radius:.625rem;text-align:center}.pragmatic-tournament-desktop__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pragmatic-tournament-desktop__bottom{position:relative;grid-gap:.625rem;gap:.625rem;margin-top:.625rem;width:100%;display:flex;justify-content:space-between;z-index:1}.pragmatic-tournament-desktop__timer-container{z-index:1;display:flex;justify-content:space-between;align-items:center;grid-gap:1.25rem;gap:1.25rem;width:100%;padding:.6875rem 1rem;border-radius:1.25rem;background:#320548;font-size:1rem;font-weight:700;line-height:1.318125rem;border:4px solid hsla(0,0%,100%,.1019607843)}.pragmatic-tournament-desktop__timer{background:#130227;padding:.625rem;grid-gap:.625rem;gap:.625rem;border-radius:.625rem;text-align:center}.pragmatic-tournament-desktop__rules{grid-gap:.625rem;gap:.625rem;text-align:center;padding:.625rem 0 1.25rem}.pragmatic-tournament-desktop__click-here{color:#ffbc0f}.player-deposits-filter-desktop{padding:1.25rem;display:flex;flex-direction:column;background:#320548;border-radius:.625rem}.player-deposits-filter-desktop__title{font-size:1.375rem;font-weight:700}.player-deposits-filter-desktop__part{padding:.625rem 0;display:flex;grid-gap:.625rem;gap:.625rem}.player-deposits-filter-desktop__or{margin:0 auto;align-self:center;color:var(--DarkUI-Text-Additional,#9d9d9d);text-align:center;font-size:1.375rem;font-weight:700;text-transform:lowercase}.player-deposits-filter-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem;min-width:15rem}.player-deposits-filter-desktop__item-label{font-size:.75rem;font-weight:500}.player-deposits-filter-desktop__item-field{margin-top:auto;flex-shrink:0;height:2.5rem;min-width:10.75rem}.player-deposits-filter-desktop__button{margin-left:auto;margin-top:auto;height:2.5rem;min-width:15rem}.player-deposits-filter-desktop__checkboxes{padding:.9375rem 1.25rem 0;display:flex;grid-gap:.9375rem;gap:.9375rem;align-items:center}.player-deposits-filter-desktop__checkbox{width:1.5rem;height:1.5rem}.player-deposits-filter-desktop__checkbox-wrapper{cursor:pointer;display:flex;align-items:center;grid-gap:.5625rem;gap:.5625rem;color:var(--DarkUI-Text-Regular,#fff);font-size:.875rem;font-weight:600}.player-deposits-requisite-desktop{padding:1.25rem;background:#320548;border-radius:.625rem;display:grid;grid-template-columns:-webkit-max-content 15rem;grid-template-columns:max-content 15rem;grid-gap:3.125rem;gap:3.125rem}.player-deposits-requisite-desktop__check-box{cursor:pointer;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;align-items:center;grid-gap:.5625rem;gap:.5625rem}.player-deposits-requisite-desktop__check-box .check-box-desktop{margin:0}.player-deposits-requisite-desktop__check-box-value{width:1.5rem;min-width:1.5rem;height:1.5rem}.player-deposits-requisite-desktop__check-box-label{color:var(--DarkUI-Text-Regular,#fff);font-size:.875rem;font-weight:600}.player-deposits-requisite-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem}.player-deposits-requisite-desktop__item-label{font-size:.75rem;font-weight:500}.player-deposits-requisite-desktop__item-field{margin-top:auto;flex-shrink:0;min-height:2.5rem;height:2.5rem;min-width:15rem}.player-deposits-requisite-desktop__item-header{min-height:2.5rem;height:2.5rem;display:flex;justify-content:space-between;align-items:center;padding-left:.313rem}.player-deposits-requisite-desktop__item-header-title{color:#fff;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.player-deposits-requisite-desktop__arrow{cursor:pointer;width:1.875rem;height:1.875rem}.player-deposits-requisite-desktop__button{margin-top:auto;height:2.5rem;min-height:2.5rem}.player-deposits-requisite-desktop__modal{overflow:auto;max-height:90vh;width:24.25rem;padding:2.5rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;border-radius:.625rem;background:var(--DarkUI-Background,#130227)}.player-deposits-requisite-desktop__modal-title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-size:1rem;font-weight:500}.player-deposits-requisite-desktop__information{height:4.313rem;display:flex;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227);justify-content:center;align-items:center;color:var(--DarkUI-Text-Additional,#76657e);font-family:Roboto;font-size:.875rem;font-weight:400}.player-deposits-requisite-desktop__modal-container{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;padding:.625rem;border-radius:.625rem;background:var(--DarkUI-ards-2,#311a3d)}.player-deposits-requisite-desktop__modal-container__opened{padding:.625rem .625rem 1.25rem}.player-deposits-requisite-desktop__items-container{padding:0 .625rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.player-deposits-requisite-desktop__add{width:6.938rem;height:1.938rem;border-radius:.625rem;border:1px solid #5f5f5f;background:var(--DarkUI-ards-1,linear-gradient(0deg,#320548,#320548),#232323);margin:0 auto;display:flex;justify-content:center;align-items:center}.player-deposits-requisite-desktop__close{cursor:pointer;width:1.5rem;height:1.5rem;position:absolute;right:.625rem;top:.625rem}.percent-info{position:relative;cursor:pointer}.percent-info:hover .percent-info__text{display:flex}.percent-info__icon{flex:0 0 1rem;width:1rem;height:1rem;display:flex}.percent-info__text{position:absolute;bottom:calc(100% + 1.25rem);left:50%;transform:translateX(-50%);width:21.25rem;padding:1.25rem 1.56rem 1.88rem;display:none;flex-direction:column;align-items:center;grid-gap:.625rem;gap:.625rem;text-align:center;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#5f5f5f);background:var(--DarkUI-Background,#161616);color:var(--DarkUI-Text-Regular,#fff);font-feature-settings:lining-nums proportional-nums;font-variant-numeric:lining-nums proportional-nums;font-size:1.25rem;font-weight:600;line-height:100%}.percent-info__cross{margin-left:auto;flex:0 0 1.25rem;width:1.25rem;height:1.25rem;display:flex}.player-deposits-table-desktop{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.player-deposits-table-desktop__header{flex-shrink:0;padding:0 .625rem;height:3.75rem;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.player-deposits-table-desktop__header-title{color:var(--DarkUI-Text-Regular,#fff);font-size:1.375rem;font-weight:700}.player-deposits-table-desktop__header-text{margin-left:auto;font-size:.875rem;font-weight:700}.player-deposits-table-desktop__header-select{flex-shrink:0;width:5.3125rem;height:2.5rem}.player-deposits-table-desktop__content{display:flex;padding:.625rem 1.25rem 1.25rem;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,linear-gradient(0deg,#320548,#320548),#232323)}.player-deposits-table-desktop__row{display:grid;grid-template-columns:repeat(9,minmax(0,1fr)) minmax(0,1fr);border-radius:.625rem;padding-left:.625rem;background:var(--DarkUI-Background,#130227);color:var(--DarkUI-Text-Regular,#fff)}.player-deposits-table-desktop__row-sub-item{flex:1 1;text-align:center}.player-deposits-table-desktop__row-input,.player-deposits-table-desktop__row-value{flex:1 1}.player-deposits-table-desktop__row-input{padding:0 .313rem}.player-deposits-table-desktop__row-value{padding:0 .625rem;text-align:left}.player-deposits-table-desktop__row_type_header{background:transparent}.player-deposits-table-desktop__row_type_header .player-deposits-table-desktop__row-item{text-transform:uppercase;height:2.5rem;padding:.625rem}.player-deposits-table-desktop__row_type_header .player-deposits-table-desktop__row-item:after{display:none}.player-deposits-table-desktop__row_type_header .player-deposits-table-desktop__row-item:first-child{justify-content:flex-start}.player-deposits-table-desktop__row-item{font-size:.875rem;font-weight:700;height:2.25rem;display:flex;align-items:center;justify-content:center;grid-gap:1.25rem;gap:1.25rem;position:relative;text-align:center}.player-deposits-table-desktop__row-item:not(:last-child):after{content:"";width:1px;height:1rem;background:var(--DarkUI-Strokes,#5f5f5f);position:absolute;right:0;top:50%;transform:translateY(-50%)}.player-deposits-table-desktop__row-item_type_date{white-space:pre}.player-deposits-table-desktop__row-item_type_buttons{grid-gap:2.5rem;gap:2.5rem}.player-deposits-table-desktop__row-item_type_bonus{display:grid}.player-deposits-table-desktop__row-item_withIcon{grid-gap:.625rem;gap:.625rem}.player-deposits-table-desktop__row-icon{display:flex;width:1rem;height:1rem;cursor:pointer}.player-deposits-table-desktop__pagination{display:flex;height:2.5rem;padding:0 1.25rem;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700}.player-deposits-table-desktop__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.player-deposits{width:100%;margin-right:1.25rem;min-width:0;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.request-history-filter-desktop{padding:1.25rem;display:flex;flex-direction:column;background:#320548;border-radius:.625rem}.request-history-filter-desktop__title{font-size:1.375rem;font-weight:700}.request-history-filter-desktop__part{padding:.625rem 0;display:flex;grid-gap:.625rem;gap:.625rem}.request-history-filter-desktop__or{margin:0 auto;align-self:center;color:var(--DarkUI-Text-Additional,#9d9d9d);text-align:center;font-size:1.375rem;font-weight:700;text-transform:lowercase}.request-history-filter-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem;min-width:15rem}.request-history-filter-desktop__item-label{font-size:.75rem;font-weight:500}.request-history-filter-desktop__item-field{margin-top:auto;flex-shrink:0;height:2.5rem;min-width:10.75rem}.request-history-filter-desktop__button{margin-left:auto;margin-top:auto;height:2.5rem;min-width:15rem}.request-history-filter-desktop__checkboxes{padding:.9375rem 1.25rem 0;display:flex;grid-gap:.9375rem;gap:.9375rem;align-items:center}.request-history-filter-desktop__checkbox{width:1.5rem;height:1.5rem}.request-history-filter-desktop__checkbox-wrapper{cursor:pointer;display:flex;align-items:center;grid-gap:.5625rem;gap:.5625rem;color:var(--DarkUI-Text-Regular,#fff);font-size:.875rem;font-weight:600}.request-history-table-desktop{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.request-history-table-desktop__header{flex-shrink:0;padding:0 .625rem;height:3.75rem;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.request-history-table-desktop__header-title{color:var(--DarkUI-Text-Regular,#fff);font-size:1.375rem;font-weight:700}.request-history-table-desktop__header-text{margin-left:auto;font-size:.875rem;font-weight:700}.request-history-table-desktop__header-select{flex-shrink:0;width:5.3125rem;height:2.5rem}.request-history-table-desktop__content{display:flex;padding:.625rem 1.25rem 1.25rem;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,linear-gradient(0deg,#320548,#320548),#232323)}.request-history-table-desktop__row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr)) minmax(0,2fr) minmax(0,1fr);border-radius:.625rem;padding-left:.625rem;background:var(--DarkUI-Background,#130227);color:var(--DarkUI-Text-Regular,#fff)}.request-history-table-desktop__row-sub-item{flex:1 1;text-align:center}.request-history-table-desktop__row-input,.request-history-table-desktop__row-value{flex:1 1}.request-history-table-desktop__row-input{padding:0 .313rem}.request-history-table-desktop__row-value{padding:0 .625rem;text-align:left}.request-history-table-desktop__row_type_header{background:transparent}.request-history-table-desktop__row_type_header .request-history-table-desktop__row-item{text-transform:uppercase;height:2.5rem;padding:.625rem}.request-history-table-desktop__row_type_header .request-history-table-desktop__row-item:after{display:none}.request-history-table-desktop__row_type_header .request-history-table-desktop__row-item:first-child{justify-content:flex-start}.request-history-table-desktop__row-item{font-size:.875rem;font-weight:700;height:2.25rem;display:flex;align-items:center;justify-content:center;grid-gap:1.25rem;gap:1.25rem;position:relative;text-align:center}.request-history-table-desktop__row-item:not(:last-child):after{content:"";width:1px;height:1rem;background:var(--DarkUI-Strokes,#5f5f5f);position:absolute;right:0;top:50%;transform:translateY(-50%)}.request-history-table-desktop__row-item_type_date{white-space:pre}.request-history-table-desktop__row-item_type_buttons{grid-gap:2.5rem;gap:2.5rem}.request-history-table-desktop__row-item_type_bonus{display:grid;grid-template-columns:repeat(2,1fr)}.request-history-table-desktop__row-item_withIcon{grid-gap:.625rem;gap:.625rem}.request-history-table-desktop__row-icon{display:flex;width:1rem;height:1rem;cursor:pointer}.request-history-table-desktop__pagination{display:flex;height:2.5rem;padding:0 1.25rem;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700}.request-history-table-desktop__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:#9d9d9d;padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.request-history-desktop{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:.625rem;gap:.625rem}.app-banner{display:flex;padding:1.25rem}.app-banner>img{width:100%;height:auto;border-radius:.625rem}.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:#130227}.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:#320548;border:.0625rem solid hsla(0,0%,100%,.3);border-radius:.625rem}.language-dropdown-selector__wrapper{display:flex}.language-dropdown-selector_open .language-dropdown-selector__current{border-radius:.625rem .625rem 0 0}.language-dropdown-selector__current-name{display:flex;align-items:center;margin-right:1.25rem;font-weight:400;font-size:.875rem;text-align:center;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.language-dropdown-selector__current-img{width:1.375rem;height:1.375rem;margin:0 .625rem}.language-dropdown-selector__current-item-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(0deg)}.language-dropdown-selector_open .language-dropdown-selector__current-item-arrow{transform:rotate(180deg)}.language-dropdown-selector__items{cursor:pointer;opacity:0;width:100%;top:100%;position:absolute;z-index:3;left:0;animation:reduceVertical_language-dropdown-selector-mobile .3s linear;overflow:hidden;background:#320548;border:.0625rem solid hsla(0,0%,100%,.3);border-radius:0 0 .625rem .625rem}.language-dropdown-selector_open .language-dropdown-selector__items{animation:incraseVertical_language-dropdown-selector-mobile .3s linear forwards}.language-dropdown-selector__item{cursor:pointer;height:2.25rem;width:100%;display:flex;align-items:center}.language-dropdown-selector__item-img{width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .625rem}.language-dropdown-selector__item-text{display:flex;align-items:center;font-weight:700;font-size:.875rem;margin-right:1.25rem;text-align:left;font-feature-settings:"pnum" on,"lnum" on}.language-dropdown-selector__item_selected .language-dropdown-selector__item-text{font-weight:600}.language-dropdown-selector__item_selected{background:#8b00c9}@keyframes incraseVertical_language-dropdown-selector-mobile{0%{opacity:0;max-height:0}to{opacity:1;max-height:18.75rem}}@keyframes reduceVertical_language-dropdown-selector-mobile{0%{opacity:1;max-height:18.75rem}to{opacity:0;max-height:18.75rem}}@keyframes darker_language-dropdown-selector-mobile{0%{background:transparent}to{background:#0f182f}}@keyframes lighter_language-dropdown-selector-mobile{0%{background:#0f182f}to{background:transparent}}.auth{background:#130227;padding:3.75rem;height:100%;display:flex;align-items:center;justify-content:center;width:100%}.auth__language-selector{width:100%;max-width:18.75rem}.auth__content{background:#320548;border-radius:1.25rem;align-items:center;justify-content:center;padding:4.375rem 0 4.6875rem;max-width:38.75rem;width:100%}.auth__content,.auth__title{display:flex;flex-direction:column}.auth__title{text-align:center;color:#fff;font-weight:500}.auth__title-text{font-size:1.875rem;text-transform:capitalize;margin-bottom:4.375rem}.auth__title-login{font-size:1rem;margin-bottom:1.25rem}.auth__form{width:100%;max-width:18.75rem}.auth__other{background-color:#130227;text-align:center;width:100%;color:#fff;font-weight:500;font-size:1rem;margin:3.125rem 0}.auth__other span{display:inline-flex;padding:1.1875rem}.auth__input-block{margin-bottom:1.25rem}.auth__input-block__title{font-weight:500;font-size:.75rem;line-height:1.1875rem;color:#fff;margin-bottom:.125rem}.auth__button{height:2.5rem}.auth__captcha{margin-top:1.81rem;flex-direction:column;grid-gap:.6875rem;gap:.6875rem;display:none}.auth__captcha_visible{display:flex}.input-photo-mobile{-webkit-user-select:none;user-select:none;padding:1.25rem;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;color:var(--DarkUI-Text-Additional,#76657e);border-radius:.625rem;background:var(--DarkUI-Background,#130227);font-size:.875rem;font-weight:600;line-height:100%}.input-photo-mobile__native{display:none}.input-photo-mobile__cross{margin-bottom:.625rem;width:4.6875rem;height:4.6875rem;display:flex}.input-photo-mobile__img{display:flex;width:13.75rem;max-height:11.25rem;margin-bottom:.625rem;object-fit:contain}.input-photo-mobile__buttons{margin-top:auto;width:100%;display:flex;justify-content:space-between}.input-photo-mobile__space{flex-grow:3}.input-photo-mobile__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.input-photo-mobile__text{cursor:pointer;text-align:center}.gift-editor-desktop{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem .9375rem;gap:.625rem .9375rem;color:var(--DarkUI-Text-Regular,#fff)}.gift-editor-desktop__block{display:flex;flex-direction:column;grid-gap:.9375rem;gap:.9375rem}.gift-editor-desktop__block_type_image{grid-gap:1.25rem;gap:1.25rem}.gift-editor-desktop__block-header{padding:0 .625rem;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem;font-size:1rem;font-weight:700}.gift-editor-desktop__block-content{flex-grow:2;display:flex;padding:1.875rem 2.5rem;flex-direction:column;grid-gap:.625rem;gap:.625rem;border-radius:.625rem;background:var(--DarkUI-ards-1,#320548)}.gift-editor-desktop__icon{display:flex;width:1.5rem;height:1.5rem}.gift-editor-desktop__row{display:flex;align-items:center;justify-content:space-between;grid-gap:.625rem;gap:.625rem}.gift-editor-desktop__text{font-size:.875rem;font-weight:600}.gift-editor-desktop__switcher{width:1.875rem}.gift-editor-desktop__item{width:100%;display:flex;flex-direction:column;grid-gap:2px;gap:2px}.gift-editor-desktop__item_type_grow{flex-grow:2}.gift-editor-desktop__item-label{font-size:.75rem;font-weight:500}.gift-editor-desktop__item-field{height:2.5rem}.gift-editor-desktop__item-area{flex-grow:2;min-height:8.25rem;display:flex;padding:.625rem .625rem 6.25rem .9375rem;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227);color:#fff;font-family:Roboto;font-size:.875rem;font-weight:400;outline:none;resize:none}.gift-editor-desktop__item-area::placeholder{color:var(--DarkUI-Text-Additional,#76657e)}.gift-editor-desktop__photo{min-height:15.1875rem}.gift-editor-desktop__description{font-size:.75rem;font-weight:500}.gift-editor-desktop__description:before{content:"*";margin-right:.125rem;color:var(--Accent-Accent-2,#ffbc0f);font-weight:600}.gift-editor-desktop__buttons{grid-column:1/3;display:grid;grid-template-columns:12.5625rem auto 15rem;padding:1.25rem 2.5rem;justify-content:space-between;border-radius:.625rem;background:var(--DarkUI-ards-1,#320548)}.gift-editor-desktop__button{height:2.5rem}.current-gifts-item-desktop{display:flex;border-radius:.625rem;background:var(--DarkUI-Background,#130227);color:var(--DarkUI-Text-Regular,#fff)}.current-gifts-item-desktop__item{min-width:0;flex:2 2;display:flex;padding:.625rem 1.25rem;justify-content:center;align-items:center;grid-gap:.625rem;gap:.625rem;font-size:.875rem;font-weight:700;position:relative}.current-gifts-item-desktop__item:not(:last-child):after{content:"";height:1.5rem;border-right:1px solid #682984;position:absolute;right:0;top:50%;transform:translateY(-50%)}.current-gifts-item-desktop__item_status_0{color:var(--Status-Bad,#d31c32)}.current-gifts-item-desktop__item_status_1{color:var(--Status-Bad,#1ccc77)}.current-gifts-item-desktop__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.current-gifts-item-desktop__icon{width:1.5rem;height:1.5rem;display:flex}.current-gifts-desktop{display:flex;padding:.625rem 1.25rem 1.25rem;flex-direction:column;grid-gap:.625rem;gap:.625rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,#320548)}.current-gifts-desktop__table{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.current-gifts-desktop__table-header{display:flex;height:2.5rem}.current-gifts-desktop__table-cell{flex:2 2;display:flex;padding:.625rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;text-transform:uppercase}.current-gifts-desktop__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.current-gifts-desktop__extra{display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr));width:100%}.current-gifts-desktop__extra-info{font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.gift-management-desktop{padding-right:1.25rem;width:100%}.gift-management-desktop,.gift-requests-filter-desktop{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.gift-requests-filter-desktop{padding:1.25rem;border-radius:.625rem;background:var(--DarkUI-ards-1,#320548);color:var(--DarkUI-Text-Regular,#fff)}.gift-requests-filter-desktop__header{font-size:1.375rem;font-weight:700}.gift-requests-filter-desktop__top{display:grid;grid-template-columns:580fr 180fr 244fr 244fr;grid-gap:.625rem;gap:.625rem;align-items:flex-end}.gift-requests-filter-desktop__or{width:100%;margin-bottom:.75rem;color:var(--DarkUI-Text-Additional,#76657e);text-align:center;font-size:1.375rem;font-weight:700;text-transform:lowercase}.gift-requests-filter-desktop__item{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem}.gift-requests-filter-desktop__item-label{font-size:.75rem;font-weight:500}.gift-requests-filter-desktop__button,.gift-requests-filter-desktop__item-field{height:2.5rem}.gift-requests-filter-desktop__bottom{padding:.625rem 0;display:grid;grid-template-columns:189fr 829fr 240fr;grid-gap:2rem;gap:2rem;align-items:flex-end}.gift-requests-filter-desktop__checkbox-list{margin-right:auto;height:2.5rem;display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem}.gift-requests-filter-desktop__checkbox{flex:0 0 1.25rem;width:1.25rem;height:1.25rem;display:flex}.gift-requests-filter-desktop__checkbox-wrapper{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.gift-requests-filter-desktop__checkbox-title{font-size:.875rem;font-weight:600}.gifts-requests-item-desktop{display:flex;border-radius:.625rem;background:var(--DarkUI-Background,#130227);color:var(--DarkUI-Text-Regular,#fff)}.gifts-requests-item-desktop__item{flex:2 2;display:flex;padding:.25rem 1.25rem;justify-content:center;align-items:center;grid-gap:.625rem;gap:.625rem;font-size:.875rem;font-weight:700;position:relative;min-width:0}.gifts-requests-item-desktop__item:not(:last-child):after{content:"";height:1.5rem;border-right:1px solid #682984;position:absolute;right:0;top:50%;transform:translateY(-50%)}.gifts-requests-item-desktop__item_type_comment{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.gifts-requests-item-desktop__item_status_completed{color:var(--Status-Bad,#1ccc77)}.gifts-requests-item-desktop__comment{cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gifts-requests-table-desktop,.gifts-requests-table-desktop__content{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.gifts-requests-table-desktop__content{padding:.625rem 1.25rem 1.25rem;border-radius:1.25rem;background:var(--DarkUI-ards-1,#320548)}.gifts-requests-table-desktop__header{padding:0 .625rem;height:3.75rem;display:flex;justify-content:space-between;align-items:center;grid-gap:.625rem;gap:.625rem;font-weight:700}.gifts-requests-table-desktop__header-title{font-size:1.375rem}.gifts-requests-table-desktop__header-text{margin-left:auto;font-size:.875rem}.gifts-requests-table-desktop__header-select{flex:0 0 5.3125rem}.gifts-requests-table-desktop__table{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.gifts-requests-table-desktop__table-header{display:flex;height:2.5rem}.gifts-requests-table-desktop__table-cell{flex:2 2;display:flex;padding:.625rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;text-transform:uppercase}.gifts-requests-table-desktop__paginator-wrapper{margin:.9375rem 1.875rem 0 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.gifts-requests-table-desktop__extra{display:grid;grid-template-columns:repeat(5,minmax(0,2.706fr));width:100%}.gifts-requests-table-desktop__extra-info{font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.gifts-requests-table-desktop__no-results{font-weight:700;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#130227;border-radius:.625rem;width:100%;text-align:center}.gifts-requests-table-desktop__address{border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#682984);background:var(--DarkUI-Background,#130227);padding:.938rem;min-width:27.875rem}.gifts-requests-table-desktop__address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.gifts-requests-table-desktop__address-title{color:var(--Accent-Accent-2,#ffbc0f);font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.gifts-requests-table-desktop__address-cross-icon{cursor:pointer;width:1.5rem;height:1.5rem;display:flex}.gifts-requests-table-desktop__address-content{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.75rem;font-style:normal;font-weight:500;line-height:normal}.gifts-requests-desktop{padding-right:1.25rem;flex-grow:2;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.cashback-header-desktop{display:flex;padding:.625rem 0 .625rem .625rem;justify-content:space-between;align-items:center;align-self:stretch;margin-bottom:.625rem}.cashback-header-desktop__title{color:var(--DarkUI-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:2.25rem;font-weight:700}.cashback-header-desktop__actions{display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem}.cashback-header-desktop__search{width:15.3125rem}.cashback-header-desktop__button{white-space:nowrap;height:2.5rem;transition:transform .25s ease,box-shadow .25s ease}.cashback-header-desktop__button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(104,41,132,.5)}.cashback-header-desktop__button:hover .cashback-header-desktop__create-new-cashback-icon{animation:iconBounce .6s cubic-bezier(.68,-.55,.265,1.55)}.cashback-header-desktop__create-new-cashback-container{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.cashback-header-desktop__create-new-cashback-icon{width:1.5rem;height:1.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.cashback-list-item-desktop{display:grid;grid-template-columns:10% 40% 12% 12% 12% 14%;align-items:center;height:2.875rem;border-radius:.625rem;background:var(--DarkUI-Background,#130227)}.cashback-list-item-desktop:hover{background:hsla(0,0%,100%,.05)}.cashback-list-item-desktop__cell{color:#fff;font-size:.8125rem;display:flex;justify-content:center;padding:0 1.25rem;height:100%;align-items:center;position:relative}.cashback-list-item-desktop__cell:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);border-right:1px solid var(--DarkUI-Strokes,#682984);height:1.625rem}.cashback-list-item-desktop__cell:first-child{white-space:normal;word-break:break-all}.cashback-list-item-desktop__cell_actions{display:flex;justify-content:center;align-items:center;height:1.75rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),filter .3s ease}.cashback-list-item-desktop__cell_actions:hover{transform:scale(1.05);filter:brightness(1.2)}.cashback-list-item-desktop__cell_conditions{display:flex;padding:0}.cashback-list-item-desktop__conditions-container{display:flex;grid-gap:.625rem;gap:.625rem;padding:.625rem;height:2.875rem;width:100%}.cashback-list-item-desktop__condition-pill{display:flex;justify-content:center;flex:1 0;border-radius:.625rem;border:1px solid var(--DarkUI-Strokes,#682984);text-wrap:nowrap;font-size:.8125rem;font-weight:600;padding:.625rem;height:100%;align-items:center}.cashback-list-desktop{display:flex;padding:.625rem 1.25rem 1.25rem;flex-direction:column;align-items:flex-start;grid-gap:.625rem;gap:.625rem;align-self:stretch;border-radius:1.25rem;background:var(--DarkUI-ards-1,#320548)}.cashback-list-desktop__table{width:100%}.cashback-list-desktop__table-header{display:grid;grid-template-columns:10% 40% 12% 12% 12% 14%;margin-bottom:.3125rem}.cashback-list-desktop__table-cell{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.875rem;font-weight:700;text-transform:uppercase;padding:.625rem;justify-content:center;display:flex}.cashback-list-desktop__table-cell:nth-child(2){text-align:center}.cashback-list-desktop__table-body{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.cashback-list-desktop__empty{color:hsla(0,0%,100%,.5);text-align:center;padding:40px 20px;font-size:16px}.cashback-list-desktop__paginator-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem;width:100%;padding:0 1.25rem}.cashback-list-desktop__extra-info{color:hsla(0,0%,100%,.7);font-size:14px}.cashback-editor-desktop{background:linear-gradient(135deg,#1a0933,#2d1154);border-radius:1.25rem;margin-bottom:1.25rem;width:24.125rem}.cashback-editor-desktop__header{display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-radius:1.25rem;background:var(--DarkUI-Background,#130227);padding:1.25rem}.cashback-editor-desktop__title{color:var(--Accent-Text-Regular,#fff);text-align:center;font-family:Roboto;font-size:1rem;font-weight:500}.cashback-editor-desktop__close-button{display:flex;width:1.5rem;height:1.5rem;padding:.4375rem .375rem .3125rem;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}.cashback-editor-desktop__close-button:hover{transform:rotate(90deg) scale(1.1);opacity:.8}.cashback-editor-desktop__close-button:active{transform:rotate(90deg) scale(.95)}.cashback-editor-desktop__form{width:100%;padding:1.25rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.cashback-editor-desktop__form-row{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem}.cashback-editor-desktop__form-group{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;width:100%}.cashback-editor-desktop__form-group-switcher{width:1.875rem;height:1.875rem;display:flex;align-items:center}.cashback-editor-desktop__form-group_switcher{flex-direction:row;justify-content:space-between;height:1.875rem;align-items:center}.cashback-editor-desktop__label{color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.75rem;font-weight:500}.cashback-editor-desktop__button-wrapper{height:2.5rem}.cashback-editor-desktop__provider-tabs{display:flex;grid-gap:.625rem;gap:.625rem;width:100%}.cashback-editor-desktop__provider-tab{flex:1 1;height:2.5rem;border:none;border-radius:.625rem;background:#130227;color:var(--DarkUI-Text-Regular,#fff);font-family:Roboto;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease}.cashback-editor-desktop__provider-tab:hover:not(.cashback-editor-desktop__provider-tab_active){background:rgba(103,0,151,.521)}.cashback-editor-desktop__provider-tab_active{background:var(--Accent-Accent-1,#8b00c9)}.cashback-creation-desktop{width:100%;margin:0 auto;padding:0 1.25rem 1.25rem 0}.app{width:100%;height:100%;background:#130227;color:#fff;display:flex}.app__header{width:100%;position:relative;margin-top:4rem}.app__wrapper{display:flex;overflow-y:auto}.app__wrapper,.app__wrapper__main{height:100%;width:100%}.app__wrapper__content{width:100%;display:flex;justify-content:space-between;padding:1.25rem}.app__user-tree{width:20%}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:"Roboto",sans-serif;background:#d9d9d9}*,:after,:before{box-sizing:border-box;padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}html{font-size:16px}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}@media only screen and (max-width:2600px){html{font-size:18px}}@media only screen and (max-width:2300px){html{font-size:17px}}@media only screen and (max-width:1920px){html{font-size:16px}}@media only screen and (max-width:1750px){html{font-size:15px}}@media only screen and (max-width:1600px){html{font-size:14px}}@media only screen and (max-width:1500px){html{font-size:13px}}@media only screen and (max-width:1400px){html{font-size:12px}}@media only screen and (max-width:1300px){html{font-size:11px}}@media only screen and (max-width:1200px){html{font-size:10px}}
/*# sourceMappingURL=main.b69b2a3b.chunk.css.map */