@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/indivo-management-marks/Pages/FileUpload.razor.rz.scp.css */
.file-drop-zone[b-2okykbmmuf] {
    width: 100%;
    border: 2px dashed #bbb;
    /*border: 3px dotted #fb275d;*/
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    min-height: 150px;
    justify-content: center;
    font-size: 1.2em;
    height: 100%;
    max-width: 800px;
    max-height: 150px;
}

.hover[b-2okykbmmuf] {
    border: 2px dashed #00ca71;
    /*border-style: solid;
    background-color: #00ca71;*/
}

.image-container[b-2okykbmmuf] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-2okykbmmuf] {
        width: 50%;
    }

[b-2okykbmmuf] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-2okykbmmuf] {
    color: red;
    text-align: center;
    max-width: 800px;
}

.file-drop-container[b-2okykbmmuf] {
    border: 1px solid #8f959e;
    padding: 10px;
}


/* _content/indivo-management-marks/Shared/Components/Alert.razor.rz.scp.css */

.alert[b-31f6nmtntv] {
    --bb-alert-icon-margin-right: #{$bb-alert-icon-margin-right};
    --bb-alert-bar-width: #{$bb-alert-bar-width};
    &.alert-bar

{
    &.alert-info

{
    border-left: var(--bb-alert-bar-width) solid var(--bs-info);
}

&.alert-success[b-31f6nmtntv] {
    border-left: var(--bb-alert-bar-width) solid var(--bs-success);
}

&.alert-primary[b-31f6nmtntv] {
    border-left: var(--bb-alert-bar-width) solid var(--bs-primary);
}

&.alert-warning[b-31f6nmtntv] {
    border-left: var(--bb-alert-bar-width) solid var(--bs-warning);
}

&.alert-danger[b-31f6nmtntv] {
    border-left: var(--bb-alert-bar-width) solid var(--bs-danger);
}

}

.alert-icon[b-31f6nmtntv] {
    margin-right: var(--bb-alert-icon-margin-right);
}
}
/* _content/indivo-management-marks/Shared/Components/FileUpload.razor.rz.scp.css */
.file-drop-zone[b-mi5k5hiakh] {
    width: 100%;
    border: 2px dashed #bbb;
    /*border: 3px dotted #fb275d;*/
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    min-height: 150px;
    justify-content: center;
    font-size: 1.2em;
    height: 100%;
    max-width: 800px;
    max-height: 150px;
    position: relative;
}

.hover[b-mi5k5hiakh] {
    /*border: 2px dashed #00ca71;*/
    border: 2px solid #000c; 
    /*border-style: solid;
    background-color: #00ca71;*/
}

.image-container[b-mi5k5hiakh] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-mi5k5hiakh] {
        width: 50%;
    }

[b-mi5k5hiakh] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-mi5k5hiakh] {
    color: red;
    text-align: center;
}

.file-drop-container[b-mi5k5hiakh] {
    border: 1px solid #8f959e;
    padding: 10px;
    max-width: 800px;
}

.separator[b-mi5k5hiakh] {
    font-size: 12px;
    font-weight: bold;
}

.zone-title[b-mi5k5hiakh] {
    font-size: 14px;
    font-weight: bold;
}

.drop-site[b-mi5k5hiakh] {
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
}
.file-drop-zone.hover .drop-site[b-mi5k5hiakh] {
    background-color: #000c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
/* _content/indivo-management-marks/Shared/Components/Tab.razor.rz.scp.css */
.tab[b-tk9ae6n0hj] {
    background-color: #FCFCFC;
    color: #737375;
    padding: 15px 10px;
    min-width: 150px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
}

.tab-filling[b-tk9ae6n0hj] {
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
}

    .tab-filling.tab-filling-left[b-tk9ae6n0hj] {
        text-align: left;
        color: #000000;
        padding-top: 15px;
    }

    .tab-filling.tab-filling-right[b-tk9ae6n0hj] {
        text-align: right;
        color: #000000;
        padding-top: 15px;
    }

.tab.tab-active[b-tk9ae6n0hj] {
    background-color: #ffffff;
    border-bottom: 0px solid;
    color: #30256C;
    font-weight: bold;
}

.tab.tab-disabled[b-tk9ae6n0hj] {
    background-color: #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    color: #FCFCFC;
    font-weight: bold;
    cursor: not-allowed;
}

.tab-container[b-tk9ae6n0hj] {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tab-content[b-tk9ae6n0hj] {
    padding-top: 0px;
    text-align: left;
}
/* _content/indivo-management-marks/Shared/Components/Tabs.razor.rz.scp.css */
.tabs[b-nac9tr9t5c] {
    width: 100%;
    background-color: #ffffff;
    /*font-size: 12px;*/
    text-align: center;
}

.tab[b-nac9tr9t5c] {
    background-color: #FCFCFC;
    color: #737375;
    padding: 15px 10px;
    min-width: 160px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
}

.tab-filling[b-nac9tr9t5c] {
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
}

    .tab-filling.tab-filling-left[b-nac9tr9t5c] {
        text-align: left;
        color: #000000;
        padding-top: 15px;
    }

    .tab-filling.tab-filling-right[b-nac9tr9t5c] {
        text-align: right;
        color: #000000;
        padding-top: 15px;
    }

.tab.tab-active[b-nac9tr9t5c] {
    background-color: #ffffff;
    border-bottom: 0px solid;
    color: #30256C;
    font-weight: bold;
}

.tab.tab-disabled[b-nac9tr9t5c] {
    background-color: #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    color: #FCFCFC;
    font-weight: bold;
    cursor: not-allowed;
}

.tab-container[b-nac9tr9t5c] {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tab-content[b-nac9tr9t5c] {
    padding-top: 0px;
    text-align: left;
}
/* _content/indivo-management-marks/Shared/MainLayout.razor.rz.scp.css */
.page[b-6bkja08t27] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-6bkja08t27] {
    max-width: 940px !important;
}

main[b-6bkja08t27] {
    flex: 1;
}

.sidebar[b-6bkja08t27] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6bkja08t27] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6bkja08t27]  a, .top-row .btn-link[b-6bkja08t27] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6bkja08t27] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6bkja08t27] {
        display: none;
    }

    .top-row.auth[b-6bkja08t27] {
        justify-content: space-between;
    }

    .top-row a[b-6bkja08t27], .top-row .btn-link[b-6bkja08t27] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6bkja08t27] {
        flex-direction: row;
    }

    .sidebar[b-6bkja08t27] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6bkja08t27] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6bkja08t27], article[b-6bkja08t27] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/indivo-management-marks/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wfahqh490x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wfahqh490x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wfahqh490x] {
    font-size: 1.1rem;
}

.oi[b-wfahqh490x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wfahqh490x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wfahqh490x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wfahqh490x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wfahqh490x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wfahqh490x]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-wfahqh490x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wfahqh490x] {
        display: none;
    }

    .collapse[b-wfahqh490x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
