body {
    background-color: #f8f9fa;
}

.card {
    border-radius: 0.75rem;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-logo {
    display: block;
    height: 40px;
    max-width: 220px;
    object-fit: contain;
    width: auto;
}

.login-logo {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 320px;
}

.autocomplete-list {
    top: 100%;
    left: 0;
    z-index: 1060;
    max-height: 260px;
    overflow-y: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.autocomplete-list .list-group-item {
    cursor: pointer;
}

.autocomplete-list .list-group-item.active {
    color: #fff;
}

th.sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

th.sortable:hover {
    text-decoration: underline;
}

.auditoria-json {
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
}
