.card {
    border: 0;
}

a {
    color: #131313;
    text-decoration: none;
}

a:not(.btn):hover {
    text-decoration: underline;
    cursor: pointer;
}

.table tr:last-child > td {
  border-bottom: 0;
}

:root {
    --bs-info-bg-subtle: #0984e3;
    --bs-info-border-subtle: #0984e3;
    --bs-info-text-emphasis: white;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #c12938;
    --bs-link-color: #c12938;
}

.list-group-item.active {
    --bs-list-group-active-bg: #c12938;
    --bs-list-group-active-border-color: #c12938;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
     box-shadow: 0 0 1px 1px #bc2837;
}

