/* /Pages/Index.cshtml.rz.scp.css */
.novel_list[b-jnlgo3xdfi] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    gap: 8px;
}

a.novel[b-jnlgo3xdfi] {
    --widthNeeded: 33vw;
    --widthMin: 4cm;
    --widthMax: 6cm;
    display: block;
    width: var(--widthNeeded);
    max-width: var(--widthMax);
    min-width: var(--widthMin);
    height: calc(var(--widthNeeded) * 1.5);
    max-height: calc(var(--widthMax) * 1.5);
    min-height: calc(var(--widthMin) * 1.5);
    position: relative;
    text-decoration: none;
    color: white;
    transition: transform .1s;
}

    a.novel:hover[b-jnlgo3xdfi] {
        transform: scale(1.06);
        z-index: 5;
        transition: transform .2s;
    }

.novel_cover[b-jnlgo3xdfi] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 1em;
    border: 1px solid #aaa;
    background-color: #788;
    overflow: hidden;
}

.novel_cover_author[b-jnlgo3xdfi] {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-lr;
    text-align: left;
    padding: .5em 0;
    color: #ddd;
    background-color: rgba(0,0,0,.3);
}

.novel_cover_status[b-jnlgo3xdfi] {
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 .5em;
    color: #ddd;
    background-color: rgba(0,0,0,.3);
}

.novel_cover_image[b-jnlgo3xdfi] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.novel_cover_fallback_text[b-jnlgo3xdfi] {
    display: block;
    position: absolute;
    top: 0;
    left: .4em;
    right: 0;
    bottom: 25%;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-align: left;
    z-index: 0;
    color: white;
    padding: .5em 0;
    font-size: 1.4em;
    letter-spacing: .2em;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-8og9qanabl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8og9qanabl] {
  color: #0077cc;
}

.btn-primary[b-8og9qanabl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8og9qanabl], .nav-pills .show > .nav-link[b-8og9qanabl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8og9qanabl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8og9qanabl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8og9qanabl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8og9qanabl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8og9qanabl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
