/* _content/WisehubTech/Shared/Footer.razor.rz.scp.css */
/* Scoped styles for Shared/Footer.razor (component CSS isolation)
   Keeps footer styles maintained in one file without global !important overrides.
*/

.footer-theme[b-xyfojoshx5] {
  color: var(--footer-text, #fff);
  background-color: var(--footer-bg, #222);
}



.footer-theme h5[b-xyfojoshx5],
.footer-theme h6[b-xyfojoshx5] {
  color: #fff !important;
  font-weight: bold;
}

.footer-theme a[b-xyfojoshx5] {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-theme a:hover[b-xyfojoshx5],
.footer-theme a:focus[b-xyfojoshx5] {
  color: var(--accent, #ffc107) !important;
}

.footer-theme .text-muted[b-xyfojoshx5] {
  color: #fff !important;
  opacity: 0.85;
}

.footer-theme p[b-xyfojoshx5],
.footer-theme ul[b-xyfojoshx5],
.footer-theme li[b-xyfojoshx5] {
  color: var(--footer-text, #fff);
}

.footer-theme .text-muted[b-xyfojoshx5] {
  color: rgba(255,255,255,0.75);
}

.footer-theme a[b-xyfojoshx5] {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-theme a:hover[b-xyfojoshx5],
.footer-theme a:focus[b-xyfojoshx5] {
  color: var(--accent, #ffc107);
}

.footer-theme .fab[b-xyfojoshx5],
.footer-theme .fas[b-xyfojoshx5] {
  color: rgba(255,255,255,0.9);
  transition: color 0.2s ease;
}

.footer-theme .fab:hover[b-xyfojoshx5],
.footer-theme .fas:hover[b-xyfojoshx5] {
  color: var(--accent, #ffc107);
}

/* Utility: allow overriding color tokens in a parent layout or site-wide variables */
:root[b-xyfojoshx5] {
  --footer-bg: #222;
  --footer-text: #ffffff;
  --accent: #ffc107;
}
/* _content/WisehubTech/Shared/MainLayout.razor.rz.scp.css */
.page[b-cwycpytlo2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cwycpytlo2] {
    flex: 1;
}

.top-row[b-cwycpytlo2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cwycpytlo2]  a, .top-row .btn-link[b-cwycpytlo2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cwycpytlo2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cwycpytlo2] {
        display: none;
    }

    .top-row.auth[b-cwycpytlo2] {
        justify-content: space-between;
    }

    .top-row a[b-cwycpytlo2], .top-row .btn-link[b-cwycpytlo2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cwycpytlo2] {
        flex-direction: column;
    }

    .top-row[b-cwycpytlo2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* _content/WisehubTech/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vqnhf5q3h3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vqnhf5q3h3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vqnhf5q3h3] {
    font-size: 1.1rem;
}

.oi[b-vqnhf5q3h3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vqnhf5q3h3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.navbar-nav[b-vqnhf5q3h3] {
    display: flex;
    align-items: center;
}

/* 移除首頁額外 padding-top，避免高度不一致 */

    .nav-item:last-of-type[b-vqnhf5q3h3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vqnhf5q3h3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 3rem;
        font-size: 1rem;
        font-weight: 500;
        padding: 0 1.2rem;
        box-sizing: border-box;
    }

.nav-item[b-vqnhf5q3h3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
    font-weight: 700;
}

.nav-item[b-vqnhf5q3h3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vqnhf5q3h3] {
        display: none;
    }

    .collapse[b-vqnhf5q3h3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
