/* /Components/Controls/ConnectionStatus.razor.rz.scp.css */
.connection-status[b-0qangdzrkr] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 5px;
}
/* /Components/Controls/DamselflyLogo.razor.rz.scp.css */
.damselfly-logo[b-8turtll0wt] {
    display: flex;
    flex-direction: column;
    background-color: black;
    flex: 0 0 50px;
    order: -1;
    justify-content: center;
    align-items: center;
}

.damselfly-logo img[b-8turtll0wt] {
    max-height: 60px;
    object-fit: contain;
}
/* /Components/Controls/Toast.razor.rz.scp.css */
.toast-panel[b-1ycfj8dvfu] {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 85%;
    margin-left: -100px;
    width: 200px;
    z-index: 100;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.8);
    color: white;
    animation: slowFade ease 3s;
    box-shadow: 0 0 5px rgb(50, 50, 50);
}

.toast-panel-hide[b-1ycfj8dvfu] {
    animation: fadeOut ease 1s;
    opacity: 0;
}
/* /Components/Controls/VersionChecker.razor.rz.scp.css */
.new-version[b-d5rt3w38k6] {
    display: flex;
    font-weight: normal;
    padding: 3px;
}
/* /Components/General/Bricks.razor.rz.scp.css */
.bricklist[b-aqc3k0qp94] {
    display: flex;
    margin: 0px;
    padding: 2px;
    flex-flow: row wrap;
    min-height: auto;
    max-height: 250px;
    align-content: flex-start;
    overflow-y: auto;
}

/* Masonary Keywords */
.bricktext[b-aqc3k0qp94] {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    margin: 2px;
    padding: 2px 1px 1px;
    flex-wrap: nowrap;
    font-size: 9pt;
    cursor: default;
    color: var(--keyword-text);
    border: 0.5px solid var(--keyword-border);
    border-radius: 6px;
    background-color: var(--keyword-bg);
}

.deletebrick[b-aqc3k0qp94] {
    flex: 0 1 auto;
    font-size: 10pt;
    cursor: pointer;
}

.bricktext-label[b-aqc3k0qp94] {
    margin: 0 2px 0 2px;
    margin-left: 5px;
    text-wrap: none;
    flex: 0 1 auto;
}

.bricktext-disabled[b-aqc3k0qp94] {
    margin: 0 2px 0 2px;
    color: #999999;
    flex: 0 1 auto;
}

.bricktext :not(:first-child)[b-aqc3k0qp94] {
    border-left: 0;
}

.bricktext :not(:last-child)[b-aqc3k0qp94] {
    border-right: 0;
}

.deletebrick[b-aqc3k0qp94] {
    padding: 0.2em 0.35em;
}
/* /Components/ImageBrowser/GridImage.razor.rz.scp.css */

.grid-image[b-6a2n0cfa4j] {
    position: relative;
    font-size: 12px;
    border-radius: 4px;
    margin: 3px;
    background: var(--grid-image-bg);
    animation: fadeIn ease 1s;
}

.grid-image img[b-6a2n0cfa4j] {
    padding: 3px;
}

