@import '_content/iCollectIt.Glitter.Toolkit/iCollectIt.Glitter.Toolkit.bundle.scp.css';
@import '_content/iCollectIt.Shared.BlazorComponents/iCollectIt.Shared.BlazorComponents.bundle.scp.css';

/* /Shared/AddImage.razor.rz.scp.css */
.ici-add-image[b-5d2yqtv9k5] {
    object-fit: contain;
    cursor: copy;
}

/* /Shared/BreadcrumbNavComponent.razor.rz.scp.css */
.nav-item[b-2u1x9hsgws]{
    color: #fff;
}
/* /Shared/ClipboardToolbar.razor.rz.scp.css */
.ici-clipboard-debug[b-2mf30jk7em] {
    color: #fff;
    border: 1px solid white;
    margin: 5px;
    padding: 5px;
}
.ici-clipboard-toolbar[b-2mf30jk7em] {
    color: #fff;
}
.ici-clipboard-toolbar[b-2mf30jk7em]{
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 999;
}

.ici-clipboard-tool[b-2mf30jk7em] {
    display: inline-block;
    background: #0e29ff;
    border-radius: 50%;
    padding: 15px;
    height: 60px;
    width: 60px;
}

.ici-clipboard-copy[b-2mf30jk7em] {
    cursor: copy;
}

.ici-cut[b-2mf30jk7em], .ici-copied[b-2mf30jk7em] {
    color: #e81a1a;
    position: absolute;
    left: 18px;
    top: 13px;
    /* Create the animation */
    animation: check-animation-b-2mf30jk7em 0.25s ease-in-out;
}

.ici-copied[b-2mf30jk7em] {
    color: #1cd420;
}

.ici-cut[b-2mf30jk7em] {
    color: #e81a1a;
}

@keyframes check-animation-b-2mf30jk7em {
    /* Start the animation by setting the size to twice normal */
    0% {
        font-size: 100%;
    }
    50% {
        font-size: 200%;
    }
    /* Animate the size to normal size */
    100% {
        font-size: 100%;
    }
}

.ici-clipboard-paste[b-2mf30jk7em] {
    cursor: pointer;
    background: #1cd420;
}

.ici-clipboard-tool[b-2mf30jk7em] {
    position: relative;
    margin-left: 10px;
}

.ici-clipboard-tool .ici-counter[b-2mf30jk7em] {
    position: absolute;
    top: -4px;
    right: -4px;
    border: 1px solid #000;
    background-color: #808080;
}
/* /Shared/DropdownMenu.razor.rz.scp.css */
.ici-menu[b-ngpdcp1jlm] {
    border-color: #000;
    background-color: #fff;
    position: relative;
    text-align: left;
    list-style: none;
}

.ici-menuopen[b-ngpdcp1jlm]{

}

.ici-dropdown-menu[b-ngpdcp1jlm] {
    z-index: 1000;
    display: block;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 40px);
    border: 1px solid black;
    border-radius: 5px;
}

/* /Shared/EditGenericLeafForm.razor.rz.scp.css */
.Title[b-bvyaoq667r]{
    width: 100%;
}

.ici-save[b-bvyaoq667r], .ici-escape[b-bvyaoq667r] {
    width: 100%;
}
/* /Shared/EditPropertiesForm.razor.rz.scp.css */
body[b-9xy79qu5o3] {
}
/* /Shared/EditPropertyForm.razor.rz.scp.css */
/*.addproperty, .deleteproperty {
    cursor: pointer;
}

.ici-propvalue, .ici.propname{
    margin-bottom: 3px;
}*/

.deleteproperty[b-ux0pp2q18k] {
    color: #dc3545;
}

.addproperty[b-ux0pp2q18k] {
    color: #198754;
}
/* /Shared/ItemWithCounter.razor.rz.scp.css */
.ici-item[b-wr5l7h9tv2] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 65px;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-left: 5px;
}

.ici-item-crumbs[b-wr5l7h9tv2] {
    flex-grow: 1;
    width: 100%;
    align-content: start
}

.has-breadcrumbs[b-wr5l7h9tv2] {
    height: 98px;
}

[b-wr5l7h9tv2] .glitter-breadcrumbs{
    /*transform: scale(0.8);*/
    overflow-x: auto;
    justify-content:center;
    box-shadow: none !important;
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    justify-content: start;
}

[b-wr5l7h9tv2] .glitter-breadcrumbs .glitter-crumb .nav-link{
    padding: 0 2px !important;
}

