/* _content/HRUX/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jk6ec7r5pz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jk6ec7r5pz] {
    flex: 1;
}

.sidebar[b-jk6ec7r5pz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jk6ec7r5pz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-jk6ec7r5pz]  a, .top-row[b-jk6ec7r5pz]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-jk6ec7r5pz]  a:hover, .top-row[b-jk6ec7r5pz]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jk6ec7r5pz]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-jk6ec7r5pz] {
        justify-content: space-between;
    }

    .top-row[b-jk6ec7r5pz]  a, .top-row[b-jk6ec7r5pz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jk6ec7r5pz] {
        flex-direction: row;
    }

    .sidebar[b-jk6ec7r5pz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jk6ec7r5pz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jk6ec7r5pz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jk6ec7r5pz], article[b-jk6ec7r5pz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jk6ec7r5pz] {
    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-jk6ec7r5pz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/HRUX/Components/Pages/Projects.razor.rz.scp.css */
.dialog-container[b-dj5478jdov] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    animation: dialog-container-entry-b-dj5478jdov 0.2s;
}

@keyframes dialog-container-entry-b-dj5478jdov {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dialog[b-dj5478jdov] {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    z-index: 2000;
    align-self: center;
    margin: auto;
    width: 700px;
    max-height: calc(100% - 3rem);
    animation: dialog-entry-b-dj5478jdov 0.4s;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

@keyframes dialog-entry-b-dj5478jdov {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateX(0px) scale(1.0);
    }
}

.dialog-title[b-dj5478jdov] {
    background-color: #444;
    color: #fff2cc;
    padding: 1.3rem 2rem;
}

.dialog-title h2[b-dj5478jdov] {
    color: white;
    font-size: 1.4rem;
    margin: 0;
    font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.3rem;
}

.dialog-body[b-dj5478jdov] {
    flex-grow: 1;
    padding: 0.5rem 3rem 1rem 0;
}

.dialog-buttons[b-dj5478jdov] {
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 0 1rem;
}

.dialog-body > div[b-dj5478jdov] {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.dialog-body label[b-dj5478jdov] {
    text-align: right;
    width: 200px;
    margin: 0 1.5rem;
}

.dialog-body input[b-dj5478jdov], .dialog-body select[b-dj5478jdov] {
    flex-grow: 1;
    width: unset;
}

.dialog-body .size-label[b-dj5478jdov] {
    min-width: 110px;
    text-align: right;
}
