.bar-chart-bar {
    min-height: 4px;
    transition: height 0.3s ease;
}

.sidebar-link.active {
    background-color: rgb(31 41 55);
    color: white;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}
