@import '_content/BlazorSortableList/BlazorSortableList.bundle.scp.css';

/* _content/Dnashboard/Components/Common/ColapseArrow.razor.rz.scp.css */
.collapse-arrow[b-k79a3hqbz1] {
    align-items: center;
    display: flex;

    i {
        transition: transform .25s ease;
    }

    &:focus-visible[b-k79a3hqbz1],
    &:hover[b-k79a3hqbz1] {
        opacity: .5;
    }

    &:active[b-k79a3hqbz1] {
        opacity: 1;
        filter: saturate(1.25);
    }
}

.collapse-arrow.collapsed i[b-k79a3hqbz1] {
    transform: rotate(-90deg);
}
/* _content/Dnashboard/Components/Common/DiffText.razor.rz.scp.css */
/* _content/Dnashboard/Components/Common/DnaPopup.razor.rz.scp.css */
.popup-overlay[b-n6egl9z7it] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content[b-n6egl9z7it] {
    background-color: white;
    padding: 2rem;
    position: relative;
    overflow: auto;
}

.close-button[b-n6egl9z7it] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}
/* _content/Dnashboard/Components/Common/DropDown.razor.rz.scp.css */
.enum-dropdown[b-d0w2w9ll3s] {
    display: inline-block;
    position: relative;

    &.readonly .dropdown-toggle {
        cursor: not-allowed;
        opacity: 0.8;
    }
}

.dropdown-toggle[b-d0w2w9ll3s] {
    align-items: center;
    border-radius: 0.4rem;
    border: 0.1rem solid white;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    font-weight: bold;
    height: 24px;
    justify-content: center;
    outline: none;
    position: relative;
    transition: border-color 0.2s;
    width: 24px;

    &:focus,
    &:hover {
        opacity: .8;
    }

    &:active[b-d0w2w9ll3s] {
        opacity: 1;
        filter: brightness(1.05);
    }
}

.dropdown-list[b-d0w2w9ll3s] {
    animation: open-b-d0w2w9ll3s .05s linear forwards;
    background: transparent;
    border-radius: .4rem;
    left: 0;
    list-style: none;
    margin: 2px 0 0 0;
    max-height: 240px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 120px;
    z-index: 1000;
}

.dropdown-item[b-d0w2w9ll3s] {
    cursor: pointer;
    padding: .5rem .75rem;
    text-align: left;
    transition: background 0.16s, color 0.16s;

    &:focus,
    &:hover {
        filter: brightness(0.93);
        opacity: 0.95;
    }

    &:active[b-d0w2w9ll3s] {
        filter: brightness(1.05);
        opacity: 1;
    }
}

@keyframes open-b-d0w2w9ll3s {
    0% {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
        opacity: 0;
        top: calc(100% + .75rem);
    }

    100% {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
        opacity: 1;
        top: calc(100% + .25rem);
    }
}
/* _content/Dnashboard/Components/Common/EnumDropdown.razor.rz.scp.css */
/* _content/Dnashboard/Components/Common/StudPicker.razor.rz.scp.css */
.enum-dropdown[b-z0ln19ijuv] {
    display: inline-block;
    position: relative;

    &.readonly .dropdown-toggle {
        cursor: not-allowed;
        opacity: 0.8;
    }
}

.dropdown-toggle[b-z0ln19ijuv] {
    align-items: center;
    border-radius: 0.4rem;
    border: 0.1rem solid white;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    font-weight: bold;
    height: 24px;
    outline: none;
    position: relative;
    transition: border-color 0.2s;
    gap: 5px;

    &:focus,
    &:hover {
        opacity: .8;
    }

    &:active[b-z0ln19ijuv] {
        opacity: 1;
        filter: brightness(1.05);
    }
}

.dropdown-list[b-z0ln19ijuv] {
    animation: open-b-z0ln19ijuv .05s linear forwards;
    border-radius: .4rem;
    left: 0;
    list-style: none;
    margin: 2px 0 0 0;
    max-height: 240px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 1000;
    background-color: white;
}

.dropdown-item[b-z0ln19ijuv] {
    cursor: pointer;
    padding: .5rem .75rem;
    text-align: left;
    transition: background 0.16s, color 0.16s;

    &:focus,
    &:hover {
        background-color: lightgrey;
    }

    &:active[b-z0ln19ijuv] {
        filter: brightness(1.05);
        opacity: 1;
    }
}

