@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,600,700,900);.input{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%;display:flex;align-items:center;position:relative;border:1px solid #333;height:2.5rem}.input,.input__native{width:100%;box-sizing:border-box}.input__native{height:2.5rem;text-align:left;outline:0;color:#fff;background:none;padding:.5rem 1rem;font-size:.875rem;border:none}.input_color_white{border:1px solid hsla(0,0%,100%,.4)}.input::-webkit-calendar-picker-indicator{-webkit-filter:invert(27%) sepia(27%) saturate(1263%) hue-rotate(93deg) brightness(96%) contrast(92%);filter:invert(27%) sepia(27%) saturate(1263%) hue-rotate(93deg) brightness(96%) contrast(92%)}.input__measure{flex-direction:column;justify-content:center;margin:0 1.25rem;font-weight:400;font-size:1rem;text-align:right}.auth__title,.input__measure{display:flex;align-items:center;color:#fff}.auth__title{background-color:#0e5f31;width:100%;height:2.8125rem;padding-left:.7rem;box-sizing:border-box;font-weight:700}.auth__title-text{font-size:1rem;font-weight:700;margin-bottom:.625rem}.auth__login-img{width:1.5625rem;height:1.5625rem;margin-right:1.125rem}.auth__input-block{padding:1rem .7rem;box-sizing:border-box}.auth__image{width:1.4rem;margin-right:.5rem}.auth__bottom{box-sizing:border-box;padding:.7em 1em}.auth__bottom,.auth__button{display:flex;justify-content:center}.auth__button{width:70%;height:2.8rem;background:#0e5f31;align-items:center;position:relative;font-weight:600;color:#fff;cursor:pointer}.auth__ok{width:1.8rem;position:absolute;right:1rem}.notification{display:block;width:100%;min-height:1rem;position:relative;z-index:100;margin-top:1rem;color:#fff;padding:.9375rem 0;font-size:1.4rem;-webkit-animation:init .7s ease;animation:init .7s ease;background:#333;box-shadow:0 .3125rem .625rem rgba(46,66,98,.05);border-radius:.625rem}.notification_deleting{-webkit-animation:delete .7s ease;animation:delete .7s ease}.notification__svg{width:1.2rem;display:flex;align-items:center;margin:0 .6875rem}.notification__svg-svg{width:1.2rem;height:1.2rem}.notification__svg_cross{width:.8125rem;cursor:pointer}.notification__svg_cross-svg{width:.8125rem}.notification__svg_cross-svg *{fill:#fff}.notification__text{flex-grow:2;height:100%;font-weight:700;font-size:.875rem;text-align:left;word-break:break-word}.notification__wrapper{width:100%;height:100%;display:flex;align-items:center}.notification__left,.notification__right{align-self:flex-start}@-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%)}}@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%)}}#notify-root{position:fixed;width:94%;right:1rem;z-index:1001;margin:auto;flex-direction:column-reverse}#notify-root,.create-user__header{display:flex;justify-content:center}.create-user__header{color:#fff;align-items:center;margin-top:1px;height:2.4286rem;font-size:.9rem;padding-left:.8rem;font-weight:700}.create-user__wrapper{padding:.5rem 1rem;box-sizing:border-box}.create-user__title{margin-bottom:.4rem;font-size:14px;font-weight:700}.create-user__item{margin-bottom:.8rem}.create-user__button{cursor:pointer;height:2.7143rem;width:70%;background-color:#0e5f31;font-weight:700;position:relative;margin:0 auto}.create-user__button,.create-user__user-icon-wrapper{display:flex;align-items:center;justify-content:center}.create-user__user-icon-wrapper{position:absolute;right:.5rem;top:calc(50% - .85rem);background:rgba(0,0,0,.3);height:1.7rem;border-radius:100%;width:1.7rem}.create-user__user-icon-svg{height:1.2rem}.paginator{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.paginator,.paginator__selected-item{display:flex;align-items:center;justify-content:space-between;position:relative}.paginator__selected-item{width:5.688rem;cursor:pointer;height:100%;padding:.3125rem;background:#333}.paginator__selected-item-value{height:100%;width:5.688rem;display:flex;align-items:center;justify-content:center;margin:0 .3125rem 0 0;font-weight:900;font-size:.875rem;line-height:1.125rem;color:#fff;text-align:center}.paginator__selected-item-arrow-wrapper{padding:.719rem .563rem;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.paginator__selected-item-arrow{width:.75rem;height:.438rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.paginator_open .paginator__selected-item-arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.paginator__items{width:100%;max-height:9rem;z-index:2;position:absolute;top:100%;overflow:auto;border-top:none;background-color:#333}.paginator__items::-webkit-scrollbar{width:.1875rem;height:90%;scroll-margin-right:.5rem}.paginator__items::-webkit-scrollbar-thumb{cursor:pointer;width:.1875rem;background:#019b43}.paginator__item{position:relative;justify-content:space-between;cursor:pointer}.paginator__item,.paginator__item-value{width:5.688rem;display:flex;align-items:center}.paginator__item-value{min-height:1.875rem;justify-content:center;font-weight:900;font-size:.875rem;line-height:1.125rem;color:#fff}.users-list{flex-grow:2;display:flex;flex-direction:column;padding:.5rem 1rem;font-weight:600}.users-list__header{display:flex;align-items:center;margin-top:1px;height:2.4286rem;font-size:1rem;padding-left:.8rem;justify-content:center;font-weight:700}.users-list__filter-block{padding:.7rem;position:relative;width:87%;align-self:center;margin-bottom:2.5rem;justify-content:center;display:flex}.users-list__filter-block input{border:.0625rem solid hsla(0,0%,100%,.4)}.users-list__search-icon{position:absolute;left:1.6rem;top:calc(50% - .5rem)}.users-list__search-icon-svg{width:1rem}.users-list__search-icon-svg *{fill:#0e5f31}.users-list__subheader{width:100%;display:flex;justify-content:center;align-self:center;margin-bottom:1.25rem}.users-list__subheader-count,.users-list__subheader-text{width:100%;height:1.4286rem;display:flex;align-items:center;justify-content:space-between;font-size:.8571rem;padding:0 .9rem;box-sizing:border-box}.users-list__subheader-text{color:#fff;background:#585858}.users-list__bold-text{font-weight:700}.users-list__item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;height:2.5625rem;padding:1.5rem;box-sizing:border-box;background:#333;border-radius:.625rem;margin-bottom:.25rem}.users-list__item-nick{color:#fff}.users-list__item-balance{margin-right:.7rem;font-weight:700}.users-list__item-right{display:flex;align-items:center;color:#0e5f31}.users-list__arrow{display:flex;align-items:center;justify-content:center}.users-list__arrow-svg{width:.4375rem}.users-list__list{width:90%;display:flex;flex-direction:column;align-self:center}.users-list__user-card{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;height:2.5625rem;padding:.5rem;box-sizing:border-box;border:.0625rem solid hsla(0,0%,100%,.4);width:50%;margin-right:1rem}.users-list__user-card-nick{color:#fff}.users-list__user-card-balance{margin-right:.7rem;font-weight:700}.users-list__user-card:nth-child(2n){background:#f8f8f8}.users-list__account-balance,.users-list__user-card-right{display:flex;align-items:center}.users-list__account-balance{justify-content:space-between;font-size:.875rem;height:2.5625rem;padding:.5rem;box-sizing:border-box;border:.0625rem solid hsla(0,0%,100%,.4);width:50%}.users-list__account-balance-nick{color:#fff}.users-list__account-balance-balance{margin-right:.7rem;font-weight:700}.users-list__account-balance-right{display:flex;align-items:center}.users-list__paginator{margin-top:auto;padding:1.875rem 0;display:flex;justify-content:center}.password-pop-up{position:absolute;color:#fff;top:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);width:100%;height:100%;z-index:5;font-size:1rem;font-weight:700}.password-pop-up__body{background:#333;width:65%;height:10rem;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.password-pop-up__header{width:100%;text-align:center}.password-pop-up__password{font-weight:700;font-size:2.625rem;text-align:center}.password-pop-up__button{width:80%;background:#147b45;display:flex;align-items:center;justify-content:center;height:2.5rem;color:#fff;border-radius:60px;cursor:pointer}.user-edit{font-weight:500;color:#fff}.user-edit__info{padding:.5rem}.user-edit__info-item{margin-bottom:.8rem;display:flex;flex-direction:column;align-items:center}.user-edit__info-title{margin-bottom:.3rem;font-size:.875rem;width:92%}.user-edit__value{width:92%;height:2.625rem;text-align:left;box-sizing:border-box;outline:0;border:.0625rem solid hsla(0,0%,100%,.4);padding:.6rem;font-size:1rem}.user-edit__buttons{padding:1.3rem}.user-edit__buttons-bottom{display:flex;justify-content:space-between}.user-edit__ban-button,.user-edit__unban-button{cursor:pointer;width:47%;display:flex;align-items:center;justify-content:center;font-weight:700;height:2.5rem}.user-edit__unban-button{opacity:.4;border:.0625rem solid #d31c32}.user-edit__ban-button{background:#d31c32}.user-edit__payment-button,.user-edit__reset-button{cursor:pointer;background:#0e5f31;height:2.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.user-edit__reset-button{background:none;border:.0625rem solid #fff}.user-edit__payment-block{padding:.5rem;margin-bottom:1.5rem;box-sizing:border-box;display:flex;align-items:center;flex-direction:column}.user-edit__payment-button{margin:.8rem 4rem;width:67%}.user-edit__payment-item{margin-bottom:.5rem;width:92%;display:flex;flex-direction:column;align-items:center}.user-edit__payment-item input{border:.0625rem solid hsla(0,0%,100%,.4)}.user-edit__payment-title{width:92%;font-size:.875rem;margin-bottom:.3rem}.change-pas{width:100%;box-sizing:border-box;padding:3.2rem 2rem 0;display:flex;flex-direction:column;align-items:center}.change-pas__button{margin-top:5rem;width:80%;height:3rem;background-color:#0e5f31;display:flex;justify-content:center;align-items:center;position:relative;font-weight:700;color:#fff;border:none;cursor:pointer}.total{padding:.5rem 1rem}.total__title{width:100%;height:2.5rem;display:flex;align-items:center;color:#fff;padding-left:.7rem;box-sizing:border-box;font-weight:700;font-size:1rem;justify-content:center}.total__input-block{padding:.5rem;margin-top:.4rem;box-sizing:border-box}.total__input-block input{border:.0625rem solid hsla(0,0%,100%,.4)}.total__image{width:1.4rem;margin-right:.5rem}.total__bottom{box-sizing:border-box;padding:.7em 1em}.total__button{position:relative;display:flex;font-weight:700;align-items:center;justify-content:center;color:#fff;background-color:#0e5f31;height:2.625rem;width:64%;margin:.5rem auto;cursor:pointer}.total__button_isLoading{cursor:not-allowed}.total__ok{width:1.8rem;position:absolute;right:1rem}.total__result-header{background:#333;border-radius:.625rem;height:2.5rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 .7rem;font-size:.9rem;font-weight:500;margin-bottom:1.25rem}.total__result{padding:0 .4rem;box-sizing:border-box}.total__row{height:2.5625rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 .7rem;font-size:.8rem;font-weight:400;background:#1d1e1e;border-radius:.625rem;margin-bottom:.5rem}.total__td{width:20%}.total__td_type_left{width:40%}.tree-row{margin-bottom:.2rem;white-space:nowrap}.tree-row__username{color:#28a803;margin-right:.5rem;margin-left:1rem}.tree-row__username_banned{color:red}.tree-row__childrens{padding-left:2%}.tree-row__parent{cursor:pointer;margin-bottom:.7rem}.tree-row__arrow,.tree-row__parent,.tree-row__td{display:flex;align-items:center}.tree-row__arrow{justify-content:center;-webkit-transition:.25s;transition:.25s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-right:-.7rem}.tree-row__arrow_opened{-webkit-transform:rotate(0);transform:rotate(0)}.tree-row__arrow-svg{width:.7rem}.tree-row__ban{display:flex;align-items:center;justify-content:center;margin:0 .5rem}.tree-row__ban *{fill:red}.tree-row__ban_banned *{fill:#28a803}.tree-row__ban-svg{width:1rem}.tree{padding:.9375rem;box-sizing:border-box;width:100%;overflow-x:auto;color:#fff}.withdrawal-requests__filters{padding:.625rem}.withdrawal-requests__paginator{width:100%;display:flex;justify-content:center;align-items:center;margin:1.875rem 0}.input-date-mobile{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:100%}.input-date-mobile .react-datepicker-wrapper,.input-date-mobile .react-datepicker__input-container{width:100%;height:100%}.input-date-mobile .react-datepicker__triangle{display:none}.input-date-mobile__custom-date-input{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;border:1px solid hsla(0,0%,100%,.4)}.input-date-mobile__custom-date-input-calendar{width:1.5rem;min-width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .3125rem 0 0}.input-date-mobile__custom-date-input-value{margin-right:auto;font-weight:400;font-size:.875rem;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-mobile__custom-date-input-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.button-mobile{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 .75rem;border:none;outline:none;user-select:none;font-weight:700;font-size:.875rem;color:#fff;font-family:"Roboto",sans-serif;text-align:center;white-space:nowrap}.button-mobile_borderRadius_4{border-radius:.3125rem}.button-mobile:active{-webkit-transform:translateY(2px);transform:translateY(2px)}.button-mobile_color_default{border:1px solid #0e5f31;background:#0e5f31}.button-mobile_color_hollow{background:transparent;border:1px solid #147b45;color:#147b45}.button-mobile_disabled{-webkit-filter:grayscale(.5);filter:grayscale(.5);cursor:not-allowed;box-shadow:none}.button-mobile_disabled.button-mobile:active{-webkit-transform:translateY(0);transform:translateY(0)}.select{-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;-moz-user-select:none;-webkit-user-drag:none;border:1px solid hsla(0,0%,100%,.4);box-sizing:border-box;outline:0;color:#fff;background:none}.select,.select__item-selected{height:2.5rem;position:relative}.select__item-selected{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.select_color_default .select__item-selected{padding:0 .625rem 0 1.25rem}.select_color_default .select__item-selected:hover{background:#00cc68}.select_color_default.select_open .select__item-selected{border-bottom:1px solid transparent}.select__item-value-selected{font-weight:600;font-size:.875rem;color:#fff;text-transform:capitalize}.select_color_default .select__item-selected:hover .select__item-value-selected{color:#fff}.select__item-arrow-selected{width:1.875rem;height:1.875rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.select_open .select__item-arrow-selected{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.select_color_default .select__item-selected:hover .select__item-arrow-selected *{fill:#fff}.select__items{width:100%;max-height:21rem;z-index:2;position:absolute;overflow:auto}.select__items::-webkit-scrollbar{width:.1875rem;height:90%;scroll-margin-right:.5rem}.select__items::-webkit-scrollbar-thumb{width:.1875rem;background:grey;cursor:pointer}.select_color_default .select__items{top:100%;background:#202020;border:1px solid hsla(0,0%,100%,.4);background-clip:content-box}.select__item{cursor:pointer;width:100%;height:2.5rem;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem 0 1.25rem;background-color:transparent;font-weight:600;font-size:.875rem;color:#fff;text-transform:capitalize}.select__item:not(:last-child){border:1px solid hsla(0,0%,100%,.4)}.select_color_default .select__item:hover{background:#00cc68}.modal-mobile{width:100%;height:100%;position:fixed;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));z-index:1004;top:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-mobile__content-container{width:90%;max-width:30rem;overflow-y:auto;max-height:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.top-up-requests__filters{padding:.625rem}.top-up-requests__paginator{width:100%;display:flex;justify-content:center;align-items:center;margin:1.875rem 0}.withdrawal-requests-filter-mobile{width:100%;display:flex;flex-direction:column;margin-bottom:1.25rem}.withdrawal-requests-filter-mobile__wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:2px .5rem;gap:2px .5rem}.withdrawal-requests-filter-mobile__wrapper_isDateWrapper{grid-gap:2px 3px;gap:2px 3px}.withdrawal-requests-filter-mobile__wrapper:first-child{margin:0 0 .4375rem}.withdrawal-requests-filter-mobile__title{margin:1.0625rem 0 .4375rem;font-weight:700;font-size:.75rem;color:#888;text-transform:capitalize}.withdrawal-requests-filter-mobile__item-label{font-weight:500;font-size:.75rem;color:#fff;white-space:nowrap}.withdrawal-requests-filter-mobile__item-date{min-width:0;align-self:flex-end;width:100%;height:2.8125rem;display:flex;flex-direction:column}.withdrawal-requests-filter-mobile__item-selector{min-width:0;align-self:flex-end;height:2.5rem;width:100%}.withdrawal-requests-filter-mobile__selector-item{display:flex;align-items:center}.withdrawal-requests-filter-mobile__selector-item-icon{width:1.5rem;margin:0 .3125rem 0 -.625rem}.withdrawal-requests-filter-mobile__selector-item-text{font-weight:600;font-size:.875rem;color:#fff}.withdrawal-requests-filter-mobile__item-checkbox{min-width:0;align-self:center;width:100%;display:flex}.withdrawal-requests-filter-mobile__checkbox-container{cursor:pointer;width:100%;display:flex;align-items:center;justify-content:flex-start}.withdrawal-requests-filter-mobile__checkbox-container:not(:last-child){margin:0 .9375rem 0 0}.withdrawal-requests-filter-mobile__checkbox{width:1.5rem;min-width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:flex-start;margin:0 .5625rem 0 0}.withdrawal-requests-filter-mobile__checkbox-text{font-weight:600;font-size:.875rem;color:#fff;white-space:nowrap}.withdrawal-requests-filter-mobile__button{min-width:0;align-self:flex-end;width:100%;height:2.8125rem;margin:.438rem 0 0}.withdrawal-requests-filter-mobile__button-text{font-weight:700;font-size:.875rem;line-height:1rem;text-align:center;color:#fff}.image-preview{min-width:21.125rem;padding:.625rem 1.125rem 1.875rem;background:#333;display:flex;flex-direction:column;align-items:flex-end}.image-preview__close{background:none;cursor:pointer;border:none;padding:0;height:2.5rem}.image-preview__cross{display:flex;width:1.25rem;height:1.25rem}.image-preview__image{margin-top:1rem;width:100%;height:auto}.withdrawal-requests-card{min-width:21.125rem;padding:.625rem 1.125rem 1.875rem;background:#333}.withdrawal-requests-card__header{width:100%;height:2.5rem;display:flex;align-items:center;justify-content:space-between;margin:0 0 .625rem}.withdrawal-requests-card__header-title{font-weight:700;font-size:.875rem;text-align:center;text-transform:uppercase;color:#fff}.withdrawal-requests-card__header-cross{cursor:pointer;width:1.25rem;height:1.25rem;display:flex}.withdrawal-requests-card__body{display:grid;grid-template-columns:1fr 1fr;margin:0 0 .625rem}.withdrawal-requests-card__item-image{display:flex;align-items:center;justify-content:space-between;grid-column:1/3}.withdrawal-requests-card__item{display:flex;flex-direction:column;padding:.625rem 0}.withdrawal-requests-card__item-title{margin:0 0 3px;font-weight:700;font-size:.625rem;color:#888}.withdrawal-requests-card__item-button{margin-right:.625rem;background:transparent;border:none;padding:0}.withdrawal-requests-card__item-button:last-child{margin-right:0}.withdrawal-requests-card__icon{display:flex;width:1.5rem;height:1.5rem}.withdrawal-requests-card__item-value{font-weight:700;font-size:.75rem;color:#fff}.withdrawal-requests-card__item-value_color_yellow{color:#ffe71f}.withdrawal-requests-card__field{height:2.8125rem;margin-bottom:.625rem;background:#000}.withdrawal-requests-card__button{height:2.125rem;text-transform:uppercase}.withdrawal-requests-card__button:not(:last-child){margin-bottom:.625rem}.withdrawal-requests-card__button-text{text-transform:uppercase}.withdrawal-requests-item-mobile__item{background-color:#333;display:grid;grid-template-columns:1fr 1fr;margin:.313rem}.withdrawal-requests-item-mobile__item-block{display:flex;flex-direction:column;padding:.625rem 1.25rem}.withdrawal-requests-item-mobile__item-label{color:hsla(0,0%,100%,.4);font-size:.625rem;font-weight:700}.withdrawal-requests-item-mobile__item-amount{color:#fff;font-size:.75rem;font-weight:700}.withdrawal-requests-item-mobile__item-amount_color_yellow{font-size:.875rem;color:#ffe71f}.withdrawal-requests-item-mobile__item-button{display:flex;justify-content:flex-end;margin-right:.875rem}.withdrawal-requests-item-mobile__item-button-block{cursor:pointer;display:flex;justify-content:center;align-items:center}.withdrawal-requests-item-mobile__item-button-title{font-weight:700;font-size:.875rem;text-align:center;text-transform:uppercase;color:#0e5f31;margin-right:1.063rem}.withdrawal-requests-item-mobile__item-button-arrow{width:.5rem;height:.875rem;display:flex}.transaction-item{background:#1d1e1e;border-radius:.625rem;height:2.5625rem;margin-top:.3125rem;display:flex;align-items:center;color:#fff;padding:0 1rem;box-sizing:border-box;font-size:.875rem}.transaction-item__column-amount{color:#147b45}.transaction-item__column,.transaction-item__column-amount{font-size:.7857rem;width:100%}.transaction-item__column-amount_type_center,.transaction-item__column_type_center{text-align:center}.transaction-item__column-amount_type_right,.transaction-item__column_type_right{text-align:right}.transaction-item__column-amount_colored,.transaction-item__column_colored{color:red}.transaction-item__column-amount_type_right,.transaction-item__column_type_right{max-width:15%}.transaction-history{padding:.5rem 1rem;color:#fff}.transaction-history__filter-item{padding:1rem .5rem .5rem}.transaction-history__filter-title{margin-bottom:.5rem;font-weight:700;font-size:.875rem}.transaction-history__input{border:.0625rem solid hsla(0,0%,100%,.4);display:flex;align-items:center;position:relative}.transaction-history__calendar{position:absolute;right:.5rem;width:1.7143rem;height:1.7143rem;border-radius:100%;display:flex;align-items:center;justify-content:center}.transaction-history__calendar-svg{width:1rem}.transaction-history .react-datepicker-wrapper{width:100%;height:100%}.transaction-history .react-datepicker__input-container{height:100%}.transaction-history .react-datepicker__input-container input{width:100%;height:2.625rem;outline:none;background:none;color:#fff;border:none;padding:0 0 0 1.5rem;box-sizing:border-box}.transaction-history__search-button{position:relative;display:flex;align-items:center;justify-content:center;background-color:#0e5f31;font-weight:700;height:2.625rem;width:64%;margin:.5rem auto}.transaction-history__search-button-icon{position:absolute;top:calc(50% - .78rem);right:.5rem;width:1.5714rem;height:1.5714rem;display:flex;align-items:center;justify-content:center;border-radius:100%}.transaction-history__search-button-icon-svg{width:1.1429rem;height:1.1429rem}.transaction-history__search-button-icon-svg *{fill:#fff}.transaction-history__search-block{padding:.7rem;position:relative;margin-bottom:1rem}.transaction-history__search-icon{position:absolute;left:1.2rem;top:calc(50% - .5rem)}.transaction-history__search-icon-svg{width:1rem}.transaction-history__search-icon-svg *{fill:#fff}.transaction-history__users-header{background:#333;border-radius:.625rem;height:2.5625rem;font-weight:500;display:flex;align-items:center;font-size:.875rem;padding:0 1rem;box-sizing:border-box}.transaction-history__result-wrapper{padding:0 .1875rem}.transaction-history__user-header-item{font-size:.7143rem;width:100%}.transaction-history__user-header-item_type_center{text-align:center}.transaction-history__user-header-item_type_right{text-align:right;max-width:15%}.footer{width:100%;flex-direction:column;padding:.5rem 1rem 2rem;margin-top:auto}.footer,.footer__item{display:flex;align-items:center;box-sizing:border-box}.footer__item{width:94%;height:3rem;padding:0 1rem;color:#fff;border:.0625rem solid #6c7883;margin-bottom:.3rem}.footer__image{width:1.4rem;margin-right:1rem}.footer__image *{fill:#0e5f31}.footer__title{width:100%;height:2.9rem;font-weight:600;padding-left:1.5rem;box-sizing:border-box;font-weight:700;margin-bottom:.7rem}.footer__title,.header{background-color:#0e5f31;display:flex;align-items:center;color:#fff}.header{position:relative;justify-content:center;height:3.0714rem;min-height:3.0714rem}.header__text{font-size:1.15rem;text-align:center}.header__left,.header__right{display:flex;align-items:center;padding-left:1rem;width:10%}.header__center{width:80%}.header__arrow{left:1rem}.header__arrow-svg{height:1rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__arrow-svg *{fill:#fff}.locale{display:flex;flex-direction:column;align-items:center}.locale__title{background:#0e5f31;width:90%;height:2.5rem;color:#fff;font-weight:400;margin-bottom:8px}.locale__item,.locale__title{display:flex;align-items:center;padding-left:.7rem;box-sizing:border-box}.locale__item{width:80%;height:2.8rem;margin-bottom:.25rem;background:none;border:.0625rem solid hsla(0,0%,100%,.4)}.locale__item_active{color:#fff;background-color:#0e5f31;border:none}.locale__image{width:1.4rem;margin-right:.5rem}.locale__bottom{box-sizing:border-box;padding:.7em 1em;width:65%}.locale__button{width:100%;height:2.8rem;background-color:#0e5f31;display:flex;justify-content:center;align-items:center;position:relative;font-weight:700;cursor:pointer}.locale__ok{width:1.8rem;position:absolute;right:1rem}.subheader{width:100%;height:2.8rem;min-height:2.8rem;display:flex;align-items:center;justify-content:space-between;color:#fff;box-sizing:border-box;padding:0 .7rem;margin-bottom:1px;font-weight:700}.subheader__home{width:1.5rem;height:1.5rem}.subheader__home *{fill:#fff}.subheader__image{width:100%}.menu-item{width:90%;height:2.8rem;margin-bottom:.0625rem;border:.0625rem solid hsla(0,0%,100%,.4);background:none;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem}.menu-item__image{display:block;width:1rem}.menu-item__image_away{width:.5rem}.menu-item__image_isOpen{-webkit-transform:scale(-1);transform:scale(-1)}.menu-item__element-list{width:100%;box-sizing:border-box;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:center}.menu-item__element-list:last-child{padding-bottom:0}.menu-item__element{width:80%;height:2.5625rem;font-size:.875rem;font-weight:700;border:.0625rem solid hsla(0,0%,100%,.4);background:none;justify-content:space-between;padding:0 1rem;margin-bottom:.25rem}.menu,.menu-item__element{display:flex;align-items:center;box-sizing:border-box}.menu{padding:1rem 0;flex-direction:column}.app{background-color:#101410;color:#fff;display:flex;flex-direction:column;overflow-y:auto}#root,.app,body,html{width:100%;height:100%}#root,body,html{margin:0;padding:0;font-family:"Roboto",sans-serif;background:#000}html{font-size:14px}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}
/*# sourceMappingURL=main.bc4b2e02.chunk.css.map */