[b-wr5l7h9tv2] .glitter-crumb {
    max-width: 160px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-wrapper[b-wr5l7h9tv2]{
    flex-grow: 1;
    width: 100%;
    display: flex;
}

.ici-item-select[b-wr5l7h9tv2] {
    flex-shrink: 0;
}

.ici-item .ici-checkbox[b-wr5l7h9tv2] {
    margin-top: 12px;
}

.ici-thumbnail-wrapper[b-wr5l7h9tv2]{
    flex-shrink: 0;
}

.ici-thumbnail[b-wr5l7h9tv2] {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
    border: thin #6c757d;
    border: thin solid #d5d5d5;
    background-color: #e5e5e5;
    padding: 1px;
    border-radius: 3px;
}

    .ici-zoom .ici-thumbnail[b-wr5l7h9tv2]{
        cursor: zoom-in;
    }

    .ici-name[b-wr5l7h9tv2] {
        flex-grow: 1;
        line-height: 21px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
    }

.ici-count[b-wr5l7h9tv2] {
    flex-shrink: 0;
    line-height: 60px;
}

.ici-item img[b-wr5l7h9tv2] {
    height: 60px;
    width: 60px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-pp7uph2sv6] .rz-header {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%) !important;
}


/*.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[b-pp7uph2sv6] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-image: linear-gradient(20deg, #41B2FE, #0778F2);
    color: #fff;
}

    .top-row[b-pp7uph2sv6]  a, .top-row[b-pp7uph2sv6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pp7uph2sv6]  a:hover, .top-row[b-pp7uph2sv6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pp7uph2sv6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pp7uph2sv6] {
        display: none;
    }

    .top-row.auth[b-pp7uph2sv6] {
        justify-content: space-between;
    }

    .top-row[b-pp7uph2sv6]  a, .top-row[b-pp7uph2sv6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pp7uph2sv6] {
        flex-direction: row;
    }

    .sidebar[b-pp7uph2sv6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pp7uph2sv6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pp7uph2sv6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pp7uph2sv6], article[b-pp7uph2sv6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ModalPopup.razor.rz.scp.css */
.modal[b-9xky16af0p]{
    background-color: rgba(0,0,0,0.5);
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pofqusne5o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pofqusne5o] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pofqusne5o] {
    font-size: 1.1rem;
}
.navbar-brand img[b-pofqusne5o] {
    margin-top: -5px;
    margin-left: -10px;
}

.oi[b-pofqusne5o] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pofqusne5o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pofqusne5o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pofqusne5o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pofqusne5o]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pofqusne5o]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-pofqusne5o]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pofqusne5o] {
        display: none;
    }

    .collapse[b-pofqusne5o] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-pofqusne5o] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PhotoGallery.razor.rz.scp.css */
.ici-gallery[b-cbfchaspxu] {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 70vw;
}

.ici-gallery .ici-gallery-slider[b-cbfchaspxu] {
    display: inline-flex;
    min-height: 150px;
}

.ici-gallery .ici-gallery-img[b-cbfchaspxu] {
    position: relative;
    margin-right: 5px;
    cursor: zoom-in;
}

.ici-gallery .ici-gallery-img img[b-cbfchaspxu] {
    height: 150px;
    width: 150px;
    object-fit: contain;
    border: thin solid #d5d5d5;
    background-color: #e5e5e5;
    padding: 3px;
    border-radius: 5px;
}
/* /Shared/PhotoGalleryZoom.razor.rz.scp.css */
.ici-modal-frame[b-1kyjpum4qe] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    background-color: rgb(91, 91, 91, 0.40)
}

.ici-modal[b-1kyjpum4qe] {
    margin: 0 auto;
    position: relative;
    top: 20%;
    max-height: 100%;
    max-width: 100%;
    width: 500px;
    height: 500px;
    background-color: white;
    border: 1px solid black;
    padding: 10px 10px;
}

.ici-modal-content[b-1kyjpum4qe] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ici-modal-header[b-1kyjpum4qe] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    border: 1px solid black;
    text-align: center;
}

.ici-modal-header .ici-title[b-1kyjpum4qe] {
}

.ici-close[b-1kyjpum4qe]{
    position: absolute;
    right: 0;
    top: 0;
}

.ici-modal-body[b-1kyjpum4qe] {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
}