.stud-item[b-z0ln19ijuv] {
    display: flex;
    align-items: center;
    gap: .5rem;
    
    img {
        height: 30px;
        width: 30px;
    }
}

@keyframes open-b-z0ln19ijuv {
    0% {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
        opacity: 0;
        top: calc(100% + .75rem);
    }

    100% {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
        opacity: 1;
        top: calc(100% + .25rem);
    }
}
/* _content/Dnashboard/Components/Layout/MainLayout.razor.rz.scp.css */
.main[b-e3ygxuqg5x] {
    display: flex;
    justify-content: center;
    user-select: none;
}

.main-inner[b-e3ygxuqg5x] {
    max-width: 96vw;
    width: 1260px;
}

.top-row[b-e3ygxuqg5x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-e3ygxuqg5x]  a, .top-row[b-e3ygxuqg5x]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-e3ygxuqg5x]  a:hover, .top-row[b-e3ygxuqg5x]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-e3ygxuqg5x]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-e3ygxuqg5x] {
        justify-content: space-between;
    }

    .top-row[b-e3ygxuqg5x]  a, .top-row[b-e3ygxuqg5x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e3ygxuqg5x] {
        flex-direction: row;
    }

    .sidebar[b-e3ygxuqg5x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e3ygxuqg5x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-e3ygxuqg5x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-e3ygxuqg5x], article[b-e3ygxuqg5x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-e3ygxuqg5x] {
    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-e3ygxuqg5x] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Dnashboard/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yhe7osvmkg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-yhe7osvmkg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yhe7osvmkg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yhe7osvmkg] {
    font-size: 1.1rem;
}

.bi[b-yhe7osvmkg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-yhe7osvmkg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-yhe7osvmkg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-yhe7osvmkg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-yhe7osvmkg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yhe7osvmkg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yhe7osvmkg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yhe7osvmkg]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-yhe7osvmkg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yhe7osvmkg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yhe7osvmkg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yhe7osvmkg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yhe7osvmkg] {
        display: none;
    }

    .nav-scrollable[b-yhe7osvmkg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Dnashboard/Components/Pages/Home.razor.rz.scp.css */
/****************************************
 *
 * Home layout
 *
 ****************************************/

.home-heading[b-3j7g0ka7jx] {
    outline: none;
    margin: 3rem auto;
    text-align: center;

    img {
        display: inline-block;
        margin: 0 -16px -16px -16px;
        width: 95px;
    }
}

.home-projects[b-3j7g0ka7jx] {
    padding: 0 1rem;
}

.home-project-data-columns[b-3j7g0ka7jx] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: .5rem 1.5rem;
}

.home-projects-thead[b-3j7g0ka7jx] {
    color: var(--color-grey-shade-03);
    display: flex;
    font-size: .7rem;
    font-weight: bold;
    margin-left: calc(50% + 1rem);

    .home-project-data-columns {
        flex: 1;
        padding-bottom: 0;
    }
}

.home-project[b-3j7g0ka7jx] {
    align-items: center;
    display: flex;
}

.home-project-heading[b-3j7g0ka7jx] {
    flex: 0 0 calc(50% - 1rem - 1px);
    font-size: 1.15rem;
    margin: .25rem 0;
}

.home-project-sep[b-3j7g0ka7jx] {
    align-self: stretch;
    background: var(--color-grey-shade-09);
    margin: 0 1rem;
    flex: 0 0 2px;
    width: 2px;
}

.home-project-highlight[b-3j7g0ka7jx] {
    border-radius: .25rem;
    color: var(--color-grey-shade-01);
    display: inline-flex;
    font-weight: bold;
    gap: .35rem;
    padding: .5rem 1rem .5rem .5rem;
}

.home-project-data[b-3j7g0ka7jx] {
    border-radius: .25rem;
    color: var(--color-grey-shade-06);
    flex: 0 1 calc(50% - 1rem - 1px);
}

.home-project-version[b-3j7g0ka7jx] {
    flex: 0 0 200px;
    padding-left: 1rem;
}

.home-new-project[b-3j7g0ka7jx] {
    margin-top: 1rem;
    margin-left: .5rem;
}

