.card-body p:last-child,
.card-body ul:last-child
{
    margin-bottom: 0;
}

.action-lane {
    max-width: 350px;
    min-width: 245px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.action-lane .card-body {
    max-height: 50vh;
    overflow-y: scroll;
}

.action-lane .card-header a {
    color:  var(--bs-heading-color);
    text-decoration: none;
}

.action-lanes {
    display: flex;
    width: 100%;
    overflow: scroll;
}

.color-badges .badge {
    cursor: pointer;
}

.bg-viva {
    background-color: #008fc3;
}

.bg-insta {
    background-color: #fc00cf;
}

/** 600er material **/
.bg-lila {
    background-color: #5E35B1;
}

.bg-purple {
    background-color: #8E24AA;
}

.bg-teal {
    background-color: #00897B;
}

.bg-amber {
    background-color: #FFB300;
}

.bg-deeporange {
    background-color: #F4511E;
}

.bg-pink {
    background-color: #D81B60;
}

.bg-red {
    background-color: #E53935;
}

.bg-brown {
    background-color: #6D4C41;
}

.bg-bluegray {
    background-color: #546E7A;
}

.bg-indigo {
    background-color: #3949AB;
}

.bg-lime {
    background-color: #C0CA33;
}

.bg-lightgreen {
    background-color: #7CB342;
}

table.table-activities td:nth-child(1),
table.table-activities td:nth-child(3)
{
    min-width: 150px;
}

table.table-activities td:nth-child(2) {
    min-width: 180px;
}



/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/app/webfonts/fa-solid-900.woff2") format("woff2"), url("/app/webfonts/fa-solid-900.ttf") format("truetype");
}

.fa, .fa-solid {
    font-weight: 900;
}

.btn-viva {
    background-color: #008fc3;
    color: #fff;
}

.btn-viva:hover {
    background-color: #002e6d;
}