.filter-invert1{
	filter: invert(1);
}
#clientsTable_processing,#applicationsTable_processing {
	display: none !important;
}

.cls-block-important {
	display: block !important;
}
/* process admin ai process listing starts */
.process-card {
        margin-bottom: 2rem;
        border: 1px solid #e3e6f0;
        border-radius: 0.35rem;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    }
    
    .process-card-header {
        background-color: #f8f9fc;
        border-bottom: 1px solid #e3e6f0;
        padding: 1rem 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .process-card-body {
        padding: 1.5rem;
    }
    
    .info-table {
        width: 100%;
        margin-bottom: 0;
    }
    
    .info-table th {
        width: 180px;
        padding: 0.75rem;
        background-color: #f8f9fc;
        font-weight: 600;
        border: 1px solid #e3e6f0;
        vertical-align: top;
    }
    
    .info-table td {
        padding: 0.75rem;
        border: 1px solid #e3e6f0;
        word-break: break-word;
    }
    
    .data-content {
        max-height: 150px;
        overflow-y: auto;
        white-space: pre-wrap;
        font-family: 'Courier New', monospace;
        font-size: 0.875rem;
        background-color: #f8f9fa;
        padding: 0.5rem;
        border-radius: 0.25rem;
    }
    
    .empty-data {
        color: #6c757d;
        font-style: italic;
    }
    
    .modal-xl-custom {
        max-width: 90%;
    }
    
    .edit-textarea {
        min-height: 200px;
        font-family: 'Courier New', monospace;
        font-size: 0.875rem;
    }
    
    .modal-error-alert {
        margin-bottom: 1rem;
    }
 /* process admin ai process listing ends */


/* admin ai application listing starts */

.cls-box-applications .application-card {
    margin-bottom: 1.5rem;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.cls-box-applications .application-card-header {
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
    padding: 1rem 1.25rem;
}

.cls-box-applications .application-card-body {
    padding: 1.25rem;
}

.cls-box-applications .info-table {
    width: 100%;
    margin-bottom: 1rem;
}

.cls-box-applications .info-table th {
    width: 110px;
    padding: 0.5rem;
    background-color: #f8f9fc;
    font-weight: 600;
    border: 1px solid #e3e6f0;
    vertical-align: top;
}

.cls-box-applications .info-table td {
    padding: 0.5rem;
    border: 1px solid #e3e6f0;
    word-break: break-word;
}

.cls-box-applications .action-buttons {
    display: flex;
    gap: 0.5rem;
}

.cls-box-applications .action-buttons .btn {
    flex: 1;
}

.cls-box-applications .comment-text {
    display: inline;
}

.cls-box-applications .comment-toggle {
    color: #0d6efd;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.875rem;
    margin-left: 0.25rem;
}

.cls-box-applications .comment-toggle:hover {
    text-decoration: underline;
}

/* admin ai application listing ends */