@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins:100,400,700,900);.notification-desktop{display:block;width:100%;min-height:2.875rem;position:relative;z-index:100;margin-top:1rem;color:#fff;font-size:.875rem;font-weight:700;-webkit-animation:init .7s ease;animation:init .7s ease}.notification-desktop_deleting{-webkit-animation:delete .7s ease;animation:delete .7s ease}.notification-desktop__img-error{position:absolute;width:1.25rem;left:.8125rem;top:1.2rem}.notification-desktop__img-default,.notification-desktop__img-success{position:absolute;width:1.25rem;left:.8125rem;top:1rem}.notification-desktop__left{height:100%;box-sizing:border-box;flex-shrink:0}.notification-desktop__cross{display:block;width:.8125rem;margin-top:1.05rem;margin-right:.8125rem;cursor:pointer}.notification-desktop__text{flex-grow:2;box-sizing:border-box;padding:.9375rem 0 .9375rem 2.6875rem;width:100px;height:100%;display:flex;justify-content:flex-start;align-items:center;word-break:break-word}.notification-desktop__wrapper{width:100%;border:.0625rem solid #3d3f4c;display:flex;padding:.2rem 0;box-sizing:border-box}.notification-desktop__wrapper_type_default,.notification-desktop__wrapper_type_error,.notification-desktop__wrapper_type_success{background:#3d3f4c;border-radius:.625rem}@-webkit-keyframes init{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes init{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes delete{0%{opacity:1}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%)}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);height:0}}@keyframes delete{0%{opacity:1}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%)}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);height:0}}#notify-root{position:fixed;width:20%;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;-webkit-animation:become .2s 1;animation:become .2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;color:#fff;-webkit-animation-direction:normal;animation-direction:normal}.modal.modal_disappearing{-webkit-animation:disappear .2s 1;animation:disappear .2s 1}.modal__body{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:.625rem;background-color:#1f2232;z-index:101;-webkit-animation:become .2s 1;animation:become .2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}.modal__body.modal_disappearing{-webkit-animation:disappear .2s 1;animation:disappear .2s 1}.modal__body_isMobile{min-width:95%}.modal__body_withoutBG{background-color:unset}.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{padding:2.5rem}.modal__content_isMobile{padding:1.5rem .625rem;max-height:80vh;overflow-y:auto}@-webkit-keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes disappear{0%{opacity:1}to{opacity:0}}@-webkit-keyframes become{0%{opacity:0}to{opacity:1}}@keyframes become{0%{opacity:0}to{opacity:1}}.select{width:100%;box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:inherit;border:.0625rem solid #fda713;border-radius:.625rem}.select_paginator{border:.0625rem solid hsla(0,0%,100%,.2);border-radius:.625rem;color:#fff;background:transparent}.select_paginator .select__item{width:100%}.select_open{border-bottom:none!important;border-radius:.625rem .625rem 0 0!important}.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_current{background-color:inherit;border-radius:.625rem}.select__item:not(.select__item_current):hover{background-color:#fda713}.select_color_transparent .select__item_current{background-color:#3d3f4c}.select__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.select_color_grey{border:.0625rem solid hsla(0,0%,100%,.2);border-radius:.625rem;color:#fff;background:transparent}.select__arrow-svg{height:.571rem;width:.857rem}.select_open .select__arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.select__items-list{position:absolute;top:2.125rem;border-radius:0 0 .625rem .625rem;background:#1f2232;z-index:2;max-height:21rem;box-sizing:border-box;border:.0625rem solid #fda713;overflow-y:auto;overflow-x:hidden;width:101%;margin:0 -1px}.select__items-list_color_grey{top:100%;border:.0625rem solid hsla(0,0%,100%,.2);background:#1f2232;margin:0 -1.2px;width:102.75%}.select__items-list_color_white{background:#fff}.select__items-list::-webkit-scrollbar{width:3px;height:.5rem;scroll-margin-right:.5rem}.select__items-list::-webkit-scrollbar-thumb{width:3px;height:1rem;background:#fda713;cursor:pointer}.select_color_transparent .select__items-list{background-color:#3d3f4c}.SVG-component__container,.SVG-component__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.SVG-component__content,.SVG-component__content-svg{width:100%;height:100%}.input{box-sizing:border-box;display:block;border:none;width:100%;min-height:2.5rem;outline:none;padding-left:1rem;color:#6d6d6d;font-weight:400;font-size:.875rem;border-radius:.625rem}.input::-webkit-input-placeholder{color:#6d6d6d;font-weight:400;font-size:.875rem}.input:-ms-input-placeholder{color:#6d6d6d;font-weight:400;font-size:.875rem}.input::placeholder{color:#6d6d6d;font-weight:400;font-size:.875rem}.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover{-webkit-text-fill-color:#6d6d6d;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::-webkit-input-placeholder{font-weight:400;font-size:.875rem;color:#6d6d6d}.input_type_modal:-ms-input-placeholder{font-weight:400;font-size:.875rem;color:#6d6d6d}.input_type_modal::placeholder{font-weight:400;font-size:.875rem;color:#6d6d6d}.input_type_modalSecond{background:#fff;border:.0625rem solid #e2e5ec;border-radius:.3125rem}.input_type_modalSecond::-webkit-input-placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input_type_modalSecond:-ms-input-placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input_type_modalSecond::placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input_type_lowWhite{background:#fff;border-radius:.3125rem}.input_type_lowWhite::-webkit-input-placeholder{font-weight:400;font-size:.875rem;color:#6d6d6d}.input_type_lowWhite:-ms-input-placeholder{font-weight:400;font-size:.875rem;color:#6d6d6d}.input_type_lowWhite::placeholder{font-weight:400;font-size:.875rem;color:#6d6d6d}.input__wrapper{display:flex;align-items:center;width:100%;height:100%;position:relative}.input__password{position:absolute;right:1.25rem;top:.5rem;cursor:pointer}.input__password-svg{width:1.5rem;height:1.5rem}.input_color_white{background:#fff;padding-left:2.125rem;color:#7e89a4}.input_color_white::-webkit-input-placeholder{color:#7e89a4}.input_color_white:-ms-input-placeholder{color:#7e89a4}.input_color_white::placeholder{color:#7e89a4}.input_validState_2{border:.0625rem solid #0d9252!important}.input_validState_3{border:.0625rem solid #3d3f4c!important}.search-input-desktop{width:100%;box-sizing:border-box;color:#fff;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:inherit;border-radius:.625rem}.search-input-desktop_paginator .select__item{width:100%}.search-input-desktop_open{border-bottom:none}.search-input-desktop__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}.search-input-desktop__item_current{background-color:inherit;border-radius:.625rem}.search-input-desktop__item:not(.search-input-desktop__item_current):hover{background-color:#fda713}.search-input-desktop_color_transparent .search-input-desktop__item_current{background-color:#000}.search-input-desktop__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:1rem;right:1rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.search-input-desktop_color_grey{border:.0625rem solid hsla(0,0%,100%,.4);border-radius:.3125rem;color:hsla(0,0%,100%,.4);background:transparent}.search-input-desktop__arrow-svg{height:.571rem;width:.857rem}.search-input-desktop_open .search-input-desktop__arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.search-input-desktop__items-list{position:absolute;top:2.125rem;border-radius:0 0 .3125rem .3125rem;background:#000;width:100%;z-index:2;max-height:9.375rem;box-sizing:border-box;border:.0625rem solid #3d3f4c;border-top:none;overflow-y:auto;overflow-x:hidden}.search-input-desktop__items-list_color_grey{top:100%;border:.0625rem solid hsla(0,0%,100%,.4);background:#fff;width:100%}.search-input-desktop__items-list_color_white{background:#fff}.search-input-desktop__items-list::-webkit-scrollbar{width:3px;height:.5rem;scroll-margin-right:.5rem}.search-input-desktop__items-list::-webkit-scrollbar-thumb{width:3px;height:1rem;background:#fda713;cursor:pointer}.search-input-desktop_color_transparent .search-input-desktop__items-list{background-color:#000}.users-filter-block{height:2.5rem;display:flex;width:100%;position:relative}.users-filter-block__input{width:100%;min-width:14.875rem;position:relative}.users-filter-block__notify{position:absolute;width:100%;text-align:center;color:hsla(0,0%,100%,.4);font-size:.75rem;top:calc(100% + .25rem)}.users-filter-block__icon svg{width:1.5rem}.users-filter-block__icon-wrapper{border:none;margin-left:.625rem;background:#fda713;border-radius:.625rem;padding:.625rem;cursor:pointer}.paginator{color:#fff;display:flex;font-size:.875rem;border-radius:.3125rem;align-items:center;margin-left:.3125rem}.paginator__pages{display:flex;height:100%}.paginator__main{display:flex}.paginator__page{display:flex;align-items:center;justify-content:center;cursor:pointer}.paginator__page__first-img,.paginator__page__last-img,.paginator__page__next-img,.paginator__page__previous-img{width:.8125rem;height:1.125rem}.paginator__page__first-img_active *,.paginator__page__last-img_active *,.paginator__page__next-img_active *,.paginator__page__previous-img_active *{fill:#fff}.paginator__page__previous-img{margin-left:1.25rem}.paginator__page__next-img{margin-right:1.25rem}.paginator__page_active{background:#1f2232;border-radius:.3125rem;cursor:pointer;padding:.4375rem 1.875rem;color:#fff;width:1.875rem;height:1.875rem;margin:0 .625rem}.paginator__select{width:5rem}@media(max-width:28.125rem){.paginator{justify-content:center;flex-direction:column}.paginator__select{margin-top:.8rem}}.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:400;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:center;color:#fff;outline:none;cursor:pointer;background:#fda713;border-radius:.625rem;font-family:Poppins;line-height:1rem}.button__search{width:1rem;height:1rem;margin-right:.75rem}.button_colors_transparent{background-color:transparent;border:.0625rem solid #fda713;box-shadow:none}.button_colors_full-transparent{background-color:transparent;box-shadow:none;color:#fda713}.button_colors_red{background-color:#fda713;box-shadow:none}.button_colors_grey{background-color:transparent;border:.0625rem solid hsla(0,0%,100%,.2);box-shadow:none}.button_sizable_default{height:100%}.button_sizable_low{height:2.5rem}.button_sizable_high{height:3.125rem}.button_sizable_sign{height:2rem}.button_disable{-webkit-filter:grayscale(.5);filter:grayscale(.5);cursor:not-allowed;box-shadow:none;opacity:.2}.button_upperCased{text-transform:uppercase}.dropdown{position:relative}.dropdown_isMobile .dropdown__items{top:2.5rem}.dropdown__action{width:1.5rem;height:1.5rem;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:#3d3f4c}.dropdown__action:hover svg circle{fill:#fff}.dropdown__items{position:absolute;padding:.625rem;top:4.125rem;right:40%;background:#1f2232;border-radius:.625rem;width:100%;min-width:14rem;z-index:2;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.dropdown__items_isMobile{left:unset;right:0}.dropdown__item{cursor:pointer;display:flex}.dropdown__item-value{font-size:.875rem}.dropdown__item-icon{width:1.5rem;min-width:1.5rem;height:1.5rem;min-height:1.5rem;margin-right:.75rem}.dropdown__item-title{font-size:.875rem;font-weight:400;color:#fff}.adm-bets-table-row-user{color:#fff;width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#1f2232;border-radius:.625rem;padding:.625rem 2.5rem .625rem 1.25rem}.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{font-size:.875rem;font-weight:400;color:#fff;width:20%;min-width:10%}.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{height:1.6875rem;text-transform:uppercase;padding:.3125rem .625rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.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{display:flex;width:1.5rem;min-width:1.5rem;margin-right:1.25rem}.adm-bets-table-row-user__td-data-user{font-weight:400;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:#0f78f2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.3125rem}.adm-bets-table-row-user__td-data-user-type_role_7{background:#5f0d92}.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:flex-end}.users-table{background:#3d3f4c;border-radius:.625rem;padding:1.375rem 1.25rem}.users-table__no-results{font-weight:400;font-size:.875rem;text-transform:uppercase;color:#fff;padding:1.25rem;background:#1f2232;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:flex;justify-content:space-between}.users-table__table-header-head{width:20%;font-weight:400;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:left;padding:0 0 1.0625rem .625rem}.users-table__table-header-head:last-child{text-align:right;margin-right:1.5625rem}.users-table__paginator-wrapper{padding:.5938rem 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center;margin-top:.625rem;border-radius:0 0 .625rem .625rem;background:#1f2232}.users-table__extra-info{font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.tabs{display:flex;width:100%;justify-content:flex-start}.tabs__item{display:flex;align-items:center;justify-content:center;height:3.75rem;padding:.625rem 2.1875rem .625rem 1.5625rem;cursor:pointer;border-radius:1.25rem 1.25rem 0 0;background-color:transparent}.tabs__item-text{color:#fff;font-weight:400;font-size:.875rem;text-wrap:nowrap}.tabs__item-icon{width:1.5rem;min-width:1.5rem;margin-right:.625rem}.tabs__item_active{background:#3d3f4c}.users{display:flex;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:100%}.users__center{display:grid;grid-template-columns:1fr auto;justify-content:space-between;align-items:center}.users__center-controller{display:grid;justify-content:flex-end;grid-template-columns:auto auto;margin:0 0 0 .625rem}.users__page-count{display:flex;align-items:center;justify-content:flex-end;margin-left:.625rem}.users__page-count-title{margin-right:.625rem;font-weight:400;font-size:.875rem;color:#fff;white-space:nowrap}.users__page-count-select{width:5.3125rem}.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:5rem;height:5rem}.spinner-desktop__container div{-webkit-transform-origin:2.5rem 2.5rem;transform-origin:2.5rem 2.5rem;-webkit-animation:lds-spinner 1.2s linear infinite;animation:lds-spinner 1.2s linear infinite}.spinner-desktop__container div:after{content:" ";display:block;position:absolute;top:3px;left:2.3125rem;width:.375rem;height:1.125rem;border-radius:20%;background:#fff}.spinner-desktop__container div:first-child{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner-desktop__container div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1s;animation-delay:-1s}.spinner-desktop__container div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner-desktop__container div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.spinner-desktop__container div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.spinner-desktop__container div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.spinner-desktop__container div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.spinner-desktop__container div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.spinner-desktop__container div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.spinner-desktop__container div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.spinner-desktop__container div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.spinner-desktop__container div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.input-date-desktop{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:100%;height:2.5rem}.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;z-index:2}.input-date-desktop_withManualTyping .react-datepicker__input-container input{background-color:transparent;border:none;color:#fff;width:100%;box-sizing:border-box}.input-date-desktop_withManualTyping .react-datepicker__input-container input:focus-visible{border:none;outline:none}.input-date-desktop_disabled .input-date-desktop__custom-date-input{background-color:transparent}.input-date-desktop_disabled{cursor:default}.input-date-desktop__custom-date-input{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;background:#3d3f4c;border:1px solid #fda713;border-radius:.625rem}.input-date-desktop__custom-date-input_needPadding{padding:0 2.625rem!important}.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_special{position:absolute;left:.625rem}.input-date-desktop__custom-date-input-value{margin-right:auto;font-size:.875rem;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-desktop__custom-date-input-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.input-date-desktop__custom-date-input-arrow_special{position:absolute;right:.625rem;z-index:1}.input-date-desktop__custom-date-input_special{position:relative;z-index:3}.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 #3d3f4c!important}.input-date-desktop_color_black .input-date-desktop__custom-date-input,.input-date-desktop_color_black .react-datepicker-wrapper .react-datepicker__input-container input{background:#3d3f4c}.tree-row{position:relative}.tree-row__line{height:2.5rem;width:1.25rem;display:flex;position:absolute;left:0;top:0}.tree-row__line_type_3{left:.0313rem;width:1.1875rem;top:-.0313rem}.tree-row__line_type_2{left:-1.5px}.tree-row__parent{display:flex;margin-left:1.25rem;border-radius:.625rem;background:#646570;justify-content:space-between;align-items:center;cursor:pointer;padding:.3125rem;margin-bottom:.125rem;height:2.5rem}.tree-row__parent:hover,.tree-row__parent_active{background:#fda713}.tree-row__parent__wrapper{height:100%;display:flex;justify-content:flex-start;align-items:center;overflow:hidden}.tree-row__parent:hover .tree-row__parent__img-user *{fill:#fff}.tree-row__parent__img-user{width:1.125rem;min-width:1.125rem}.tree-row__parent__img-user_active *{fill:#fff}.tree-row__parent__title{font-weight:400;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.tree-row__parent__img-arrow{width:1.875rem;min-width:1.875rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tree-row__parent__img-arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.tree-row__childrens{position:relative;padding-left:1.25rem}.tree{margin-right:.45rem;width:100%;background:#3d3f4c;height:100%;padding:.9375rem}.tree,.tree_isMobile{border-radius:.625rem}.tree_isMobile{margin-left:0;overflow-y:auto;background:#1f2232}.tree__title{padding:.3125rem 0 .625rem .625rem;font-weight:400;font-size:1rem;line-height:1.1875rem;text-transform:uppercase;color:#fff;display:flex;align-items:center}.tree__back-arrow{width:1.875rem;min-width:1.875rem;display:flex;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tree_active .tree__current-agent{background:#fda713}.tree__current-agent{display:flex;border-radius:.625rem;background:#646570;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.125rem;padding:.3125rem;height:2.5rem}.tree__current-agent__wrapper{display:flex;justify-content:flex-start;overflow:hidden}.tree__current-agent:hover{background:#fda713}.tree__current-agent:hover .tree__current-agent__img-user *{fill:#fff}.tree__current-agent__img-user{width:1.25rem;min-width:1.25rem}.tree__current-agent__img-user_active *{fill:#fff}.tree__current-agent__title{font-weight:400;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.tree__current-agent__img-arrow{width:1.875rem;min-width:1.875rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tree__current-agent__img-arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.tree__wrapper{overflow-x:auto;padding:0 0 .625rem}.days-filter{display:flex}.days-filter__item{padding:.5938rem 1.875rem;font-weight:400;font-size:.875rem;background:#1f2232;border-radius:.625rem;cursor:pointer;max-height:2.875rem;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:#fda713}.filter-block{display:flex;flex-direction:column;background:#3d3f4c;border-radius:.625rem;padding:1.25rem}.filter-block__left{margin-top:.9375rem}.filter-block__title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.filter-block__date{display:flex;width:100%;margin-bottom:2.4rem}.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:15.3125rem;position:relative}.filter-block__input:not(:last-child){margin-right:.625rem}.filter-block__notify{position:absolute;width:100%;text-align:center;color:hsla(0,0%,100%,.4);font-size:.75rem;top:calc(100% + .25rem)}.filter-block__inputs{display:flex;width:100%;justify-content:space-between;margin-top:1.25rem}.filter-block__header{font-weight:400;font-size:1.375rem;margin-bottom:.625rem}.filter-block__or{font-weight:400;font-size:1.375rem;color:#6d6d6d;margin:1.25rem 5.3685rem 0}.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}.filter-block__right{width:100%}.reports-table-general__table{width:100%;display:flex}.reports-table-general__table-tr{border:.0625rem solid #fda713;border-radius:.625rem;text-align:left;font-weight:400;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.reports-table-general__table-th{font-size:.875rem}.reports-table-general__table-td{margin-top:.625rem;display:flex;align-items:flex-end}.reports-table-general__table-td-amount{font-size:1.5rem;font-weight:400;margin-right:.625rem}.reports-table-general__table-td-currency{color:#6d6d6d;font-size:.875rem;line-height:1.3125rem;font-weight:400;margin:0 0 2px}.reports-table-general__header{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem}.table-providers-row__item-icon{width:1.875rem;min-width:1.875rem;display:flex;margin-right:1.25rem}.table-providers-row__tr{background:#1f2232;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:400;font-size:.875rem;display:flex;justify-content:center;align-items:center;width:100%;text-transform:capitalize}.table-providers-row__td-el{text-overflow:ellipsis;overflow:hidden}.table-providers-row__td:not(:last-child){border-right:.0625rem solid #3d3f4c}.table-providers-row__td:first-child{justify-content:flex-start}.reports-table-providers_isMobile{padding:0}.reports-table-providers__no-results{font-weight:400;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#1f2232;border-radius:.625rem;width:100%;text-align:center}.reports-table-providers__table{width:100%;background:#3d3f4c;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:400;font-size:.875rem;text-transform:uppercase;text-align:center;margin-bottom:1.0625rem}.reports-table-providers__table-head:first-child{text-align:left;margin-left:.625rem}.reports-table-providers__table-body{width:100%}.reports-table-providers__header{font-weight:400;font-size:1.375rem;margin:1.25rem .625rem}.general{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.general_isMobile{padding:.625rem}.check-box-desktop{-webkit-user-select:none;-ms-user-select:none;cursor:pointer;height:1.25rem;width:1.25rem;display:flex;justify-content:center;align-items:center;user-select:none;flex-shrink:0;margin-left:.3rem;margin-right:.3rem;transition:all .3s ease-in;border-radius:.25rem;position:relative;border:.0625rem solid hsla(0,0%,100%,.5)}.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}.filter-block-cash{background:#3d3f4c;border-radius:.625rem;padding:1.25rem}.filter-block-cash .days-filter{margin-top:1.2rem}.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:grid;grid-template-columns:repeat(3,1fr);grid-gap:.625rem 0;gap:.625rem 0;width:100%;align-self:center;margin:1.25rem .625rem 0}.filter-block-cash__checkbox{display:flex;align-items:center}.filter-block-cash__checkbox-title{font-weight:400;font-size:.875rem;margin-left:.5625rem;white-space:nowrap}.filter-block-cash__checkbox:not(:last-child){margin-right:.9375rem}.filter-block-cash__title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.filter-block-cash__date{display:flex;width:100%}.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;position:relative}.filter-block-cash__input:not(:last-child){margin-right:.625rem}.filter-block-cash__notify{position:absolute;width:100%;text-align:center;color:#6d6d6d;font-size:.75rem;top:calc(100% + .25rem)}.filter-block-cash__inputs{display:flex;width:100%}.filter-block-cash__header{font-weight:400;font-size:1.375rem;margin-bottom:.625rem}.filter-block-cash__or{font-weight:400;font-size:1.375rem;color:#6d6d6d;margin:1.25rem 5.3685rem 0}.filter-block-cash__button{width:100%;max-width:15rem}.payment-history-table-cash__total-header{font-weight:400;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:400;font-size:1.375rem}.payment-history-table-cash__no-results{font-weight:400;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#1f2232;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:transparent;border:.0625rem solid #fda713;border-radius:.625rem;text-align:left;font-weight:400;padding:.9375rem 1.875rem;width:100%;margin-right:.625rem}.payment-history-table-cash__totals-head{font-size:.875rem}.payment-history-table-cash__totals-data{display:flex;grid-gap:.625rem;gap:.625rem;flex-direction:row;align-items:flex-end;margin-top:.625rem}.payment-history-table-cash__total-details{font-size:1.5rem;font-style:normal;font-weight:400}.payment-history-table-cash__total-details-currency{color:#6d6d6d;font-size:.875rem;font-weight:400;margin:0 0 2px}.payment-history-table-cash__table{background:#3d3f4c;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.payment-history-table-cash__paginator-wrapper{color:#fff;display:flex;justify-content:space-between;align-items:center;margin-top:.625rem;border-radius:0 0 .625rem .625rem;background:#1f2232;padding:.5938rem 1.25rem}.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:400;font-size:.875rem;color:#fff;white-space:nowrap}.payment-history-table-cash__page-count-select{width:5.3125rem}.cash{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.filter-block-player-detail{background:#3d3f4c;border-radius:.625rem;padding:1.25rem}.filter-block-player-detail .days-filter{margin-top:1.2rem}.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:400;font-size:.75rem;margin-bottom:.125rem}.filter-block-player-detail__date{display:flex;width:100%}.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:400;font-size:1.375rem;margin-bottom:.625rem}.filter-block-player-detail__or{font-weight:400;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:1.25rem 5.3685rem 0}.filter-block-player-detail__button{width:100%;max-width:15rem;margin-top:1.25rem}.filter-block-player-detail__advice{color:hsla(0,0%,100%,.4);font-size:.75rem;text-align:center}.player-report-table-row-pagination__tr{background:#1f2232;border-radius:.625rem;height:3.25rem;display:flex;padding:.625rem 0;width:100%}.player-report-table-row-pagination__tr:not(:last-child){margin-bottom:.3125rem}.player-report-table-row-pagination__td{width:20%;max-width:20%;height:100%;min-width:10%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:.875rem;padding:0 1.25rem}.player-report-table-row-pagination__td span{text-overflow:ellipsis;overflow:hidden}.player-report-table-row-pagination__td:not(:last-child){border-right:.0625rem solid #3d3f4c}.player-report-table-row-pagination__td:first-child{justify-content:flex-start}.player-report-table-row-pagination__td_status_1{color:#0d9252}.player-report-table-row-pagination__td_status_2{color:#d31c32}.player-report-table-row-pagination__name-text{font-size:.875rem;font-weight:400}.player-report-table-row-pagination__role-text{font-size:.6875rem;font-weight:400}.player-report-table-row-pagination__full-block{display:flex;justify-content:space-between}.player-report-table-row-pagination__user-wrapper{width:100%}.player-report-table-row-pagination__user-block{display:flex;align-items:center}.player-report-table-row-pagination__user-info{display:flex;flex-direction:column;align-items:start}.player-report-table-row-pagination__user-actions{display:flex;align-items:center;justify-content:flex-end}.player-report-table-row-pagination__role-icon svg{width:1.5rem;height:1.5rem}.player-report-table-row-pagination__arrow-icon{cursor:pointer}.player-report-table-row-pagination__arrow-icon svg{width:1.5rem;height:1.5rem}.detail-player-table-head-pagination{width:100%;display:flex;justify-content:center;margin-bottom:1.0625rem;box-sizing:border-box}.detail-player-table-head-pagination__table-head{width:20%;font-weight:400;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.detail-player-table-head-pagination__table-head:first-child{padding-left:.625rem;text-align:left}.detail-by-player{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.detail-by-player__modal{background:#3d3f4c;border-radius:.625rem;max-width:63.625rem;margin:0 auto}.detail-by-player__modal-header{font-size:1.875rem;font-weight:400;padding:3.125rem 0;display:flex;justify-content:center;align-items:center}.detail-by-player__tabs-panel{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem;box-sizing:border-box;padding:0 1.25rem}.detail-by-player__tab{display:flex;height:2.5rem;padding:.9375rem 1.875rem;justify-content:center;align-items:center;border-radius:.625rem;background:#1f2232;cursor:pointer}.detail-by-player__tab_active{background:#fda713}.filter-block-player-history{background:#3d3f4c;border-radius:.625rem;padding:1.25rem}.filter-block-player-history .days-filter{margin-top:1.2rem}.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:400;font-size:.75rem;margin-bottom:.125rem}.filter-block-player-history__date{display:flex;width:100%}.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:400;font-size:1.375rem;margin-bottom:.625rem}.filter-block-player-history__or{font-weight:400;font-size:1.375rem;color:#6d6d6d;margin:1.25rem 5.3685rem 0}.filter-block-player-history__button{width:100%;max-width:15rem;margin-top:1.25rem}.filter-block-player-history__advice{color:#6d6d6d;font-size:.75rem;text-align:center}.table-row-pagination__tr{background:#1f2232;border-radius:.625rem;height:3.25rem;padding:.625rem 0;width:100%;display:grid;grid-template-columns:repeat(9,1fr)}.table-row-pagination__tr_isExpanded{border-radius:.625rem .625rem 0 0}.table-row-pagination__tr_layout_player-history{grid-template-columns:repeat(8,1fr)}.table-row-pagination__tr_layout_player-history>div{justify-content:center}.table-row-pagination__td{position:relative;width:100%;height:100%;text-align:center;display:flex;padding:0 1.25rem;align-items:center;color:#fff;font-size:.875rem;font-weight:400;text-transform:capitalize}.table-row-pagination__td:not(:first-child){border-left:1px solid hsla(0,0%,100%,.2)}.table-row-pagination__td:first-child{justify-content:flex-start}.table-row-pagination__status_win{color:#0d9252}.table-row-pagination__status_lost{color:#d31c32}.table-row-pagination__status_accepted{color:#d3c71c}.table-row-pagination__status_notResulted{color:#6d6d6c}.table-row-pagination__status_status_1{color:#14805e}.table-row-pagination__status_status_2{color:#d31c32}.table-row-pagination__status_status_3{color:#ffbc0f}.table-row-pagination__user-block{display:flex;align-items:center}.table-row-pagination__user-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.table-row-pagination__user-id{font-size:.875rem;font-weight:400}.table-row-pagination__type-user-img{width:1.5rem;height:1.5rem}.table-row-pagination__user-info{display:flex;flex-direction:column;align-items:start}.table-row-pagination__user-type{color:#0094ff;font-size:.6875rem;font-weight:400}.table-row-pagination__arrow-dropdown{position:absolute;right:.625rem;width:1.5rem;height:1.5rem;cursor:pointer}.table-row-pagination__details{background-color:#1f2124;border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;width:100%}.table-row-pagination__details-item{font-size:.875rem;color:#fff;display:flex;align-items:center}.table-row-pagination__details-head{display:grid;grid-template-columns:repeat(9,1fr);background-color:#121417;border-radius:.3125rem;margin:0 .625rem}.table-row-pagination__details-head div{padding:.3125rem .625rem;color:#6d6d6d;text-align:center;font-size:.75rem;font-weight:700}.table-row-pagination__details-item-row{display:grid;grid-template-columns:repeat(9,1fr);width:100%}.table-row-pagination__details-item-cell{padding:.625rem 1.25rem;align-items:center;display:flex;position:relative}.table-row-pagination__details-item-cell:not(:first-child):before{content:"";position:absolute;left:0;top:50%;height:50%;border-left:1px solid hsla(0,0%,100%,.2);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-row-pagination__expanded svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table-row-pagination__details-item-cell-value{font-size:.6875rem;font-weight:400;white-space:wrap;overflow:hidden;text-overflow:ellipsis}.table-row-pagination__details-item-cell-value_win{color:#0d9252}.table-row-pagination__details-item-cell-value_lost{color:#d31c32}.table-row-pagination__details-item-cell-value_accepted{color:#d3c71c}.table-row-pagination__details-item-cell-value_notResulted{color:#6d6d6c}.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:400;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.table-head-pagination__table-head:first-child{padding-left:.625rem;text-align:left}.table-head-pagination__table-head:nth-child(2){width:15%}.financial-reports-table__header{margin:1.25rem .625rem;display:flex;justify-content:space-between;align-items:center}.financial-reports-table__header-left{font-weight:400;font-size:1.375rem}.financial-reports-table__no-results{font-weight:400;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#1f2232;border-radius:.625rem;width:100%;text-align:center}.financial-reports-table__table{background:#3d3f4c;border-radius:1.25rem;padding:1.375rem 1.25rem 1.25rem}.financial-reports-table__paginator-wrapper{margin-top:.625rem;border-radius:0 0 .625rem .625rem;background:#1f2232;padding:.5938rem 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:400;font-size:.875rem;color:#fff;white-space:nowrap}.financial-reports-table__page-count-select{width:5.3125rem}.financial-reports-table__tbody{display:flex;flex-direction:column;grid-gap:.313rem;gap:.313rem}.player-history{width:100%}.filter-block-player-sport{background:#3d3f4c;border-radius:.625rem;padding:1.25rem}.filter-block-player-sport .days-filter{margin-top:1.2rem}.filter-block-player-sport__bottom,.filter-block-player-sport__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-player-sport__bottom{margin-top:1.25rem}.filter-block-player-sport__title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.filter-block-player-sport__date{display:flex;width:100%}.filter-block-player-sport__date-row{width:100%}.filter-block-player-sport__date-row:not(:last-child){margin-right:.625rem}.filter-block-player-sport__date-input{height:2.5rem}.filter-block-player-sport__input{width:100%;margin-right:.625rem}.filter-block-player-sport__inputs{display:flex;width:100%;align-items:end;margin-right:.625rem}.filter-block-player-sport__header{font-weight:400;font-size:1.375rem;margin-bottom:.625rem}.filter-block-player-sport__or{font-weight:400;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:1.25rem 5.3685rem 0}.filter-block-player-sport__button{width:100%;max-width:15rem;margin-top:1.25rem}.filter-block-player-sport__advice{color:hsla(0,0%,100%,.4);font-size:.75rem;text-align:center}.sport-bets{width:100%}.filter-block-my-debt{display:flex;flex-direction:column;background:#3d3f4c;border-radius:.625rem;padding:1.25rem}.filter-block-my-debt .days-filter{margin-top:.9375rem}.filter-block-my-debt__top{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-my-debt__bottom{display:flex;justify-content:end;margin-top:1.25rem}.filter-block-my-debt__dates{display:flex;justify-content:space-between;align-items:flex-start}.filter-block-my-debt__title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.filter-block-my-debt__date{display:flex;width:100%}.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:400;font-size:1.375rem;margin-bottom:.625rem}.filter-block-my-debt__or{font-weight:400;font-size:1.375rem;color:hsla(0,0%,100%,.4);margin:1.25rem 5.3685rem 0}.filter-block-my-debt__button{display:flex;width:100%;max-width:11.9375rem}.filter-block-my-debt__checkbox{display:flex}.filter-block-my-debt__checkbox-title{font-weight:400;font-size:.875rem;margin-left:.5625rem}.filter-block-my-debt__checkboxes{margin:.625rem 0;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem;width:100%}.profile-block{width:100%;background:#3d3f4c;border-radius:.625rem;padding:1.25rem;display:grid;grid-template-columns:1fr 1fr}.profile-block__user{display:flex;align-items:center;background:#1f2232;border-radius:.625rem;padding-left:1.25rem}.profile-block__user-img{min-width:1.875rem;width:1.875rem;height:1.875rem}.profile-block__user-img svg{width:100%;height:100%}.profile-block__user-block{color:#fff;padding:.625rem 1.25rem;background:#1f2232;border-radius:.625rem;text-align:left;width:100%}.profile-block__user-block span{display:block}.profile-block__user-block span:first-child{font-weight:400;font-size:.75rem;color:hsla(0,0%,100%,.4)}.profile-block__user-block span:last-child{font-weight:400;font-size:1rem}.profile-block__item{cursor:pointer;display:flex;align-items:center;padding:.625rem 1.25rem .625rem .625rem;background:#1f2232;border-radius:.625rem;margin-left:.625rem}.profile-block__item-icon{min-width:1.5rem;width:1.5rem;margin-right:.625rem}.profile-block__item-title{font-weight:400;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}.table-row-cash__tr{background:#1f2232;border-radius:.625rem;height:3.25rem;display:flex;padding:.625rem 0;width:100%}.table-row-cash__tr:not(:last-child){margin-bottom:.3125rem}.table-row-cash__td{width:20%;height:100%;min-width:10%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:.875rem;padding:0 1.25rem}.table-row-cash__td-el{text-overflow:ellipsis;overflow:hidden}.table-row-cash__td:not(:last-child){border-right:.0625rem solid #3d3f4c}.table-row-cash__td:first-child{justify-content:flex-start}.table-row-cash__arrow{width:1.875rem;min-width:1.875rem}.player-reports-table__header{margin:1.25rem .625rem;display:flex;justify-content:space-between;align-items:center}.player-reports-table__header-left{font-weight:400;font-size:1.375rem}.player-reports-table__no-results{font-weight:400;font-size:.875rem;text-transform:uppercase;color:hsla(0,0%,100%,.4);padding:1.25rem;background:#1f2232;border-radius:.625rem;width:100%;text-align:center}.player-reports-table_tab_all{border-top-left-radius:0}.player-reports-table__main-table-head{border-spacing:0}.player-reports-table__table{width:100%;background:#3d3f4c;border-radius:.625rem;padding:1.375rem 1.25rem}.player-reports-table__table-header{width:100%;display:flex;justify-content:space-between}.player-reports-table__table-header-head{width:20%;font-weight:400;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:left;padding:0 0 1.0625rem .625rem}.player-reports-table__table-header-head:last-child{text-align:right;margin-right:1.5625rem}.player-reports-table__paginator-wrapper{padding:.5938rem 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center;margin-top:.625rem;border-radius:0 0 .625rem .625rem;background:#1f2232}.player-reports-table__extra-info{font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;display:flex;flex-direction:column}.player-reports-table__page-count{display:flex;align-items:center;justify-content:flex-end;margin-left:1.875rem}.player-reports-table__page-count-title{margin-right:.625rem;font-weight:400;font-size:.875rem;color:#fff;white-space:nowrap}.player-reports-table__page-count-select{width:5.3125rem}.table-head-cash{width:100%;display:flex;justify-content:center;margin-bottom:1.0625rem;box-sizing:border-box}.table-head-cash__table-head{width:20%;font-weight:400;font-size:.875rem;text-transform:uppercase;color:#fff;text-align:center}.table-head-cash__table-head:first-child{padding-left:.625rem;text-align:left}.my-debt-account{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.my-debt-account__header{font-weight:400;font-size:1.375rem;margin:1.25rem 0 1.25rem .625rem}.my-debt-account__filters{padding:0 .625rem}.my-debt-account__details{display:flex;width:100%;grid-gap:.625rem;gap:.625rem;padding:0 1.25rem}.my-debt-account__details-item{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;padding:.9375rem 1.875rem;border:1px solid #fda713;border-radius:.625rem;background:hsla(0,0%,100%,.2);flex:1 1}.my-debt-account__type{font-size:.875rem;font-weight:700;line-height:1.3125rem}.my-debt-account__value{display:flex;grid-gap:.625rem;gap:.625rem;font-size:1.5rem;font-weight:700;line-height:2.25rem;align-items:flex-end}.my-debt-account__currency{font-size:.875rem;font-weight:700;line-height:1.3125rem;color:#6d6d6d;margin-bottom:3px}.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:#1f2232;border-radius:.625rem}.how-to-start__link__title{font-weight:400;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:400;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}.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-desktop{width:100%;position:relative;color:#fff;height:100%}.language-dropdown-selector-desktop_isHeader .language-dropdown-selector-desktop__current,.language-dropdown-selector-desktop_isHeader .language-dropdown-selector-desktop__items{border:none;background:#1f2232}.language-dropdown-selector-desktop_isHeader .language-dropdown-selector-desktop__item-text{margin:0 0 0 .3125rem}.language-dropdown-selector-desktop__title{font-weight:500;font-size:.8125rem;margin-bottom:.3125rem}.language-dropdown-selector-desktop__current{cursor:pointer;height:100%;height:3.0625rem;width:100%;display:flex;justify-content:space-between;align-items:center;border:.0625rem solid #fda713;border-radius:.625rem;padding:.625rem}.language-dropdown-selector-desktop__current_isMobile{height:2.5rem}.language-dropdown-selector-desktop__current_isHeader{height:100%}.language-dropdown-selector-desktop__wrapper{display:flex;grid-gap:.625rem;gap:.625rem}.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__current{border-radius:.625rem .625rem 0 0}.language-dropdown-selector-desktop__current-name{display:flex;align-items:center;margin-right:1.25rem;font-weight:400;font-size:.875rem;text-align:center;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.language-dropdown-selector-desktop__current-img{width:1.375rem;height:1.375rem;margin:0 .625rem}.language-dropdown-selector-desktop__current-item-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__current-item-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.language-dropdown-selector-desktop__items{cursor:pointer;opacity:0;width:100%;top:100%;position:absolute;z-index:3;left:0;-webkit-animation:reduceVertical_language-dropdown-selector-mobile .3s linear;animation:reduceVertical_language-dropdown-selector-mobile .3s linear;overflow:hidden;background:inherit;border:.0625rem solid #fda713;border-radius:0 0 .625rem .625rem}.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items{-webkit-animation:incraseVertical_language-dropdown-selector-mobile .3s linear forwards;animation:incraseVertical_language-dropdown-selector-mobile .3s linear forwards}.language-dropdown-selector-desktop__item{cursor:pointer;height:2.25rem;width:100%;display:flex;align-items:center;padding:.625rem;grid-gap:.625rem;gap:.625rem}.language-dropdown-selector-desktop__item_isHeaderMobile{justify-content:center}.language-dropdown-selector-desktop__item-img{width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.language-dropdown-selector-desktop__item-text{display:flex;align-items:center;font-weight:400;font-size:.875rem;margin-right:1.25rem;text-align:left;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on}.language-dropdown-selector-desktop__item_selected .language-dropdown-selector-desktop__item-text{font-weight:400}.language-dropdown-selector-desktop__item_selected{background:#fda713}@-webkit-keyframes incraseVertical_language-dropdown-selector-mobile{0%{opacity:0;max-height:0}to{opacity:1;max-height:18.75rem}}@keyframes incraseVertical_language-dropdown-selector-mobile{0%{opacity:0;max-height:0}to{opacity:1;max-height:18.75rem}}@-webkit-keyframes reduceVertical_language-dropdown-selector-mobile{0%{opacity:1;max-height:18.75rem}to{opacity:0;max-height:18.75rem}}@keyframes reduceVertical_language-dropdown-selector-mobile{0%{opacity:1;max-height:18.75rem}to{opacity:0;max-height:18.75rem}}@-webkit-keyframes darker_language-dropdown-selector-mobile{0%{background:transparent}to{background:#0f182f}}@keyframes darker_language-dropdown-selector-mobile{0%{background:transparent}to{background:#0f182f}}@-webkit-keyframes lighter_language-dropdown-selector-mobile{0%{background:#0f182f}to{background:transparent}}@keyframes lighter_language-dropdown-selector-mobile{0%{background:#0f182f}to{background:transparent}}.header-dropdown{position:absolute;top:5rem;width:18.75rem;border-radius:.625rem;overflow:hidden;background-color:#1f2232}.header-dropdown__upper{padding:1.25rem;display:flex;justify-content:space-between;align-items:center}.header-dropdown__balance{text-align:right}.header-dropdown__balance span{display:block}.header-dropdown__balance span:first-child{font-weight:400;font-size:.75rem;color:#6d6d6d}.header-dropdown__balance span:last-child{color:#fff;font-weight:400;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:400;text-overflow:ellipsis;font-size:.875rem;overflow-x:hidden}.header-dropdown__user-name span:last-child{font-weight:400;font-size:.75rem}.header-dropdown__item{cursor:pointer;display:flex;padding:.625rem 1.25rem}.header-dropdown__item-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.header-dropdown__item-title{font-weight:400;font-size:.875rem;color:#fff}.header-dropdown__bottom{display:flex;flex-direction:column}.header{z-index:1;background:#0c0f1f;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{-webkit-transform:scale(-1);transform:scale(-1)}.header__whatsapp{margin-right:1.25rem;cursor:pointer}.header__whatsapp-icon svg{min-width:2.25rem;width:2.25rem;height:2.25rem}.header__user{color:#fff;display:flex;align-items:center;cursor:pointer;background:#1f2232;border-radius:.625rem;padding:.3125rem .3125rem .3125rem .9375rem}.header__user-info{font-weight:400;text-transform:uppercase;margin-right:.625rem;display:flex;flex-direction:column;text-align:right}.header__user-info-id{font-size:.75rem}.header__user-info-login{font-size:.875rem;font-weight:400}.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:3.0625rem;border-radius:.625rem;margin:0 .625rem 0 0;background-color:#1f2232}.header__notifies-count{position:absolute;bottom:.3125rem;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:#001d3d;font-size:.625rem;line-height:.75rem;color:#fff;box-sizing:border-box;padding:1px 1px 0 0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.header__bell,.header__notifies-count{display:flex;align-items:center;justify-content:center;cursor:pointer}.header__bell-svg{width:1.5rem;height:1.5rem}.header__notifies{position:absolute;top:3.75rem}.notifies-view{display:flex;flex-direction:column;width:20rem;box-sizing:border-box;padding:1.25rem .625rem;border-radius:.625rem;background-color:#1f2232}.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.6875rem;font-weight:700;color:#fff}.notifies-view__cross{cursor:pointer;display:flex;margin:0 .625rem 0 0}.notifies-view__cross-svg{width:1.5rem;height:1.5rem}.notifies-view__cross_without-margin{margin:0}.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-color:#3d3f4c}.notifies-view__item:not(:last-child){margin:0 0 .625rem}.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;margin:0 0 1px}.notifies-view__item-wrapper:last-child{min-height:auto}.notifies-view__item-left,.notifies-view__item-right{display:flex;align-items:center}.notifies-view__type{color:#ffb301}.notifies-view__date{color:#6d6d6d;margin:0 .625rem 0 0}.notifies-view__name{color:#fff;font-weight:400;line-height:1.125rem}.notifies-view__amount{color:#fda713;font-weight:400}.notifies-view__new{padding:.313rem;margin-right:.313rem;border-radius:.313rem;background:#fda713}.subheader{padding:1.2813rem 1.25rem .125rem 1.875rem;display:flex;align-items:center;justify-content:space-between}.subheader__second-title{font-weight:400;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;background:#3d3f4c;padding:.625rem}.list-item_active{background:linear-gradient(180deg,#e17e01,#b53313);border-radius:.625rem}.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:first-child{padding:0 .625rem}.list-item__parent__img-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.list-item__parent__img-icon svg{width:100%;height:100%}.list-item__parent__td{display:flex;align-items:center}.list-item__parent__title{font-weight:400;font-size:.875rem;color:#6d6d6d;text-transform:capitalize}.list-item__parent__img-arrow{width:1.875rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.list-item__parent__img-arrow svg{width:100%;height:100%}.list-item__parent__img-arrow_opened{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.list-item__parent_level_1{padding:0!important}.list-item__parent_level_1 .list-item__parent__title{color:#fff;font-size:.875rem}.sidebar{background:#0c0f1f;height:100%;min-width:17.5rem;padding:1.25rem .5rem 1.25rem 1.25rem;z-index:9999;overflow:hidden;width:20%}.sidebar,.sidebar__menu{display:flex;flex-direction:column}.sidebar__menu{overflow:auto;padding-right:.5rem;grid-gap:.9375rem;gap:.9375rem}.sidebar__menu::-webkit-scrollbar{width:4px;cursor:pointer}.sidebar__menu::-webkit-scrollbar-thumb{background:#292c36;border-radius:.625rem}.sidebar__logo{width:8.7462rem;height:3.8125rem;margin-bottom:.625rem}.sidebar__logo-wrapper{display:flex;justify-content:center}.sidebar__logo_isMobile{max-width:10.5rem;margin:3.1875rem 0}.generate-password-button{width:100%;height:2.5rem;padding:.625rem 1.25rem;color:#fff;font-size:.75rem;font-weight:700;border-radius:.625rem;background:#1f2232;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.generate-password-button__icon{display:flex;width:1rem;height:1rem}.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:#fda713}.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:400;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:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;-webkit-transform:translateY(13vh);transform:translateY(13vh)}.create-player__form__input-block_generator{display:flex;flex-direction:column;justify-content:flex-end}.create-player__form__input-block-title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.create-player__bottom{display:flex;justify-content:center;padding:3.125rem 4.375rem 4.6875rem}.create-player__bottom button{max-width:8.75rem;font-size:.875rem;font-weight:400}.switcher{cursor:pointer;width:100%;height:1rem;border-radius:.5rem;background:#1f2232;display:flex;align-items:center;transition:all .1s ease-in;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.switcher__indicator{width:1.3rem;height:1.3rem;background:#3d3f4c;border:.125rem solid #1f2232;border-radius:100%;transition:all .1s ease-in;position:absolute;left:0}.switcher_active .switcher__indicator{left:calc(100% - 1.3rem);background:#fff;border:.125rem solid #fda713}.switcher_active{background:#fda713}.create-agent{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.create-agent__header{font-weight:400;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:#fda713}.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:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;-webkit-transform:translateY(7vh);transform:translateY(7vh)}.create-agent__form__input-block_generator{display:flex;flex-direction:column;justify-content:flex-end}.create-agent__form__input-block-title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.create-agent__form__radio-block{display:flex;justify-content:space-between;font-size:.875rem}.create-agent__form__switchers{margin:2.3125rem 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:400;font-size:.875rem}.create-agent__form__switchers-title span{color:#fda713}.create-agent__form__switchers-item{width:2.1875rem}.create-agent__bottom{display:flex;justify-content:center}.create-agent__bottom button{max-width:8.75rem;font-size:.875rem;font-weight:400}.create-agent__radio{display:grid;grid-template-columns:1fr 1fr}.create-agent__radio-button{cursor:pointer;min-width:0;display:flex;align-items:center;justify-content:center;padding:0 1.125rem}.create-agent__radio-button:last-child{border-radius:0 .3125rem .3125rem 0}.create-agent__radio-button-svg{width:1.5625rem;min-width:1.5625rem;height:1.5625rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .625rem 0 0}.input-money{box-sizing:border-box;display:block;border:none;width:100%;min-height:2.5rem;outline:none;padding-left:1rem;color:#6d6d6d;font-weight:700;font-size:.875rem;border-radius:.625rem;margin-top:1.25rem}.input-money::-webkit-input-placeholder{color:#6d6d6d;font-weight:700;font-size:.875rem}.input-money:-ms-input-placeholder{color:#6d6d6d;font-weight:700;font-size:.875rem}.input-money::placeholder{color:#6d6d6d;font-weight:700;font-size:.875rem}.input-money:-webkit-autofill,.input-money:-webkit-autofill:focus,.input-money:-webkit-autofill:hover{-webkit-text-fill-color:#6d6d6d;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-money_sizable_default{height:100%}.input-money_sizable_low{height:2.5rem}.input-money_sizable_high{height:3.125rem}.input-money_sizable_rounded{border-radius:1.17rem}.input-money_type_date{font-size:.75rem;font-family:"Segoe UI",sans-serif}.input-money_type_date::-webkit-inner-spin-button,.input-money_type_date::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-money_type_number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-money_type_modal{background:#f4f4f4;border:.0625rem solid #e2e5ec;border-left-width:0;border-radius:0 .3125rem .3125rem 0}.input-money_type_modal::-webkit-input-placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.input-money_type_modal:-ms-input-placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.input-money_type_modal::placeholder{font-weight:400;font-size:.875rem;color:#9899a2}.input-money_type_modalSecond{background:#fff;border:.0625rem solid #e2e5ec;border-radius:.3125rem}.input-money_type_modalSecond::-webkit-input-placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input-money_type_modalSecond:-ms-input-placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input-money_type_modalSecond::placeholder{font-weight:400;font-size:1rem;color:#9899a2}.input-money_type_lowWhite{background:#fff;border-radius:.3125rem}.input-money_type_lowWhite::-webkit-input-placeholder{font-weight:400;font-size:.875rem;color:hsla(0,0%,100%,.4)}.input-money_type_lowWhite:-ms-input-placeholder{font-weight:400;font-size:.875rem;color:hsla(0,0%,100%,.4)}.input-money_type_lowWhite::placeholder{font-weight:400;font-size:.875rem;color:hsla(0,0%,100%,.4)}.input-money__wrapper{display:flex;align-items:center;width:100%;height:100%;position:relative}.input-money__password{position:absolute;right:.625rem;top:.625rem;cursor:pointer}.input-money__password-svg{width:1.25rem;height:1.25rem}.input-money_color_white{background:#fff;padding-left:2.125rem;color:#7e89a4}.input-money_color_white::-webkit-input-placeholder{color:#7e89a4}.input-money_color_white:-ms-input-placeholder{color:#7e89a4}.input-money_color_white::placeholder{color:#7e89a4}.input-money_validState_2{border:.0625rem solid #0d9252!important}.input-money_validState_3{border:.0625rem solid #3d3f4c!important}.deposit{height:100%}.deposit,.deposit__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.deposit__wrapper{background:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;-webkit-transform:translateY(13vh);transform:translateY(13vh);flex-direction:column}.deposit__input{display:flex;align-items:center;max-width:18.75rem;width:100%;position:relative;font-family:Poppins}.deposit__input-currency{position:absolute;right:1.25rem;top:1.9375rem;color:#6d6d6d;font-size:1rem;line-height:1rem}.deposit__input input{padding-right:4.375rem}.deposit__input-block{margin-bottom:.625rem;display:flex;align-items:center;justify-content:center}.deposit__input-block-title{display:block;font-weight:400;font-size:1.125rem;margin-bottom:.625rem;text-align:center}.deposit__header{font-weight:400;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:center;padding:3.125rem 4.375rem 0;width:100%;grid-gap:1.25rem;gap:1.25rem}.deposit__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:2.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:400}.deposit__user-blocks{display:flex;margin-bottom:1.875rem}.deposit__amount-button{width:-webkit-min-content;width:min-content;border:1px solid #fda713;padding:0 1.25rem;height:2.5rem;border-radius:.625rem;display:flex;justify-content:center;align-items:center;white-space:nowrap;color:#fda713;font-size:.875rem;font-weight:400;cursor:pointer;margin-left:.625rem}.deposit__amount-buttons{display:flex}.deposit__user-block{width:100%}.deposit__user-block-title{font-weight:400;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:#1f2232;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:400;font-size:.75rem;color:#6d6d6d}.deposit__user-block-right span:last-child{font-weight:400;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:400;font-size:.875rem}.deposit__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}.deposit__user-block-info-type_role_6{background:#0d9252}.withdrawal{height:100%}.withdrawal,.withdrawal__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.withdrawal__wrapper{background:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;-webkit-transform:translateY(13vh);transform:translateY(13vh);flex-direction:column}.withdrawal__input{display:flex;align-items:center;max-width:18.75rem;width:100%;position:relative}.withdrawal__input-currency{position:absolute;right:1.25rem;color:#6d6d6d;font-size:1rem;line-height:1rem;top:1.9375rem}.withdrawal__input input{padding-right:4.375rem}.withdrawal__input-block{margin-bottom:.625rem;display:flex;align-items:center;justify-content:center}.withdrawal__input-block-title{display:block;font-weight:400;font-size:1.125rem;margin-bottom:.625rem;text-align:center}.withdrawal__header{font-weight:400;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:center;width:100%;padding:3.125rem 4.375rem 0;grid-gap:1.25rem;gap:1.25rem}.withdrawal__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.withdrawal__user-blocks{display:flex;margin-bottom:1.875rem}.withdrawal__amount-button{width:-webkit-min-content;width:min-content;border:1px solid #fda713;padding:0 1.25rem;height:2.5rem;border-radius:.625rem;display:flex;justify-content:center;align-items:center;white-space:nowrap;color:#fda713;font-size:.875rem;font-weight:400;cursor:pointer;margin-left:.625rem}.withdrawal__amount-buttons{display:flex}.withdrawal__user-block{width:100%}.withdrawal__user-block-title{font-weight:400;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:#1f2232;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:400;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.withdrawal__user-block-right span:last-child{font-weight:400;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:400;font-size:.875rem}.withdrawal__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}.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{max-width:18.75rem;width:100%}.change-password-users__pass-generator{width:100%}.change-password-users__header{font-weight:400;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:1.0625rem}.change-password-users__fields{grid-gap:.625rem;gap:.625rem}.change-password-users__fields,.change-password-users__form{display:flex;flex-direction:column;align-items:center;justify-content:center}.change-password-users__form{background:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;-webkit-transform:translateY(13vh);transform:translateY(13vh)}.change-password-users__form__input-block{width:100%}.change-password-users__form__input-block-title{font-weight:400;font-size:.75rem}.change-password-users__bottom{display:flex;justify-content:center;width:100%;grid-gap:1.25rem;gap:1.25rem;padding:3.125rem 0 0}.change-password-users__bottom button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.7188rem 1.25rem;font-size:.875rem;font-weight:400}.change-password-users__user-block{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1.25rem .625rem .625rem;background:#1f2232;margin-bottom:1.0625rem;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:400;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.change-password-users__user-block-right span:last-child{font-weight:400;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:400;font-size:.875rem}.change-password-users__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-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:#3d3f4c;border-radius:1.25rem;padding:3.125rem 9.375rem 4.6875rem;max-width:48.125rem;-webkit-transform:translateY(13vh);transform:translateY(13vh);flex-direction:column}.disable-user__header{font-weight:400;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:#fda713}.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:#1f2232;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:400;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.disable-user__user-block-right span:last-child{font-weight:400;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:400;font-size:.875rem}.disable-user__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}.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;margin-left:1.25rem}.disable-user__bottom button:last-child{color:#fda713}.modify-agent{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.modify-agent__header{font-weight:400;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:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;-webkit-transform:translateY(13vh);transform:translateY(13vh)}.modify-agent__form__input-block-title{font-weight:400;font-size:.75rem;margin-bottom:.125rem}.modify-agent__form__switchers{margin-top:2.3125rem}.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:400;font-size:.875rem}.modify-agent__form__switchers-title span{color:#fda713}.modify-agent__form__switchers-item{width:2.1875rem}.modify-agent__input-date{height:2.5rem}.modify-agent__bottom{display:flex;justify-content:flex-end;padding:3.125rem 4.375rem 4.6875rem;justify-content:center}.modify-agent__bottom button{display:flex;min-width:5.875rem;max-width:7.125rem;height:2.5rem;padding:.625rem 1.25rem;justify-content:center;align-items:center;grid-gap:.625rem;gap:.625rem;font-size:.875rem;font-weight:400}.modify-agent__id-block,.modify-agent__username-block{display:flex;grid-gap:.5rem;gap:.5rem;color:#fff}.modify-agent__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.375rem .625rem .625rem;background:#1f2232;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:400;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.modify-agent__user-block-right span:last-child{font-weight:400;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:400;font-size:.875rem}.modify-agent__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}.modify-agent__user-block-info-type_role_6{background:#0d9252}.modify-agent__id{font-size:.875rem;line-height:1.3125rem;font-weight:400;color:#fff!important}.copy-to-clipboard{cursor:pointer}.copy-to-clipboard svg{width:12.5px;height:12.5px}.country-code-selector{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:70%;color:#fff}.country-code-selector__active-item{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;border-bottom-left-radius:.625rem;border-top-left-radius:.625rem;font-weight:400;font-size:.875rem}.country-code-selector__active-item:before{width:0;height:0;border-right:1.375rem solid transparent;border-left:1.375rem solid transparent}.country-code-selector__active-item_opened_open{border-bottom-left-radius:0;border-bottom-right-radius:0}.country-code-selector__active-item_opened_open:before{border-bottom:.35rem solid #fff}.country-code-selector__active-item_opened_close:before{border-top:.35rem solid #fff}.country-code-selector__line{background:#6d6d6d;border-radius:.3125rem;height:100%;margin-left:.3125rem;width:1px;min-width:1px}.country-code-selector__additional-items{position:absolute;width:100%;z-index:3;display:flex;flex-direction:column}.country-code-selector__item{display:flex;align-items:center;padding:.8rem 1rem;box-sizing:border-box;border:1px solid #fff}.country-code-selector__item:last-child{border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}.country-code-selector__image{width:1.875rem;height:1.875rem;margin-right:.3125rem}.phone-input{width:100%;height:2.5rem;padding:.625rem .3125rem .625rem .625rem;border-radius:.625rem;border:1px solid #3d3f4c}.phone-input,.phone-input__input{box-sizing:border-box;display:flex}.phone-input__input{width:60%;font-size:.875rem;font-weight:400;font-family:"Roboto",sans-serif;outline:none;background:inherit;flex-grow:2;border:none;height:100%;align-items:center;padding-left:1rem;border-top-right-radius:.625rem;border-bottom-right-radius:.625rem}.phone-input__input:-webkit-autofill,.phone-input__input:-webkit-autofill:focus,.phone-input__input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#001040;-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;background:inherit}.phone-input__selector{width:25%;min-width:25%;height:100%;position:relative;display:flex;align-items:center}.information-tree-row{position:relative}.information-tree-row__line{height:2.5rem;width:1.25rem;display:flex;position:absolute;left:0;top:0}.information-tree-row__line_type_3{left:.0313rem;width:1.1875rem;top:-.0313rem}.information-tree-row__line_type_2{left:-1.5px}.information-tree-row__parent{display:flex;margin-left:1.25rem;border-radius:.625rem;background:#1f2232;justify-content:space-between;align-items:center;cursor:pointer;padding:.3125rem;margin-bottom:.125rem;height:2.5rem;box-sizing:border-box;border:1px solid #1f2232}.information-tree-row__parent:hover,.information-tree-row__parent_active{border:1px solid #fda713}.information-tree-row__parent__wrapper{display:flex;justify-content:flex-start;overflow:hidden}.information-tree-row__parent__img-user{width:1.125rem;min-width:1.125rem}.information-tree-row__parent__title{font-weight:400;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.information-tree-row__parent__img-arrow{width:1.875rem;min-width:1.875rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.information-tree-row__parent__img-arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.information-tree-row__childrens{position:relative;padding-left:1.25rem}.information-tree{width:100%;height:100%}.information-tree_isMobile{margin-left:0;border-radius:0;overflow-y:auto}.information-tree__title{padding:.3125rem 0 .625rem .625rem;font-weight:400;font-size:1rem;line-height:1.1875rem;text-transform:uppercase;color:#fff;display:flex;align-items:center}.information-tree__back-arrow{width:1.875rem;min-width:1.875rem;display:flex;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.information-tree_active .information-tree__current-agent{border:1px solid #fda713}.information-tree__current-agent{display:flex;border-radius:.625rem;background:#1f2232;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.125rem;padding:.3125rem;height:2.5rem;box-sizing:border-box;border:1px solid #1f2232}.information-tree__current-agent__wrapper{display:flex;justify-content:flex-start;overflow:hidden}.information-tree__current-agent:hover{border:1px solid #fda713}.information-tree__current-agent__img-user{width:1.25rem;min-width:1.25rem}.information-tree__current-agent__title{font-weight:400;font-size:.875rem;color:#fff;margin-left:.625rem;overflow:hidden;text-overflow:ellipsis}.information-tree__current-agent__img-arrow{width:1.875rem;min-width:1.875rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.information-tree__current-agent__img-arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.information-tree__wrapper{overflow-x:auto;padding:0 0 .625rem}.information{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff}.information__wrapper{background:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;-webkit-transform:translateY(13vh);transform:translateY(13vh)}.information__top{width:100%;margin:0 0 2.5rem}.information__header{font-weight:400;font-size:1.875rem;text-transform:capitalize;text-align:center;margin-bottom:3.125rem;color:#fff}.information__block-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9375rem 1.875rem;margin-bottom:3.125rem}.information__block-title{font-weight:400;font-size:.875rem;margin-bottom:.125rem;color:#fff}.information__block-value{display:flex;font-weight:400;font-size:.875rem;padding:.75rem .9375rem;height:2.5rem;border-radius:.625rem;align-items:center;background:#fff;color:#6d6d6d}.information__bottom{display:flex;justify-content:flex-end}.information__bottom button{width:5.875rem;height:2.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:400}.information__user-block{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.25rem;background:#1f2232;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:400;font-size:.75rem;color:#6d6d6d;text-align:left}.information__user-block-right span:last-child{font-weight:400;font-size:.875rem;color:#fff}.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:400;font-size:.875rem;color:#fff}.information__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;color:#fff}.information__user-block-info-type_role_1{background:#0d9252}.information__id-block,.information__parent-id-block,.information__username-block{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#fff}.information__id{color:#fff!important;font-size:.875rem!important}.information__info{display:flex;flex-direction:column;width:100%;margin:0 0 1.375rem}.information__info-title{width:100%;box-sizing:border-box;padding:.625rem;font-size:1.125rem;line-height:1.3125rem;font-weight:400}.permissions-details-items-desktop{display:flex;flex-direction:column;margin-top:.625rem;border:1px solid hsla(0,0%,100%,.2);border-radius:.6rem}.permissions-details-items-desktop__item{display:flex;align-items:center;justify-content:space-between;background:#1f2232;padding:.875rem 1.25rem;border-radius:.6rem;max-height:2.5rem}.permissions-details-items-desktop__item_inner{padding-left:1.563rem;background-color:transparent;cursor:unset}.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;margin-left:auto}.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-items-desktop__arrow-open_open{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.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:#1f2232;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}.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:400;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.25rem;background:#1f2232;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:400;font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:left}.change-permissions-modal-desktop__user-block-right span:last-child{font-weight:400;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:400;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__id-block,.change-permissions-modal-desktop__parent-id-block,.change-permissions-modal-desktop__username-block{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#fff}.change-permissions-modal-desktop__id{color:#fff!important;font-size:.875rem!important}.change-permissions-modal-desktop__permission-edit-header{display:flex;align-items:center;margin-bottom:2.5rem;font-weight:400;font-size:1.875rem;text-transform:capitalize;text-align:center}.change-permissions-modal-desktop__permission-edit-icon{width:.75rem;height:.438rem;display:flex;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-right:1.344rem;cursor:pointer}.change-permissions-modal-desktop__form{background:#3d3f4c;border-radius:1.25rem;padding:3.125rem 4.375rem 4.6875rem;max-width:48.125rem;width:100%;-webkit-transform:translateY(13vh);transform:translateY(13vh)}.change-permissions-modal-desktop__bottom{display:flex;justify-content:center;width:100%;margin-top:3.125rem}.change-permissions-modal-desktop__bottom button{max-width:9.375rem;min-width:auto;flex:1 1}.change-permissions-modal-desktop__bottom button:last-child{margin-left:.3125rem}.change-permissions-modal-desktop__buttons{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}.auth{background:#0c0f1f;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:hsla(0,0%,100%,.2);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:#0c0f1f;text-align:center;width:100%;color:#fff;font-weight:500;font-size:1rem;margin:3.125rem 0}.auth__other span{display:inline-flex;padding:1.1875rem}.auth__input-block{margin-bottom:1.25rem}.auth__input-block__title{font-weight:500;font-size:.75rem;line-height:1.1875rem;color:#fff;margin-bottom:.125rem}.auth__button{height:2.5rem}.app{width:100%;height:100%;background:#0c0f1f;color:#fff;display:flex}.app__header{width:100%;position:relative;margin-top:4rem}.app__wrapper{display:flex;height:100%;width:100%;overflow-y:auto}.app__wrapper__main{position:relative;height:100%;width:100%}.app__wrapper__content{width:100%;display:flex;justify-content:space-between;padding:1.25rem;grid-gap:1.25rem;gap:1.25rem}.app__user-tree{width:20%}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:"Poppins";background:#000}*,:after,:before{box-sizing:border-box;padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}html{font-size:16px}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}body{min-width:1024px}@media only screen and (max-width:2600px){html{font-size: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:1800px){html{font-size:15px}}@media only screen and (max-width:1700px){html{font-size:14px}}@media only screen and (max-width:1600px){html{font-size:13px}}@media only screen and (max-width:1500px){html{font-size:12px}}@media only screen and (max-width:1400px){html{font-size:11px}}@media only screen and (max-width:1300px){html{font-size:10px}}
/*# sourceMappingURL=main.ae19cc96.chunk.css.map */