/* /Pages/ArtistEdit.razor.rz.scp.css */
.ArtistInfoContainer[b-qvy7m50rz4] {
    background: linear-gradient(90deg, #cfecd0, #a0cea7, #9ec0db);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.ArtistEditButtons[b-qvy7m50rz4] {
    display: flex;
    justify-content: space-between;
}

.HeadingMargin[b-qvy7m50rz4] {
    margin: 8px 8px 8px 8px;
}

.ArtistAvatar[b-qvy7m50rz4] {
    max-height: 32px;
    max-width: 32px;
    margin-right: 15px;
}

.DropTarget[b-qvy7m50rz4] {
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px dashed black;
    border-radius: 5px;
    position: relative;
    margin: 20px 0 0 0;
    background: linear-gradient(90deg, #ee5c87, #f1a4b5, #d587b3);
}

.DropTargetDrag[b-qvy7m50rz4] {
    border-color: orangered;
    font-weight: bold;
}

.clickable[b-qvy7m50rz4] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
}
/* /Pages/DoujinEdit.razor.rz.scp.css */
.DoujinInfoContainer[b-vp02rd9y9f] {
    background: linear-gradient(90deg, #cfecd0, #a0cea7, #9ec0db);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.DropTarget[b-vp02rd9y9f] {
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px dashed black;
    border-radius: 5px;
    position: relative;
    margin: 20px 0 0 0;
    background: linear-gradient(90deg, #ee5c87, #f1a4b5, #d587b3);
}

.DropTargetDrag[b-vp02rd9y9f] {
    border-color: orangered;
    font-weight: bold;
}

.clickable[b-vp02rd9y9f] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
}

.HeadingMargin[b-vp02rd9y9f] {
    margin: 8px 8px 8px 8px;
}

.DropDownMenuHeight[b-vp02rd9y9f] {
    max-height: 100px;
}
/* /Pages/DoujinView.razor.rz.scp.css */
.page[b-3ccnvhfsps] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-3ccnvhfsps] {
    flex: 1;
    overflow-y: auto;
}

.backButton[b-3ccnvhfsps] {
    margin-bottom: 5px;
}

.top-row[b-3ccnvhfsps] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3ccnvhfsps]  a, .top-row .btn-link[b-3ccnvhfsps] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3ccnvhfsps] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3ccnvhfsps] {
        display: none;
    }

    .top-row.auth[b-3ccnvhfsps] {
        justify-content: space-between;
    }

    .top-row a[b-3ccnvhfsps], .top-row .btn-link[b-3ccnvhfsps] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ccnvhfsps] {
        flex-direction: row;
    }

    .sidebar[b-3ccnvhfsps] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ccnvhfsps] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-3ccnvhfsps] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.languageHeader[b-3ccnvhfsps] {
    /*background: linear-gradient( 90deg, #cfecd0, #a0cea7, #9ec0db);*/
    padding: 10px 10px 10px 10px;
    margin: 10px 0 10px 0;
    border-radius: 5px;
    max-width: 900px;
}
/* /Pages/Index.razor.rz.scp.css */
.IndexInfo[b-pqeul1w7vh] {
    font: 16px Arial,Helvetica,sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* /Pages/LanguageEdit.razor.rz.scp.css */
.LanguageInfoContainer[b-4n2gw9sy5d] {
    background: linear-gradient(90deg, #cfecd0, #a0cea7, #9ec0db);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.LanguageEditButtons[b-4n2gw9sy5d] {
    display: flex;
    justify-content: space-between;
}

.HeadingMargin[b-4n2gw9sy5d] {
    margin: 8px 8px 8px 8px;
}

.LanguageFlag[b-4n2gw9sy5d] {
    max-height: 32px;
    max-width: 32px;
    margin-right: 15px;
}

.DropTarget[b-4n2gw9sy5d] {
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px dashed black;
    border-radius: 5px;
    position: relative;
    margin: 20px 0 0 0;
    background: linear-gradient(90deg, #ee5c87, #f1a4b5, #d587b3);
}

.DropTargetDrag[b-4n2gw9sy5d] {
    border-color: orangered;
    font-weight: bold;
}

.clickable[b-4n2gw9sy5d] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
}
/* /Shared/ArtistInfo.razor.rz.scp.css */
.ArtistInfoContainer[b-4n31lo78uo] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*background: linear-gradient(90deg, #69b7eb, #b3dbd3, #f4d6db);*/
    max-width: 900px;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

.ArtistInfo[b-4n31lo78uo] {
    font: 16px Arial,Helvetica,sans-serif;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.ArtistName[b-4n31lo78uo] {
    /*text-shadow: -1px -1px 0 #663333, 1px -1px 0 #663333, -1px 1px 0 #663333, 1px 1px 0 #663333, 0px -2px 0 #663333, 0px 2px 0 #663333, -2px 0px 0 #663333, 2px 0px 0 #663333;*/
    font: bold 22px Arial,Helvetica,sans-serif;
    display: block;
    padding: 5px 5px 5px 5px;
    margin-bottom: 0px;
}

.ArtistLink[b-4n31lo78uo] {
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
}

.ArtistLinkLogo[b-4n31lo78uo] {
    max-height: 38px;
    max-width: 38px;
    margin-right: 10px;
}
/* /Shared/AvatarEdit.razor.rz.scp.css */
.AvatarUploadContainer[b-omg2yepzeb] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    height: 275px;
}

.AvatarPreviewLarge[b-omg2yepzeb] {
    padding: 5px 5px 5px 5px;
    flex-grow: 1;
}

.AvatarInfo[b-omg2yepzeb] {
    padding: 5px 5px 5px 5px;
    flex-grow: 4;
}

.Preview[b-omg2yepzeb] {
    max-height: 250px;
    max-width: 250px;
}

.AvatarActualSize[b-omg2yepzeb] {
    max-height: 32px;
    max-width: 32px;
}
/* /Shared/DoujinFilterTab.razor.rz.scp.css */
.DoujinFilterTab[b-xey91uuoo8] {
    display: flex;
    margin: 5px 0px 5px 0px;
    flex-direction: column;
    align-content: space-between;
    /*background: linear-gradient(90deg, #69b7eb, #b3dbd3, #f4d6db);*/
    border-radius: 5px;
    max-width: 900px;
}

.DoujinFilterButtons[b-xey91uuoo8] {
    display: flex;
    margin: 5px 5px 5px 5px;
    flex-direction: row;
    align-content: space-between;
}

.SearchByClass[b-xey91uuoo8] {
    margin: 11px 5px 11px 5px;
}
/* /Shared/DoujinOverview.razor.rz.scp.css */
.DoujinOverview[b-t4mb4zpcy1] {
    max-width: 900px;
    /*border-radius: 5px;*/
    height: 330px;
    /*border: 1px solid #9999cc;*/
    /*color: white;*/
    margin: 10px 0 15px 0;
    display: flex;
    border-radius: 5px;
    /*background-color: #ccccff;*/
}

.UnpublishedDoujinOverview[b-t4mb4zpcy1] {
    max-width: 900px;
    /*border-radius: 5px;*/
    height: 330px;
    /*border: 1px solid #9999cc;*/
    /*color: white;*/
    margin: 10px 0 15px 0;
    display: flex;
    border-radius: 5px;
    /*background-color: #ee5c87;*/
}

.ThumbnailContainer[b-t4mb4zpcy1] {
    flex: 1;
    object-fit: contain;
    max-height: 330px;
    max-width: 250px;
    display: flex;
    align-items: center;
    /*background-color: #9999cc;*/
}

.Thumbnail[b-t4mb4zpcy1] {
    max-height: 330px;
    max-width: 250px;
}

.Information[b-t4mb4zpcy1] {
    flex: 6;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.DoujinTitle[b-t4mb4zpcy1] {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.DoujinArtist[b-t4mb4zpcy1] {
    /*background-color: #ccccff;*/
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.MoreInformation[b-t4mb4zpcy1] {
    /*background-color: #ccccff;*/
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
    overflow: auto;
}

.MoreInformationLine[b-t4mb4zpcy1] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.TitleButtonRow[b-t4mb4zpcy1] {
    /*background-color: #9999cc;*/
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    border-radius: 5px;
}

.TitleButtonRowTitle[b-t4mb4zpcy1] {
    flex-grow: 8;
    max-width: 530px;
}

.Buttons[b-t4mb4zpcy1] {
    padding: 5px 0px 5px 0px;
    flex-grow: 1;
}

.InfoRowContentRight[b-t4mb4zpcy1] {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.InfoRowContentRightItem[b-t4mb4zpcy1] {
    margin: 0px 5px 0px 5px;
}
/* /Shared/DoujinReader.razor.rz.scp.css */
.TopNavBar[b-mjc97avgyp] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #131212;
}

.NavigationBarReturn[b-mjc97avgyp] {
    flex-grow: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.NavigationBarSettings[b-mjc97avgyp] {
    flex-grow: 3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.NavigationBar[b-mjc97avgyp] {
    height: 5vh;
    flex-grow: 6;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.PageCounter[b-mjc97avgyp] {  
    color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.PageArrows[b-mjc97avgyp] {
    flex-grow: 1;
}

.PageView[b-mjc97avgyp] {
    background: #444444;
    display: flex;
    justify-content: center;
}

.VerticalFit[b-mjc97avgyp] {
    height: 95vh;
    width: auto;
}

.HorizontalFit[b-mjc97avgyp] {
    height: auto;
    width: 100%;
}
/* /Shared/DoujinThumbnails.razor.rz.scp.css */
.DoujinThumbnailsContainer[b-dl31bt661m] {
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.ThumbnailList[b-dl31bt661m] {
    list-style: none;
    margin: 0;
    padding: 5px;
    outline: 1px solid #999999;
    /*background-color: #eeeeee;*/
}

.ThumbnailListItem[b-dl31bt661m] {
    display: inline-block;
}

.ThumbnailListImage[b-dl31bt661m] {
    max-width: 140px;
    max-height: 140px;
}
/* /Shared/ImageEdit.razor.rz.scp.css */
.ImageUploadContainer[b-8jrmaf6flt] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*background: linear-gradient(90deg, #69b7eb, #b3dbd3, #f4d6db);*/
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.ImageEditContainer[b-8jrmaf6flt] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*background: linear-gradient(90deg, #aea4e3, #d3ffe8);*/
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.ImagePreview[b-8jrmaf6flt] {
    padding: 5px 5px 5px 5px;
    flex-grow: 1;
}

.ImageInfo[b-8jrmaf6flt] {
    padding: 5px 5px 5px 5px;
    flex-grow: 3;
}

.Preview[b-8jrmaf6flt] {
    max-height: 250px;
    max-width: 250px;
}

.LanguageFlag[b-8jrmaf6flt] {
    max-height: 32px;
    max-width: 32px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sgtpb7j8wl] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh
}

.main[b-sgtpb7j8wl] {
    flex: 1;
    overflow-y:auto;
}

.sidebar[b-sgtpb7j8wl] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*border-right: 1px solid #d6d5d5;*/
}

.top-row[b-sgtpb7j8wl] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sgtpb7j8wl]  a, .top-row .btn-link[b-sgtpb7j8wl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sgtpb7j8wl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sgtpb7j8wl] {
        display: none;
    }

    .top-row.auth[b-sgtpb7j8wl] {
        justify-content: space-between;
    }

    .top-row a[b-sgtpb7j8wl], .top-row .btn-link[b-sgtpb7j8wl] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sgtpb7j8wl] {
        flex-direction: row;
    }

    .sidebar[b-sgtpb7j8wl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sgtpb7j8wl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-sgtpb7j8wl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tqfki5e79t] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tqfki5e79t] {
    height: 3.5rem;
}

.navbar-brand[b-tqfki5e79t] {
    font-size: 1.1rem;
}

.oi[b-tqfki5e79t] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tqfki5e79t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tqfki5e79t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tqfki5e79t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tqfki5e79t]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tqfki5e79t]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tqfki5e79t]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tqfki5e79t] {
        display: none;
    }

    .collapse[b-tqfki5e79t] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.ArtistAvatar[b-tqfki5e79t] {
    max-height: 32px;
    max-width: 32px;
    margin-right: 15px;
}

.LanguageFlag[b-tqfki5e79t] {
    max-height: 32px;
    max-width: 32px;
}
