@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,900);.file-input{width:100%;text-align:left;outline:0;font-size:1rem;background:none;color:#fff;border:1px solid #fff;box-sizing:border-box;display:flex;justify-content:space-around;align-items:center;max-height:2.5em;padding:2px}.file-input__isFile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.file-input__container{flex-direction:column;grid-row-gap:2px;row-gap:2px;width:15%;height:100%;margin-left:auto}.file-input__button,.file-input__container{display:flex;align-items:center;justify-content:center}.file-input__button{color:#fff;background:#ff8d00;width:100%;height:1rem}.check-box{width:1.5rem;height:1.5rem;border:1px solid #ff8d00;box-sizing:border-box;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer}.check-box__indicator{height:.6rem;width:.6rem;border-radius:100%;background:transparent;border-radius:.6rem;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.check-box__indicator_active{background:#ff8d00}.input{width:100%;min-height:2.5em;text-align:left;outline:0;padding:.5rem;font-size:1rem;background:none;color:#fff;border:1px solid #fff;box-sizing:border-box}.input::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.button{color:#fff;font-weight:500;border:none;margin:0;box-sizing:border-box;padding:.5rem 1rem;border-radius:7px;outline:none}.button_isDisabled{cursor:not-allowed;opacity:.8}.button_isVertical{-webkit-text-orientation:upright;text-orientation:upright;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.button_isUppercase{text-transform:uppercase}.button_isBold{font-weight:700}.button_isSquare{border-radius:0}.button_fontSize_small{font-size:.85rem}.button_fontSize_normal{font-size:1rem}.button_fontSize_large{font-size:1.2rem}.button_color_orange{background:#ff8d00;border:1px solid #ff8d00}.button_color_dark{background:#2a3040;border:1px solid #ff8d00}.button_color_dark-fill{background:#3a4768;border-radius:0}.button_size_container{width:100%;height:100%}.button__layout_size_container{width:100%;height:100%;display:block}@media screen and (min-width:700px){.button{cursor:pointer}.button_isDisabled{cursor:not-allowed}.button_fontSize_small{font-size:1rem}.button_fontSize_normal{font-size:1.1rem}.button_fontSize_large{font-size:1.3rem}}.auth{max-width:400px;position:relative;display:flex;justify-content:center;align-items:center;box-shadow:0 0 20px 5px #2a3040}.auth,.auth__back{width:100%}.auth__title{font-weight:700;text-transform:uppercase;font-size:2rem;margin-bottom:2.5rem}.auth__container{position:absolute;display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;padding:0 20%}.auth__input-block{width:100%;margin-bottom:2.8rem}.auth__label{font-size:1.1rem;margin-bottom:.5rem}.auth__button{width:100%;height:2.8rem;margin-top:1.5rem}.header{background:#2a3040;width:100%;height:4rem;min-height:4rem;padding:0 1rem;box-sizing:border-box;color:#fff;white-space:nowrap;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-animation:headerStart .5s ease-in-out 1s forwards;animation:headerStart .5s ease-in-out 1s forwards}.header,.header__exit{display:flex;align-items:center}.header__exit{width:2.5rem;height:2.5rem;background:#13171d;border-radius:100%;justify-content:center;margin-left:1rem}.header__exit-svg{width:1.5rem;display:block;line-height:0}.header__exit-svg *{fill:#ff8d00}.header__info{margin-left:auto;text-align:right;height:2.5rem}.header__name{margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.header__role{font-size:.7rem}.header__logo{font-size:2rem;font-weight:700;display:flex;align-items:center}.header__text{color:#ff8d00;font-size:.9rem;font-weight:400;margin-right:.4rem;line-height:.85rem;text-align:right}@media screen and (min-width:700px){.header{height:5.7rem}.header__exit{width:4rem;height:4rem}.header__exit-svg{width:2.2rem}.header__info{height:4rem}.header__name{font-size:1.4rem}.header__role{font-size:.8rem}}@-webkit-keyframes headerStart{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes headerStart{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.navigation{box-sizing:border-box;display:flex;flex-direction:column;position:fixed;z-index:100;align-self:center;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.navigation_isOpen{top:0!important}.navigation__items{display:flex;flex-direction:column}.navigation__item{box-sizing:border-box;height:2.5rem;padding:.5rem .3rem;background:#1d222a;border-right:1px solid #ff8d01;border-left:1px solid #ff8d01;color:#fff;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.navigation__item_active{color:#ff8d01}.navigation__button{background:#ff8d00;padding:.2rem 1rem;box-sizing:border-box;border-radius:0 0 10px 10px;display:flex;justify-content:center;align-items:center;height:2rem;min-height:1.5rem;max-height:1.5rem}.navigation__arrow{line-height:0;display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:1rem;height:1rem;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.navigation__arrow_isOpen{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.navigation__arrow *{fill:#fff}@media screen and (min-width:700px){.navigation__item{padding:.5rem 1.5rem}.navigation__button{min-height:2rem;max-height:2rem}}.complex-input{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:2.5em;outline:0;padding:0;border:1px solid #fff;box-sizing:border-box}.complex-input_withItems{padding:.5rem;grid-row-gap:.5rem;row-gap:.5rem}.complex-input_isFile{display:flex;flex-direction:row-reverse}.complex-input__add-button{color:#fff;background:#ff8d00;display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;min-height:2.5em}.complex-input__edit{width:2rem;margin-left:.4rem;cursor:pointer}.complex-input__edit *{fill:#ff8d00}.complex-input__grid{display:grid;grid-template-columns:1fr 1fr auto;width:100%;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.fields{margin-top:.5rem}.fields__name{margin-bottom:.2rem}.create{background:#2a3040;border:1px solid grey;width:90%;max-width:40rem;box-sizing:border-box;padding:1rem;display:flex;flex-direction:column;max-height:80vh;overflow-y:auto}.create__wrapper{position:fixed;top:0;width:100%;height:100%;z-index:100;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}.create__title{color:#ff8d00;text-decoration:underline;text-align:center}.create__item{margin-top:.5rem}.create__name{margin-bottom:.2rem}.create__button-container{height:2.5rem;margin-top:1rem}.create__add-button{width:3rem;height:3rem;background:#ff8d00;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:3rem;position:fixed;left:.5rem;bottom:.5rem;cursor:pointer}.switch-box{width:2.4rem;height:1.3rem;background:#3a4768;border-radius:50px;display:flex;cursor:pointer}.switch-box__indicator{height:1.3rem;width:1.3rem;border-radius:100%;background:#fff;margin-left:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.switch-box__indicator_active{margin-left:1.1rem;background:#ff8d00}.confirmation{background:#2a3040;border:1px solid grey;width:100%;height:100%;box-sizing:border-box;padding:1rem;display:flex;flex-direction:column;overflow-y:auto;align-items:center}.confirmation__title{font-size:2rem;color:#ff8d00;text-decoration:underline;text-align:center}.confirmation__text{margin-top:1rem;font-size:1.5rem}.confirmation__buttons{display:flex;margin-top:1rem;width:100%}.confirmation__button-container{height:2.5rem;flex-grow:1}.confirmation__button-container:first-child{margin-right:1rem}.modal{width:90%;max-width:40rem;max-height:80vh;overflow-y:auto}.modal__wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;background:rgba(0,0,0,.3)}.modal__wrapper,.specific-button{display:flex;align-items:center;justify-content:center}.specific-button{width:2rem;height:2rem;background:#ff8d00;border-radius:100%;font-size:2rem;left:.5rem;bottom:.5rem;cursor:pointer}.table-row{width:100%;height:2.5rem;border-top:1px solid grey;position:relative}.table-row,.table-row__item{display:flex;box-sizing:border-box}.table-row__item{align-items:center;padding-left:.5rem;border-right:1px solid grey;-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important;height:100%}.table-row__item_withExpander{padding-left:1.5rem}.table-row__item-scrollzone{width:100%;max-height:100%;overflow:overlay}.table-row__edit{width:2rem;margin-left:.4rem;cursor:pointer}.table-row__edit *{fill:#ff8d00}.table-row__buttons-block{position:absolute;right:.2rem;display:flex;align-items:center}.table-row__link{color:#ff8d00;text-decoration:underline}.table-row__show-clients{position:absolute;width:2.5rem;height:1.5rem;top:.4rem;left:-.5rem;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#ff8d00;cursor:pointer}.table-header{width:100%;height:2.5rem;font-weight:600}.table-header,.table-header__item{display:flex;box-sizing:border-box}.table-header__item{align-items:center;padding-left:.5rem;border-right:1px solid grey}.table-header__item_isSortable{cursor:pointer}.table{width:100%;box-sizing:border-box;margin-top:1.5rem;border:1px solid grey;font-size:.85rem;position:relative}.table_isBig{width:200%}.table__button{position:absolute;width:2.5rem;height:1.5rem;background:#ff8d00;top:-1.5rem;left:0;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.2rem}@media screen and (min-width:700px){.table,.table_isBig{width:100%}.table__button{display:none}}.graphic{margin-top:10px;margin-bottom:10px;padding:1rem}.global-buttons,.graphic{box-sizing:border-box;width:100%}.global-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;-webkit-animation:filtersStart .5s ease-in-out forwards;animation:filtersStart .5s ease-in-out forwards;z-index:10;border-bottom:1px solid #3a4768;margin-bottom:2rem}.global-buttons__item{width:50%;padding:.5rem;box-sizing:border-box}.global-buttons__item_isSubmitButton{padding-top:1.8rem}.global-buttons__item_isButton{width:25%}.global-buttons__label{display:block;margin-bottom:.3rem}@media screen and (min-width:700px){.global-buttons__item{width:20%;padding:.7rem 1%}.global-buttons__item_isSubmitButton{padding-top:2.2rem}.global-buttons__item_isButton{width:10%;padding-top:2.2rem}}.filters{width:100%;display:flex;flex-wrap:wrap;justify-content:center;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation:filtersStart .5s ease-in-out forwards;animation:filtersStart .5s ease-in-out forwards;position:relative;z-index:10}.filters__item{width:50%;padding:.5rem;box-sizing:border-box}.filters__item_isSubmitButton{padding-top:1.8rem}.filters__item_isButton{width:25%}.filters__label{display:block;margin-bottom:.3rem}@media screen and (min-width:700px){.filters__item{width:20%;padding:.7rem 1%}.filters__item_isSubmitButton{padding-top:2.2rem}.filters__item_isButton{width:10%;padding-top:2.2rem}}@-webkit-keyframes filtersStart{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes filtersStart{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.edit{background:#2a3040;border:1px solid grey;width:90%;box-sizing:border-box;padding:1rem;display:flex;flex-direction:column;max-height:80vh;overflow-y:auto}.edit__wrapper{position:fixed;top:0;width:100%;height:100%;z-index:100;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}.edit__title{color:#ff8d00;text-decoration:underline;text-align:center}.edit__item{margin-top:.5rem}.edit__name{margin-bottom:.2rem}.edit__button-container{height:2.5rem;margin-top:1rem}.custom-form{background:#2a3040;border:1px solid grey;width:90%;box-sizing:border-box;padding:1rem;display:flex;flex-direction:column;max-height:80vh;overflow-y:visible}.custom-form__wrapper{position:fixed;top:0;width:100%;height:100%;z-index:100;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}.custom-form__title{color:#ff8d00;text-decoration:underline;text-align:center}.custom-form__item{margin-top:.5rem}.custom-form__name{margin-bottom:.2rem}.custom-form__button-container{height:2.5rem;margin-top:1rem}.jsoneditor{border:1px solid #ff8d00}.jsoneditor-menu{display:none}.jsoneditor-text{background:#1d212a!important;color:#fff!important}.additional-info,.jsoneditor-text{box-sizing:border-box;padding:.5rem}.additional-info{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.additional-info__item{margin-right:1rem}.additional-info__currency-total{box-sizing:border-box;margin-top:.3rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.page{width:100%;flex-grow:1}.page__title{width:100%;padding-top:.3rem;text-align:center}.page__export{margin:10px 0 0 5px}.admin{width:100%;min-height:100%;display:flex;flex-direction:column;max-height:100%}.admin__content{min-height:calc(100% - 4rem);position:relative;display:flex;overflow-y:scroll;justify-content:center}@media screen and (min-width:700px){.admin__content{min-height:calc(100vh - 5.7rem);max-height:calc(100vh - 5.7rem)}}.notification{display:flex;align-items:center;width:100%;min-height:3rem;position:relative;z-index:100000;margin-top:.5rem;padding:.3rem 1rem;box-sizing:border-box;font-size:1rem;color:#fff;-webkit-animation:init .7s ease;animation:init .7s ease;background:#3a4768;box-shadow:5px 5px 15px rgba(0,0,0,.25);border-radius:5px}.notification_type_error{border-left:5px solid #ac2f2f}.notification_type_success{border-left:5px solid #ff8d00}.notification_deleting{-webkit-animation:delete .7s ease;animation:delete .7s ease}.notification__img{width:2rem;line-height:0}.notification__close{min-width:1.5rem}.notification__text{flex-grow:1;box-sizing:border-box;padding-left:1rem;height:100%;font-weight:400;display:flex;justify-content:flex-start;align-items:center;word-break:break-word}@-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;max-height:3rem;min-height:3rem;overflow:hidden;margin-top:.5rem}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%);margin-top:0;padding:0}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);max-height:0;min-height:0;margin-top:0;padding:0;overflow:hidden}}@keyframes delete{0%{opacity:1;max-height:3rem;min-height:3rem;overflow:hidden;margin-top:.5rem}70%{opacity:.5;-webkit-transform:translateX(120%);transform:translateX(120%);margin-top:0;padding:0}to{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);max-height:0;min-height:0;margin-top:0;padding:0;overflow:hidden}}#notify-root{position:fixed;width:70%;right:1rem;display:flex;justify-content:center;z-index:1001;margin:auto;flex-direction:column-reverse;overflow:hidden}@media screen and (min-width:700px){#notify-root{width:15%}}.app{width:100%;min-height:100%;box-sizing:border-box;background:#1d212a;display:flex;justify-content:center;color:#fff}.app__header-layout{width:100%;height:4.2rem}#preloader:after{content:"fiablegames.com";color:#fff;position:absolute;padding-top:4rem;text-transform:uppercase;font-size:.9rem}@media screen and (min-width:700px){#root{display:flex;justify-content:center;align-items:center}}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:"Roboto",sans-serif;background:#000}html{font-size:14px}@media screen and (min-width:700px){html{font-size:14px}}a,button,div,h1,h2,h3,h4,h5,h6,li,ol,p,ul{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a::-webkit-scrollbar,button::-webkit-scrollbar,div::-webkit-scrollbar,h1::-webkit-scrollbar,h2::-webkit-scrollbar,h3::-webkit-scrollbar,h4::-webkit-scrollbar,h5::-webkit-scrollbar,h6::-webkit-scrollbar,li::-webkit-scrollbar,ol::-webkit-scrollbar,p::-webkit-scrollbar,ul::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}a::-webkit-scrollbar-track,button::-webkit-scrollbar-track,div::-webkit-scrollbar-track,h1::-webkit-scrollbar-track,h2::-webkit-scrollbar-track,h3::-webkit-scrollbar-track,h4::-webkit-scrollbar-track,h5::-webkit-scrollbar-track,h6::-webkit-scrollbar-track,li::-webkit-scrollbar-track,ol::-webkit-scrollbar-track,p::-webkit-scrollbar-track,ul::-webkit-scrollbar-track{border-radius:50px}a::-webkit-scrollbar-thumb,button::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb,h1::-webkit-scrollbar-thumb,h2::-webkit-scrollbar-thumb,h3::-webkit-scrollbar-thumb,h4::-webkit-scrollbar-thumb,h5::-webkit-scrollbar-thumb,h6::-webkit-scrollbar-thumb,li::-webkit-scrollbar-thumb,ol::-webkit-scrollbar-thumb,p::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{background-color:#ff8d00;border-radius:50px}@media screen and (orientation:landscape) and (max-device-width:900px){html{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:left top;transform-origin:left top;width:320px;position:absolute;top:100%;left:0}}.locale{position:fixed;right:.5rem;bottom:.5rem;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;box-sizing:border-box;background:#ff8d00;padding:.3rem;font-size:1.1rem}.locale_isOpen{background:#2a3040;border:1px solid #fff;padding:1rem}.locale__item{width:100%}.locale__item:not(:last-child){margin-bottom:.3rem}.locale__item_active{color:#ff8d00}@media screen and (min-width:700px){.locale{position:fixed;right:.5rem;bottom:.5rem;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;box-sizing:border-box;background:#ff8d00;padding:.5rem;font-size:1.2rem}.locale_isOpen{background:#2a3040;border:1px solid #fff;padding:1.5rem}}
/*# sourceMappingURL=main.40790124.chunk.css.map */