@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,900);.input{min-height:2.625rem;text-align:left;outline:0;padding:.5rem 1rem;border:1px solid #e0e0e0;background:transparent;font-size:.875rem}.auth__title,.input{width:100%;box-sizing:border-box;color:#fff}.auth__title{background:#008161;height:2.8125rem;display:flex;align-items:center;padding-left:.7rem;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:#ffd500;align-items:center;position:relative;color:#000;cursor:pointer}.auth__button_disabled{-webkit-filter:grayscale(1);filter:grayscale(1)}.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;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:#ffd500;font-weight:700;color:#000;position:relative;margin:2rem auto 0}.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{display:flex;flex-direction:column;padding:.5rem 1rem}.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__search-icon{position:absolute;left:1.5rem;top:calc(50% - .5rem)}.users-list__search-icon-svg{width:1rem}.users-list__search-icon *{fill:#fff}.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;background:#707070;border:1px solid #ddd;box-sizing:border-box;margin-bottom:4px}.users-list__item-nick{color:#fff}.users-list__item-balance{margin-right:.7rem;font-weight:700}.users-list__item:nth-child(2n){background:#707070;border:1px solid #ddd;box-sizing:border-box}.users-list__item-right{display:flex;align-items:center;color:#fff}.users-list__arrow{display:flex;align-items:center;justify-content:center}.users-list__arrow-svg{width:1.0714rem;height:1.0714rem}.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;background:#707070;border:.925px solid #ddd;box-sizing:border-box;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;background:#707070;border:.925px solid #ddd;box-sizing:border-box;width:50%}.users-list__account-balance-nick{color:#fff}.users-list__account-balance-balance{margin-right:.7rem;font-weight:700}.users-list__account-balance:nth-child(2n){background:#707070}.password-pop-up,.users-list__account-balance-right{display:flex;align-items:center}.password-pop-up{position:absolute;color:#fff;top:0;left:0;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:#707070;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:1.2857rem;text-align:center}.password-pop-up__button{width:62%;background:#ffd500;display:flex;align-items:center;justify-content:center;height:2.5rem;color:#000;font-weight:700;cursor:pointer}.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-weight:700;font-size:14px;width:92%}.user-edit__value{width:92%;height:2.625rem;text-align:left;box-sizing:border-box;outline:0;padding:.6rem;border:1px solid #ddd;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;color:#fff;height:2.5rem}.user-edit__unban-button{background:hsla(0,0%,60.8%,.5)}.user-edit__ban-button{background:#2b9775}.user-edit__payment-button{cursor:pointer;pointer-events:all;background:#ffd500;height:2.625rem;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;margin-bottom:1rem;border:none}.user-edit__payment-button_disabled{background:hsla(0,0%,60.8%,.5);cursor:default;pointer-events:none}.user-edit__reset-button{cursor:pointer;background:#2b9775;height:2.625rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-bottom:1rem}.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-title{width:100%;font-weight:700;font-size:14px;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:#ffd500;font-weight:700;display:flex;justify-content:center;align-items:center;position:relative;color:#000;cursor:pointer}.change-pas__text-pass{margin-bottom:.5rem}.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__image{width:1.4rem;margin-right:.5rem}.total__bottom{box-sizing:border-box;padding:.7em 1em}.total__button{position:relative;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;background:#ffd500;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{height:2.5rem;background:#707070;border:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 .7rem;font-size:.9rem;color:#fff;font-weight:400;margin-bottom:1.25rem}.total__result{padding:0 .4rem;box-sizing:border-box}.total__summary{margin:.4rem}.total__row,.total__summary{height:2.5625rem;font-size:.8rem;font-weight:400;background:#707070;border:1px solid #ddd;padding:0 .7rem;display:flex;align-items:center;justify-content:space-between}.total__row{box-sizing:border-box;color:#fff;margin-bottom:8px}.total__row_isRedBorder{border-color:red}.total__td{width:20%}.total__td_type_left{width:40%}.tree-row{margin-bottom:.2rem;white-space:nowrap}.tree-row__username{color:#fff;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;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__arrow-svg *{fill:#fff}.tree-row__ban{display:flex;align-items:center;justify-content:center;margin:0 .5rem}.tree-row__ban *{fill:red}.tree-row__ban_banned *{fill:green}.tree-row__ban-svg{width:1rem}.tree{padding:.9375rem;box-sizing:border-box;width:100%;overflow-x:auto;color:#ddd}.slots-paginator{display:flex;align-items:center;justify-content:flex-start;font-size:1.25rem;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;max-width:10rem;width:100%;margin:3rem auto}.slots-paginator__title{margin-top:1rem}.slots-paginator__pages{width:6rem;border:1px solid #fff;border-radius:.625rem;position:absolute;background:#464646;box-sizing:border-box;cursor:pointer;z-index:3;top:-.15rem;right:0;max-height:10rem;overflow-y:auto}.slots-paginator__arrow svg{display:block;width:.5rem;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.slots-paginator_open .slots-paginator__arrow svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slots-paginator__current-page{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5625rem;background:#464646;color:#fff;height:3rem}.slots-paginator__page{padding:.25rem .5625rem;height:1.5rem;color:#fff;border-top:1px solid #fff}.slots-paginator__page_active{background:#1a5bbc;color:#fff}.slots-paginator__page:hover{background:#c4c4c4}.wrapped-react-input{width:100%;box-sizing:border-box;display:flex;padding-left:1.3125rem;padding-right:.9375rem;border:2px solid #cbd0dc}.wrapped-react-input_rounded{border-radius:.25rem}.wrapped-react-input_sizable_default{height:100%}.wrapped-react-input_sizable_low{height:2rem}.wrapped-react-input_sizable_middle{height:2.5rem}.wrapped-react-input_sizable_high{height:3rem}.wrapped-react-input__icon{height:100%;display:flex;justify-content:center;align-items:center;margin-right:.6094rem}.wrapped-react-input__icon-svg{width:1rem;height:1rem}.wrapped-react-input__text{display:flex;align-items:center;margin-right:1.0625rem;width:1.875rem;white-space:nowrap;font-size:.875rem;color:#9d9d9d}.wrapped-react-input__calendar-icon{height:100%;display:flex;align-items:center}.wrapped-react-input__calendar-icon-svg{min-width:.6875rem;height:.4375rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.wrapped-react-input__calendar-icon-svg path{fill:#747474}.wrapped-react-input .react-date-picker{width:100%}.wrapped-react-input .react-date-picker__wrapper{border:none;flex-grow:1}.wrapped-react-input .react-date-picker__inputGroup__divider,.wrapped-react-input .react-date-picker__inputGroup__input,.wrapped-react-input .react-date-picker__inputGroup__leadingZero{font-size:.875rem;color:#000;outline:none}.wrapped-react-input .react-date-picker__button{padding:0;outline:none}.wrapped-react-input .react-date-picker__clear-button{display:none}.wrapped-react-input .react-date-picker__calendar{z-index:15}.wrapped-react-input .react-date-picker--open .react-date-picker__wrapper .react-date-picker__button .wrapped-react-input__calendar-icon .wrapped-react-input__calendar-icon-svg{-webkit-transform:scaleY(1);transform:scaleY(1)}.button{width:100%;display:flex;justify-content:center;align-items:center;text-transform:uppercase;cursor:pointer;box-sizing:border-box;padding:0 .75rem;border:none;font-weight:700;font-size:1rem;font-family:"Roboto Condensed",sans-serif;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:center;background:#ffb401;color:#fff;outline:none}.button:active{-webkit-transform:translateY(2px);transform:translateY(2px)}.button_colors_default{border:1px solid #263154;border-radius:5px}.button_colors_default1{border:none;text-transform:none}.button_colors_green{background:#23a152;color:#fff;border:none}.button_colors_black{background:#263154;border-radius:5px;border:none;color:#fff}.button_colors_dark{border:1px solid #263154;background:#263154;border-radius:5px}.button_colors_red{background:#ff4b55;border:none}.button_colors_gold{background:#ffb401;color:#fff;border:none;border-radius:5px}.button_colors_dark-purple{background:#323241}.button_colors_light-purple{background:#595979}.button_colors_purple{background:#47475f}.button_colors_purple:hover{background:#595979}.button_colors_button-header{background:#263154;color:#fff;border-radius:5px}.button_colors_button-header:hover{background-color:#595979}.button_colors_register{background:#dbb70a;color:#000;border:none;padding-left:1.5rem}.button_sizable_default{height:2rem}.button_sizable_low{height:2.5rem}.button_sizable_high{height:3rem}.button_sizable_sign{height:2rem}.button_disable{background:#121931;cursor:not-allowed}.slots-bets-filter{width:100%;margin:0 auto .75rem;display:flex;align-items:center;flex-direction:column}.slots-bets-filter__wrapper{width:100%}.slots-bets-filter__title{margin-right:3rem}.slots-bets-filter__filters{width:90%;margin-bottom:1.5rem;display:grid;grid-template-rows:1fr;grid-template-columns:1fr;grid-column-gap:1fr;grid-row-gap:1rem}.slots-bets-filter__filters p{display:inline-flex;align-items:center;text-align:center;margin-bottom:.2rem}.slots-bets-filter__input{width:100%;position:relative;display:flex;justify-content:center;align-items:center}.slots-bets-filter__filter-row{display:flex;justify-content:space-between;align-items:center}.slots-bets-filter__button{width:60%}.slots-bets-filter__button button{width:100%;background:#008161}.slots-bets-filter__calendar-icon{display:flex;align-items:center;position:absolute;right:.8rem;z-index:1}.slots-bets-filter__calendar-icon svg{width:1.5rem;height:1.5rem;-webkit-transform:scaleY(1);transform:scaleY(1)}.slots-bets-filter__calendar-icon svg path{fill:#fff}.slots-bets-filter .wrapped-react-input{width:100%;border:1px solid #fff;padding-left:.5rem;background:#464646;border-radius:5px;color:#fff}.slots-bets-filter .wrapped-react-input .react-date-picker__wrapper{background:#464646;border:none;flex-grow:1}.slots-bets-filter .wrapped-react-input .react-date-picker__inputGroup__divider,.slots-bets-filter .wrapped-react-input .react-date-picker__inputGroup__input,.slots-bets-filter .wrapped-react-input .react-date-picker__inputGroup__leadingZero{color:#fff}.slots-bets-filter .wrapped-react-input .react-date-picker__inputGroup__year{width:2rem}.select{width:100%;box-sizing:border-box;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.select_size_high{height:3rem}.select_color_dark{background:#323946;color:#fff;border-radius:4px}.select_open{border-bottom:none}.select__item{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0 1.0938rem;box-sizing:border-box}.select__item_size_high{height:3rem}.select__item:hover{background:#949494}.select__item_current:hover{background:none}.select__arrow{width:1rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:flex;align-items:center;justify-content:center}.select__arrow-svg{fill:#fff;width:1rem}.select__arrow_color_darkArrow *{fill:#000}.select_open .select__arrow{-webkit-transform:scale(-1);transform:scale(-1)}.select__items-list{position:absolute;top:3rem;border-top:none;background:#fff;width:100%;box-sizing:border-box;z-index:2;max-height:21rem;overflow:auto}.select__items-list_color_dark{background:#323946;color:#fff;border-radius:0 0 4px 4px}.select__items-list::-webkit-scrollbar{width:3px;height:90%;scroll-margin-right:.5rem}.select__items-list::-webkit-scrollbar-thumb{width:3px;background:#c4c4c4;cursor:pointer}.bet-types-filter{width:90%;margin:1rem auto 0}.bet-types-filter .select{display:flex;justify-content:center;width:100%;height:2.5rem;border:1px solid #fff;box-sizing:border-box;background:#464646;color:#fff;border-radius:5px}.bet-types-filter .select_open{border-radius:5px 5px 0 0}.bet-types-filter .select__items-list{top:2.3rem;width:100.2%;background:#464646;border:1px solid #fff;border-radius:0 0 5px 5px}.bet-types-filter .select__item{height:2.5rem}.bet-types-filter .select__arrow{width:1rem}.bet-types-filter__filter-row{width:100%;margin-bottom:.75rem;display:flex;align-items:center;flex-direction:column}.bet-types-filter__text{width:100%;font-size:1rem;margin-bottom:.2rem}.table{width:90%;margin:2rem auto 0}.table__row{border:1px solid #fff;border-radius:5px;display:flex;justify-content:space-between;padding:1rem}.table__row,.table__row-p{margin-bottom:.5rem}.table__row-p:last-child{margin-bottom:0}.table__row-span{color:#f1ea0c}.table__row:last-child{margin-bottom:0}.table__row-part_one{margin-right:1rem}.table__no-bets{text-align:center}.bets{margin-top:1rem}.bets__user-id-input{margin:0 auto;width:90%}.bets__user-id-input input{margin-top:.2rem;border-radius:5px}.bets__pagination{width:100%}.cashier-jackpot{color:#fff;padding:0 1.125rem;box-sizing:border-box;margin:0 0 2.3125rem}.cashier-jackpot__type-switcher{width:100%;height:2.5625rem;display:flex;margin:1rem 0 1.5625rem;background:#707070;box-sizing:border-box;border-radius:.3125rem}.cashier-jackpot__type-switcher-item{cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;font-size:.875rem;color:#fff}.cashier-jackpot__type-switcher-item_active{background:#008161;border-radius:.313rem}.cashier-jackpot__start-amount{display:flex;flex-direction:column;margin:0 0 1.75rem}.cashier-jackpot__start-amount-title{margin:0 0 .6875rem;text-align:start;font-weight:700;font-size:.875rem;color:#fff}.cashier-jackpot__start-amount-value{width:100%;height:2.5625rem;display:flex;align-items:center;padding:0 1.5625rem;background:#707070;border:1px solid #fff;box-sizing:border-box;border-radius:.3125rem}.cashier-jackpot__title{width:100%;margin:0 0 1.0625rem;font-weight:700;font-size:1rem;text-align:center;color:#fff}.cashier-jackpot__inputs{width:100%;margin:0 0 2.5625rem}.cashier-jackpot__input-date{width:100%}.cashier-jackpot__input-date:not(:last-child){margin-bottom:1.125rem}.cashier-jackpot__input-date-label{margin:0 0 .6875rem;font-weight:700;font-size:.875rem;color:#fff}.cashier-jackpot__input-date-value{width:100%;height:2.625rem}.cashier-jackpot .react-datepicker-wrapper,.cashier-jackpot__custom-date-input{width:100%;display:flex;align-items:center;justify-content:space-between}.cashier-jackpot__custom-date-input{cursor:pointer;background:#707070;border-radius:.313rem;height:2.625rem;box-sizing:border-box;padding:0 1.3125rem}.cashier-jackpot__custom-date-input-value{font-weight:700;font-size:.875rem;line-height:1rem;display:flex;align-items:center;color:#fff}.cashier-jackpot__custom-date-input-icon{display:flex;flex-direction:column;align-items:center;justify-content:center}.cashier-jackpot__custom-date-input-icon-svg{width:1.3125rem;height:1.3125rem}.cashier-jackpot__custom-date-input-icon-svg svg{fill:#fff}.cashier-jackpot__button-container{width:100%;display:flex;justify-content:center;margin:0 0 1.25rem}.cashier-jackpot__button{min-width:73%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:2.625rem;border-radius:.3125rem;display:flex;justify-content:center;align-items:center;position:relative;color:#fff;text-transform:capitalize;text-shadow:0 0 .375rem hsla(0,0%,100%,.38);cursor:pointer;background-color:#008161}.cashier-jackpot__list{width:100%;margin:0 0 2.125rem}.cashier-jackpot__list-header{box-sizing:border-box;width:100%;display:grid;align-items:center;grid-template-columns:.8fr 1fr .8fr .7fr;margin-bottom:1.3125rem;padding:.375rem .625rem .4375rem .8125rem;background:#008161;border:1px solid #707070;border-radius:.3125rem}.cashier-jackpot__list-header-item{min-width:0;width:100%;text-align:center;font-size:.75rem;font-weight:400}.cashier-jackpot__list-header-item_type_left{text-align:left;overflow:hidden;text-overflow:ellipsis}.cashier-jackpot__list-header-item_type_right{text-align:right}.cashier-jackpot__list-row{box-sizing:border-box;width:100%;display:grid;align-items:center;grid-template-columns:.8fr 1fr .8fr .7fr;padding:.375rem .625rem .4375rem .8125rem;background:#707070;border:1px solid #707070;border-radius:.3125rem}.cashier-jackpot__list-row:not(:last-child){margin-bottom:.5rem}.cashier-jackpot__list-row-item{min-width:0;max-width:100%;width:100%;text-align:center;font-size:.75rem;font-weight:400;overflow:auto}.cashier-jackpot__list-row-item_type_left{text-align:left;overflow:hidden;text-overflow:ellipsis}.cashier-jackpot__list-row-item_type_right{text-align:right}.cashier-jackpot__paginator{width:100%;display:flex;justify-content:center}.transaction-item{background:#fff;border-bottom:1px solid #ddd;height:1.6429rem;display:flex;align-items:center;color:#000;padding:0 1rem;box-sizing:border-box;font-size:.875rem}.transaction-item__column-amount{color:#008161}.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:.5rem 1rem}.transaction-history__filter-item{padding:1rem .5rem .5rem}.transaction-history__filter-title{color:#fff;margin-bottom:.5rem;font-weight:700;font-size:14px}.transaction-history__input{background:transparent;display:flex;align-items:center;position:relative;height:35px}.transaction-history__calendar{display:flex;align-items:center;position:absolute;right:.8rem;z-index:1}.transaction-history__calendar svg{width:1.5rem;height:1.5rem;-webkit-transform:scaleY(1);transform:scaleY(1)}.transaction-history__calendar svg path{fill:#fff}.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;border:none;padding:0 0 0 1.5rem;box-sizing:border-box;background:transparent;color:#fff}.transaction-history__search-button{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;background:#008161;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;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;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{height:2.5625rem;display:flex;align-items:center;font-size:.875rem;color:#fff;padding:0 1rem;background:#707070;border:1px solid #ddd;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%,.9725490196078431)}.transaction-history .wrapped-react-input{width:100%;border:1px solid #fff;padding-left:.5rem;background:#464646;color:#fff}.transaction-history .wrapped-react-input .react-date-picker__wrapper{background:#464646;border:none;flex-grow:1}.transaction-history .wrapped-react-input .react-date-picker__inputGroup__divider,.transaction-history .wrapped-react-input .react-date-picker__inputGroup__input,.transaction-history .wrapped-react-input .react-date-picker__inputGroup__leadingZero{color:#fff}.transaction-history .wrapped-react-input .react-date-picker__inputGroup__year{width:2rem}.transaction-history .react-date-picker{padding-left:1.3125rem;color:#fff}.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;color:#fff}.footer__item{width:94%;height:3rem;padding:0 1rem;background:#707070;border:1px solid #ddd;margin-bottom:.3rem}.footer__image{width:2rem;margin-right:1rem}.footer__image *{fill:#fff}.footer__title{background:#2b9775;width:100%;height:2.9rem;padding-left:1.5rem;box-sizing:border-box;font-weight:700;margin-bottom:.7rem}.footer__title,.header{display:flex;align-items:center;color:#fff}.header{position:relative;justify-content:center;background:#008161;height:3.0714rem;min-height:3.0714rem}.header__text{font-weight:700;font-size:14px}.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;margin-top:2.75rem}.locale__title{background:#2b9775;width:90%;height:2.5rem;font-weight:400;margin-bottom:8px;justify-content:center}.locale__item,.locale__title{display:flex;align-items:center;color:#fff;padding-left:.7rem;box-sizing:border-box}.locale__item{width:80%;height:2.8rem;margin-bottom:4px;background:#707070;border:1px solid #ddd}.locale__item_active{color:#fff;background:#008161}.locale__image{width:1.4rem;margin-right:.5rem}.locale__bottom{box-sizing:border-box;padding:1.7em 1em;width:65%}.locale__button{width:100%;height:2.8rem;background:#ffd500;display:flex;justify-content:center;align-items:center;position:relative;font-weight:700;color:#000;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;background:#2b9775}.subheader__home{width:2rem;height:2rem}.subheader__home *{fill:#fff}.subheader__image{width:100%}.menu-item{width:90%;height:2.8rem;margin-bottom:1px;color:#fff;background-color:#2b9775;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem}.menu-item>*{fill:#fff}.menu-item__image{display:block;width:1rem}.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:14px;font-weight:700;background:#707070;border:1px solid #ddd;color:#fff;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem;margin-bottom:.25rem}.bonus-banner{width:90%;display:flex;flex-direction:column;grid-gap:.35714rem;gap:.35714rem;position:relative;margin-top:4.4375rem;font-family:Arial,sans-serif}.bonus-banner__prizes{position:absolute;top:-3.5rem;left:0;width:100%;max-width:21.42857rem;z-index:1}.bonus-banner__top{padding:.71429rem;display:flex;flex-direction:column;grid-gap:.35714rem;gap:.35714rem;background:#008161;background:var(--Accent-Accent,#008161);box-shadow:0 0 6.8px 0 #1dcca0;z-index:2}.bonus-banner__text{color:#fff;font-size:.85714rem;font-style:italic;font-weight:700}.bonus-banner__text span{color:#ffea1f;color:var(--New-Admin-Themes-White-UI-Accent,#ffea1f)}.bonus-banner__line{flex-shrink:0;height:2px;background:#ffea1f;background:var(--New-Admin-Themes-White-UI-Accent,#ffea1f)}.bonus-banner__bottom{padding:.35714rem .71429rem;display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem;background:#707070;background:var(--OLD-styles-Dark-4,#707070);z-index:2}.bonus-banner__note{color:#fff;font-size:.71429rem;font-style:italic;font-weight:700}.bonus-banner__note span{color:#ffea1f;color:var(--New-Admin-Themes-White-UI-Accent,#ffea1f)}.menu{box-sizing:border-box;padding:1rem 0;align-items:center}.app,.menu{display:flex;flex-direction:column}.app{background:#464646;color:#fff;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.2686bec6.chunk.css.map */