.search--container {
    margin-bottom: 11vh;
}

form {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

label {
    font-size: .8rem;
    font-weight: 400;
    color: rgba(128, 128, 128, 0.62);
}

input[type='date'] {
    padding: .8rem;
    border: 1px solid rgba(128, 128, 128, 0.31);
    border-radius: 1rem;
    width: 80%;
    margin: .5rem 0;
}

input[type='date']:focus {
    outline: none;
}

button {
    height: fit-content;
    padding: .5rem 1rem;
    border: none;
    border-radius: .5rem;
    background-color: #2c59b6;
    color: white;
}

.search--date {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.date--info {
    width: 100%;
    padding: .8rem;
    border: 1px solid rgba(128, 128, 128, 0.31);
    border-radius: 1rem;
}

.data--info p {
    font-size: 1rem;
    font-weight: 400;
}

.person {
    font-size: .8rem;
    font-weight: 400;
    color: rgba(199, 33, 33, 0.8);
}

.data--graph {
    padding: 1rem;
    margin-top: .5rem;
}

.data--graph p{
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(128, 128, 128, 0.72);
}

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

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