.table-cell-content {
    max-height: 150px;
    overflow: auto;
}

.restart-button {
    margin-bottom: 5px;
}

.btn-tool {
    --bs-btn-padding-x: .5rem;
    --bs-btn-padding-y: .25rem;
    margin: 0 !important;
    font-size: 0.875rem;
}

.filter-body-hidden {
    display: none;
}

.filter-header {
    cursor: pointer;
}

.sorting:hover {
    cursor: pointer;
}

.grid-view thead th, .grid-view .filters th {
    background: rgba(0,0,0,.03);
}

.status-legend {
    list-style-type: none;
}

.status-legend li {
    margin-bottom: 5px;
}

#modal-status-check .modal-dialog {
    min-width: 600px;
}

.bi.bi-exclamation-square-fill:hover {
    cursor: pointer;
}

.progress {
    margin-bottom: 10px;
}