/* /Components/Layout/AccountInfoNavBar.razor.rz.scp.css */
.loginInfo[b-0i29ev8cp3] {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    background-color: #F5F5F5;
    margin-top: 11.5rem;
    padding: 5px 6rem;
    position: fixed;
    left: 0;
    width: 100%;
    z-index:2;
}

.company-name[b-0i29ev8cp3] {
    float: right;
}


@media (max-width: 1199px) {
    .loginInfo[b-0i29ev8cp3] {
        display:none;
    }
}

/*@media (max-width: 960px) {
    .loginInfo {
        padding: 1px 5rem;
    }

    .company-name {
        display: none;
    }
}*/
/* /Components/Layout/FunctionNavBar.razor.rz.scp.css */
.function-nav[b-cqoeyd3jw5] {
    background-color: #0D47A1;
    margin-top: 7rem;
    position: fixed;
    left: 0;
    width: 100%;
    display: flex;
    padding: 0px 6rem;
    justify-content: flex-end;
    z-index: 999;
}

.function-nav-item[b-cqoeyd3jw5]  .nav-link {
    color: #F5F5F5;
}

.function-nav-item[b-cqoeyd3jw5]  .nav-link:hover,
.function-nav-item[b-cqoeyd3jw5]  .nav-link.active {
    background-color: #F5F5F5;
    color: #0D47A1;
}

.function-nav-item[b-cqoeyd3jw5]  .account,
.function-nav-item[b-cqoeyd3jw5]  caption {
    color: white;
}

.function-nav-item[b-cqoeyd3jw5]  .nav-link:hover .account,
.function-nav-item[b-cqoeyd3jw5]  .nav-link.active .account {
    color: #0D47A1;
}

@media (max-width: 1199px) {
    .function-nav[b-cqoeyd3jw5] {
        display: none;
    }
}

/*@media (max-width: 960px) {
    .function-nav {
        padding: 0px 1rem;
    }
}*/
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-26b7oqq9r5] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom:1rem;
}

/*.content{
    margin-top: 110px;
}*/

main[b-26b7oqq9r5] {
    flex: 1;
}

.sidebar[b-26b7oqq9r5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-26b7oqq9r5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-26b7oqq9r5]  a, .top-row[b-26b7oqq9r5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-26b7oqq9r5]  a:hover, .top-row[b-26b7oqq9r5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-26b7oqq9r5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-26b7oqq9r5] {
        justify-content: space-between;
    }

    .top-row[b-26b7oqq9r5]  a, .top-row[b-26b7oqq9r5]  .btn-link {
        margin-left: 0;
    }
    .content[b-26b7oqq9r5]{
        margin: 0%;
    }
}

@media (min-width: 641px) {
    .page[b-26b7oqq9r5] {
        flex-direction: row;
    }

    .sidebar[b-26b7oqq9r5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-26b7oqq9r5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-26b7oqq9r5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-26b7oqq9r5], article[b-26b7oqq9r5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-26b7oqq9r5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-26b7oqq9r5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.dialog-page-title[b-26b7oqq9r5] {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0D47A1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-32221chnel] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-32221chnel] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-32221chnel] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-32221chnel] {
    font-size: 1.1rem;
}

.bi[b-32221chnel] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-32221chnel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-32221chnel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-32221chnel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-32221chnel] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-32221chnel] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-32221chnel] {
        padding-bottom: 1rem;
    }

    .nav-item[b-32221chnel]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-32221chnel]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-32221chnel]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-32221chnel] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-32221chnel] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-32221chnel] {
        display: none;
    }

    .nav-scrollable[b-32221chnel] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SignUpLayout.razor.rz.scp.css */
.page[b-uk46prjjm4] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.content[b-uk46prjjm4]{
    margin-top: 110px;
}

main[b-uk46prjjm4] {
    flex: 1;
}

.sidebar[b-uk46prjjm4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uk46prjjm4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uk46prjjm4]  a, .top-row[b-uk46prjjm4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uk46prjjm4]  a:hover, .top-row[b-uk46prjjm4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uk46prjjm4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-uk46prjjm4] {
        justify-content: space-between;
    }

    .top-row[b-uk46prjjm4]  a, .top-row[b-uk46prjjm4]  .btn-link {
        margin-left: 0;
    }
    .content[b-uk46prjjm4]{
        margin: 0%;
    }
}

