@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';

/* /Components/Dashboard/DashboardTile.razor.rz.scp.css */
[b-ljh6u76mgx] a.dashboard-tile-link, [b-ljh6u76mgx] a:active.dashboard-tile-link, [b-ljh6u76mgx] a:visited.dashboard-tile-link {
    text-decoration-line: none;
}

[b-ljh6u76mgx] a:hover.dashboard-tile-link {
    cursor: pointer;
}

[b-ljh6u76mgx] .rz-link-text {
    text-decoration: none !important;
}
/* /Components/Project/ProjectCard.razor.rz.scp.css */
.product-tree-detail-row[b-c9ji0hwrlz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-tree-name[b-c9ji0hwrlz] {
    display: inline;
    width: 85%;
}

[b-c9ji0hwrlz] .open-product-tree-button {
    display: inline;
    width: 15%;
}
/* /Components/SearchBars/SearchField.razor.rz.scp.css */
[b-ig79vw56jk] #search-field-container {
    border: var(--rz-input-border) !important;
    border-radius: var(--rz-input-border-radius) !important;
    box-shadow: var(--rz-input-shadow) !important;
    background-color: var(--rz-input-background-color) !important;
}

[b-ig79vw56jk] .search-field {
    border: none !important;
}

[b-ig79vw56jk] #search-field-button {
    background-color: transparent !important;
}
/* /Components/Shared/Attachments/AttachmentsList.razor.rz.scp.css */
.attachments[b-qjyy2jnyc6] {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-top: 0.5%;
    gap: 7px;
}

.attachment[b-qjyy2jnyc6] {
    background-color:transparent;
    border: 1px solid #ccc;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5%;
    margin-bottom: 0.2%;
}

    [b-qjyy2jnyc6].attachment.rzi {
        font-size: 2rem;
    }
/* /Components/Shared/Attachments/AttachmentUploader.razor.rz.scp.css */
.attachment-uploader-container[b-w2mz6vaxo3] {
    display: flex;
    flex-direction: column;
    width:100%;
}

.attachment-area[b-w2mz6vaxo3] {
    position: relative;
    min-height: 150px;
    height: 100%;
    border: 2px dashed #CCC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
}

[b-w2mz6vaxo3] #fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* /Components/Shared/ButtonTracker.razor.rz.scp.css */
#save-button-container[b-br40dtdpij] {
    position: relative;
}

[b-br40dtdpij] #changes-badge {
    position: absolute;
    top: -30%;
    right: -10%;
}
/* /Components/Shared/CollapsiblePanel.razor.rz.scp.css */
.collapsible-panel-icon[b-kfmy1cwgnr]{
    color: var(--ps-purple);
    font-size: 1.25rem;
}

.collapsible-panel-icon > .rzi[b-kfmy1cwgnr]{
    font-size: 1.75rem;
}

.collapsible-panel[b-kfmy1cwgnr]{
    transition: 0.4s all;
    width:100%;
}

.collapsible-panel:hover[b-kfmy1cwgnr] {
    box-shadow: var(--rz-shadow-5) !important;
}
/* /Components/Shared/Spinner.razor.rz.scp.css */
.spinner[b-a29voqddk5] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 40%;
    left: 50%;
}

@keyframes toggleVisibility-b-a29voqddk5 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

#spinner-text[b-a29voqddk5] {
    margin-top: 3rem;
    animation: toggleVisibility-b-a29voqddk5 2s infinite;
    transition: opacity 0.2s linear;
    animation-delay: 0s;
}

#rocket[b-a29voqddk5], #rocket-flame[b-a29voqddk5] {
    position: absolute;
}

#rocket-flame[b-a29voqddk5] {
    animation: toggleVisibility-b-a29voqddk5 4s infinite;
    transition: opacity 0.2s linear;
    animation-delay: 0s;
}

/* /Components/Shared/StatisticCard.razor.rz.scp.css */
[b-6jyszpa080] .stat-card {
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    background-color: var(--rz-base-100);
    min-height: 150px;
    width: 200px;
}

[b-6jyszpa080] .stat-card:hover {
    background-color: var(--rz-base-200);
}

