@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */

/* /Pages/InProgressProjects.razor.rz.scp.css */
body[b-ueqdonxs1f] {
}
/* /Pages/OldProjects.razor.rz.scp.css */
body[b-sztdxa4r4d] {
}
/* /Pages/Profile.razor.rz.scp.css */
.validation-btn[b-xmy471is5x]
{
    width:200px;
    max-width:80vw;
}
/* /Pages/Project.razor.rz.scp.css */
[b-hx2awvdqgr] > .top-align {
    --scroll-align: flex-start
}
/* /Shared/FileList.razor.rz.scp.css */
/* /Shared/FileLists.razor.rz.scp.css */
/* /Shared/GroupBox.razor.rz.scp.css */

.group-box-background[b-3v5nulivg9] {    
    padding-top: 20px;
    width: 100%;
}

.group-box[b-3v5nulivg9] {
    border: 2px solid #1a94a5;
    border-radius: 8px;
    padding: 10px;
    margin: 0;
    position: relative;
    /*width: 100%;*/
}

.group-box-light[b-3v5nulivg9] {
    border-top: 2px solid #4a4745;
    /*border-radius: 8px;*/
    padding: 10px;
    margin: 0;
    position: relative;
    /*width: 100%;*/
}

.group-box-title[b-3v5nulivg9] {
    cursor: pointer;
    background-color: #1a94a5;
    color: white;
    padding: 4px;
    border-radius: 10px;
    position: absolute;
    top: -15px;
    left: 10px;
    margin: 0;
    font-weight: bold;
}

.group-box-title-light[b-3v5nulivg9] {
    cursor: pointer;
    background-color: white;
    color: #4a4745;
    padding: 4px;
    /*border-radius: 10px;*/
    position: absolute;
    top: -15px;
    left: 0px;
    margin: 0;
    font-weight: bold;
}

.group-box-content[b-3v5nulivg9] {
    padding-top: 15px;
    /*overflow: hidden;*/
}
/* /Shared/HeaderBar.razor.rz.scp.css */
body[b-b001h00cuu] {
}

.logo[b-b001h00cuu] {
    max-height: 45px;
    /*max-height: 80%;*/
    /*margin-left: 5%;*/
}

.header-container[b-b001h00cuu] {
    width:100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    max-height: 100%;
    overflow: hidden;
}

.header-left-side[b-b001h00cuu] {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    vertical-align:central;
    align-items:center;
    height: 100%;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sqr6m0iso5] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.top-row[b-sqr6m0iso5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10000;
    width: 100%;
}

/*    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            flex: 1;
            text-align: right;
            width: 0;
        }*/

.top-row[b-sqr6m0iso5], article[b-sqr6m0iso5] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.content-row[b-sqr6m0iso5] {
    height: 100vh;
    width: 100vw;
    /*max-width: 2000px;*/
    margin: 0 auto;
}

.main-content[b-sqr6m0iso5] {
    height: calc(100vh - 100px);
    width: 100vw;
    overflow-y: auto;
}

.sidebar[b-sqr6m0iso5] {
    background-image: linear-gradient(180deg, #1A94A5, #319FAE 70%);
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}


/* /Shared/NavMenu.razor.rz.scp.css */
/* /Shared/PrestationWorkflow.razor.rz.scp.css */
[b-2ao46zx8iv] > .top-align {
    --scroll-align: flex-start
}
/* /Shared/SideBar.razor.rz.scp.css */
body[b-arit5sqcv6] {
}

.logo[b-arit5sqcv6] {
    width:80%;
    margin-top:10%;
}
/* /Shared/TimelineBusiness.razor.rz.scp.css */

.timeline[b-vrtwfenhfk] {
    margin-top: 10px;
}

.timeline-text[b-vrtwfenhfk] {
    margin-top: -8px;
    margin-bottom: -5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.timeline-name[b-vrtwfenhfk] {
}

.timeline-date[b-vrtwfenhfk] {
    color: dimgray;
    font-style: italic;
}

.timeline-background[b-vrtwfenhfk] {
    z-index: 70;
    display: flex;
    align-items: center;
    background-color: gray;
    height: 1px;
    width: 100%;
}

.timeline-bar[b-vrtwfenhfk] {
    z-index: 80;
    height: 10px;
    margin: 0;
    background: linear-gradient(to bottom, rgba(255, 165, 0, 1), rgba(255, 200, 0, 1));
}

.timeline-rounded[b-vrtwfenhfk] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.timeline-finished[b-vrtwfenhfk] {
    background: linear-gradient(to bottom, rgba(0, 180, 0, 1), rgba(0, 230, 0, 1));
}

.timeline-late[b-vrtwfenhfk] {
    background: linear-gradient(to bottom, rgba(150, 0, 0, 1), rgba(255, 80, 20, 1));
}

.timeline-blueshift[b-vrtwfenhfk] {
    background: linear-gradient(to bottom, rgba(50, 100, 250, 1), rgba(100, 180, 250, 1));
}

.timeline-ko[b-vrtwfenhfk] {
    background: linear-gradient(to bottom, rgba(150, 0, 0, 1), rgba(255, 80, 20, 1));
}

/*.timeline-finished.timeline-blueshift {
    background: linear-gradient(to bottom, rgba(180, 0, 0, 1), rgba(230, 0, 0, 1));
}*/

.timeline-infinite[b-vrtwfenhfk] {
    background: linear-gradient(to right, rgba(255, 165, 0, 1), rgba(255, 230, 0, 1), rgba(255, 165, 0, 1));
    background-size: 300% 100%;
    animation: timeline-infinite-animation-b-vrtwfenhfk 2s ease-in-out infinite;
}

@keyframes timeline-infinite-animation-b-vrtwfenhfk {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}
