@import '_content/Sionera.Commons.Client/Sionera.Commons.Client.pbn1h3brss.bundle.scp.css';

/* /Shared/Components/Coins.razor.rz.scp.css */
.main[b-ybk9kl0hnc] {
    font-weight: bold;
    cursor: default;
}
/* /Shared/Components/Identity/ChangePassword.razor.rz.scp.css */

.login-form label[b-gznm7g3get] {
    width: 160px;
}
/* /Shared/Components/Identity/Login.razor.rz.scp.css */
.password-forgot[b-n8t65b39e5] {
    text-align: right;
    color: #b9b9b9;
    margin-top: 64px;
}

.password-forgot:hover[b-n8t65b39e5] {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}
/* /Shared/Components/Identity/ResetPassword.razor.rz.scp.css */

.login-form label[b-33emtk5bh2] {
    width: 160px;
}
/* /Shared/Components/Missions/MissionDetails.razor.rz.scp.css */
.main[b-ezyn55z5r4] {
    flex-basis: 512px;
    max-width: 512px;
    min-width: 512px;
    flex-grow: 0;
    flex-shrink: 0;
    border: 1px solid gray;
    overflow: hidden;
}

.main .mission-details[b-ezyn55z5r4] {
    background-color: #3730a3;
    color: white;
}

.header[b-ezyn55z5r4] {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    height: 240px;
    color: white;
    align-content: end;
}

.header div[b-ezyn55z5r4] {
    width: 100%;
    height: 200px;
    padding: 2rem;
    align-content: end;
    background-image: -moz-linear-gradient(top, #3730a300, #3730a3);
    background-image: -o-linear-gradient(top, #3730a300, #3730a3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3730a300), to(#3730a3));
    background-image: -webkit-linear-gradient(top, #3730a300, #3730a3);
    background-image: linear-gradient(to bottom, #3730a300, #3730a3);
}

.header h2[b-ezyn55z5r4] {
    font-size: 1.5rem;
}

.details[b-ezyn55z5r4] {
    padding: 1rem;
}
/* /Shared/Components/Missions/SubmissionValidation.razor.rz.scp.css */
/* /Shared/Components/Missions/UserMissionDetails.razor.rz.scp.css */
.files[b-41w5xlvxts] {
    padding: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.files .submission-image[b-41w5xlvxts] {
    display: inline-block;
}

.content[b-41w5xlvxts] {
    padding: 1rem;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

[b-41w5xlvxts] .validation {
    height: 172px;
}
/* /Shared/Components/Users/UserPortrait.razor.rz.scp.css */
.e-avatar[b-rkfzbsd6up] {
    /*cursor: zoom-in;*/
}
/* /Shared/Components/Users/UserPreview.razor.rz.scp.css */
.user-preview[b-urcumz2jvn] {
    cursor: zoom-in;
}
/* /Shared/Components/Users/UserSummary.razor.rz.scp.css */
.main[b-31xmqwxtu2] {
    min-width: 256px;
    min-height: 384px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
    font-size: 1rem;
}

a[b-31xmqwxtu2] {
    color: black;
    text-decoration: none;
}

a:hover[b-31xmqwxtu2] {
    color: var(--color-primary-accent);
    text-decoration: underline;
}

[b-31xmqwxtu2] .user-image {
    width: 192px;
    height: 192px;
}

.user-name[b-31xmqwxtu2] {
    font-size: 1.5rem;
    margin: 1rem 1rem 2rem 1rem;
}

.label[b-31xmqwxtu2] {
    color: var(--color-disabled);
}


/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-v4fycksgn5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v4fycksgn5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-v4fycksgn5] {
    background-color: var(--color-secondary-accent);
}

.top-row[b-v4fycksgn5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: var(--top-bar-height);
    display: flex;
    align-items: center;
}

.top-row[b-v4fycksgn5]  a, .top-row[b-v4fycksgn5]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-v4fycksgn5]  a:hover, .top-row[b-v4fycksgn5]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-v4fycksgn5]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-v4fycksgn5] {
        justify-content: space-between;
    }

    .top-row[b-v4fycksgn5]  a, .top-row[b-v4fycksgn5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v4fycksgn5] {
        flex-direction: row;
    }

    .sidebar[b-v4fycksgn5] {
        width: 160px;
        height: 100vh;
        position: sticky;
        flex-shrink: 0;
        top: 0;
    }

    .top-row[b-v4fycksgn5] {
        position: sticky;
        top: 0;
        z-index: 1;
        flex-shrink: 0;
    }

    .top-row.auth[b-v4fycksgn5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v4fycksgn5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;flex-shrink: 0;
    }
}


main article[b-v4fycksgn5] {
    padding: 0px !important;
    height: 100%;
}

main article.content[b-v4fycksgn5]  > p {
    padding: 32px !important;
}
/* /Shared/Layout/NavMenu.razor.rz.scp.css */
.navbar-main[b-tjcq53wc8o] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.navbar-toggler[b-tjcq53wc8o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tjcq53wc8o] {
    height: 3.5rem;
}

.main[b-tjcq53wc8o] {
    background-image: linear-gradient(180deg, #00000088, transparent);
}

.navbar-brand[b-tjcq53wc8o] {
    font-size: 1.1rem;
}

.bi[b-tjcq53wc8o] {
    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-tjcq53wc8o] {
    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-tjcq53wc8o] {
    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-tjcq53wc8o] {
    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");
}

@media (min-width: 641px) {
    .navbar-toggler[b-tjcq53wc8o] {
        display: none;
    }

    .collapse[b-tjcq53wc8o] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
    
    .nav-scrollable[b-tjcq53wc8o] {
        /* Allow sidebar to scroll for tall menus */
        flex-grow: 1;
        overflow-y: auto;
    }
}

.logout[b-tjcq53wc8o] {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 2rem;
    padding-top: 1rem;
    color: #ffffff9c;
}

.logout a[b-tjcq53wc8o] {
    color: #ffffff40;
    text-decoration: none;
}

.logout a i[b-tjcq53wc8o] {
    margin-left: 8px;
}

.logout a:hover[b-tjcq53wc8o] {
    color: white;
}

#logo[b-tjcq53wc8o] {
    width: 48px;
    height: 48px;
    margin-left: -16px;
    margin-top: -4px;
}

.logo-title[b-tjcq53wc8o] {
    color: white;
    margin-right: 8px;
    cursor: default;
    margin-top: -2px;
    font-size: 1.2rem;
}

[b-tjcq53wc8o] .nav-menu-filters {
    background-color: #0001;
    border: 2px solid #fff2;
    border-right: none;
    margin-right: -2px;
    margin-left: 2px;
    position: relative;
    padding: 4px 0px 4px 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

[b-tjcq53wc8o] .nav-menu-filters .submenu-entry {
    
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

[b-tjcq53wc8o] .nav-menu-filters .nav-menu-subheader .label-icon {
    text-align: right;
    right: 0px;
    position: absolute;
    top: 13px;
}

[b-tjcq53wc8o] .nav-menu-subheader {
    font-weight: bold;
    border-bottom: 1px solid #fff1;
    margin-bottom: 4px;
    padding: 0.25rem 0.5rem;
}
/* /Shared/Layout/NavMenuEntry.razor.rz.scp.css */
/* TODO: use proper classes instead of relying on NavLink's active */

.nav-link i[b-pwa6mrds25] {
    margin-right: 8px;
}

.nav-item .submenu[b-pwa6mrds25] {
    display: none;
}

.nav-item:has(.submenu)[b-pwa6mrds25]  .nav-link.active {
    border-bottom-left-radius: 0px;
}

.nav-item:has(.active) .submenu[b-pwa6mrds25] {
    display: block;
    background-color: #6c7caf;
    color: white;
    margin-right: -16px;
    border-bottom-left-radius: 4px;
    padding: 0.15rem;
    padding-top: 0.5rem;
    border: 2px solid white;
    border-top: none;
    border-right: none;
}


.nav-item[b-pwa6mrds25] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-pwa6mrds25] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-pwa6mrds25] {
    padding-bottom: 1rem;
}

.nav-item[b-pwa6mrds25]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-pwa6mrds25]  a.active {
    background-color: rgb(255 255 255);
    color: #3730a3;
    margin-right: -16px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold;
    cursor: default;
}