/** Project hover state **/
.home-project:hover[b-3j7g0ka7jx],
.home-project:focus[b-3j7g0ka7jx] {
    .home-project-highlight {
        background: var(--color-highlight-01);
    }

    .home-project-data[b-3j7g0ka7jx] {
        background: var(--color-grey-shade-09);
        color: var(--color-grey-shade-02);
    }
}

.home-projects-separator[b-3j7g0ka7jx] {
    background: var(--color-grey-shade-09);
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.home-project-archives[b-3j7g0ka7jx] {
    display: flex;

    .home-project {
        flex: 1;
    }
}

.home-project-delete[b-3j7g0ka7jx] {
    flex: 0 0 200px;
    margin-left: auto;
    padding-left: 1rem;
}
/* _content/Dnashboard/Components/Project/CreateProject.razor.rz.scp.css */
.create-project-fields[b-hts9idjj5s] {
    align-items: center;
    display: grid;
    grid-template-columns: 140px minmax(0, auto);
    gap: 1rem;
}
/* _content/Dnashboard/Components/Project/IncrementView.razor.rz.scp.css */
.project-increment[b-mkqa2wwl7x] {
}

.project-increment-header[b-mkqa2wwl7x] {
    align-self: stretch;
    margin-bottom: .5rem;

    > div {
        align-items: center;
        display: flex;
        justify-content: center;
        background: #c8d8de;

        &:first-child {
            border-radius: .4rem 0 0 .4rem;
        }

        &:last-child[b-mkqa2wwl7x] {
            border-radius: 0 .4rem .4rem 0;
        }
    }

    .button-link:not(:hover)[b-mkqa2wwl7x] {
        color: rgba(0, 0, 0, .25);
    }
}

.project-increment-name[b-mkqa2wwl7x] {
    align-items: center;
    display: flex;
    gap: .4rem;
    margin-left: var(--project-indent);
    padding: .15rem .5rem;

    i {
        color: rgba(0, 0, 0, .5);
    }

    input[b-mkqa2wwl7x] {
        font-size: 1.15rem;
        font-weight: 600;
        color: rgba(0, 0, 0, .5);
    }
}

.project-increment-drag-handle[b-mkqa2wwl7x] {
    cursor: grab;
}

[b-mkqa2wwl7x] .project-increment-tasks > div {
    min-height: 10px;
}

.project-increment-add-task[b-mkqa2wwl7x] {
    margin: .5rem 0 .5rem calc(var(--project-indent) + 10px);
}

/** Hover state */
.project-increment-header:not(:hover) .project-actions button[b-mkqa2wwl7x] {
    display: none;
}

.reserve[b-mkqa2wwl7x] {
    color: var(--color-grey-shade-04);
}
/* _content/Dnashboard/Components/Project/ProjectCode.razor.rz.scp.css */
.project-code[b-8cojd18isu] {
    align-items: center;
    background: var(--color-grey-shade-01);
    border-radius: .5rem;
    color: var(--color-grey-shade-09);
    display: inline-flex;
    font-size: .9rem;
    font-weight: 500;
    padding: 0 .25rem;
}
/* _content/Dnashboard/Components/Project/ProjectTaskView.razor.rz.scp.css */
.project-task[b-6sm6lbxvm5] {
    --task-background: transparent;

    align-items: stretch;
    margin-bottom: .25rem;
    position: relative;

    &.reserve:not(.selected) {
        --task-background: var(--color-epic-reserve-secondary);
    }

    > div:not(.project-task-side-actions)[b-6sm6lbxvm5] {
        align-items: center;
        background: var(--task-background);
        display: flex;
        padding: .25rem 0;
        justify-content: center;

        &:nth-child(2) {
            border-radius: .4rem 0 0 .4rem;
            padding-left: .5rem;
        }

        &:last-child[b-6sm6lbxvm5] {
            border-radius: 0 .4rem .4rem 0;
        }
    }
}

.project-task-side-actions[b-6sm6lbxvm5] {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 0;

    button {
        aspect-ratio: 1;
        background: var(--color-epic-reserve);
        border-radius: .25rem;
        width: 26px;

        &:focus,
        &:hover {
            opacity: .9;
        }

        &:active[b-6sm6lbxvm5] {
            filter: saturate(1.25);
            opacity: 1;
        }
    }
}

.project-task-header[b-6sm6lbxvm5] {
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-left: var(--project-indent);
    padding-right: 20px;
}

.project-task-check[b-6sm6lbxvm5] {
    aspect-ratio: 1;
    background: var(--color-grey-shade-10);
    border-radius: 3px;
    border: 1px solid var(--color-grey-shade-08);
    cursor: grab;
    width: 25px;

    &:hover {
        border-color: var(--color-grey-shade-03);
    }
}

/** Hover states **/
.project-task:hover[b-6sm6lbxvm5] {
    --task-background: rgba(255, 255, 255, .35);
}

.project-task:not(:hover)[b-6sm6lbxvm5] {
    .project-task-side-actions,
    .project-actions button {
        display: none;
    }
}

/** Selected state **/
.project-task.selected[b-6sm6lbxvm5] {
    --task-background: var(--color-grey-shade-10);

    .project-task-check {
        background-color: var(--color-state-done);
        border-color: var(--color-grey-shade-10);
    }
}

.project-input-inline.reserve[b-6sm6lbxvm5] {
    color: var(--color-grey-shade-06);
}
/* _content/Dnashboard/Components/Project/ProjectVersionBadge.razor.rz.scp.css */
.project-version-badge[b-ftjjj2r5qd] {
    border-radius: .4rem;
    color: var(--color-grey-shade-01);
    display: inline-flex;
    font-size: .8rem;
    font-weight: 500;
    padding: .1rem .5rem;

    &.planned {
        background: var(--color-state-planned);
    }

    &.inprogress[b-ftjjj2r5qd] {
        background: var(--color-state-inprogress);
    }

    &.done[b-ftjjj2r5qd] {
        background: var(--color-state-done);
    }

    &.archived[b-ftjjj2r5qd] {
        background: var(--color-state-abandoned);
    }
}
/* _content/Dnashboard/Components/Project/ProjectView.razor.rz.scp.css */
.project[b-fe6nfievh8] {
    --project-indent: 20px;
    --project-version-font: normal 600 1.35rem/1 "Monarcha", serif;
    --color-background-header: #fdfdfd;
    --color-background-versions: #eaf0f3;
    margin-bottom: 200px;

    header {
        padding: .5rem 1rem;
        position: relative;
    }
}

.project-title[b-fe6nfievh8] {
    align-items: center;
    background: var(--color-background-header);
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 50px;
    gap: .4rem;

    span {
        padding-bottom: .5rem;
    }
}

.project-description[b-fe6nfievh8]{
    margin-bottom: 20px;
}


.project-managers[b-fe6nfievh8] {
    display: flex;
    gap: 100px;
    margin-bottom: 40px;
    
    .project-manager {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 0.5rem;
        
        div:first-child {
            font-weight: bold;
        }
    }
}

.project-summary[b-fe6nfievh8] {
    align-items: flex-end;
}

.project-summary-hours[b-fe6nfievh8] {
    align-items: baseline;
    display: inline-flex;
    gap: .25rem;

    .project-input-inline {
        height: 18px;
        text-align: right;
        padding: 0;
        width: 40px;
    }
}

.project-tools[b-fe6nfievh8] {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    gap: .75rem;
    position: absolute;
    right: 0;
    top: 1rem;
}

.project-summary-thead[b-fe6nfievh8] {
    text-align: center;

    > div:nth-child(1) {
        font-size: .8rem;
        margin-bottom: .25rem;
    }

    > div:nth-child(2)[b-fe6nfievh8] {
        background: var(--color-grey-shade-09);
        font-weight: bold;
        display: block;
        padding: .1rem 0;
    }

    &.first > div:nth-child(2)[b-fe6nfievh8] {
        border-radius: .25rem 0 0 .25rem;
    }

    &.last > div:nth-child(2)[b-fe6nfievh8] {
        border-radius: 0 .25rem .25rem 0;
    }
}

.project-add-version[b-fe6nfievh8] {
    margin-bottom: .5rem;
}

.project-versions[b-fe6nfievh8] {
    background: var(--color-background-versions);
    border-top: 2px solid var(--color-grey-shade-08);
    padding: 1rem;
}

.project-epic[b-fe6nfievh8] {
}

.project-epic-header[b-fe6nfievh8] {
    align-items: center;
}

.project-epic-name[b-fe6nfievh8] {
    align-items: center;
    color: var(--color-state-text);
    display: flex;
    font: var(--project-version-font);
    gap: .5rem;
    height: 42px;
    padding: .15rem .5rem;
    margin-left: var(--project-indent);

    i {
        font-size: 1rem;

        &.icon-lock {
            opacity: .5;
        }
    }
}

.project-epic-tasks[b-fe6nfievh8] {
    padding: 1rem 0;

    .project-task {
        --task-background: rgba(0, 0, 0, .025);
    }

    &.has-remaining[b-fe6nfievh8] {
        padding-top: 0;
    }
}

.project-epic-tasks-empty[b-fe6nfievh8] {
    padding: 1rem;
    text-align: center;
}

.project-reserve[b-fe6nfievh8] {
    .project-epic-header {
        background: var(--color-epic-reserve);
    }

    .project-epic-tasks[b-fe6nfievh8] {
        background: var(--color-epic-reserve-secondary);
    }
}

.project-extra[b-fe6nfievh8] {
    .project-epic-header {
        background: var(--color-epic-extra);
    }

    .project-epic-tasks[b-fe6nfievh8] {
        background: var(--color-epic-extra-secondary);
    }
}

.project-backlog[b-fe6nfievh8] {
    background: var(--color-backlog);
    padding: 1rem;
}

.project-backlog-title[b-fe6nfievh8] {
    align-items: center;
    display: flex;
    font: var(--project-version-font);
    gap: .5rem;
    margin-bottom: .5rem;

    i {
        font-size: 1rem;
    }
}

.project-backlog-add-task[b-fe6nfievh8] {
    margin: .5rem 0 0 calc(var(--project-indent) + 10px);
}

.project-reserve-remaining[b-fe6nfievh8] {
    display: grid;
    grid-template-columns: 50% repeat(6, 1fr);
    background-color: var(--color-epic-reserve-lighter);
    align-items: center;
    margin-bottom: 0.5rem;

    border-radius: 0 0 0.5rem 0.5rem;

    div:nth-child(n + 2) {
        text-align: center;
        padding: 10px;
    }
}

.project-reserve-remaining-header[b-fe6nfievh8] {
    margin-left: var(--project-indent);
    opacity: 40%;
}
/* _content/Dnashboard/Components/Project/VersionView.razor.rz.scp.css */
.project-version:not(.collapsed)[b-5468gzvayt] {
    padding-bottom: .5rem;

    .project-version-header.has-remaining {
        border-radius: .4rem .4rem 0 0;
        margin-bottom: 0;
    }
}

.project-version-header[b-5468gzvayt] {
    align-items: center;
    border-radius: .4rem;
    color: var(--color-state-text);
    margin-bottom: .5rem;

    .button-link:not(:hover) {
        color: rgba(0, 0, 0, .25);
    }

    &.planned[b-5468gzvayt] {
        background-color: var(--color-state-planned);
    }

    &.inprogress[b-5468gzvayt] {
        background-color: var(--color-state-inprogress);
    }

    &.done[b-5468gzvayt] {
        background-color: var(--color-state-done);
    }

    
}

.project-version-name[b-5468gzvayt] {
    align-items: center;
    display: flex;
    gap: .5rem;
    padding: .15rem 0 .15rem .5rem;

    input {
        font: var(--project-version-font);
    }
}

.project-version-add-increment[b-5468gzvayt] {
    margin: 0 0 .5rem var(--project-indent);
}

.project-version-increments[b-5468gzvayt] {
    min-height: 10px;
}

/** Hover state */
.project-version-header:not(:hover) .project-actions button[b-5468gzvayt] {
    display: none;
}

.project-version-remaining[b-5468gzvayt] {
    display: grid;
    grid-template-columns: 50% repeat(6, 1fr);
    margin-bottom: .5rem;
    border-radius: 0 0 .4rem .4rem;

    &.planned {
        background-color: var(--color-state-planned-secondary);
    }

    &.inprogress[b-5468gzvayt] {
        background-color: var(--color-state-inprogress-secondary);
    }

    &.done[b-5468gzvayt] {
        background-color: var(--color-state-done-secondary);
    }

    div:nth-child(n + 2)[b-5468gzvayt] {
        text-align: center;
        padding: 8px;
    }

    &:last-child[b-5468gzvayt] {
        border-radius: .4rem;
    }
}

.project-version-remaining-header[b-5468gzvayt] {
    display: flex;
    align-items: center;
    opacity: 40%;
    margin-left: var(--project-indent);
}


