/* /Pages/Status.razor.rz.scp.css */
#status-container[b-z48qx6kw84] {
    min-height: 8rem;
    font-size: 0.9rem;
}

#job-status-with-cancel-container[b-z48qx6kw84] {
    padding: 2rem;
    height: 35%
}

#download-file-container[b-z48qx6kw84] {
    padding: 1rem 0 1rem 0;
}

.header-button-container[b-z48qx6kw84] {
    display: flex;
    justify-content: flex-end;
    height: 2.5em;
}

@media (min-width: 768px) {
    #status-container[b-z48qx6kw84] {
        border: 1px solid black;
        padding: 0;
        border-left: none;
    }

    #img-container[b-z48qx6kw84] {
        border: 1px solid black;
        padding: 0;
        border-right: none;
    }

}
/* /Shared/ConfigsList.razor.rz.scp.css */
.input-group .btn[b-epzyc14ecw] {
    z-index: unset;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ye4tw02h6k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ye4tw02h6k] {
    flex: 1;
}

.sidebar[b-ye4tw02h6k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.btn-outline-primary[b-ye4tw02h6k] {
    align-self: end;
    flex: 0 0 auto !important;
    width: auto !important;
}

.top-row[b-ye4tw02h6k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ye4tw02h6k]  a, .top-row[b-ye4tw02h6k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ye4tw02h6k]  a:hover, .top-row[b-ye4tw02h6k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ye4tw02h6k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ye4tw02h6k] {
        display: none;
    }

    .top-row.auth[b-ye4tw02h6k] {
        justify-content: space-between;
    }

    .top-row[b-ye4tw02h6k]  a, .top-row[b-ye4tw02h6k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ye4tw02h6k] {
        flex-direction: row;
    }

    .sidebar[b-ye4tw02h6k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ye4tw02h6k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ye4tw02h6k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ye4tw02h6k], article[b-ye4tw02h6k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ProgressIndicator.razor.rz.scp.css */
.progress-bar-container[b-qizdvjnuk9] {
    padding: 0 5rem;
    flex: 1;
}

.progress[b-qizdvjnuk9] {
    height: 2rem;
}
/* /Shared/ValidationErrorModal.razor.rz.scp.css */
.modal-title[b-x3a7ir3qyu] {
    word-break: break-all;
}
/* /Shared/ValidationErrorNode.razor.rz.scp.css */
.tree-item[b-giczeiop16]{
    width:100%;
    padding-right:10px;
}

.error-badge[b-giczeiop16]{
    border:none;
}
/* /Shared/ValidationErrorTree.razor.rz.scp.css */
#file-tree[b-zdc4xhx5qa] {
    border: 1px solid black;
}
