/* /Components/Issue/IssueDetailPage.razor.rz.scp.css */
/* Issue Detail Page - DevExpress-inspired clean layout */

/* ===== Detail Toolbar Actions ===== */
.detail-toolbar-back[b-ngfwxcxb8b] {
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    transition: background-color 0.15s;
}

.detail-toolbar-back:hover[b-ngfwxcxb8b] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.detail-toolbar-divider[b-ngfwxcxb8b] {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.detail-toolbar-id[b-ngfwxcxb8b] {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.detail-toolbar-tag[b-ngfwxcxb8b] {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 500;
}

.detail-toolbar-tag.tag-visibility[b-ngfwxcxb8b] {
    background-color: rgba(46, 125, 50, 0.2);
    color: #81c784;
    border: 1px solid rgba(46, 125, 50, 0.3);
}

.detail-toolbar-edit[b-ngfwxcxb8b] {
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    transition: background-color 0.15s;
}

.detail-toolbar-edit:hover[b-ngfwxcxb8b] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* ===== Title Area ===== */
.detail-title[b-ngfwxcxb8b] {
    font-weight: 500;
    font-size: 1.5rem;
    color: #1a1a2e;
    line-height: 1.3;
}

/* ===== Content Sections ===== */
.detail-content-section[b-ngfwxcxb8b] {
    padding-right: 2rem;
}

.detail-section-heading[b-ngfwxcxb8b] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Author avatar circle */
.author-avatar[b-ngfwxcxb8b] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #5b9bd5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Comment avatar circle */
.comment-avatar[b-ngfwxcxb8b] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #6c757d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* Description content area */
.description-content[b-ngfwxcxb8b] {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

/* ===== Sidebar Card ===== */
.sidebar-card[b-ngfwxcxb8b] {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    position: sticky;
    top: 1rem;
}

.sidebar-card-body[b-ngfwxcxb8b] {
    padding: 1.25rem;
}

/* Individual sidebar field */
.sidebar-field[b-ngfwxcxb8b] {
    margin-bottom: 1rem;
}

/* Sidebar label - small gray text above value */
.sidebar-label[b-ngfwxcxb8b] {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
    text-align: center;
}

/* Sidebar value */
.sidebar-value[b-ngfwxcxb8b] {
    font-size: 0.85rem;
    color: #333;
    text-align: center;
}

/* Sidebar section divider */
.sidebar-divider[b-ngfwxcxb8b] {
    margin: 1rem 0;
    border-color: #dee2e6;
    opacity: 0.6;
}

/* Sidebar section header (Affected Stores, Attachments) */
.sidebar-section-header[b-ngfwxcxb8b] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

/* Sidebar store list */
.sidebar-stores[b-ngfwxcxb8b] {
    margin-top: 0.5rem;
}

/* Individual store/attachment row */
.sidebar-store-item[b-ngfwxcxb8b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid #eee;
}

.sidebar-store-item:last-child[b-ngfwxcxb8b] {
    border-bottom: none;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .sidebar-card[b-ngfwxcxb8b] {
        position: static;
        margin-top: 1.5rem;
    }

    .detail-content-section[b-ngfwxcxb8b] {
        padding-right: 0;
    }
}
/* /Components/Issue/IssueManager.razor.rz.scp.css */
/* Support Center - DxListBox Filters + Issue Cards */

/* ===== Toolbar Action Styles ===== */
[b-zflz8jd1a1] .toolbar-search {
    width: 240px;
}

[b-zflz8jd1a1] .toolbar-search input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

[b-zflz8jd1a1] .toolbar-search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

[b-zflz8jd1a1] .toolbar-search input:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.toolbar-sort[b-zflz8jd1a1] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.8rem;
    width: auto;
    min-width: 140px;
}

.toolbar-sort:focus[b-zflz8jd1a1] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.toolbar-sort option[b-zflz8jd1a1] {
    background-color: #1a1a2e;
    color: #fff;
}

/* ===== Filter Sidebar ===== */
.filter-sidebar[b-zflz8jd1a1] {
    border-right: 1px solid #e9ecef;
    padding-right: 1rem;
    min-height: calc(100vh - 120px);
}

.filter-group[b-zflz8jd1a1] {
    margin-bottom: 1.25rem;
}

.filter-group-header[b-zflz8jd1a1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.4rem 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #555;
    cursor: pointer;
    user-select: none;
}

.filter-group-header:hover[b-zflz8jd1a1] {
    color: #333;
}

.filter-chevron[b-zflz8jd1a1] {
    font-size: 0.65rem;
    color: #999;
    transition: transform 0.15s;
}

[b-zflz8jd1a1] .filter-listbox {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.85rem;
}

[b-zflz8jd1a1] .filter-listbox,
[b-zflz8jd1a1] .filter-listbox > div,
[b-zflz8jd1a1] .filter-listbox [class*="scroll-viewer"],
[b-zflz8jd1a1] .filter-listbox [class*="scroll-area"] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* ===== Active Filter Chips ===== */
.filter-chips[b-zflz8jd1a1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.filter-chip[b-zflz8jd1a1] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.6rem;
    background-color: #f0f4f8;
    border: 1px solid #d0d7de;
    border-radius: 20px;
    font-size: 0.78rem;
    color: #444;
    white-space: nowrap;
}

.filter-chip-close[b-zflz8jd1a1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: none;
    background: none;
    padding: 0;
    font-size: 0.85rem;
    color: #888;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}

.filter-chip-close:hover[b-zflz8jd1a1] {
    background-color: #ddd;
    color: #333;
}

/* ===== Issue Cards ===== */
.issue-card[b-zflz8jd1a1] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.issue-card:first-child[b-zflz8jd1a1] {
    padding-top: 0;
}

.issue-card-title[b-zflz8jd1a1] {
    font-weight: 600;
    font-size: 1rem;
    color: #0969da;
    text-decoration: none;
}

.issue-card-title:hover[b-zflz8jd1a1] {
    text-decoration: underline;
    color: #0550ae;
}

.issue-card-description[b-zflz8jd1a1] {
    font-size: 0.85rem;
    color: #656d76;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.2rem;
}

.issue-card-description:hover[b-zflz8jd1a1] {
    color: #444;
}

.issue-card-footer[b-zflz8jd1a1] {
    font-size: 0.8rem;
    color: #656d76;
}

.issue-card-right[b-zflz8jd1a1] {
    min-width: 110px;
}

.issue-card-meta[b-zflz8jd1a1] {
    font-size: 0.8rem;
    color: #656d76;
}

/* ===== KB Articles Tab ===== */
.kb-search-input[b-zflz8jd1a1] {
    max-width: 600px;
}

.kb-article-item[b-zflz8jd1a1] {
    padding: 0.85rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.kb-article-item:last-child[b-zflz8jd1a1] {
    border-bottom: none;
}

.kb-article-title[b-zflz8jd1a1] {
    font-weight: 500;
    color: #0969da;
    text-decoration: none;
}

.kb-article-title:hover[b-zflz8jd1a1] {
    text-decoration: underline;
}

/* ===== Responsive ===== */
.sidebar-toggle-btn[b-zflz8jd1a1] {
    display: none;
}

@media (max-width: 991.98px) {
    .sidebar-toggle-btn[b-zflz8jd1a1] {
        display: inline-flex;
    }

    .filter-sidebar[b-zflz8jd1a1] {
        border-right: none;
        min-height: auto;
        padding-right: 0;
    }
}
/* /Components/Issue/SupportCenterToolbar.razor.rz.scp.css */
/* Support Center Toolbar - shared across Issue pages */

.sc-toolbar[b-exoiumcrx6] {
    background-color: #1a1a2e;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sc-toolbar-title[b-exoiumcrx6] {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    white-space: nowrap;
}

[b-exoiumcrx6] .sc-toolbar-tab {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/


#blazor-error-ui[b-yduwasgagd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yduwasgagd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarginMasterWpfLayout.razor.rz.scp.css */
.wpf-layout[b-yngiw04ji7] {
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpf-container[b-yngiw04ji7] {
    width: 780px;
    height: 600px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* /Components/Layout/Menu.razor.rz.scp.css */
.menu-icon[b-n2jyrkok53] {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-icon-home[b-n2jyrkok53] {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support[b-n2jyrkok53] {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.menu-icon-products[b-n2jyrkok53] {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

/* /Components/Public/Components/ImageSliderComponent.razor.rz.scp.css */
.client-logo[b-kw755e4sry] {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

    .client-logo:hover[b-kw755e4sry] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
    }

.carousel-control-prev[b-kw755e4sry],
.carousel-control-next[b-kw755e4sry] {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    opacity: 0.8;
}

.carousel-control-prev[b-kw755e4sry] {
    left: -20px;
}

.carousel-control-next[b-kw755e4sry] {
    right: -20px;
}

    .carousel-control-prev:hover[b-kw755e4sry],
    .carousel-control-next:hover[b-kw755e4sry] {
        background-color: rgba(var(--bs-primary-rgb), 0.2);
        opacity: 1;
    }

.carousel-control-prev-icon[b-kw755e4sry],
.carousel-control-next-icon[b-kw755e4sry] {
    width: 20px;
    height: 20px;
}

.carousel-item[b-kw755e4sry] {
    transition: transform 0.5s ease-in-out !important;
}

.carousel-control-prev:focus[b-kw755e4sry],
.carousel-control-next:focus[b-kw755e4sry] {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .client-logo[b-kw755e4sry] {
        height: 40px;
    }

    .carousel-control-prev[b-kw755e4sry] {
        left: -15px;
    }

    .carousel-control-next[b-kw755e4sry] {
        right: -15px;
    }
}
/* /Components/Public/Components/VendorSlider.razor.rz.scp.css */
.client-logo[b-9j92lluufl] {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

    .client-logo:hover[b-9j92lluufl] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
    }

.carousel-control-prev[b-9j92lluufl],
.carousel-control-next[b-9j92lluufl] {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    opacity: 0.8;
}

.carousel-control-prev[b-9j92lluufl] {
    left: -20px;
}

.carousel-control-next[b-9j92lluufl] {
    right: -20px;
}

    .carousel-control-prev:hover[b-9j92lluufl],
    .carousel-control-next:hover[b-9j92lluufl] {
        background-color: rgba(var(--bs-primary-rgb), 0.2);
        opacity: 1;
    }

.carousel-control-prev-icon[b-9j92lluufl],
.carousel-control-next-icon[b-9j92lluufl] {
    width: 20px;
    height: 20px;
}

/* Smooth sliding animation */
.carousel-item[b-9j92lluufl] {
    transition: transform 0.5s ease-in-out !important;
}

/* Hide outline on focused buttons */
.carousel-control-prev:focus[b-9j92lluufl],
.carousel-control-next:focus[b-9j92lluufl] {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .client-logo[b-9j92lluufl] {
        height: 40px;
    }

    .carousel-control-prev[b-9j92lluufl] {
        left: -15px;
    }

    .carousel-control-next[b-9j92lluufl] {
        right: -15px;
    }
}
/* /Components/Public/MarginMaster/Downloads.razor.rz.scp.css */
/* Downloads-specific styles (shared rs-* classes are in public.css) */

.mm-legacy-toggle[b-bywkvakef4] {
    margin-bottom: 1rem;
}

.rs-card-legacy[b-bywkvakef4] {
    border-color: #e2e8f0;
    opacity: 0.85;
}
/* /Components/Tools/BlobBrowser.razor.rz.scp.css */
.table-responsive[b-pasestqfoe] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.table th[b-pasestqfoe] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

.table td[b-pasestqfoe] {
    font-size: 0.875rem;
}
