@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Walkthrough/WalkthroughOverlay.razor.rz.scp.css */
/* Walkthrough Overlay Styles */

.wt-overlay[b-xm6008yhg4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
}

.wt-spotlight[b-xm6008yhg4] {
    position: fixed;
    z-index: 9001;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.wt-tooltip[b-xm6008yhg4] {
    position: fixed;
    z-index: 9002;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    width: 320px;
    max-width: 90vw;
}

.wt-tooltip-header[b-xm6008yhg4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #eee;
}

.wt-tooltip-title[b-xm6008yhg4] {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.wt-close-btn[b-xm6008yhg4] {
    background: none;
    border: none;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
}

.wt-close-btn:hover[b-xm6008yhg4] {
    background: #f0f0f0;
    color: #333;
}

.wt-tooltip-text[b-xm6008yhg4] {
    padding: 14px 16px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.wt-tooltip-footer[b-xm6008yhg4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
}

.wt-step-count[b-xm6008yhg4] {
    font-size: 12px;
    color: #888;
}

.wt-buttons[b-xm6008yhg4] {
    display: flex;
    gap: 8px;
}

.wt-btn[b-xm6008yhg4] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.wt-btn-primary[b-xm6008yhg4] {
    background: #0078d4;
    color: white;
}

.wt-btn-primary:hover[b-xm6008yhg4] {
    background: #106ebe;
}

.wt-btn-secondary[b-xm6008yhg4] {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.wt-btn-secondary:hover[b-xm6008yhg4] {
    background: #f5f5f5;
}