.nav-item[b-pwa6mrds25]  a:hover:not(.active) {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.submenu[b-pwa6mrds25]  .submenu-entry:not(.page-options), .page-options[b-pwa6mrds25]  .submenu-entry {
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
}

.submenu[b-pwa6mrds25]  .submenu-entry:not(.page-options):hover, .page-options[b-pwa6mrds25]  .submenu-entry:hover {
    background-color: rgba(255,255,255,0.25);
    cursor: pointer;
}

[b-pwa6mrds25] .submenu-entry.selected {
    background-color: #fffc;
    color: var(--color-secondary-accent);
}

.submenu[b-pwa6mrds25]  .submenu-entry.selected:not(.page-options):hover {
    background-color: #ff808080;
    color: white;
}

.submenu[b-pwa6mrds25]  .submenu-entry.selected:not(.page-options):hover .label-icon:before {
    content: "\f057" !important;
    color: rgb(255 153 153);
    font-weight: 400;
}
/* /Shared/Pages/MasterDetailPage.razor.rz.scp.css */
/* /Shared/Pages/Missions.razor.rz.scp.css */
.image-type[b-cxbsvtjx4f] {
    cursor: zoom-in;
}

.custom.image-type[b-cxbsvtjx4f] {
    color: var(--color-success);
}

.default.image-type[b-cxbsvtjx4f] {
    color: var(--color-warning);
}

.colored.with-icon.custom.image-type[b-cxbsvtjx4f]:before {
    content: "\f53f";
}

.colored.with-icon.default.image-type[b-cxbsvtjx4f]:before {
    content: "\f03e";
}

.title[b-cxbsvtjx4f] {
    font-weight: 600 !important;
}

.edit-form[b-cxbsvtjx4f] {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.edit-form > div[b-cxbsvtjx4f] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#edit-form-left-column[b-cxbsvtjx4f] {
    flex-grow: 1;
    flex-shrink: 1;
}

#edit-form-right-column[b-cxbsvtjx4f] {
    padding-top: 24px;
    width: 240px;
    flex-grow: 0;
    flex-shrink: 0;
}

.edit-form-image-placeholder[b-cxbsvtjx4f] {
    width: 240px;
    height: 192px;
    border-radius: 4px;
    background-color: #00000008;
}

[b-cxbsvtjx4f] .edit-form-title {
    margin-bottom: 14px !important;
}
/* /Shared/Pages/Partners.razor.rz.scp.css */
/* /Shared/Pages/Submissions.razor.rz.scp.css */
.row-notsubmitted[b-ss2vmucd5q] {
    background-color: lightgray;
}

.row-submitted[b-ss2vmucd5q] {
    background-color: none;
}

.row-failed[b-ss2vmucd5q] {
    background-color: lightcoral;
}

.row-completed[b-ss2vmucd5q] {
    background-color: lightgreen;
}
