.row-link{
    display: flex;
    flex: 2 1 auto;
    align-items: center;
    height: 48px;
}

.row-link > a {
    font-size: 1.125rem;
    color: inherit;
}

.row-buttons{
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    height: 48px;
}

.chart-item{
    border-bottom: 1px solid var(--grey-light);
}

.chart-item:last-of-type{
    border: none;
}

.loader{
    height: auto;
}

.trash{
    color: var(--red);
}

.row-link > a.link{
    color: var(--main-link);
}

.row-link > a.link:hover{
    text-decoration: underline;
}