/* site css */

.user-select-none {
    user-select: none;
}

.user-select-auto {
    user-select: auto;
}

.user-select-text {
    user-select: text;
}

.user-select-all {
    user-select: all;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: .25;
}

.opacity-50 {
    opacity: .5;
}

.opacity-75 {
    opacity: .75;
}

.opacity-100 {
    opacity: 1;
}

.dropdown-menu[data-bs-popper] {
    left: unset;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.table thead th {
    border-bottom-width: thin;
}

.table tr th, .table tr td {
    max-width: 18rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table tr th, .table-sm tr td {
    font-size: .875em;
}

.table tr.nests td {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.card .overlay-off, .modal-dialog .overlay-off {
    z-index: -1;
}

.offcanvas-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem .8rem;
    border-top: 1px solid rgba(0,0,0,.2);
}

.toast-top-center {
    top: 12px;
}

.user-accordion-button::after, .settings-accordion-button::after {
    background-image: unset;
}

@media (min-width: 576px) {
    .modal-dialog.modal-fullscreen {
        max-width: unset;
        margin: 0;
    }
}

.modal-height-auto {
    height: auto;
}

.timeline::before {
    display: none;
}

.timeline > div:not(:last-child)::before {
    border-radius: .25rem;
    background: #dee2e6;
    bottom: 0;
    content: '';
    left: 31px;
    margin: 0;
    position: absolute;
    top: 35px;
    width: 4px;
    display: unset;
}

.timeline > div.active:not(:last-child)::before {
    background: #28a745;
}