.gaspi--conatiner {
    margin-bottom: 11vh;
}

.more--data {
    position: fixed;
    bottom: 11vh;
    right: 1rem;
    z-index: 99;

    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--primary--color);
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    text-decoration: none;
}

.gaspi--filter {
    width: 100%;
    margin: 1rem;
}

.gaspi--filter--nav {
    width: 100%;
}

.gaspi--filter ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.gaspi--filter ul li {
    list-style: none;
    padding: .5rem;
    background-color: rgba(128, 128, 128, 0.20);
    border-radius: 1rem;
    color: black;
}

.gaspi--filter ul li.active {
    background-color: rgba(44, 89, 182, 0.50);
    color: white;
}

.gaspi--filter ul li a {
    text-decoration: none;
    color: inherit;
}

.dayCharts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.oneDayChart {
    width: 100%;
}

.day {
    color: rgba(128, 128, 128, 1);
    font-size: 1.3rem;
    display: flex;
    align-items: end;
    gap: .3rem;
}

.edit--link {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.edit--link img {
    width: 100%;
    height: 100%;
}
