.header{position:fixed;z-index:10;width:100%}.header a.active{background-color:#4d4d4d}.header nav ul{display:-ms-flexbox;display:flex;height:100%}@media screen and (max-width:480px){.header nav ul{-ms-flex-direction:column;flex-direction:column}}.header nav li{float:none;display:-ms-flexbox;display:flex}.header nav li.right{margin-left:auto}@media screen and (max-width:480px){.header nav li.right{margin-left:0;margin-top:auto}}.header nav a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (max-width:480px){.header nav a{width:100%;padding:0 20px;font-size:12px;color:#333}.header nav a.active{background-color:#ccc}}.header .logout{cursor:pointer}@media screen and (max-width:480px){.header__nav{position:fixed;z-index:20;left:-100%;top:0;width:100%;height:100%;display:-ms-flexbox;display:flex;background-color:transparent}.header__nav.open{-webkit-animation:slideIn .25s;animation:slideIn .25s;left:0;background-color:rgba(51,51,51,.4)}}@media screen and (max-width:480px){.header .nav-wrapper{width:75%;max-width:300px;background-color:#fff;padding:2rem 0;-webkit-box-shadow:10px 0 25px rgba(51,51,51,.2);box-shadow:10px 0 25px rgba(51,51,51,.2)}}.header__menu{display:none;cursor:pointer;padding:0 1rem}@media screen and (max-width:480px){.header__menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header__menu i{margin-right:10px}}@-webkit-keyframes slideIn{0%{left:-100%;background-color:transparent}70%{background-color:transparent}90%{left:0}to{background-color:rgba(51,51,51,.4)}}@keyframes slideIn{0%{left:-100%;background-color:transparent}70%{background-color:transparent}90%{left:0}to{background-color:rgba(51,51,51,.4)}}.info-page__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.info-page__link-image{width:50px;height:50px;margin-right:1rem}.info-page__link-label{font-size:1.5rem;color:#333}.info-page__link:hover .info-page__link-sub-label{text-decoration:underline}.info-page__link-sub-label{font-size:.8rem}.select-wrapper .caret{z-index:2!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.select-wrapper .dropdown-content{max-height:200px;overflow:auto}.select-wrapper .dropdown-content.active{top:100%;display:block;opacity:1;width:100%}.lds-wrapper.abs{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:hsla(0,0%,100%,.3)}.lds-wrapper.white .lds-ring div{border-color:#fff}.lds-wrapper .lds-ring{display:inline-block;position:relative;width:100%;height:100%;max-width:80px;max-height:80px}.lds-wrapper .lds-ring div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:75%;height:75%;margin:6px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-top-color:#333}.lds-wrapper .lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-wrapper .lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-wrapper .lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.maze-map__update{font-size:12px;color:#888;margin-top:10px;text-align:center}.maze-map__field{width:350px;max-width:100%;margin:10px auto 30px}.maze-map__loader{position:absolute!important;background:none!important}.maze-map__content{position:relative;min-height:120px}@media screen and (max-width:480px){.maze-map__content{overflow:auto}}.maze-map table{width:auto;margin:0 auto}.maze-map tr{border:0}.maze-map td{padding:0;margin:0;font-size:10px;position:relative;z-index:1;color:#999;width:30px;min-width:30px;height:30px;min-height:30px;text-align:center;vertical-align:middle;border-radius:0}.maze-map .lab_num{color:#000;font-weight:700;z-index:101;position:relative}.maze-map .lab_num.light{font-weight:300}.maze-map .num-white{color:#fff}.maze-map .num-grey{color:#ccc}.maze-map .num-blue{color:#69f}.maze-map .num-blue-light{color:#9cf}.maze-map .num-orange{color:#fc0}.maze-map .num-yellow{color:#ff0}.maze-map .num-red{color:#f66}.maze-map .box_outer{cursor:help;color:#333}.maze-map .box_outer:hover{z-index:2}.maze-map .box_outer:hover .box_inner{display:block}@media screen and (max-width:480px){.maze-map .box_outer:hover .box_inner{display:none}}.maze-map .box_inner{position:absolute;z-index:10;bottom:calc(100% + 5px);left:50%;display:none;background-color:#eee;padding:5px 10px;border-radius:4px;border:1px solid #aaa;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:10px;color:#222;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.maze-map .box_inner:after,.maze-map .box_inner:before{content:"";position:absolute;width:0;height:0;z-index:0;border:8px solid transparent;border-top-color:#aaa;left:calc(50% - 8px);top:100%}.maze-map .box_inner:after{border-top-color:#eee;left:calc(50% - 8px);top:calc(100% - 1px)}.maze-map .box_item{font-size:10px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:10px}.maze-map .box_item:last-of-type{margin-bottom:0}.maze-map .box_item img{margin-right:10px}.maze-map .box_way{position:absolute;z-index:100;width:30px;height:30px;top:0;left:0;background-size:contain;background-repeat:no-repeat;background-position:50%}.auth-card .card-content .card-title{margin-bottom:2rem}.auth-card__error{margin-top:30px}.alert{position:fixed;z-index:200;bottom:10px;left:50%;max-width:80vw;min-width:200px;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#fff;font-weight:400}.alert__text{margin-right:25px}.alert__close{position:absolute;cursor:pointer;right:10px;top:10px;z-index:1}.list-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;margin-bottom:.6rem}.list-item__name{font-weight:700;font-size:16px;word-wrap:none;overflow:hidden}.list-item__cash,.list-item__email{font-size:12px;color:#777}.list-item__cash{margin-left:auto;white-space:nowrap}.list-item__icon{width:30px;margin-right:10px}.popup{position:fixed;z-index:100;left:0;top:0;width:100vw;height:100vh;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(51,51,51,.4)}@media screen and (max-width:480px){.popup{background-color:#fff}}.popup.visible .popup__container{overflow:visible}.popup__container{position:relative;min-width:250px;max-width:98vw;max-height:95vh;padding:15px;overflow-x:hidden;overflow-y:auto;background-color:#fff;border-radius:3px;-webkit-box-shadow:0 0 15px 5px rgba(51,51,51,.2);box-shadow:0 0 15px 5px rgba(51,51,51,.2)}@media screen and (max-width:480px){.popup__container{-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%;max-width:100%;max-height:100%;overflow:visible}}.popup__close{position:absolute;top:5px;right:5px;width:20px;margin:0!important;font-size:20px;color:#aaa;cursor:pointer}.create-user{max-width:400px}.create-user__title{margin-bottom:1.5em}.users{-ms-flex-direction:column;flex-direction:column}.users,.users__filters{display:-ms-flexbox;display:flex}.users__filters{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.users__filter{width:100%;margin-right:20px}.log{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-bottom:1.5em}.log__time{margin-right:10px;-ms-flex-negative:0;flex-shrink:0;color:#777;font-size:11px}.log__text{font-size:16px}.log__replay{margin-left:auto;cursor:pointer}.player{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-bottom:1.5em}.player__reset{margin-left:auto;margin-right:10px;cursor:pointer}.player__delete{cursor:pointer}.edit__title{margin-bottom:1em}.edit .wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;grid-gap:15px;gap:15px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0}.edit .wrapper .back{margin-right:15px;cursor:pointer}.edit .wrapper button+button{margin:0}.edit .input-field{width:100%;margin-bottom:0}.edit .cash{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fit,100px);margin:10px 0}.edit .cash .btn{margin:0;padding:0}.add-player{max-width:400px}.add-player .input-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.add-player .input-field{width:100%}.add-player__title{margin-right:1em;margin-bottom:1.5em}.user .material-icons{margin-right:10px}.user__wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.user__row,.user__wrapper{display:-ms-flexbox;display:flex}.user__row{-ms-flex-align:center;align-items:center;margin-bottom:1em}.user__row.space{margin-bottom:2.5em}.user__edit,.user__row.editable{cursor:pointer}.user__edit{font-size:22px}.user__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:0}.user__email{margin-top:.5em;margin-bottom:1.5em;color:#777}.user__icon{width:25px;margin-right:10px}.user__section{margin-top:2em}.user__sub-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:20px;margin-bottom:.5em}.page{height:100%}.page__container{padding:5rem 0 2rem}.page__not-found{text-align:center;padding-top:10rem}#app,body,html{height:100%;font-size:16px}@media (max-width:720px){#app,body,html{font-size:14px}}html.out{overflow:hidden}body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.4;color:#333;font-weight:400;font-family:"Roboto","Helvetica Neue",sans-serif;background-color:#f1f1f1}body::-webkit-scrollbar-track{border-radius:3px;background-color:#ececec}body::-webkit-scrollbar{width:6px;height:6px;background-color:#ececec}body::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ccc}*{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}p{margin-bottom:.5em}a{text-decoration:none}ul{list-style:none}b,strong{font-weight:700}h1,h2{margin:0 0 1rem;font-size:1.7rem}h3{margin:0 0 .5rem;font-size:1.3rem}.container{width:100%;max-width:720px;padding:0 .8rem}button+button{margin-left:10px}.btn-floating{position:sticky;bottom:20px;left:100%;z-index:5}.disabled{opacity:.6;pointer-events:none}
/*# sourceMappingURL=main.4897c6e9.chunk.css.map */