body{margin:0;padding:0;font-family:sans-serif}.login-form{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;height:100vh}.login-logo{width:200px;height:200px;margin:auto}.login-form form{width:90%;display:-ms-flexbox;display:flex;max-width:300px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.input{width:280px;border:2px solid #4f516e;color:#4f516e;border-radius:3px;height:30px;margin-bottom:20px;padding:10px;font-size:20px}.button{position:relative;border-radius:5px;cursor:pointer;background-color:#4f516e;color:#fff;border:none;text-transform:uppercase;font-size:15px;font-weight:700;border:2px solid #4f516e;padding:10px}.button,.button>div{width:300px;height:58px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.button>div{position:absolute;opacity:0}.button>div>div{width:30px}.button.is-loading>div{opacity:1}.button:hover{background-color:#fff;color:#4f516e}.button svg{fill:#fff!important}.button:hover svg{fill:#4f516e!important}.button-inverted{background-color:#fff;color:#4f516e}.error-message{color:#4f516e}.endpoint-item{-webkit-box-shadow:1px 1px 10px rgba(79,81,110,.527);box-shadow:1px 1px 10px rgba(79,81,110,.527);padding:10px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:5px;display:-ms-flexbox;display:flex;margin-bottom:20px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.endpoints-infos>h3{font-size:25px;font-weight:700!important;color:#4f516e;font-weight:400}.endpoint-item p{font-size:20px;color:#4f516e;font-weight:400}.endpoints-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.endpoints-actions button{background:#4f516e;width:200px;border:2px solid #4f516e;border-radius:5px;color:#fff;cursor:pointer;font-size:17px;font-weight:800;margin:10px;text-transform:uppercase;height:45px}.modal{position:fixed;z-index:9;width:100vw;height:100vh;background:rgba(79,81,110,.801);left:0;top:0}.modal,.modal .modal-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.modal .modal-content{width:90%;max-width:800px;padding:20px;overflow-y:scroll;max-height:80vh;background:#fff;-webkit-box-shadow:1px 1px 50px #4f516e;box-shadow:1px 1px 50px #4f516e;border-radius:3px}.modal .modal-close{position:fixed;top:20px;right:20px}.modal-form input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:50px}.modal-form h3{color:#4f516e;font-size:30px}.modal-form p{color:#4f516e;font-weight:600}code,pre{color:#fff;background-color:#4f516e;font-size:17px;line-height:23px;padding:10px;border-radius:5px}.test-request{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.endpoints-list{width:100%}.permission-item{-webkit-box-shadow:1px 1px 10px rgba(79,81,110,.527);box-shadow:1px 1px 10px rgba(79,81,110,.527);padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:5px;display:-ms-flexbox;display:flex;margin-bottom:20px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.permissions-infos>h3{font-weight:700!important}.permission-item p,.permissions-infos>h3{font-size:20px;color:#4f516e;font-weight:400}.permissions-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.permissions-actions button{background:#4f516e;width:200px;border:2px solid #4f516e;border-radius:5px;color:#fff;cursor:pointer;font-size:17px;font-weight:800;margin:10px;margin-right:0;text-transform:uppercase;height:45px}.modal-form input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:50px}.modal-form h3{color:#4f516e;font-size:30px}.permissions-list{width:100%}h1,h2,h3,h4{color:#4f516e}.markdown-container h1{font-size:35px;margin-bottom:15px}.markdown-container a{color:#4f516e;margin-bottom:30px;display:inline-block}body{font-size:17px}.filters{position:fixed;bottom:40px;right:40px}.filters-button{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-shadow:1px 1px 20px rgba(79,81,110,.44);box-shadow:1px 1px 20px rgba(79,81,110,.44);border-radius:100%;background-color:#4f516e;border:none;width:60px;cursor:pointer;float:right;height:60px}.filters-button.rotated{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.filters-list{background:#fff;-webkit-box-shadow:1px 1px 20px rgba(79,81,110,.44);box-shadow:1px 1px 20px rgba(79,81,110,.44);position:fixed;right:150px;bottom:50px;width:400px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding:10px;border-radius:5px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.filters-list.active{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.filters-item{border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;float:left;width:100%;text-align:left;border-bottom:1px solid rgba(121,125,173,.14);background:transparent;padding:15px 0}.filters-item button{font-size:20px;cursor:pointer;border:none;color:#4f516e;background:transparent}.filters-item:last-child{border-bottom:0}.filters-item:first-child{border-top:0}.new-filter-form a{position:relative;bottom:10px;text-decoration:none}.new-filters-buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}table{border-collapse:collapse;-webkit-box-shadow:1px 1px 40px rgba(79,81,110,.14);box-shadow:1px 1px 40px rgba(79,81,110,.14);margin-bottom:80px;width:100%}td,th{color:#4f516e}th{text-align:left}td,th{padding:15px 8px;font-size:16px;border-bottom:1px solid #ddd}.history-container>input{height:35px;padding:0 10px;font-size:17px}.history-container .history-infos{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;color:#4f516e}.history-container .history-infos>button{margin-bottom:20px;height:35px;padding-top:0;padding-bottom:0}.load-more{bottom:40px}.user-item{-webkit-box-shadow:1px 1px 10px rgba(79,81,110,.527);box-shadow:1px 1px 10px rgba(79,81,110,.527);padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:5px;display:-ms-flexbox;display:flex;margin-bottom:20px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.users-infos>h3{font-size:22px;font-weight:700!important}.user-item p,.users-infos>h3{color:#4f516e;font-weight:400}.user-item p{font-size:17px}.users-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.users-actions button{background:#4f516e;width:170px;border:2px solid #4f516e;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;font-weight:800;margin:10px;text-transform:uppercase;height:40px}.user-item.admin{background-color:rgba(255,119,0,.06)!important}.user-item.admin .users-infos>h3,.user-item.admin p{color:#750000!important}.user-item.no-endpoints{background-color:#eee!important}.user-item.admin .users-infos>h3,.user-item.admin p{color:#666!important}.modal-form input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:50px}.modal-form h3{color:#4f516e;font-size:30px}.markdown-container li,.markdown-container p{color:#4f516e}.markdown-container ol li{padding-bottom:15px}.markdown-container code{display:inline-block;font-size:14px;padding:5px 10px}.inputs{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.inputs select{-ms-flex:0.8 1;flex:0.8 1;margin-bottom:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.inputs button{-ms-flex:0.2 1;flex:0.2 1;height:50px!important;width:50px!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;margin:0}.user-permission-item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-top:3px dashed rgba(79,81,110,.159);height:40px}.user-permission-item button{width:140px;background:#4f516e;border:none;cursor:pointer;border-radius:3px;height:30px;font-size:15px;font-weight:800;text-transform:uppercase;color:#fff}.user-permission-item p{color:#4f516e;font-size:18px}.users-list{width:100%}.global-container>p{color:#4f516e;position:relative;bottom:10px;font-style:italic;margin-bottom:20px}.app-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}aside{height:100vh;-webkit-box-shadow:-10px 2px 20px #4f516e;box-shadow:-10px 2px 20px #4f516e;text-align:center;position:fixed;width:20%}aside img{-ms-flex-item-align:center;align-self:center;margin:auto;width:2px}aside button{background:transparent;border:none;font-size:16px;font-weight:800;text-transform:uppercase;border-bottom:1px solid rgba(79,81,110,.1);cursor:pointer;width:100%;height:80px;color:#4f516e;text-align:center}aside img{width:150px!important;height:150px!important}aside button:last-child{border-bottom:none!important}aside button.active{background:#4f516e;color:#fff}.global-container h1{font-size:30px;font-weight:800;color:#4f516e}.active-content{width:80%;height:100vh;margin-left:20%;padding-left:30px;padding-right:30px}select{border:2px solid #4f516e;border-radius:3px;height:50px;margin-bottom:20px;color:#4f516e;font-size:20px;padding-left:8px}.App-loader,select{background:#fff;width:100%}.App-loader{position:fixed;top:0;left:0;height:100vh;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;z-index:9999;opacity:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.App-loader.active{opacity:1}.App-loader>*{width:200px!important}
/*# sourceMappingURL=main.2763dba6.css.map*/