﻿.flow-sidebar {
    width: 220px;
    min-height: calc(100vh - 46px);
    position: fixed;
    top: 46px;
    left: 0;
}

.flow-content {
    margin-left: 220px;
    padding: 24px;
}

.ticket-row:hover {
    cursor: pointer;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