[b-6jyszpa080] .stat-inner-card {
    border-radius: 10px;
    background-color: var(--rz-base-background-color);
    padding: 15px 15px;
}
/* /Components/Shared/TwoColumnSplitter.razor.rz.scp.css */
/* TwoColumnSplitter Component Styles */
/* Uses the PASaaS dark blue color scheme similar to the navigation menu */

.two-column-splitter-container[b-yd5v89gtl1] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.two-column-splitter-header[b-yd5v89gtl1] {
    display: flex;
    justify-content: flex-end;
    padding: 4px 8px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.splitter-reset-button[b-yd5v89gtl1] {
    background-color: #003247 !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 6px 16px !important;
    min-width: auto !important;
    transition: all 0.2s ease !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(0, 50, 71, 0.3) !important;
    border: none !important;
    font-size: 13px !important;
}

.splitter-reset-button:hover[b-yd5v89gtl1] {
    background-color: #004d6e !important;
    color: white !important;
    box-shadow: 0 4px 8px rgba(0, 50, 71, 0.4) !important;
    transform: translateY(-1px);
}

/* RadzenSplitter styling - visible blue bar like the menu */
[b-yd5v89gtl1] .two-column-splitter.rz-splitter {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
}

[b-yd5v89gtl1] .rz-splitter-bar {
    background-color: #003247 !important;
    width: 8px !important;
    transition: all 0.2s ease;
    cursor: col-resize !important;
}

[b-yd5v89gtl1] .rz-splitter-bar:hover {
    background-color: #004d6e !important;
    box-shadow: 0 0 8px rgba(0, 50, 71, 0.5);
    cursor: col-resize !important;
}

[b-yd5v89gtl1] .rz-splitter-bar:active {
    background-color: #00587D !important;
    cursor: col-resize !important;
}

/* Collapse/Expand buttons on the splitter bar */
[b-yd5v89gtl1] .rz-splitter-bar-collapse,
[b-yd5v89gtl1] .rz-splitter-bar-expand {
    background-color: #003247 !important;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 4px !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
}

[b-yd5v89gtl1] .rz-splitter-bar-collapse:hover,
[b-yd5v89gtl1] .rz-splitter-bar-expand:hover {
    background-color: #00587D !important;
    border-color: #afdbe1 !important;
    transform: scale(1.1);
}

[b-yd5v89gtl1] .rz-splitter-bar-collapse .rzi,
[b-yd5v89gtl1] .rz-splitter-bar-expand .rzi {
    font-size: 14px !important;
    color: white !important;
}

/* Pane styling */
[b-yd5v89gtl1] .two-column-splitter .rz-splitter-pane {
    overflow: auto;
    padding: 0.5rem;
    display: flex !important;
    flex-direction: column !important;
}

.splitter-pane-left[b-yd5v89gtl1],
.splitter-pane-right[b-yd5v89gtl1] {
    background-color: transparent;
}

/* Collapsed pane indicator - override Radzen inline styles */
[b-yd5v89gtl1] .two-column-splitter .rz-splitter-pane.rz-splitter-pane-collapsed {
    flex-basis: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    display: none !important;
}

/* Hide splitter bar when a pane is collapsed */
[b-yd5v89gtl1] .two-column-splitter .rz-splitter-bar.rz-splitter-bar-collapsed-next,
[b-yd5v89gtl1] .two-column-splitter .rz-splitter-bar.rz-splitter-bar-collapsed-prev {
    width: 8px !important;
    background-color: #00587D !important;
    border-left: 3px solid #afdbe1 !important;
    border-right: 3px solid #afdbe1 !important;
}

/* Responsive layout: on narrow screens, stack panes vertically and hide splitter bar.
   Must be AFTER the base rules so the cascade order gives these !important declarations priority. */
@media (max-width: 768px) {
    [b-yd5v89gtl1] .two-column-splitter.rz-splitter {
        flex-direction: column !important;
    }

    [b-yd5v89gtl1] .two-column-splitter .rz-splitter-pane {
        width: 100% !important;
        flex-basis: auto !important;
    }

    [b-yd5v89gtl1] .rz-splitter-bar {
        display: none !important;
    }

    .two-column-splitter-header[b-yd5v89gtl1] {
        display: none !important;
    }
}

/* /Components/Suppliers/ManageSupplierDetails.razor.rz.scp.css */
#supplier-header-row[b-0o3wtl8f8n] {
    display: flex;
    column-gap: 5px;
}
/* /Components/Tables/DataGridBase.razor.rz.scp.css */
/* default (mobile) : stacked, everything starts at the left */
.controls-stack[b-a15vzgvq9c] {
    justify-content: flex-start;
}