.grid-image-unselected[b-6a2n0cfa4j] {
    background-color: var(--grid-image-bg);
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.grid-image-selected[b-6a2n0cfa4j] {
    background-color: var(--grid-image-selected-bg);
    box-shadow: 1px 1px 0 var(--grid-image-selected-box) inset;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.grid-image-fadein[b-6a2n0cfa4j] {
    opacity: 1;
}

.grid-image-text[b-6a2n0cfa4j] {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5%;
    font-size: 12px;
    color: #579757;
    text-overflow: ellipsis;
}
/* /Components/ImageBrowser/ImageBrowser.razor.rz.scp.css */
.imagebrowser[b-nhcrj2ox3h] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
}
/* /Components/ImageBrowser/ImageGrid.razor.rz.scp.css */
.imagegrid[b-qp8o5fgpyc] {
    display: flex;
    /* flex: 1 1 auto; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    overflow-y: auto;
}

.damselfly-moreimages[b-qp8o5fgpyc] {
    width: 50px;
    padding: 20px;
    margin: 20px;
}

.no-results[b-qp8o5fgpyc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.damselfly-searchmsg[b-qp8o5fgpyc] {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1 1;
    animation: fadeIn ease 1s;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 25vh;
}

.damselfly-imageseparator[b-qp8o5fgpyc] {
    width: 100%;
    border: 1px;
    margin-top: 5px;
    margin-left: 3px;
    max-height: 28px;
    border-top: 1px solid var(--statusbar-topborder);
    background-image: linear-gradient(90deg, var(--statusbar-gradstart) 0%, var(--statusbar-gradend) 90%);
    display: flex;
}

.damselfly-imageseparatortitle[b-qp8o5fgpyc] {
    padding: 3px;
    flex: 1 1 60%;
    padding-left: 15px;
    font-size: 14px;
}

.damselfly-imageseparatorbuttons[b-qp8o5fgpyc] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}

.damselfly-imageseparatorbutton button[b-qp8o5fgpyc] {
    max-height: 22px;
    height: 22px;
    margin: 1px;
}

/* /Components/ImageBrowser/SearchBar.razor.rz.scp.css */
.searchbar[b-y17juzxz5u] {
    display: flex;
    align-items: baseline;
    flex: 0 1;
    flex-flow: row wrap;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 10pt;
}

.searchfilter[b-y17juzxz5u] {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row;
    margin-right: 3px;
    align-items: center;
}

.searchhint[b-y17juzxz5u] {
    flex: 1 1 auto;
    margin: 3px;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.search-hints[b-y17juzxz5u] {
    max-width: 700px;
}
/* /Components/ImageViewer/AIObject.razor.rz.scp.css */
.object[b-8vsrhu6xnx] {
    z-index: 50;
    display: none;
    position: absolute;
    padding: 3px;
    font-weight: bold;
    border: 2px solid #555555;
    background-color: rgba(155, 155, 155, 0.35);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    animation: fadeIn ease 0.4s;
}

.object:hover[b-8vsrhu6xnx] {
    background-color: rgba(255, 255, 255, 0.25);
    border: 3px solid #ffffff;
    animation: fadeIn ease 0.2s;
}

.object-text[b-8vsrhu6xnx] {
    flex: 1;
    color: black;
    padding: 3px;
    font-size: 14pt;
    font-weight: bold;
    z-index: 60;
    text-shadow: -2px -2px 0 rgb(255, 255, 255, 0.5), 2px -2px 0 rgb(255, 255, 255, 0.5), -2px 2px 0 rgb(255, 255, 255, 0.5), 2px 2px 0 rgb(255, 255, 255, 0.5);
}

.object-editor[b-8vsrhu6xnx] {
    flex: 1;
    margin: 5px;
    font-size: 10pt;
    min-width: 150px;
    min-height: 40px;
    background: var(--keyword-bg);
}

/* /Components/ImageViewer/ImageCanvas.razor.rz.scp.css */

.image-canvas[b-mh887re3jo] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 200px);
    height: 100%;
}

.tool-palette[b-mh887re3jo] {
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    min-width: 200px;
    height: 30px;
}

.cropping[b-mh887re3jo] {
    cursor: crosshair;
}

.loading[b-mh887re3jo] {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-top: 30px;
    justify-content: center;
}
/* /Components/People/PeopleGrid.razor.rz.scp.css */
.imagegrid[b-y2utiof37u] {
    display: flex;
    /* flex: 1 1 auto; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    overflow-y: auto;
}

.damselfly-moreimages[b-y2utiof37u] {
    width: 50px;
    padding: 20px;
    margin: 20px;
}

.damselfly-searchmsg[b-y2utiof37u] {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1 1;
    animation: fadeIn ease 1s;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 25vh;
}

.damselfly-imageseparator[b-y2utiof37u] {
    width: 100%;
    border: 1px;
    margin-top: 5px;
    margin-left: 3px;
    max-height: 28px;
    border-top: 1px solid var(--statusbar-topborder);
    background-image: linear-gradient(90deg, var(--statusbar-gradstart) 0%, var(--statusbar-gradend) 90%);
    display: flex;
}

.damselfly-imageseparatortitle[b-y2utiof37u] {
    padding: 3px;
    flex: 1 1 60%;
    padding-left: 15px;
    font-size: 14px;
}

.damselfly-imageseparatorbuttons[b-y2utiof37u] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}

.damselfly-imageseparatorbutton button[b-y2utiof37u] {
    max-height: 22px;
    height: 22px;
    margin: 1px;
}

/* /Components/People/PeopleManager.razor.rz.scp.css */
.title-bar[b-xqsdpd4r7u] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: space-between;
}

.title-section[b-xqsdpd4r7u] {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}
/* /Components/People/PersonTile.razor.rz.scp.css */

.damselfly-persontile[b-wl8yeb04nx] {
    display: flex;
    flex: 0 0 180px;
    flex-direction: column;
    align-items: stretch;
    padding: 3px;
    animation: fadeIn ease 0.5s;
    background-color: var(--tool-window-bg);
    margin: 10px;
}

.damselfly-personimg img[b-wl8yeb04nx] {
    height: 100%;
    width: 100%;
}

.damselfly-personimg[b-wl8yeb04nx] {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 3px;
}

.persontile-fadein[b-wl8yeb04nx] {
    opacity: 1;
}

.damselfly-personfield[b-wl8yeb04nx] {
    display: flex;
    flex: 1;
    align-items: center;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}


/* /Components/SideBarControls/FolderList.razor.rz.scp.css */

.folderlist[b-hejwz8umnd] {
    flex-direction: column;
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
}

.folder-scroll-area[b-hejwz8umnd] {
    flex-direction: column;
    flex: 1 1 15px;
    overflow-y: auto;
    overflow-x: auto;
}

.folder-entry[b-hejwz8umnd] {
    animation: fadeIn ease 0.2s;
    color: var(--folder-entry-text);
    padding-left: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.folder-icon[b-hejwz8umnd] {
    width: 20px;
}

.folder-entry-selected[b-hejwz8umnd] {
    color: var(--folder-entry-text-selected);
    background-color: var(--folder-entry-text-selected-bg);
}

.folder-search[b-hejwz8umnd] {
    padding: 2px;
    width: 100%;
    align-content: center;
    vertical-align: middle;
    font-size: 12pt;
}

.folder-search label[b-hejwz8umnd] {
    width: 100%;
}

.folder-icon[b-hejwz8umnd] {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
}

/* /Components/SideBarControls/SideBar.razor.rz.scp.css */
.sidebar[b-5sy8j56i63] {
    display: flex;
    flex-direction: column;
    flex: 0 0 350px;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

@media ( max-width: 640px) {
    .sidebar[b-5sy8j56i63] {
        width: 350px;
        position: sticky;
        top: 0;
    }
}
/* /Pages/ImagePage.razor.rz.scp.css */
.damselfly-imageview[b-u72fdu85yj] {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: center;
}
/* /Pages/PeoplePage.razor.rz.scp.css */
/* /Shared/Config.razor.rz.scp.css */
.config-tab[b-dkzep6jndb] {
    overflow-y: auto;
}
/* /Shared/DetailedErrorBoundary.razor.rz.scp.css */
.error-panel[b-bh1zy827bh] {
    background-color: rgb(145, 30, 30, 0.4);
    padding: 5px;
}

.error-stacktrace[b-bh1zy827bh] {
    background-color: rgba(10, 10, 10, 0.3);
    white-space: pre-wrap;
    font-family: consolas, monospace;
    font-size: 10pt;
    color: darkorange;
    margin: 2%;
    overflow-wrap: break-word;
    overflow-y: auto;
    max-width: 96%;
    padding: 3%;
}

.damselfly-error-popup[b-bh1zy827bh] {
    position: fixed;
    left: 25vw;
    top: 25vh;
    width: 50vw;
    z-index: 100;
    min-width: 300px;
    min-height: 200px;
    max-height: 50vh;
    scroll-behavior: auto;
    overflow-y: auto;
    background-color: var(--tool-window-bg);
    padding: 10px;
}
/* /Shared/Dialogs/AIMigrationDialog.razor.rz.scp.css */

.button-choice-row[b-rl97h4ujeb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px;
    padding: 10px;
}

.button-choice-row:hover[b-rl97h4ujeb] {
    background: var(--statusbar-gradstart);
}
/* /Shared/Dialogs/NameDialog.razor.rz.scp.css */

.merge-message[b-86n9mw4l0n] {
    margin: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */

.damselfly-app[b-5zdumbk59m] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc(100vh);
    min-height: calc(100vh);
    width: 100vw;
    min-width: 100vw;
    padding: 0px;
}

.rightpane[b-5zdumbk59m] {
    display: flex;
    height: calc(100vh - 30px);
    min-height: calc(100vh - 30px);
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
}
/* /Shared/MenuBar.razor.rz.scp.css */
.menubar[b-0prjni5f7k] {
    display: flex;
    flex: 0 0 30px;
    flex-direction: row;
    justify-content: stretch;
    min-height: 30px;
    height: 30px;
    align-items: center;
    padding: 5px;
    background-image: linear-gradient(180deg, var(--statusbar-gradstart), var(--statusbar-gradend));
} 
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-41gs9zwuig] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-41gs9zwuig] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Shared/ProgressSpinner.razor.rz.scp.css */
.progress-spinner[b-sj3i0sf0w9] {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    width: 100%;
    height: 100%;
    animation: fadeIn ease 1s;
}
/* /Shared/Statusbar.razor.rz.scp.css */
.statusbar[b-bmyhfkn02c] {
    height: 30px;
    min-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-image: linear-gradient(180deg, var(--statusbar-gradstart), var(--statusbar-gradend));
} 
