h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
.mud-chip.non-selectable-chip.mud-chip-selected {
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
    box-shadow: none !important;
    border-color: var(--mud-palette-primary) !important;
}

.mud-chip.non-selectable-chip:hover {
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
}
.custom-nav-stack .nav-link {
    padding: 6px 0;
    font-size: 0.92rem;
    color: #5f6368;
    text-decoration: none;
    border-inline-start: 2px solid transparent;
    padding-left: 12px;
    transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    display: block;
}

    .custom-nav-stack .nav-link:hover {
        color: #512da8;
    }

    .custom-nav-stack .nav-link.active {
        color: #512da8;
        font-weight: 500;
        border-inline-start: 2px solid #512da8;
        background-color: transparent;
    }
.message-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    max-width: 100%;
}

    .message-row.right {
        align-items: flex-end;
    }

    .message-row.left {
        align-items: flex-start;
    }

.message-meta {
    font-size: 0.75rem;
    color: #777;
    margin-bottom: 3px;
    font-weight: normal;
}

.message-bubble {  
    background-color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 8px;
    max-width: 80%;
    min-width: 60px;
    word-break: break-word;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.message-row.right .message-bubble {
    background-color: #eaedfa;
    align-self: flex-end;
}
.message-bubble.internal-note {
    background-color: #f5f7fc !important; 
    color: #666;
    font-style: italic;
    opacity: 0.9;
}
.internal-note-label {   
    color: #666;
}

.message-row.left .message-bubble {
    background-color: #f5f5f5;
    align-self: flex-start;
}

.message-time {
    font-size: 0.7rem;
    color: #999;
    margin-top: 6px;
    text-align: right;
}
@media (max-width: 768px) {
    .mud-radio-group {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

        .mud-radio-group .mud-radio {
            margin-bottom: 4px;
        }

    .mud-card-header .mud-typography,
    .mud-card-header .mud-radio-group {
        width: 100%;
    }

    .mud-card-header {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .responsive-stepper .mud-stepper-header {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px;
    }

    .responsive-stepper .mud-stepper-step {
        flex-direction: row !important;
        align-items: center !important;
        width: 100%;
        gap: 12px;
    }

    .responsive-stepper .mud-step-icon {
        margin-right: 12px;
    }

    .responsive-stepper .mud-stepper-step-label {
        text-align: left !important;
        white-space: normal !important;
        font-size: 15px;
    }

    .responsive-stepper .mud-step-connector {
        display: none !important;
    }
}
.mud-snackbar-center-screen.mud-snackbar {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2000 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dialog-title-success {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 32px;
}

.success-icon {
    color: white;
    font-size: 24px;
}

/* e-Devlet alanları için yeşil border stili */
.edevlet-field .mud-input-outlined .mud-input-outlined-border {
    border-color: #4caf50 !important;
    border-width: 2px !important;
}

.edevlet-field .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #45a049 !important;
}

.edevlet-field .mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: #4caf50 !important;
}

.edevlet-field .mud-select-outlined .mud-input-outlined-border {
    border-color: #4caf50 !important;
    border-width: 2px !important;
}

.edevlet-field .mud-select-outlined:hover .mud-input-outlined-border {
    border-color: #45a049 !important;
}

.edevlet-field .mud-select-outlined:focus-within .mud-input-outlined-border {
    border-color: #4caf50 !important;
}
.mud-expand-panel .mud-expand-panel-header {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 2rem !important;
    letter-spacing: 0.0075em !important;
}

/* ====================================
   MODERN DASHBOARD STYLES
   ==================================== */

/* Dashboard Container */
.dashboard-container {
    padding-top: 1rem;
}

/* Page Header */
.page-header {
    padding: 1.5rem 0;
}

.page-title {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    color: var(--mud-palette-text-secondary);
    margin-left: 2.5rem;
}

/* Metric Cards */
.metric-card {
    padding: 1.5rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
    height: 100%;
}

.metric-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Card Header */
.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.dealer-icon {
    background: linear-gradient(135deg, #0066B3 0%, #004B8D 100%);
    color: white;
}

.farmer-icon {
    background: linear-gradient(135deg, #7AB51D 0%, #5A8A15 100%);
    color: white;
}

.limit-icon {
    background: linear-gradient(135deg, #F39200 0%, #D67E00 100%);
    color: white;
}

.card-header-text {
    flex: 1;
}

.card-title {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    margin-bottom: 0.25rem;
}

.card-subtitle {
    color: var(--mud-palette-text-secondary);
}

/* Main Metric */
.main-metric-link {
    text-decoration: none;
    display: block;
}

.main-metric {
    padding: 1rem;
    background: var(--mud-palette-background-gray);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: center;
}

.main-metric:hover {
    background: var(--mud-palette-action-default-hover);
    transform: scale(1.02);
}

.metric-value {
    font-weight: 800;
    color: var(--mud-palette-primary);
    margin-bottom: 0.5rem;
}

.metric-label {
    color: var(--mud-palette-text-secondary);
}

/* Sub Metrics */
.sub-metric-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.sub-metric {
    padding: 0.75rem;
    background: var(--mud-palette-background-gray);
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-metric:hover {
    background: var(--mud-palette-action-default-hover);
    transform: translateY(-2px);
}

.sub-icon {
    color: var(--mud-palette-primary);
    margin-bottom: 0.25rem;
}

.sub-label {
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.5rem;
}

.sub-value {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

/* Highlight Metric */
.highlight-metric {
    padding: 0.75rem;
    background: var(--mud-palette-primary);
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlight-icon {
    color: rgba(255, 255, 255, 0.9);
}

.highlight-label {
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
    margin-left: 0.5rem;
}

.highlight-value {
    font-weight: 700;
    color: white;
}

/* Section Paper */
.section-paper {
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
}

.section-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--mud-palette-divider);
}

.section-icon {
    color: var(--mud-palette-primary);
    font-size: 2rem;
}

.section-title {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    margin-bottom: 0.25rem;
}

.section-subtitle {
    color: var(--mud-palette-text-secondary);
}

/* Table Container */
.table-container {
    margin-top: 1rem;
}

/* Modern Table */
.modern-table {
    border-radius: 8px;
    overflow: hidden;
}

.modern-table .mud-table-head {
    background: var(--mud-palette-background-gray);
}

.modern-table .mud-table-head .mud-table-cell {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    border-bottom: 2px solid var(--mud-palette-divider);
}

.modern-table .mud-table-row:hover {
    background: var(--mud-palette-table-hover);
}

.modern-table .mud-table-cell {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--mud-palette-table-lines);
}

.modern-table tbody .mud-table-row:last-child .mud-table-cell {
    border-bottom: none;
}

/* Table Pager */
.table-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--mud-palette-background-gray);
    border-radius: 0 0 8px 8px;
}

.pager-info {
    font-size: 0.875rem;
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
}

.pager-buttons {
    display: flex;
    gap: 0.25rem;
}

/* Responsive Design */
@media (max-width: 960px) {
    .metric-card {
        margin-bottom: 1rem;
    }
    
    .page-header {
        padding: 1rem 0;
    }
    
    .section-paper {
        padding: 1rem;
    }
    
    .table-pager {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 600px) {
    .card-header {
        flex-direction: column;
        text-align: center;
    }
    
    .card-icon {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
    
    .page-subtitle {
        margin-left: 0;
    }
}

/* Links */
a {
    color: var(--mud-palette-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--mud-palette-primary-darken);
    text-decoration: underline;
}

/* ====================================
   APPBAR LOGO STYLING
   ==================================== */

.logo-image {
    background: white !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.logo-image:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* ====================================
   FILTER COMPONENT STYLES
   ==================================== */

/* Filter Card */
.modern-filter-wrapper {
    margin-bottom: 1.5rem;
}

.modern-filter-wrapper .filter-card {
    border-radius: 12px !important;
    border: 1px solid var(--mud-palette-divider);
    overflow: hidden;
}

.modern-filter-wrapper .mud-expand-panel {
    border-radius: 0 !important;
}

.modern-filter-wrapper .mud-expand-panel-header {
    padding: 1.25rem 1.5rem !important;
    border-radius: 0 !important;
}

/* Filter Title - Force Inline Layout */
.filter-title-wrapper {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.filter-title-wrapper .mud-icon-root {
    display: inline-flex !important;
    margin: 0 !important;
}

.filter-title-wrapper .mud-typography {
    display: inline-block !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

/* Filter Body - DatePicker Fixes */
.filter-body .mud-input-adornment {
    margin-left: 0 !important;
}

.filter-body .mud-input-adornment-end {
    margin-right: -8px !important;
}

.filter-body .mud-picker {
    border-radius: 8px !important;
}

.filter-body .mud-picker .mud-input-outlined {
    border-radius: 8px !important;
}

.filter-body .mud-picker .mud-input-root {
    padding-right: 0 !important;
}

.filter-body .mud-input-slot {
    padding-right: 0 !important;
}

.filter-body .mud-picker-calendar-header-switch {
    font-weight: 600 !important;
}
.filter-action-bar {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}
/* ====================================
   LIST DATA COMPONENT STYLES
   ==================================== */

/* List Data Paper */
.list-data-paper {
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid var(--mud-palette-divider);
}

.list-data-header {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.list-data-content {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

/* Table inside list should have no border radius */
.list-data-content .mud-table {
    border-radius: 0 !important;
}

.list-data-content .mud-table-container {
    border-radius: 0 !important;
}

/* ====================================
   GLOBAL TABLE IMPROVEMENTS
   ==================================== */

/* All MudTable improvements */
.mud-table {
    border-radius: 0 0 12px 12px !important;
    overflow: hidden;
}

.mud-table-container {
    border-radius: 0 !important;
    overflow: visible;
}

/* Table Header */
.mud-table-head {
    background: linear-gradient(135deg, 
        rgba(0, 102, 179, 0.04) 0%, 
        rgba(122, 181, 29, 0.04) 100%) !important;
}

    .mud-table-head .mud-table-cell {
        font-weight: 700 !important;
        color: var(--mud-palette-text-primary) !important;
        border-bottom: 2px solid var(--mud-palette-divider) !important;
        padding: 1rem !important;
        font-size: 0.875rem !important;
        text-transform: none !important;
        letter-spacing: 0.5px;
    }

/* Table Body */
.mud-table-row {
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--mud-palette-table-lines) !important;
}

.mud-table-row:hover {
    background: linear-gradient(135deg, 
        rgba(0, 102, 179, 0.03) 0%, 
        rgba(122, 181, 29, 0.03) 100%) !important;
}

.mud-table-cell {
    padding: 0.875rem 1rem !important;
    font-size: 0.875rem;
}

.mud-table tbody .mud-table-row:last-child {
    border-bottom: none !important;
}

.mud-table tbody .mud-table-row:last-child .mud-table-cell {
    border-bottom: none !important;
}

/* Table actions - buttons in cells */
.mud-table-cell .mud-button-root,
.mud-table-cell .mud-icon-button {
    transition: all 0.2s ease;
}

.mud-table-cell .mud-icon-button:hover {
    transform: scale(1.15);
    background: rgba(0, 102, 179, 0.08) !important;
}

/* Pagination improvements */
.mud-table-pagination {
    border-top: 2px solid var(--mud-palette-divider);
    padding: 1rem;
    background: var(--mud-palette-background-gray);
    border-radius: 0 0 12px 12px;
}

.mud-table-pagination .mud-typography {
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
}

/* Sort label improvements */
.mud-table-sort-label {
    font-weight: 700 !important;
    transition: all 0.2s ease;
}

.mud-table-sort-label:hover {
    color: var(--mud-palette-primary) !important;
}

.mud-table-sort-label.mud-direction-asc,
.mud-table-sort-label.mud-direction-desc {
    color: var(--mud-palette-primary) !important;
}

/* Striped table enhancement */
.mud-table-striped tbody .mud-table-row:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.02);
}

/* Dense table adjustments */
.mud-table-dense .mud-table-cell {
    padding: 0.625rem 0.875rem !important;
}

/* Empty state in table */
.mud-table-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--mud-palette-text-secondary);
}

/* Links in table */
.mud-table-cell .mud-link {
    color: var(--mud-palette-primary);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mud-table-cell .mud-link:hover {
    color: var(--mud-palette-primary-darken);
    text-decoration: underline;
}

/* ====================================
   PAGE TITLE STYLES
   ==================================== */

.page-title-section {
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
}

.page-title-section h1,
.page-title-section h2,
.page-title-section h3 {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    margin-bottom: 0.5rem;
}

.page-subtitle {
    color: var(--mud-palette-text-secondary);
    font-size: 0.95rem;
}

/* ====================================
   FORM IMPROVEMENTS
   ==================================== */

/* Modern form sections */
.form-section {
    background: var(--mud-palette-surface);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--mud-palette-divider);
}

.form-section-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--mud-palette-text-primary);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--mud-palette-divider);
}

/* Input field improvements */
.mud-input-outlined {
    border-radius: 8px !important;
}

.mud-input-outlined:hover .mud-input-outlined-border {
    border-color: var(--mud-palette-primary) !important;
}

/* Button improvements */
.mud-button-root {
    border-radius: 8px;
    text-transform: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mud-button-root:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.mud-fab {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.mud-fab:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2) !important;
}

/* ====================================
   BADGE & CHIP IMPROVEMENTS
   ==================================== */

.mud-chip {
    border-radius: 8px;
    font-weight: 500;
}

.mud-badge {
    font-weight: 600;
}

/* ====================================
   CARD IMPROVEMENTS
   ==================================== */

.mud-card {
    border-radius: 12px;
    border: 1px solid var(--mud-palette-divider);
}

.mud-card-header {
    background: var(--mud-palette-background-gray);
    border-bottom: 2px solid var(--mud-palette-divider);
}

.mud-card-actions {
    background: var(--mud-palette-background-gray);
    border-top: 1px solid var(--mud-palette-divider);
}

/* ====================================
   LOADING STATES
   ==================================== */

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.loading-spinner {
    background: var(--mud-palette-surface);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Skeleton loading */
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

/* ====================================
   TRANSITIONS
   ==================================== */

.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.fade-exit {
    opacity: 1;
}

.fade-exit-active {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.slide-up-enter {
    transform: translateY(20px);
    opacity: 0;
}

.slide-up-enter-active {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s ease-out;
}

/* ====================================
   STATUS BADGES
   ==================================== */

.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.status-active {
    background: #e8f5e9;
    color: #2e7d32;
}

.status-inactive {
    background: #ffebee;
    color: #c62828;
}

.status-pending {
    background: #fff3e0;
    color: #e65100;
}

.status-completed {
    background: #e3f2fd;
    color: #1565c0;
}

/* Modern Warning Card */
.modern-warning-card {
    background: linear-gradient(135deg, #fff8e1 0%, #ffffff 100%) !important;
    border-radius: 12px !important;
    border-left: 4px solid var(--mud-palette-warning) !important;
    transition: all 0.3s ease !important;
}

.modern-warning-card:hover {
    box-shadow: 0 4px 20px rgba(251, 140, 0, 0.15) !important;
    transform: translateY(-2px);
}

.warning-icon-wrapper {
    background: rgba(251, 140, 0, 0.1);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

