.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

th.field-owner {
    max-height: 4rem;
    display: block;
    overflow: hidden;
}

td.field-owner {
    max-height: 4rem;
    display: block;
    overflow: hidden;
}

li.select2-results__option {
    max-height: 3.5rem;
    display: block;
    overflow: hidden;
}

.recent-actions-module {
    display: none !important;
}


.info a {
    pointer-events: none !important;
    text-decoration: none !important;
    color: #fff !important;
    cursor: default !important;
}



.info a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.owner-field-loading {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    font-style: italic;
    animation: pulse 1.5s ease-in-out infinite alternate;
}

@keyframes pulse {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

.owner-field-updated {
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.owner-field-updated.fade-normal {
    background-color: #fff !important;
    border-color: #ced4da !important;
}

#recent-actions-module,
.module.recent-actions,
.recent-actions {
    display: none !important;
}




