/* _content/SimpleBookStore/Views/Shared/_AdminLayout.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-6t892coz7r] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*a {
  color: #0077cc;
}*/

.btn-primary[b-6t892coz7r] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6t892coz7r], .nav-pills .show > .nav-link[b-6t892coz7r] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6t892coz7r] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6t892coz7r] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6t892coz7r] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6t892coz7r] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6t892coz7r] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/**/


@media (min-width: 992px) {
    .sidebar-lg[b-6t892coz7r] {
        width: 220px;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
    }

    .main-lg[b-6t892coz7r] {
        margin-left: 220px;
    }
}
/* _content/SimpleBookStore/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-oza5qfc61x] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/*a {
  color: #0077cc;
}*/

.btn-primary[b-oza5qfc61x] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-oza5qfc61x], .nav-pills .show > .nav-link[b-oza5qfc61x] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-oza5qfc61x] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-oza5qfc61x] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-oza5qfc61x] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-oza5qfc61x] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-oza5qfc61x] {
    white-space: nowrap;
    line-height: 1.5;
}

    .footer h5[b-oza5qfc61x] {
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .footer a[b-oza5qfc61x] {
        color: #333;
        text-decoration: none;
    }

        .footer a:hover[b-oza5qfc61x] {
            text-decoration: underline;
        }

    .footer p[b-oza5qfc61x] {
        margin: 0;
        line-height: 1.5;
    }

    .footer ul[b-oza5qfc61x] {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.brand-text[b-oza5qfc61x] {
    background: linear-gradient(45deg, #007bff, #6f42c1, #e83e8c);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-shift-b-oza5qfc61x 3s ease-in-out infinite;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@keyframes gradient-shift-b-oza5qfc61x {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.navbar-brand:hover .brand-text[b-oza5qfc61x] {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.navbar-brand:hover i[b-oza5qfc61x] {
    transform: rotate(5deg);
    transition: transform 0.3s ease;
}

/* 降級支援不支援 background-clip 的瀏覽器 */
@supports not (background-clip: text) {
    .brand-text[b-oza5qfc61x] {
        background: none;
        color: #007bff;
        text-shadow: 0 1px 3px rgba(0, 123, 255, 0.3);
    }
}
