body {
    flex-direction: column;
    height: 100vh;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-centered {
    justify-content: center;
    align-items: center;
}

.display-inline {
    display: inline;
}

.bg-azul {
    background: linear-gradient(153deg, rgba(20, 49, 70, 1) 0%, rgba(84, 143, 174, 1) 62%, rgba(156, 206, 239, 1) 100%);
}

.navbar {
    background-color: rgb(36, 73, 97)!important;
}

#chart-container {
    height: 90%;
}

#autorefresh {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}