.ici-modal-body .ici-image[b-1kyjpum4qe]{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/* /Shared/RenderFileThumbnail.razor.rz.scp.css */
.ici-thumbnail-wrapper span[b-2wzb6hfh8g]
{
    margin-left: 10px;
}

.fa-check[b-2wzb6hfh8g] {
    color: #1cd420;
}

.fa-spin[b-2wzb6hfh8g]{
    color: #1c21ff;
}
/* /Shared/ScanWizard/ScanItem.razor.rz.scp.css */
.ici-thumbnail-wrapper[b-1otanak9oi]{
    display: inline-block;
}

.ici-thumbnail[b-1otanak9oi] {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
    border: thin #6c757d;
    border: thin solid #d5d5d5;
    background-color: #e5e5e5;
    padding: 1px;
    border-radius: 3px;
}

.ici-zoom .ici-thumbnail[b-1otanak9oi] {
    cursor: zoom-in;
}

.ici-name[b-1otanak9oi] {
    line-height: 21px;
    padding: 5px 10px;
}

.ici-count[b-1otanak9oi] {
    line-height: 60px;
}

.ici-item img[b-1otanak9oi] {
    height: 60px;
    width: 60px;
}
/* /Shared/SearchComponent.razor.rz.scp.css */
.search[b-wpj053buwd] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-right: 16px;
}
.search-select[b-wpj053buwd]{
    height: 1.8rem;
    width: min-content;
}
#search-options[b-wpj053buwd] {
    color: #fff;
}
/* /Shared/Spinner.razor.rz.scp.css */
.lds-roller-wrapper[b-sf3vkvkn52] {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px;
    height: fit-content;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.lds-title[b-sf3vkvkn52] {
    z-index: 2001;
    background-color: rgba(90, 90, 90, 0.8);
    border: 1px solid grey;
    border-radius: 5px;
    padding: 8px;
    width: 150px;
    max-width: 150px;
    height: fit-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5rem;
    color: white;
}

.lds-roller[b-sf3vkvkn52] {
    color: black;
    display: inline-block;
    z-index: 2002;
    margin-right: auto;
    margin-left: auto;
}

    .lds-roller div[b-sf3vkvkn52] {
        animation: lds-roller-b-sf3vkvkn52 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 0 0; /* Changed to top-left corner */
    }

        .lds-roller div[b-sf3vkvkn52]:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #1b6ec2;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1)[b-sf3vkvkn52] {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1)[b-sf3vkvkn52]:after {
                top: 23px; /* Adjusted for new origin */
                left: 23px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(2)[b-sf3vkvkn52] {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2)[b-sf3vkvkn52]:after {
                top: 28px; /* Adjusted for new origin */
                left: 16px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(3)[b-sf3vkvkn52] {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3)[b-sf3vkvkn52]:after {
                top: 31px; /* Adjusted for new origin */
                left: 8px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(4)[b-sf3vkvkn52] {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4)[b-sf3vkvkn52]:after {
                top: 32px; /* Adjusted for new origin */
                left: 0px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(5)[b-sf3vkvkn52] {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5)[b-sf3vkvkn52]:after {
                top: 31px; /* Adjusted for new origin */
                left: -8px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(6)[b-sf3vkvkn52] {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6)[b-sf3vkvkn52]:after {
                top: 28px; /* Adjusted for new origin */
                left: -16px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(7)[b-sf3vkvkn52] {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7)[b-sf3vkvkn52]:after {
                top: 23px; /* Adjusted for new origin */
                left: -23px; /* Adjusted for new origin */
            }

        .lds-roller div:nth-child(8)[b-sf3vkvkn52] {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8)[b-sf3vkvkn52]:after {
                top: 16px; /* Adjusted for new origin */
                left: -28px; /* Adjusted for new origin */
            }

@keyframes lds-roller-b-sf3vkvkn52 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/Toast.razor.rz.scp.css */
.cs-toast[b-2mc7gc2mjt] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 50%;
    top: 2rem;
    border-radius: 1rem;
    margin: 2rem auto;
    left: 0;
    right: 0;
}

.cs-toast-icon[b-2mc7gc2mjt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body[b-2mc7gc2mjt] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p[b-2mc7gc2mjt] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-2mc7gc2mjt] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-2mc7gc2mjt 1.5s;
}

@keyframes fadein-b-2mc7gc2mjt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Shared/Tools/Resizer.razor.rz.scp.css */
/* /Shared/Tools/Tool.razor.rz.scp.css */
.ici-tool[b-smj44ufpx7]
{
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    margin-top: 5px;
    /*border: thin solid #0094ff;*/
    padding: 3px;
    /*border-radius: 5px;*/
}
