@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Project/Attachments.razor.rz.scp.css */
.file-drop-zone[b-5krgme6o9m] {
    width: 100%;
    border: 3px dotted #fb275d;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    min-height: 100px;
}

.hover[b-5krgme6o9m] {
    border-style: solid;
    background-color: #00ca71;
}

.image-container[b-5krgme6o9m] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-5krgme6o9m] {
        width: 50%;
    }

[b-5krgme6o9m] input[type=file] {
    width: 100%;
    padding-left:25px;
}

.error-message-container[b-5krgme6o9m] {
    color: red;
    text-align: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-lbpk7vtf81] {
    position: relative;
    display: flex;
    /*flex-direction: column;*/
}

main[b-lbpk7vtf81] {
    flex: 1;
}

.sidebar[b-lbpk7vtf81] {
    background-color: rgb(50, 50, 60);
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-lbpk7vtf81] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lbpk7vtf81]  a, .top-row[b-lbpk7vtf81]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-lbpk7vtf81]  a:hover, .top-row[b-lbpk7vtf81]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-lbpk7vtf81]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lbpk7vtf81] {
        display: none;
    }

    .top-row.auth[b-lbpk7vtf81] {
        justify-content: space-between;
    }

    .top-row[b-lbpk7vtf81]  a, .top-row[b-lbpk7vtf81]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lbpk7vtf81] {
        flex-direction: row;
    }

    .sidebar[b-lbpk7vtf81] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lbpk7vtf81] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-lbpk7vtf81]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-lbpk7vtf81], article[b-lbpk7vtf81] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Sidebar.razor.rz.scp.css */
a[b-1jp4ksy1ov]{
    color: white;
    text-decoration: none;
}
/*#sidebar {
    position: absolute;

    a
{
    color: white;
}

    .k-widget {
        width: 100%;
    }
}

#sidebar-main {
    width: 60px;
    position: fixed;
    background-color: #43474c;
    color: #f58f38;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    .sidebar-top {
        flex: 1;
        width: 100%;
    }

    .sidebar-bottom {
        width: 100%;
    }

a.sidebar-button {
    display: block;
    padding: 15px;
    text-decoration: none !important;
    width: 100%;
    font-size: 24px;
    color: #f58f38;
    &.active, &:hover {
            background-color: darkgray;
        }

        img {
            width: 30px;
        }

        .sidebar-initial {
            color: #eeeeee;
        }

        &.current {
            padding-left: 5px !important;
            border-left: solid 10px #f69c51;
        }

        &.stacked {
            font-size: 12px;
        }

        .fa-stack-1x {
            line-height: 2em;
        }
    }

    .sidebar-large {
        display: none;
        /*display: inline-block;*
        font-size: 0.5rem;
        /* width: 100%; */
        /* margin-top: -10px; *
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 0;
        line-height: 1.5em;
        padding: 0;
    }
}

#sidebar-detail {
    display: none;
    position: fixed;
    top: 0;
    left: 60px;
    bottom: 0;
    width: 250px;
    padding: 10px;
    background-color: darkgray;
    color: lightgray;
    z-index: 8000;

    .btn {
        width: 100%;
        margin-bottom: .25em;
    }

    h4 {
        font-size: 18px;
        font-weight: bold;
        color: gray;
        text-transform: uppercase;
        margin-top: .5em;
    }

    .nav-item {
        line-height: 1.6em;
    }

    .separator {
        height: 0;
        border: solid 1px #777777;
        margin: 0.5em;
    }

    button.link {
        background: none !important;
        border: none;
        padding: 0 !important;
        color: lightgray;
        text-decoration: none;
        cursor: pointer;
        outline-color: transparent;
    }

    a {
        text-decoration: none;
    }

    button.link-button:hover,
    a:hover {
        font-weight: bold;
    }
}

#sidebar-size-toggle {
    .expanded {
        display: none;
    }

    .collapsed {
        display: inline-block;
    }
}

.show-large-sidebar {
    #sidebar-main {
        width: 220px;
        text-align: left;

        .sidebar-large {
            display: inline-block;
        }

        .sidebar-small {
            display: none;
        }
    }

    #sidebar-detail, .header-bar, .footer-bar {
        left: 220px;
    }

    .body-panel {
        margin-left: 220px;
    }

    #sidebar-size-toggle {
        .expanded {
            display: inline-block;
        }

        .collapsed {
            display: none;
        }
    }
}
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
    
    .nav-scrollable {*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
