.legend-box {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid whitesmoke;
    border-radius: 5px;
}

.legend-box-blue {
    background-color: #36a2eb;
}

.legend-box-green {
    background-color: #4bc0c0;
}

.legend-box-yellow {
    background-color: #ffcd56;
}

.legend-box-red {
    background-color: #ff6384;
}

.legend-box-orange {
    background-color: #ff9f40;
}

.legend-box-skyblue {
    background-color: #9966ff;
}

.legend-text{
    font-size: 0.8rem;
}
.legend-vlaue{
    font-size: 0.8rem;
}

.tseCashFlowAria{
    /*height: 200px;*/
    width: 90%;
    max-height: 250px;
}

.small-logo-aria{
    width: 4rem;
    height: 4rem;
    justify-self: center;
    margin: 1rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}
