@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.custom-container[b-ay8yl92lxk] {
    display: flex;
    flex-direction: column;
}

.DivSpacer[b-ay8yl92lxk] {
    margin-top: 3vw;
    margin-left: 3vw;
    flex: 0 0 45vh;
}
/* /Pages/Pipelines/Components/PipelineNodeWidget.razor.rz.scp.css */
.default-node[b-4cb4x0vvnu] {
    width: 150px;
    height: 100px;
    color: #333333; /* Dark color for text for readability */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Modern, readable font */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
    text-align: center;
    font-size: 1em;
}

    .default-node:hover[b-4cb4x0vvnu] {
        border-color: #007bff; /* Lighter blue on hover */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly larger shadow on hover */
        transform: translateY(-2px); /* Slight raise effect on hover */
    }

    .default-node > .node-header[b-4cb4x0vvnu] {
        gap: 1px;
        text-align: center;
        padding: 8px 16px;
        font-size: 1.25em;
    }

.diagram-node.selected .default-node[b-4cb4x0vvnu] {
    border-color: #007bff;
}


[b-4cb4x0vvnu] .diagram-port {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
}

    [b-4cb4x0vvnu] .diagram-port.topleft {
        position: absolute;
        top: 15px;
    }

    [b-4cb4x0vvnu] .diagram-port.bottomleft {
        position: absolute;
        top: -15px;
    }

    [b-4cb4x0vvnu] .diagram-port.topright {
        position: absolute;
        top: 15px;
    }

    [b-4cb4x0vvnu] .diagram-port.bottomright {
        position: absolute;
        top: -15px;
    }

    [b-4cb4x0vvnu] .diagram-port.compatible {
        color: green;
        background-color: green;
    }

    [b-4cb4x0vvnu] .diagram-port.incompatible {
        color: red;
        background-color: red;
    }

    [b-4cb4x0vvnu] .diagram-port:hover {
        background-color: black;
        border-color: #007bff;
    }

.default-node .port[b-4cb4x0vvnu] {
    width: 30px;
    height: 30px;
}
/* /Pages/Pipelines/PipelineEditor.razor.rz.scp.css */
.pipeline-container[b-sdbl04mv9w] {
    /* width: 55vw;
    height: 100vh; */
}

.pipeline-designer[b-sdbl04mv9w] {
    height: 70vh;
    flex-grow: 1; 
    overflow: hidden; 
    position: relative;
}

.toolbar-container[b-sdbl04mv9w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.toolbar-search-bar[b-sdbl04mv9w] {
    flex-grow: 0;
}

[b-sdbl04mv9w] .diagram-node {
    border-radius: 10px;
}

[b-sdbl04mv9w] .diagram-node.selected {
    background-color: transparent !important;
/*    border: 1px solid;
    border-color: #007bff;*/
}

.full-height-tabs[b-sdbl04mv9w] {
    flex-grow: 1;
}

.tab-panel-content[b-sdbl04mv9w] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    flex: 1 1 auto;
}

    /*.tab-panel-content > * {
        flex: 1 1 auto;*/ /* This ensures the items grow and shrink appropriately */
    /*margin: 10px;*/ /* Adjust spacing between items as needed */
    /*}*/
/* /Pages/Runs/RunDetails.razor.rz.scp.css */
.h3[b-e4ivddavg3] {
    font-size: 1.75rem;
    font-weight: 600;
}

.h6[b-e4ivddavg3] {
    font-size: 1rem;
    font-weight: 600;
}

.item-label[b-e4ivddavg3] {
    width: 200px;
    /* Adjust width as needed */
    display: inline-block;
}

.flex-container[b-e4ivddavg3] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    /* Adds a light grey line beneath each item */
    margin-bottom: 8px;
    /* Adds a little space beneath each line */
    padding-bottom: 8px;
}

.item-label[b-e4ivddavg3] {
    font-weight: bold;
    margin-right: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-lcddnm1d9g] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: antiquewhite
}

.custom-drawer[b-lcddnm1d9g] {
    background-color: rgb(27, 36, 48);
}

.mudblazor-logo[b-lcddnm1d9g] {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

main[b-lcddnm1d9g] {
    flex: 1;
}

.sidebar[b-lcddnm1d9g] {
    background-color: rgb(27, 36, 48);
}

.top-row[b-lcddnm1d9g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-lcddnm1d9g]  a,
.top-row[b-lcddnm1d9g]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-lcddnm1d9g]  a:hover,
.top-row[b-lcddnm1d9g]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-lcddnm1d9g]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.h3[b-lcddnm1d9g] {
    font-size: 1.75rem;
    font-weight: 600;
}

.h6[b-lcddnm1d9g] {
    font-size: 1rem;
    font-weight: 600;
}

.body1[b-lcddnm1d9g] {
    font-size: 1rem;
    font-weight: 200;
}

.caption[b-lcddnm1d9g] {
    font-size: 0.75rem;
    font-weight: 400;
}

.avatar-text-group[b-lcddnm1d9g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 3px;
}

.small-label[b-lcddnm1d9g] {
    font-size: 11px;
    font-weight: 20;
}

.chip-center[b-lcddnm1d9g] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.folder-card[b-lcddnm1d9g] {
    /* Set the background and border styles */
    background-color: #F7F7F7;
    border: 0.2px solid rgba(204, 204, 204, 0.3);
    border-radius: 7px;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}


.folder-card[b-lcddnm1d9g]::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    margin-top: -11px;
    width: 80px;
    height: 22px;
    background-color: #f1f1f1;
    border-top-right-radius: 15px;
    border-top-left-radius: 5px;
    border-right: 0.2px solid rgba(204, 204, 204, 0.3);
    border-left: 0.2px solid rgba(204, 204, 204, 0.3);
}

.folder-card-dark[b-lcddnm1d9g] {
    background-color: #252533;
    /* dark background color */
    border: 0.2px solid rgba(255, 255, 255, 0.3);
    border-radius: 7px;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.folder-card-dark[b-lcddnm1d9g]::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    margin-top: -11px;
    width: 80px;
    height: 22px;
    background-color: #2f2f41;
    /* darker background color */
    border-top-right-radius: 15px;
    border-top-left-radius: 5px;
    border-right: 0.2px solid rgba(255, 255, 255, 0.3);
    border-left: 0.2px solid rgba(255, 255, 255, 0.3);
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lcddnm1d9g] {
        display: none;
    }

    .top-row.auth[b-lcddnm1d9g] {
        justify-content: space-between;
    }

    .top-row[b-lcddnm1d9g]  a,
    .top-row[b-lcddnm1d9g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lcddnm1d9g] {
        flex-direction: row;
    }

    .sidebar[b-lcddnm1d9g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lcddnm1d9g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lcddnm1d9g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lcddnm1d9g],
    article[b-lcddnm1d9g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3ngbj87dru] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-3ngbj87dru] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
