@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,900);.input{width:100%;min-height:2.2em;text-align:left;box-sizing:border-box;outline:0;padding:.5rem;border:1px solid #ddd;font-size:1rem}.auth{background:#fff}.auth__title{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);width:100%;height:2.5rem;display:flex;align-items:center;color:#fff;padding-left:.7rem;box-sizing:border-box;font-weight:400}.auth__input-block{padding:1rem .7rem;box-sizing:border-box;border-bottom:1px solid #bbb}.auth__image{width:1.4rem;margin-right:.5rem}.auth__bottom{box-sizing:border-box;padding:.7em 1em}.auth__button{width:100%;height:2.8rem;background:#079c20;display:flex;justify-content:center;align-items:center;position:relative;color:#fff;cursor:pointer}.auth__ok{width:1.8rem;position:absolute;right:1rem}.notification{display:block;width:100%;min-height:4rem;position:relative;z-index:100;margin-top:1rem;color:#878787;font-size:.875rem;font-weight:700;-webkit-animation:init .7s ease;animation:init .7s ease}.notification_deleting{-webkit-animation:delete .7s ease;animation:delete .7s ease}.notification__img-default,.notification__img-error,.notification__img-success{position:absolute;width:2.6rem;left:.7rem;top:1.2rem}.notification__left{height:100%;box-sizing:border-box;flex-shrink:0}.notification__cross{display:block;width:2rem;margin-top:.5rem;margin-right:.5rem;cursor:pointer}.notification__text{flex-grow:2;box-sizing:border-box;padding:0 0 0 4.4rem;height:100%;display:flex;justify-content:flex-start;align-items:center;min-height:4rem;word-break:break-word}.notification__wrapper{width:103%;height:5rem;display:flex;padding:.2rem 0;box-sizing:border-box}.notification__wrapper_type_default{background:#0e1621;color:#fff;border-radius:.625rem}.notification__wrapper_type_default:before{content:"";position:absolute;width:3.8rem;height:5rem;top:0;background:rgba(255,199,0,.2);border-radius:.5rem 2rem 2rem .5rem}.notification__wrapper_type_error{background:#0e1621;color:#fff;border-radius:.625rem}.notification__wrapper_type_error:before{content:"";position:absolute;width:3.8rem;height:5rem;top:0;background:rgba(226,76,75,.1);border-radius:.5rem 2rem 2rem .5rem}.notification__wrapper_type_success{background:#0e1621;color:#fff;border-radius:.625rem}.notification__wrapper_type_success:before{content:"";position:absolute;width:3.8rem;height:5rem;top:0;background:rgba(163,209,102,.1);border-radius:.5rem 2rem 2rem .5rem}@-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;height:4rem}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%);height:4rem}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);height:0}}@keyframes delete{0%{opacity:1;height:4rem}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%);height:4rem}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);height:0}}#notify-root{position:fixed;width:70%;right:1rem;display:flex;justify-content:center;z-index:1001;margin:auto;flex-direction:column-reverse}.create-user__header{color:#fff;display:flex;align-items:center;margin-top:1px;height:2.4286rem;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);font-size:.9rem;padding-left:.8rem}.create-user__wrapper{background:#f3f3f3;padding:.5rem 1rem;box-sizing:border-box}.create-user__title{margin-bottom:.4rem}.create-user__item{margin-bottom:.8rem}.create-user__button{cursor:pointer;height:2.7143rem;width:90%;background:#079c20;color:#fff;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}.users-list__header{color:#fff;display:flex;align-items:center;margin-top:1px;height:2.4286rem;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);font-size:.9rem;padding-left:.8rem}.users-list__filter-block{padding:.7rem;position:relative}.users-list__search-icon{position:absolute;left:1.2rem;top:calc(50% - .5rem)}.users-list__search-icon-svg{width:1rem}.users-list__subheader{width:100%;border-bottom:1px solid #ddd;margin-bottom:2px}.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:.7857rem;height:2.5rem;padding:.5rem;box-sizing:border-box;background:#fff;border-top:1px solid #ddd}.users-list__item-nick{color:#00890d}.users-list__item-nick_banned{color:red}.users-list__item-balance{margin-right:.7rem}.users-list__item:nth-child(2n){background:#f8f8f8}.users-list__item-right{display:flex;align-items:center}.users-list__arrow-box{width:1.5714rem;height:1.5714rem;border-radius:100%;background:rgba(0,0,0,.3)}.users-list__arrow,.users-list__arrow-box{display:flex;align-items:center;justify-content:center}.users-list__arrow-svg{width:1.0714rem;height:1.0714rem}.password-pop-up{position:absolute;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}.password-pop-up__body{background:#fff;width:80%;height:10rem;padding:1.5rem;border-radius:10px;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:1.2857rem;text-align:center}.password-pop-up__button{width:80%;background:#079c20;display:flex;align-items:center;justify-content:center;height:2.5rem;color:#fff;cursor:pointer}.user-edit__info{padding:.5rem}.user-edit__info-item{margin-bottom:.8rem}.user-edit__info-title{margin-bottom:.3rem}.user-edit__value{width:100%;min-height:2.2em;text-align:left;box-sizing:border-box;outline:0;padding:.5rem;border:1px solid #ddd;font-size:1rem}.user-edit__buttons{padding:1rem}.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;color:#fff;height:2.5rem}.user-edit__unban-button{background:#079c20}.user-edit__ban-button{background:red}.user-edit__payment-button,.user-edit__reset-button{cursor:pointer;background:#0e70b9;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.user-edit__payment-block{padding:.5rem;border:1px solid #ddd;margin-bottom:1.5rem;box-sizing:border-box}.user-edit__payment-button{margin-top:.8rem}.user-edit__payment-item{margin-bottom:.5rem}.user-edit__payment-title{margin-bottom:.3rem}.change-pas{width:100%;box-sizing:border-box;padding:.5rem}.change-pas__button{margin-top:1rem;width:100%;height:2.2rem;background:#079c20;display:flex;justify-content:center;align-items:center;position:relative;color:#fff;cursor:pointer}.spinner{z-index:10;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner__logo{width:110px;min-width:110px;-webkit-animation:colorChange 2.5s ease-in-out infinite;animation:colorChange 2.5s ease-in-out infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.spinner__wrapper{position:absolute;width:100%;height:100%;z-index:10;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;top:0;left:0}@-webkit-keyframes colorChange{to{-webkit-filter:hue-rotate(158deg);filter:hue-rotate(158deg)}}@keyframes colorChange{to{-webkit-filter:hue-rotate(158deg);filter:hue-rotate(158deg)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.total{background:#f6f6f6}.total__title{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);width:100%;height:2.5rem;display:flex;align-items:center;color:#fff;padding-left:.7rem;box-sizing:border-box;font-weight:400}.total__td{width:25%;text-align:right}.total__td_type_left{text-align:left}.total__input-block{padding:.5rem;margin-top:.4rem;box-sizing:border-box;border-bottom:1px solid #bbb}.total__image{width:1.4rem;margin-right:.5rem}.total__bottom{box-sizing:border-box;padding:.7em 1em}.total__button{width:100%;height:2.8rem;background:#079c20;display:flex;justify-content:center;align-items:center;position:relative;color:#fff;cursor:pointer}.total__button_isLoading{background:#11541c;cursor:not-allowed}.total__ok{width:1.8rem;position:absolute;right:1rem}.total__result-header{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);height:2.5rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 .7rem;font-size:.9rem;color:#fff;font-weight:400}.total__result{padding:0 .4rem;box-sizing:border-box}.total__row{height:1.8rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 .7rem;font-size:.8rem;font-weight:400;background:#fff;border-bottom:1px solid #ddd}.total__row_type_bold{font-weight:700}.transaction-item{background:#fff;border-top:1px solid #ddd;height:1.6429rem;display:flex;align-items:center;color:#000;padding:0 1rem;box-sizing:border-box}.transaction-item__column-amount{color:#c22326}.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:#00890d}.transaction-item__column-amount_type_right,.transaction-item__column_type_right{max-width:15%}.transaction-history{padding-bottom:2rem}.transaction-history__filter-block{border-bottom:1px solid #ddd}.transaction-history__filter-item{border-top:1px solid #ddd;padding:1rem .5rem .5rem}.transaction-history__filter-title{color:#333;margin-bottom:.5rem}.transaction-history__input{border:1px solid #ddd;height:2.2857rem;background:#fff;display:flex;align-items:center;position:relative}.transaction-history__calendar{position:absolute;top:calc(505 - .85rem);right:.5rem;width:1.7143rem;height:1.7143rem;background:#424242;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.2857rem;outline:none;border:none;padding:0 0 0 .5rem;box-sizing:border-box}.transaction-history__search-button{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;background:#079c20;height:2.7143rem;width:94%;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;background:rgba(0,0,0,.3);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;border-top:1px solid #ddd}.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:rgba(0,0,0,.5)}.transaction-history__users-header{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);height:2.5rem;display:flex;align-items:center;color:#fff;padding:0 1rem;box-sizing:border-box}.transaction-history__result-wrapper{padding:0 3px}.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%}.transaction-history .transaction-item:nth-child(2n){background:hsla(0,0%,97.3%,.97)}.footer{flex-direction:column;background:#fff}.footer,.footer__item{width:100%;display:flex}.footer__item{height:2.8rem;border-bottom:2px solid #bbb;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem;color:#333}.footer__image{width:1.2rem}.footer__image *{fill:#333}.footer__title{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);width:100%;height:2.5rem;padding-left:.7rem;box-sizing:border-box;font-weight:400}.footer__title,.header{display:flex;align-items:center;color:#fff}.header{position:relative;justify-content:center;background:#333;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{background:#fff}.locale__title{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);height:2.5rem;color:#fff;font-weight:400}.locale__item,.locale__title{width:100%;display:flex;align-items:center;padding-left:.7rem;box-sizing:border-box}.locale__item{height:2.8rem;border-bottom:1px solid #bbb}.locale__item_active{background:#b0bfd6}.locale__image{width:1.4rem;margin-right:.5rem}.locale__bottom{box-sizing:border-box;padding:.7em 1em}.locale__button{width:100%;height:2.8rem;background:#079c20;display:flex;justify-content:center;align-items:center;position:relative;color:#fff;cursor:pointer}.locale__ok{width:1.8rem;position:absolute;right:1rem}.subheader{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));background:linear-gradient(180deg,#0e70b9 0,#005693);width:100%;height:2.8rem;display:flex;align-items:center;justify-content:space-between;color:#fff;box-sizing:border-box;padding:0 .7rem;margin-bottom:1px}.subheader__home{width:1.5rem;height:1.5rem}.subheader__image{width:100%}.menu-item{width:100%;height:2.8rem;margin-bottom:1px;color:#084772;background-color:#dce7ed;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem}.menu-item>*{fill:#084772}.menu-item__image{display:block;width:1.5rem}.menu-item__element-list{width:100%;box-sizing:border-box;padding:.5rem 1rem}.menu-item__element-list:last-child{padding-bottom:0}.menu-item__element{box-shadow:0 1px 3px rgba(0,0,0,.15);width:100%;height:2.5rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem;border:1px solid #ddd;border-bottom:none}.menu-item__element:last-child{border-bottom:1px solid #ddd}.menu{background:#fff;box-sizing:border-box;padding:1rem 0}.app{width:100%;min-height:100%;background:#f9f9f9}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:"Roboto",sans-serif;background:#000;overflow-x:hidden}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.2f7b9c50.chunk.css.map */