tr.htmx-swapping td {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

/* chart styles */
.example-balance {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 2rem 2rem 1rem 2rem;
}

.example-balance>.charts {
    position: relative;
    z-index: 2;
    border-top: 0.1rem dashed #CCCCCC;
    border-bottom: 0.1rem solid #BBBBBB;
}

.example-balance>* {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
}

.example-balance>.charts>tc-bar {
    --shape-color-1: #926BFA;
    --shape-color-2: #2BBF7D;
    flex: 0 1 auto;
    display: block;
    width: 2.2rem;
    height: 10rem;
    margin: 0 auto;
}

.example-balance>.months {
    display: flex;
    justify-content: space-around;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #666;
}