@media (min-width: 641px) {
    .page[b-uk46prjjm4] {
        flex-direction: row;
    }

    .sidebar[b-uk46prjjm4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uk46prjjm4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uk46prjjm4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uk46prjjm4], article[b-uk46prjjm4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uk46prjjm4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-uk46prjjm4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/TermsUseLayout.razor.rz.scp.css */
footer.site-footer[b-ls4nhzdxmb] {
    background-color: var(--primary-color);
}

@media (max-width: 320px) {
    a[b-ls4nhzdxmb] {
        padding: 0 !important;
    }
}
/* /Components/Pages/IndividualCheck/IndividualSearchName.razor.rz.scp.css */
[b-njwawm78pq] .k-form .k-form-fieldset {
    margin: 0.1rem 0 0 !important;
}

[b-njwawm78pq] .k-form-field {
    margin-bottom: 0.2rem !important;
}
[b-njwawm78pq] .k-form .k-form-legend {
    display: none !important;
}
/* /Components/Pages/IndividualCheck/IndividualTimeoutDialog.razor.rz.scp.css */

.k-window-content[b-lify41qnnq] {
    padding: 0 !important;
}


.dialog-root[b-lify41qnnq] {
    display: flex;
    flex-direction: column;
    max-height: 80dvh;
    min-height: 0;
}


.dialog-header[b-lify41qnnq] {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    padding: 0.75rem 1rem;
    text-align: center;
}


.dialog-page-title[b-lify41qnnq] {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #0D47A1;
    margin: 0;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.dialog-body[b-lify41qnnq] {
    flex: 1 1 auto; 
    min-height: 0;
    overflow: auto;
    padding: 1rem;
    box-sizing: border-box;
}

    .dialog-body p[b-lify41qnnq] {
        margin: 0 0 .75rem 0;
        text-align: center;
    }

    .dialog-body ul[b-lify41qnnq] {
        margin: 0 0 .75rem 1.25rem;
    }

.centered-image[b-lify41qnnq] {
    display: block;
    margin-inline: auto;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}


@media (max-height: 600px) {
    .dialog-root[b-lify41qnnq] {
        max-height: 70dvh;
    }

    .dialog-page-title[b-lify41qnnq] {
        font-size: .95rem;
    }

    .centered-image[b-lify41qnnq] {
        width: 80px;
        height: 80px;
    }
}
/* /Components/Pages/Sitemap/SiteMap.razor.rz.scp.css */
.page-title[b-mz4dkbel6j] {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #0D47A1;
}

a[b-mz4dkbel6j] {
    color: black;
    text-decoration: underline;
}
/* /Components/Pages/Version/Version.razor.rz.scp.css */
.version-card[b-8n0j7cwoib] {
    max-width: 600px;
    margin-inline: auto;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    overflow: hidden;
}


.version-title[b-8n0j7cwoib] {
    margin: 0;
    padding: 1rem 1.5rem;
    background-color: #0D47A1;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .5px;
}


.version-table[b-8n0j7cwoib] {
    width: 100%;
    border-collapse: collapse;
    font-size: .9375rem; /* 15px */
}


    .version-table tr:nth-child(even)[b-8n0j7cwoib] {
        background-color: #f9fafb;
    }


    .version-table th[b-8n0j7cwoib],
    .version-table td[b-8n0j7cwoib] {
        padding: .75rem 1.5rem;
        text-align: left;
    }

    .version-table th[b-8n0j7cwoib] {
        width: 40%;
        font-weight: 600;
        color: #111827;
    }

.mono[b-8n0j7cwoib] {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    word-break: break-all;
}
/* /Components/ShareComponent/MenuCard.razor.rz.scp.css */

.panel:hover[b-br7b8s1q6y] {
    background-color: #0D47A1;
    cursor:pointer;
}

.panel:hover .title[b-br7b8s1q6y],
.panel:hover .description[b-br7b8s1q6y] {
    color: white;
}

.frame[b-br7b8s1q6y] {
    position: relative;
    margin-bottom: 30px;
}

.frame-number[b-br7b8s1q6y] {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 14px;
    color: #666;
}

.panel[b-br7b8s1q6y] {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    background-color: white;
    border: 1px solid #e0e0e0;
}

.icon[b-br7b8s1q6y] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.hover-panel .icon[b-br7b8s1q6y] {
    background-color: white;
}

.text-content[b-br7b8s1q6y] {
    flex: 1;
}

.title[b-br7b8s1q6y] {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.description[b-br7b8s1q6y] {
    font-size: 14px;
    line-height: 1.4;
}

.dimensions[b-br7b8s1q6y] {
    display: inline-block;
    background-color: #0099ff;
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
    margin-top: 10px;
}

/* 手機版樣式 */
@media (max-width: 768px) {
    .frame[b-br7b8s1q6y] {
        margin: auto;
    }
}
/* /Components/ShareComponent/MobileBackLinkComponent.razor.rz.scp.css */
.icon-button[b-ytnm6oddb7] {
    border: none;
    background: transparent;
    padding: .5rem;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    top: -6px;
    position: relative;
    overflow: hidden;
    transition: background-color .15s ease, transform .1s ease;
}

.icon-button:hover[b-ytnm6oddb7],
.icon-button:focus-visible[b-ytnm6oddb7] {
    background-color: rgba(13,71,161,.10);
    outline: 2px solid #005fcc;
}

.icon-button:active[b-ytnm6oddb7] {
    background-color: rgba(13,71,161,.24);
    transform: scale(.92);
}

@media (min-width: 768px) {

    .mobile[b-ytnm6oddb7] {
        display: none;
    }
}

/*.material-symbols-rounded {
    font-display: block;
    visibility: hidden;
}*/

/*.material-symbols-rounded::before {
    content: attr(data-icon);
    visibility: visible;
}*/
/* /Components/ShareComponent/PageTitleComponent.razor.rz.scp.css */
.page-title[b-87hpgrtks0] {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 2rem; /* 32 px  →  2 rem */
    color: #0D47A1;
    margin-bottom: 1rem;
}

/* 置中用的附加類別 */
.align-center[b-87hpgrtks0] {
    text-align: center;
}
