.salesroom {
    .salesroom_column_container_content.leads_list {
        max-height: 370px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    .lead_item {
        padding: 10px 0px;
        border-bottom: 1px solid var(--pico-form-element-border-color);
        width: 100%;
        display: flex;
        flex-direction: column;
        color: var(--pico-h3-color);
        &.new {
            color: var(--pico-primary);
        }
    }
}