@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0;
}

.login-box-msg h3, .register-box-msg h3 {
    display: none;
}

.footer-actions {
    display: flex;
    margin-top: 1em;
    justify-content: space-between;
}

.navigation {
    display: flex;
    justify-content: space-between;
}

.pagination {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.pagination > span {
    width: 24px;
    border: 1px solid #3c8dbc;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    margin: 0 1px;
    border-radius: 2px;
}

.pagination > span.current {
    background-color: #3c8dbc;
    color: white;
}

body.publicStats {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #ECEFF1;
}

body.publicStats * {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

body.publicStats label {
    font-weight: normal;
}

.publicStats legend {
    margin-bottom:auto;
    font-size:inherit;
    border-bottom: none;
}

.publicStats div#form_endpoints, .publicStats div#form_type {
    display: flex;
    justify-content: flex-start;
}

.publicStats div#form_endpoints > div, .publicStats div#form_type > div {
    margin-right: 15px;
}

.publicStats .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.publicStats .border {
    border: 1px solid #dee2e6!important;
}

.publicStats .mt-5 {
    margin-top: 5em;
}

.publicStats .metrica {
    text-align: center;
    border: 1px solid #DCDFE1;
    border-radius: 4px;
    background-color: white;
    padding: 25px;
    color: black;
    width: 100%;
}

.publicStats .mt-3 {
    margin-top: 3em;
}

.publicStats .m-3 {
    margin: 3em;
}