@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,900);.input{width:100%;min-height:2.5em;text-align:left;box-sizing:border-box;outline:0;padding:.5rem;border:2px solid #c4c4c4;font-size:1rem}.auth{background:#e5e5e5}.auth__title{background:#0e1e78;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:#ffc900;display:flex;justify-content:center;align-items:center;position:relative;color:#000;font-weight:700;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;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:#3558bd;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:#ffc900;color:#000;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:#3558bd;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:#000;font-weight:700}.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}.spinner{z-index:10;position:absolute;top:50%;left:50%;margin:-1.5rem 0 0 -1.5rem;width:3rem;height:3rem}.spinner__loader,.spinner__loader:after{border-radius:50%;width:3rem;height:3rem}.spinner__loader{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid rgba(0,0,0,.1);border-left-color:#ffc900;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.total{background:#f6f6f6}.total__title{background:#3558bd;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:#ffc900;display:flex;justify-content:center;align-items:center;position:relative;color:#000;font-weight:700;cursor:pointer}.total__button_isLoading{background:orange;cursor:not-allowed}.total__ok{width:1.8rem;position:absolute;right:1rem}.total__result-header{background:#3558bd;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;min-height:10rem}.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_user{font-size:1rem;font-weight:700}.total__row_type_bold{font-weight:700}.information{padding:.5rem}.information__block-info{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.information__verify{text-align:center;padding:1rem;font-size:1.15rem}.information__button-data{margin-top:1rem;width:50%;height:2.5rem;background:#ffc900;border-radius:4px;display:flex;justify-content:center;align-items:center;color:#0e1e78;cursor:pointer;border:none;text-transform:uppercase;font-weight:700}.information__button-data:disabled{opacity:.5}.information__button-code{margin-top:1rem;width:32%;height:2.5rem;display:flex;justify-content:center;align-items:center;color:#0e1e78;cursor:pointer;border:2px solid #c4c4c4;border-left:none;font-weight:700;position:absolute;top:5.4rem;right:.5rem;z-index:1}.information .input{margin-top:1rem}.information__input-mail{border:2px solid #c4c4c4;border-right:none;padding:.5rem 7.2rem .5rem .5rem}.information__input-code,.information__input-mail{width:100%;min-height:2.5em;text-align:left;box-sizing:border-box;outline:0;font-size:1rem}.information__input-code{padding:.5rem;border:2px solid #c4c4c4;margin-top:1rem}.paginator{-webkit-user-select:none;-ms-user-select:none;user-select:none;height:100%;display:flex;align-items:center}.paginator__title{margin-right:1rem;font-weight:700;font-size:.875rem;color:#000}.paginator__main{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:3.625rem;height:100%;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.paginator__items{width:100%;max-height:21rem;z-index:2;position:absolute;top:100%;background:#0e1e78;overflow:auto;border-top:none;border-radius:0 0 .625rem .625rem}.paginator__items::-webkit-scrollbar{width:.1875rem;height:90%;scroll-margin-right:.5rem}.paginator__items::-webkit-scrollbar-thumb{width:.1875rem;background:grey;cursor:pointer}.paginator__item{height:3.125rem;position:relative;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0 1.0625rem 0 1rem;font-weight:500;font-size:.875rem;color:#fff;background:#2b2d42}.paginator__item:hover{background:#0e1e78}.paginator__item_current{height:100%;border-radius:.625rem}.paginator__main_open .paginator__item_current{border-radius:.625rem .625rem 0 0}.paginator__item-value{font-size:.875rem;line-height:1rem;text-transform:capitalize}.paginator__item-arrow{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;margin-left:.75rem}.paginator__item-arrow-svg{width:.9375rem;height:1.25rem}.paginator__main_open .paginator__item-arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.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:#000;font-weight:700;background:#ffc900;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: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%,.9725490196078431)}.transaction-history__total{justify-content:flex-end;padding:0 1rem;background:linear-gradient(180deg,#0e70b9 0,#005693);height:2.5rem;color:#fff}.transaction-history__total,.transaction-history__total-item{display:flex;align-items:center;width:100%;box-sizing:border-box}.transaction-history__total-item{max-width:20%;font-size:.7143rem}@media (max-width:800px){.transaction-history__total-item{max-width:50%;justify-content:unset}}.transaction-history__total-label{margin-right:.35rem}.transaction-history__paginator-wrapper{margin-top:1rem;display:flex;justify-content:center}.cashier-jackpot{color:#000;padding:2.1875rem .625rem 0;box-sizing:border-box;margin:0 0 2.3125rem}.cashier-jackpot__type-switcher{width:100%;height:2.5625rem;display:flex;margin:0 0 1.5625rem;background:#0e1e78;border:1px solid #3558bd;box-sizing:border-box}.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:#3558bd}.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:#000}.cashier-jackpot__start-amount-value{width:100%;height:2.5625rem;display:flex;align-items:center;padding:0 1.5625rem;border:2px solid #c4c4c4;box-sizing:border-box}.cashier-jackpot__title{width:100%;margin:0 0 1.0625rem;font-weight:700;font-size:1rem;text-align:center;color:#000}.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:#000}.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;height:2.625rem;box-sizing:border-box;padding:0 1.3125rem;border:2px solid #c4c4c4}.cashier-jackpot__custom-date-input-value{font-weight:700;font-size:.875rem;line-height:1rem;display:flex;align-items:center;color:#000}.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__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;background:#ffc900;display:flex;justify-content:center;align-items:center;position:relative;color:#000;text-transform:capitalize;text-shadow:0 0 .375rem hsla(0,0%,100%,.38);cursor:pointer}.cashier-jackpot__button-search{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;right:1rem}.cashier-jackpot__button-search-svg{width:1.5625rem;height:1.5625rem}.cashier-jackpot__list{width:100%;margin:0 0 2.125rem;color:#fff}.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:#3558bd;color:#fff}.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;border-bottom:1px solid #ddd;color:#000}.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}.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_isVerify_true *{fill:#fff}.footer__title{background:#0e1e78;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:#3558bd;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;background:#fff}.locale__item_active{background:#b0bfd6}.locale__image{width:1.4rem;margin-right:.5rem}.locale__bottom{box-sizing:border-box;padding:.7em 1em}.locale__button{background:#ffc900;justify-content:center;position:relative;color:#000;cursor:pointer}.locale__button,.subheader{width:100%;height:2.8rem;display:flex;align-items:center}.subheader{background:#0e1e78;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:#fff;background-color:#3558bd;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1rem}.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}.tree-row{margin-bottom:.2rem;white-space:nowrap}.tree-row__username{color:green;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__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:#323232}.app{width:100%;min-height:100%;background:#e5e5e5}#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.1c751b63.chunk.css.map */