#form-message {
    margin: 15px 0px 15px 0px;
    color: var(--not-success-color, #ef4444);
    align-self: center;
    font-family: Roboto-Reg;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    word-break: normal;
    max-width: 320px;
    font-size: 16px;
}
.chart-container {
    margin-top: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chart-big-container {
    margin-top: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chart-little{
    max-width: 30%;
    max-height: 400px;
}
.chart{
    max-width: 45%;
    max-height: 400px;
}
.commoon-statistics{
    font-size: large;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items:flex-start;
    flex-direction:column;
}
.commoon-statistics-field{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.input-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    font-size: var(--inputs-label-font-size);
    font-style:normal;
    width: 380px;
}
.input-date-little{
    max-width: 170px;
}
.form{
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1600px)
{
    .chart-big-container{
        flex-direction: column;
    }
    .chart{
        max-width: 90%;
    }
}
@media (max-width: 780px)
{
    .chart-container{
        flex-direction: column;
    }
    .chart-little{
        max-width: 90%;
    }
}