@import '_content/eQuip.WebApps.BlazorComponents/eQuip.WebApps.BlazorComponents.p385rjqbg1.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.home-container[b-6odz3yfbh0] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px;
}

.header-section[b-6odz3yfbh0] {
    background: linear-gradient(135deg, #4a90e2 0%, #5ca8f5 100%);
    color: white;
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(74, 144, 226, 0.3);
}

    .header-section h1[b-6odz3yfbh0] {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 6px 0;
        letter-spacing: -0.5px;
    }

    .header-section p[b-6odz3yfbh0] {
        font-size: 0.875rem;
        margin: 0;
        opacity: 0.95;
    }

.quick-access[b-6odz3yfbh0] {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: white;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

    .quick-access:hover[b-6odz3yfbh0] {
        transform: translateY(-3px);
        box-shadow: 0 6px 25px rgba(33, 150, 243, 0.4);
    }

    .quick-access h2[b-6odz3yfbh0] {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0 0 4px 0;
    }

    .quick-access p[b-6odz3yfbh0] {
        font-size: 0.8rem;
        margin: 0;
        opacity: 0.9;
    }

.preferences-bar[b-6odz3yfbh0] {
    background: white;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .preferences-bar .pref-info[b-6odz3yfbh0] {
        flex: 1;
    }

    .preferences-bar h3[b-6odz3yfbh0] {
        font-size: 0.9rem;
        font-weight: 600;
        color: #1e293b;
        margin: 0 0 2px 0;
    }

    .preferences-bar p[b-6odz3yfbh0] {
        font-size: 0.75rem;
        color: #64748b;
        margin: 0;
    }

.search-section[b-6odz3yfbh0] {
    margin-bottom: 20px;
}

.search-box[b-6odz3yfbh0] {
    background: white;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

    .search-box:focus-within[b-6odz3yfbh0] {
        border-color: #4a90e2;
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
    }

    .search-box input[b-6odz3yfbh0] {
        width: 100%;
        border: none;
        outline: none;
        font-size: 0.9rem;
        color: #1e293b;
    }

        .search-box input[b-6odz3yfbh0]::placeholder {
            color: #94a3b8;
        }

.section-title[b-6odz3yfbh0] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-left: 4px;
}

.apps-grid[b-6odz3yfbh0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.app-tile[b-6odz3yfbh0] {
    background: white;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 100px;
    position: relative;
}

    .app-tile:hover[b-6odz3yfbh0] {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        border-color: #4a90e2;
    }

    .app-tile.in-quick-access .icon-wrapper[b-6odz3yfbh0] {
        background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    }

    .app-tile.in-quick-access[b-6odz3yfbh0]::after {
        content: "⭐";
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 1rem;
    }

    .app-tile .icon-wrapper[b-6odz3yfbh0] {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background: linear-gradient(135deg, #4a90e2 0%, #5ca8f5 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.2s ease;
    }

    .app-tile:hover .icon-wrapper[b-6odz3yfbh0] {
        transform: scale(1.1);
    }

    .app-tile .mud-icon-root[b-6odz3yfbh0] {
        font-size: 1.5rem;
    }

    .app-tile .title[b-6odz3yfbh0] {
        font-size: 0.8rem;
        font-weight: 600;
        color: #1e293b;
        line-height: 1.2;
        margin: 0;
    }

    .app-tile .subtitle[b-6odz3yfbh0] {
        font-size: 0.65rem;
        color: #64748b;
        line-height: 1.1;
        margin: 0;
    }

.no-results[b-6odz3yfbh0] {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

    .no-results .mud-icon-root[b-6odz3yfbh0] {
        font-size: 3rem;
        opacity: 0.3;
        margin-bottom: 12px;
    }

    .no-results p[b-6odz3yfbh0] {
        font-size: 0.9rem;
        margin: 0;
    }

@media (max-width: 768px) {
    .home-container[b-6odz3yfbh0] {
        padding: 12px;
    }

    .header-section[b-6odz3yfbh0] {
        padding: 20px 24px;
    }

        .header-section h1[b-6odz3yfbh0] {
            font-size: 1.3rem;
        }

        .header-section p[b-6odz3yfbh0] {
            font-size: 0.8rem;
        }

    .apps-grid[b-6odz3yfbh0] {
        grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
        gap: 10px;
    }

    .app-tile[b-6odz3yfbh0] {
        padding: 14px 10px;
        min-height: 90px;
    }

        .app-tile .icon-wrapper[b-6odz3yfbh0] {
            width: 42px;
            height: 42px;
        }

        .app-tile .title[b-6odz3yfbh0] {
            font-size: 0.75rem;
        }

        .app-tile .subtitle[b-6odz3yfbh0] {
            font-size: 0.6rem;
        }
}

@media (min-width: 1200px) {
    .apps-grid[b-6odz3yfbh0] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}
/* /Pages/Support/TicketDashboard.razor.rz.scp.css */
.ticket-flow-container[b-ba008j7ici] {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 12px 0;
}

.flow-stage[b-ba008j7ici] {
    flex: 1;
    min-width: 160px;
    max-width: 220px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .flow-stage:hover[b-ba008j7ici] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    }

.flow-arrow[b-ba008j7ici] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 0 4px;
}

.flow-arrow-icon[b-ba008j7ici] {
    animation: pulse-b-ba008j7ici 2s infinite;
}

@keyframes pulse-b-ba008j7ici {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.outstanding-stage[b-ba008j7ici] {
    background: linear-gradient(135deg, #d32f2f 0%, #f44336 100%);
    color: white;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(211, 47, 47, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stage-number[b-ba008j7ici] {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 4px;
    line-height: 1;
}

.stage-label[b-ba008j7ici] {
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.stage-subtitle[b-ba008j7ici] {
    font-size: 0.65rem;
    opacity: 0.8;
}

.regular-stage[b-ba008j7ici] {
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
    color: white;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.caller-stage[b-ba008j7ici] {
    background: linear-gradient(135deg, #f57c00 0%, #ff9800 100%);
    color: white;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(245, 124, 0, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.confirmation-stage[b-ba008j7ici] {
    background: linear-gradient(135deg, #388e3c 0%, #4caf50 100%);
    color: white;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(56, 142, 60, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stage-icon[b-ba008j7ici] {
    margin-bottom: 6px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.org-table-container[b-ba008j7ici] {
    height: 400px;
    overflow-y: auto;
}

.project-card[b-ba008j7ici] {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

    .project-card:hover[b-ba008j7ici] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.project-number[b-ba008j7ici] {
    font-size: 2rem;
    font-weight: 600;
    margin: 8px 0;
}

.kpi-card[b-ba008j7ici] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

    .kpi-card:hover[b-ba008j7ici] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

    .kpi-card.priority-p1[b-ba008j7ici] {
        background: linear-gradient(135deg, #d32f2f 0%, #f44336 100%);
    }

    .kpi-card.priority-p2[b-ba008j7ici] {
        background: linear-gradient(135deg, #f57c00 0%, #ff9800 100%);
    }

    .kpi-card.priority-p3[b-ba008j7ici] {
        background: linear-gradient(135deg, #fbc02d 0%, #ffeb3b 100%);
        color: #333;
    }

    .kpi-card.priority-p4[b-ba008j7ici] {
        background: linear-gradient(135deg, #388e3c 0%, #4caf50 100%);
    }

.kpi-header[b-ba008j7ici] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.95;
}

.kpi-main-metric[b-ba008j7ici] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin: 16px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.kpi-label[b-ba008j7ici] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 16px;
}

.kpi-response-section[b-ba008j7ici] {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 12px;
    margin-top: 12px;
}

.kpi-response-label[b-ba008j7ici] {
    font-size: 0.75rem;
    opacity: 0.85;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kpi-response-metric[b-ba008j7ici] {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.kpi-response-detail[b-ba008j7ici] {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 4px;
}

.kpi-section-header[b-ba008j7ici] {
    text-align: center;
    margin: 24px 0 16px 0;
}

@media (max-width: 768px) {
    .kpi-main-metric[b-ba008j7ici] {
        font-size: 2.5rem;
    }

    .kpi-response-metric[b-ba008j7ici] {
        font-size: 1.5rem;
    }
}
/* /Pages/Support/TicketView.razor.rz.scp.css */
[b-gcva0y2ddw] .mud-table-head th {
    white-space: nowrap;
}

[b-gcva0y2ddw] .mud-table-toolbar {
    height: 0px;
    visibility: hidden;
}

.drop-zone[b-gcva0y2ddw] {
    padding: 36px 24px;
    width: 100%;
    min-height: 160px;
    border: 2px dashed #0087F7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}

    .drop-zone.hover[b-gcva0y2ddw] {
        border-style: solid;
        background-color: rgba(0, 135, 247, 0.06);
    }
/* /Shared/HorizontalNavMenu.razor.rz.scp.css */
.horizontal-nav[b-hirj2an87b] {
    background: linear-gradient(135deg, #455a64 0%, #546e7a 100%);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 64px;
    gap: 8px;
}

.horizontal-nav-logo[b-hirj2an87b] {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.horizontal-nav-content[b-hirj2an87b] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

    .horizontal-nav-content[b-hirj2an87b]::-webkit-scrollbar {
        height: 4px;
    }

    .horizontal-nav-content[b-hirj2an87b]::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1);
    }

    .horizontal-nav-content[b-hirj2an87b]::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
        border-radius: 4px;
    }

.horizontal-nav-item[b-hirj2an87b] {
    color: white !important;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

    .horizontal-nav-item:hover[b-hirj2an87b] {
        background-color: rgba(255,255,255,0.1);
    }

    .horizontal-nav-item.active[b-hirj2an87b] {
        background-color: rgba(255,255,255,0.2);
    }

.horizontal-nav-version[b-hirj2an87b] {
    margin-left: auto;
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    white-space: nowrap;
    padding-right: 8px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* /Shared/QuickAccessMenu.razor.rz.scp.css */
.quick-access-toggle[b-351cidwwxs] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1300;
    background: linear-gradient(135deg, #4a90e2 0%, #5ca8f5 100%);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
    transition: all 0.3s ease;
}

    .quick-access-toggle:hover[b-351cidwwxs] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 144, 226, 0.5);
    }

.quick-access-panel[b-351cidwwxs] {
    position: fixed;
    bottom: 80px;
    right: 24px;
    z-index: 1299;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    max-width: 320px;
    max-height: 500px;
    overflow-y: auto;
    transition: all 0.3s ease;
}

    .quick-access-panel[b-351cidwwxs]::-webkit-scrollbar {
        width: 6px;
    }

    .quick-access-panel[b-351cidwwxs]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .quick-access-panel[b-351cidwwxs]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

        .quick-access-panel[b-351cidwwxs]::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

.quick-access-header[b-351cidwwxs] {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px 12px 0 0;
}

    .quick-access-header h3[b-351cidwwxs] {
        font-size: 0.95rem;
        font-weight: 600;
        color: #1e293b;
        margin: 0;
    }

.quick-access-empty[b-351cidwwxs] {
    padding: 32px 20px;
    text-align: center;
    color: #64748b;
}

    .quick-access-empty .empty-icon[b-351cidwwxs] {
        font-size: 3rem;
        opacity: 0.3;
        margin-bottom: 12px;
    }

    .quick-access-empty p[b-351cidwwxs] {
        font-size: 0.85rem;
        margin: 0;
    }

.quick-access-item[b-351cidwwxs] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
    gap: 12px;
}

    .quick-access-item:last-child[b-351cidwwxs] {
        border-bottom: none;
    }

    .quick-access-item:hover[b-351cidwwxs] {
        background: #f8fafc;
    }

    .quick-access-item .item-icon[b-351cidwwxs] {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: linear-gradient(135deg, #4a90e2 0%, #5ca8f5 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        flex-shrink: 0;
    }

    .quick-access-item .item-content[b-351cidwwxs] {
        flex: 1;
        min-width: 0;
    }

        .quick-access-item .item-content h4[b-351cidwwxs] {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1e293b;
            margin: 0 0 2px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .quick-access-item .item-content p[b-351cidwwxs] {
            font-size: 0.75rem;
            color: #64748b;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .quick-access-item .item-remove[b-351cidwwxs] {
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .quick-access-item:hover .item-remove[b-351cidwwxs] {
        opacity: 1;
    }

.badge-count[b-351cidwwxs] {
    background: #ef4444;
    color: white;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .quick-access-toggle[b-351cidwwxs] {
        bottom: 16px;
        right: 16px;
    }

    .quick-access-panel[b-351cidwwxs] {
        bottom: 72px;
        right: 16px;
        left: 16px;
        max-width: none;
    }
}
