/* _content/GoogleBookApi/Views/Home/BookSearch.cshtml.rz.scp.css */
#book-search[b-s6u0exkckd] {
    /*    background: #f0ddc7;*/
    background: #e3ddd9;
}

    #book-search input:focus[b-s6u0exkckd] {
        box-shadow: 0 0 0 .25rem white, 0 0 0 .375rem #febf6f !important;
    }
/* _content/GoogleBookApi/Views/Home/Guideline.cshtml.rz.scp.css */
.card[b-n7f3e7ms9u] {
    isolation: isolate;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
    transition: all 250ms cubic-bezier(0.4, 0.0, 0.2, 1);
    background: #e3ddd9;
    backdrop-filter: blur(16px);
}

.card-title[b-n7f3e7ms9u] {
    color: #954126;
}

.card-text[b-n7f3e7ms9u] {
    color: #4a2013;
    font-size: 1.1rem;
}
/* _content/GoogleBookApi/Views/Home/Version.cshtml.rz.scp.css */
#version .card-header[b-e9txx1zg6d] {
    color: #e4ab63;
}
/*
#version .version-description {
    color: #cc5933;
}*/
/* _content/GoogleBookApi/Views/Shared/_BookCard.cshtml.rz.scp.css */
.card[b-dmifa1oty7] {
    background: #fdf6f2;
}

    .card .book-image[b-dmifa1oty7] {
        height: 198px;
        max-height: 248px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .card .book-title[b-dmifa1oty7] {
        color: #d26e4d;
    }

    .card .book-subtitle[b-dmifa1oty7],
    .card .list-unstyled[b-dmifa1oty7] {
        color: #522C2B !important;
    }

    .card .card-text:last-child[b-dmifa1oty7] {
        width: calc(100% - 2rem);
    }

    .card .card-footer[b-dmifa1oty7] {
        width: 90%;
    }
/* _content/GoogleBookApi/Views/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-y2x6b5bpu4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-y2x6b5bpu4] {
  color: #0077cc;
}

.btn-primary[b-y2x6b5bpu4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-y2x6b5bpu4], .nav-pills .show > .nav-link[b-y2x6b5bpu4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-y2x6b5bpu4] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-y2x6b5bpu4] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-y2x6b5bpu4] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-y2x6b5bpu4] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-y2x6b5bpu4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/GoogleBookApi/Views/Shared/_Loader.cshtml.rz.scp.css */
#loader[b-jkdjwnsmjz] {
    z-index: 99;
    overflow: hidden;
}

.loader[b-jkdjwnsmjz] {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    color: #febf6f;
    border: 2px solid;
    position: relative;
    overflow: hidden;
}

    .loader[b-jkdjwnsmjz]::before {
        content: "";
        position: absolute;
        margin: 2px;
        width: 14px;
        top: 0;
        bottom: 0;
        left: -20px;
        border-radius: inherit;
        background: currentColor;
        box-shadow: -10px 0 12px 3px currentColor;
        clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
        animation: l14-b-jkdjwnsmjz 1s infinite linear;
    }

@keyframes l14-b-jkdjwnsmjz {
    100% {
        left: calc(100% + 20px)
    }
}
