.navbar .brand{padding:0 10px;height:100%;cursor:pointer;position:relative}.navbar .brand-content{position:relative;color:#ffbf00;height:28px;font-weight:700;font-size:22px;display:flex;align-items:center}.navbar .brand-content img{height:100%}.navbar-vertical .brand{padding:0;height:auto}.navbar-vertical .brand-content{height:auto}.navbar-vertical .brand svg{width:45px;height:45px}.navbar-left{display:flex;align-items:center}.navbar-left .nav-item{margin-left:10px}.navbar-vertical .navbar-left{flex-direction:column;width:100%}.navbar-vertical .navbar-left .nav-item{margin:5px 0 0}.navbar-right{display:flex;align-items:center}.navbar-vertical .navbar-right{flex-direction:column;width:100%}.navbar .nav-item{display:flex;font-size:14px;padding:5px 10px;align-items:center;border-radius:3px;border:1px solid transparent;transition:all .1s;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.navbar .nav-item svg{height:16px}.navbar .nav-item.active{background-color:#5a6675;box-shadow:0 5px 5px -2px rgba(0,0,0,.2)}.navbar .nav-item:hover{border-color:#5a6675}.navbar .nav-item.active:active,.navbar .nav-item:active{border-color:transparent;background-color:#4f5967;box-shadow:0 5px 5px -2px rgba(0,0,0,.2)}.navbar a.nav-item{text-decoration:none;color:#fff}.navbar-vertical .nav-item{margin:0;width:100%;padding:5px 0;font-size:10px;justify-content:center;flex-direction:column}.navbar-vertical .nav-item svg{margin:2.5px}.navbar-separator{height:30px;width:2px;background:#5a6675;margin:0 10px}.navbar-vertical .navbar-separator{width:100%;height:2px;margin:10px 0}.navbar{background-color:#3d4755;box-sizing:border-box;box-shadow:0 0 5px 0 rgba(0,0,0,.35);height:50px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;color:#fff}.navbar svg{fill:#fff}.navbar-vertical{width:70px;height:100%;padding:10px;flex-direction:column}@-webkit-keyframes stripes-animation{0%{background-position:0 0}to{background-position:80px 40px}}@keyframes stripes-animation{0%{background-position:0 0}to{background-position:80px 40px}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fh-button{white-space:nowrap;position:relative;outline:none;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;height:40px;font-size:14px;font-weight:500;padding:0 10px;color:#fff;border:2px solid transparent;background-color:transparent;border-radius:3px;text-transform:uppercase;transition:box-shadow 50ms;display:inline-flex;align-items:center;vertical-align:top;text-decoration:none}.fh-button:focus{box-shadow:0 0 0 1px #29313e,0 0 0 4px #1b2028}.fh-button[disabled]{pointer-events:none;opacity:.6}.fh-button.blank svg{margin:0}.fh-button svg{margin-right:5px;fill:#fff}.fh-button.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#47556c 25%,transparent 0,transparent 50%,#47556c 0,#47556c 75%,transparent 0,transparent)}.fh-button:active{background:#1b2028}.fh-button.primary{color:#fff;background:#357fbd;border:0}.fh-button.primary svg{fill:#fff}.fh-button.primary:hover{background:#428cca}.fh-button.primary:active{background:#2f72a9}.fh-button.primary.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#69a4d5 25%,transparent 0,transparent 50%,#69a4d5 0,#69a4d5 75%,transparent 0,transparent)}.fh-button.primary:focus{box-shadow:0 0 0 1px #29313e,0 0 0 4px #357fbd}.fh-button.primary-yellow{color:#29313e;background:#ffbf00;border:0}.fh-button.primary-yellow svg{fill:#29313e}.fh-button.primary-yellow:hover{background:#ffc51a}.fh-button.primary-yellow:active{background:#e6ac00}.fh-button.primary-yellow.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#ffd24d 25%,transparent 0,transparent 50%,#ffd24d 0,#ffd24d 75%,transparent 0,transparent)}.fh-button.primary-yellow:focus{box-shadow:0 0 0 1px #29313e,0 0 0 4px #ffbf00}.fh-button.secondary{color:#357fbd;border:2px solid #357fbd}.fh-button.secondary svg{fill:#357fbd}.fh-button.secondary:hover{color:#428cca;border-color:#428cca}.fh-button.secondary:active{color:#2f72a9;border-color:#2f72a9}.fh-button.secondary.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#47556c 25%,transparent 0,transparent 50%,#47556c 0,#47556c 75%,transparent 0,transparent)}.fh-button.secondary:focus{box-shadow:0 0 0 1px #29313e,0 0 0 4px #357fbd}.fh-button.secondary-yellow{color:#ffbf00;border:2px solid #ffbf00}.fh-button.secondary-yellow svg{fill:#ffbf00}.fh-button.secondary-yellow:hover{color:#ffc51a;border-color:#ffc51a}.fh-button.secondary-yellow:active{color:#e6ac00;border-color:#e6ac00}.fh-button.secondary-yellow.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#47556c 25%,transparent 0,transparent 50%,#47556c 0,#47556c 75%,transparent 0,transparent)}.fh-button.destructive{border:2px solid #ff704d;background:#ff704d}.fh-button.destructive svg{fill:#fff}.fh-button.destructive:hover{background:#ff8467}.fh-button.destructive:active{background:#ff5c34}.fh-button.destructive:focus{box-shadow:0 0 0 1px #29313e,0 0 0 4px #ff704d}.fh-button.destructive.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#ffad9a 25%,transparent 0,transparent 50%,#ffad9a 0,#ffad9a 75%,transparent 0,transparent)}.fh-button.secondary-destructive{color:#ff704d;border:2px solid #ff704d}.fh-button.secondary-destructive svg{fill:#ff704d}.fh-button.secondary-destructive:hover{color:#ff8467;border-color:#ff8467}.fh-button.secondary-destructive:active{color:#ff5c34;border-color:#ff5c34}.fh-button.secondary-destructive.loading{-webkit-animation:stripes-animation 2.5s linear infinite;animation:stripes-animation 2.5s linear infinite;background-size:40px 40px;background-image:linear-gradient(-45deg,#47556c 25%,transparent 0,transparent 50%,#47556c 0,#47556c 75%,transparent 0,transparent)}
/*# sourceMappingURL=2.56066691.chunk.css.map */