/* from the MD breakpoint upward : button column on the right */
@media (min-width: 768px) {
    .controls-col[b-a15vzgvq9c] {
        margin-left: auto; /* pushes the 2nd column to the end
                                        of the flex line                       */
    }

    .controls-stack[b-a15vzgvq9c] {
        justify-content: flex-end; /* place the buttons at the right
                                        edge of their column                   */
    }
}
/* /Pages/Index.razor.rz.scp.css */
[custom-scope-identifier] .navigation-card {
    cursor: pointer;
}
/* /Pages/Notification/NotificationsPage.razor.rz.scp.css */

.notification-form[b-j695jc1nud] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: white;
}
.chat-icon[b-j695jc1nud], .notification-form[b-j695jc1nud] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.container-fluid[b-j695jc1nud] {
    min-height: 0;
}
/* /Pages/Search/SearchPage.razor.rz.scp.css */
[b-98pipw5kqf] .search-property-value {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Max of 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Pages/Users/RolesManagementPage.razor.rz.scp.css */
#save-button-container[b-7htkm6p0xv]{
    position:relative;
}

[b-7htkm6p0xv] #changes-badge {
    position: absolute;
    top: -30%;
    right: -10%;
}
/* /Pages/Users/TechnicalExpertsManagementPage.razor.rz.scp.css */
#save-button-container[b-q0en0gennp]{
    position:relative;
}

[b-q0en0gennp] #changes-badge {
    position: absolute;
    top: -30%;
    right: -10%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.disclaimer-text[b-ixav378jyr] {
    font-size: 0.8rem !important;
    font-weight: bold !important;
}

/* Prevent flex children (page content) from overflowing their container on small screens */
[b-ixav378jyr] .rz-body-content {
    min-width: 0;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ge9dec44up] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ge9dec44up] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ge9dec44up] {
    font-size: 1.1rem;
}

.oi[b-ge9dec44up] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ge9dec44up] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ge9dec44up] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ge9dec44up] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ge9dec44up]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ge9dec44up]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ge9dec44up]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ge9dec44up] {
        display: none;
    }

    .collapse[b-ge9dec44up] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/TopMenu.razor.rz.scp.css */
[b-oksegzo15p] .notifications-button {
    box-shadow: inset 0 0 0 1px white !important;
    color: white !important;
}

[b-oksegzo15p] .notifications-badge {
    box-shadow: inset 0 0 0 1px white !important;
    color: white !important;
}

[b-oksegzo15p] .notifications-menu {
    background: transparent !important;
    box-shadow: inset 0 0 0 1px white !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 0.08rem 1rem !important;
}

[b-oksegzo15p] .notifications-menu .rz-navigation-item-icon-children {
    display: none !important;
}

[b-oksegzo15p] .notifications-menu .rz-navigation-item-text {
    line-height: 1.25rem !important;
    gap: 0.25rem !important;
    color: white !important;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    min-width: 2.25rem;
}

[b-oksegzo15p] .notification-item .rz-navigation-item-text {
    color: black !important;
    white-space: pre-wrap;
}

[b-oksegzo15p] .rz-navigation-menu {
    max-height: 20rem !important;
    height: auto !important;
    overflow-y: auto !important;
    max-width: 12rem !important;
}

[b-oksegzo15p] .notification-item .rz-navigation-item-wrapper {
    width: 12rem !important;
}

[b-oksegzo15p] .notification-text {
    white-space: pre-wrap;
    max-width: 10rem !important;
    word-wrap: break-word;
    inline-size: 14rem;
    overflow: hidden;
    max-height: 6rem;
}
