body {
    background: #ffffff;
    padding-bottom: 100px;
}

.text-large {
    font-size: 125%;
}

.error {
    color: red;
    font-size: .8em;
}

.card-partial {
    width: 30rem;
}

.fade-slow {
    -webkit-transition: opacity 1.5s linear;
    -moz-transition: opacity 1.5s linear;
    -ms-transition: opacity 1.5s linear;
    -o-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.table-slim tr,
.table-slim td,
.table-slim th {
    padding: 0.15rem 0.5rem 0.5rem 0rem;
}

.list-no-bullet {
    list-style-type: none;
}

div.dt-buttons {
    float: right;
}

.dt-button-collection {
    left: 0 !important;
}

a {
    font-weight: bold;
    text-decoration: none;
}

.marker {
    background-color: Yellow;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    line-height: 1.0;
}