@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Pages/CrmInrichting/Relatietypes.razor.rz.scp.css */
.typelijst[b-hxxf7a49fi]  .type-inactief {
    opacity: 0.7;
}

.typelijst[b-hxxf7a49fi]  .type-inactief .mud-typography-body1 {
    color: var(--mud-palette-text-disabled);
    font-style: italic;
}
/* /Components/Pages/CrmInrichting/Velddefinities.razor.rz.scp.css */
.velddef-naam[b-42nu45ers7] {
    font-family: ui-monospace, 'SF Mono', 'Cascadia Mono', 'Roboto Mono', monospace;
    font-size: 0.9rem;
}

.velddef-inactief .velddef-naam[b-42nu45ers7] {
    color: var(--mud-palette-text-disabled);
    font-style: italic;
}

.velddef-inactief[b-42nu45ers7] {
    opacity: 0.7;
}

[b-42nu45ers7] .mono-input input {
    font-family: ui-monospace, 'SF Mono', 'Cascadia Mono', 'Roboto Mono', monospace;
}
/* /Components/Shared/AuditTrail.razor.rz.scp.css */
.audit-trail-container[b-hm8kwwu4ah] {
    margin: 1rem 0;
}

.loading-spinner[b-hm8kwwu4ah] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    color: #E91E63;
}

.no-audit-logs[b-hm8kwwu4ah] {
    padding: 2rem;
    text-align: center;
    color: #757575;
    background-color: #FAFAFA;
    border-radius: 8px;
    border: 1px dashed #E0E0E0;
}

.audit-trail-header[b-hm8kwwu4ah] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #E91E63;
}

.audit-trail-header h4[b-hm8kwwu4ah] {
    margin: 0;
    color: #E91E63;
    font-weight: 400;
}

.audit-count[b-hm8kwwu4ah] {
    background-color: #E91E63;
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

.audit-trail-list[b-hm8kwwu4ah] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.audit-log-item[b-hm8kwwu4ah] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #E0E0E0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.audit-log-item:hover[b-hm8kwwu4ah] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.audit-log-item.action-created[b-hm8kwwu4ah] {
    border-left-color: #4CAF50;
}

.audit-log-item.action-updated[b-hm8kwwu4ah] {
    border-left-color: #2196F3;
}

.audit-log-item.action-deleted[b-hm8kwwu4ah] {
    border-left-color: #F44336;
}

.audit-header[b-hm8kwwu4ah] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.audit-action[b-hm8kwwu4ah] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    min-width: 0; /* Allow flex items to shrink */
}

.action-badge[b-hm8kwwu4ah] {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #E0E0E0;
    color: #424242;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
    display: inline-block;
}

.audit-log-item.action-created .action-badge[b-hm8kwwu4ah] {
    background-color: rgba(76, 175, 80, 0.1);
    color: #388E3C;
}

.audit-log-item.action-updated .action-badge[b-hm8kwwu4ah] {
    background-color: rgba(33, 150, 243, 0.1);
    color: #1976D2;
}

.audit-log-item.action-deleted .action-badge[b-hm8kwwu4ah] {
    background-color: rgba(244, 67, 54, 0.1);
    color: #D32F2F;
}

.timestamp[b-hm8kwwu4ah] {
    font-size: 0.875rem;
    color: #757575;
}

.audit-source[b-hm8kwwu4ah] {
    display: flex;
    align-items: center;
}

.source-badge[b-hm8kwwu4ah] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #F5F5F5;
    color: #424242;
}

.source-badge.source-user[b-hm8kwwu4ah] {
    background-color: rgba(233, 30, 99, 0.1);
    color: #E91E63;
}

.source-badge.source-job[b-hm8kwwu4ah] {
    background-color: rgba(255, 152, 0, 0.1);
    color: #F57C00;
}

.source-badge.source-event[b-hm8kwwu4ah] {
    background-color: rgba(156, 39, 176, 0.1);
    color: #9C27B0;
}

.source-badge.source-system[b-hm8kwwu4ah] {
    background-color: rgba(96, 125, 139, 0.1);
    color: #607D8B;
}

.source-badge.source-api[b-hm8kwwu4ah] {
    background-color: rgba(33, 150, 243, 0.1);
    color: #1976D2;
}

.audit-details[b-hm8kwwu4ah] {
    padding-top: 0.75rem;
    border-top: 1px solid #F5F5F5;
}

.audit-user[b-hm8kwwu4ah] {
    font-size: 0.875rem;
    color: #424242;
    margin-bottom: 0.5rem;
}

.audit-user strong[b-hm8kwwu4ah] {
    color: #212121;
}

.ip-address[b-hm8kwwu4ah] {
    color: #757575;
    font-size: 0.875rem;
}

.audit-changes[b-hm8kwwu4ah] {
    margin-top: 0.75rem;
}

.btn-toggle-changes[b-hm8kwwu4ah] {
    background: none;
    border: 1px solid #E91E63;
    color: #E91E63;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.btn-toggle-changes:hover[b-hm8kwwu4ah] {
    background-color: #E91E63;
    color: white;
}

.changes-content[b-hm8kwwu4ah] {
    margin-top: 0.75rem;
    background-color: #FAFAFA;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.changes-table[b-hm8kwwu4ah] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.changes-table thead th[b-hm8kwwu4ah] {
    background-color: #E91E63;
    color: white;
    padding: 8px 12px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.changes-table thead th:first-child[b-hm8kwwu4ah] {
    border-top-left-radius: 4px;
}

.changes-table thead th:last-child[b-hm8kwwu4ah] {
    border-top-right-radius: 4px;
}

.changes-table tbody td[b-hm8kwwu4ah] {
    padding: 8px 12px;
    border-bottom: 1px solid #E0E0E0;
    color: #424242;
}

.changes-table tbody tr:last-child td[b-hm8kwwu4ah] {
    border-bottom: none;
}

.changes-table tbody tr:hover[b-hm8kwwu4ah] {
    background-color: rgba(233, 30, 99, 0.05);
}

.old-value[b-hm8kwwu4ah] {
    color: #F44336;
    font-family: 'Courier New', monospace;
}

.new-value[b-hm8kwwu4ah] {
    color: #4CAF50;
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

/* Responsive design */
@media (max-width: 768px) {
    .audit-header[b-hm8kwwu4ah] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .audit-trail-header[b-hm8kwwu4ah] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .changes-table[b-hm8kwwu4ah] {
        font-size: 0.75rem;
    }

    .changes-table thead th[b-hm8kwwu4ah],
    .changes-table tbody td[b-hm8kwwu4ah] {
        padding: 6px 8px;
    }
}
/* /Components/Shared/TicketList.razor.rz.scp.css */
/* TicketList Component - Extra Compact Styling */

/* Reduce cell padding for more compact rows */
.ticket-list[b-xtu6ztkfnl]  .mud-table-cell {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 1.3 !important;
}

/* Even more compact for dense mode */
.ticket-list[b-xtu6ztkfnl]  .mud-table-dense .mud-table-cell {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* Reduce header padding */
.ticket-list[b-xtu6ztkfnl]  .mud-table-head .mud-table-cell {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Compact text sizing */
.ticket-list[b-xtu6ztkfnl]  .mud-table-cell .mud-typography-body2,
.ticket-list[b-xtu6ztkfnl]  .mud-table-cell .mud-typography-body1 {
    font-size: 0.813rem !important;
    line-height: 1.3 !important;
}

/* Reduce icon spacing */
.ticket-list[b-xtu6ztkfnl]  .mud-icon-root {
    margin: 0 !important;
}

