.navbar-viva  {
    background-color: #52b5db !important;
    color: #fff;
}

.navbar-viva a {
    color: #fff;
}

tr.stop-over td,
tr.stop-over td a {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}

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

.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;
}

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

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

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

tr.highlight-btn-row:hover td {
    background-color: rgba(var(--bs-secondary-bg-rgb), .4);
}

#docs h2:nth-child(n + 2),
#docs h3, #docs h4 {
    margin-top: 40px;
}

.pre-copy {
    font-family: monospace;
    white-space: pre;
    user-select: all;
}

.bg-highlight td {
    background-color: inherit;
}

.cancelled td:nth-child(1),
.cancelled td:nth-child(2),
.cancelled td:nth-child(3),
.cancelled td:nth-child(5),
.cancelled h2,
.cancelled small,
.cancelled h5,
.cancelled div
{
    text-decoration: line-through;
}
