/* CSS for collapsible rows */

.toggle-row {
    transition: transform 0.3s ease-in-out;
}

.rotate-90 {
    transform: rotate(90deg);
}