@import '_content/Net_RazorLibrary/Net_RazorLibrary.4lv57h16mh.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-h9po6v3az8] {
    height: 100%;
    background-color: inherit;
    font-family: var(--bs-font-sans-serif);
}

[b-h9po6v3az8] .page-layout,
[b-h9po6v3az8] .page-layout > .dxbl-gridlayout-root,
[b-h9po6v3az8] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    position: relative;
}

[b-h9po6v3az8] .content {
    display: flex !important;
    flex-flow: column !important;
    margin: 0.2rem;
    padding: 0 0.5rem 0.25rem 0.5rem;
    overflow: auto;
    /* 關鍵屬性：禁止超出邊界的捲動行為 */
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
}

[b-h9po6v3az8] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

#marquee[b-h9po6v3az8] {
    width: 100%;
    overflow: hidden;
}

.marquee-content[b-h9po6v3az8] {
    width: min-content;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee-b-h9po6v3az8 linear infinite;
    font-size: 1.2rem;
    color: white;
    background-color: red;
}

@keyframes marquee-b-h9po6v3az8 {
    from {
        margin-left: 100%;
    }

    to {
        transform: translateX(-100%);
    }
}
/* /Components/Layout/BlankLayout.razor.rz.scp.css */
.page[b-7nhjykpg7y] {
    height: 100%;
    background-color: inherit;
    font-family: var(--bs-font-sans-serif);
}

[b-7nhjykpg7y] .content {
    display: flex !important;
    flex-flow: column !important;
    margin: 0.2rem;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    overflow: auto;
    /* 關鍵屬性：禁止超出邊界的捲動行為 */
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
}


@media print {
    /* 必須將所有父層高度設為 auto，否則瀏覽器只會印出螢幕看見的那一頁 */
    html[b-7nhjykpg7y], body[b-7nhjykpg7y], #app[b-7nhjykpg7y], .page[b-7nhjykpg7y], main[b-7nhjykpg7y], .main[b-7nhjykpg7y], .content[b-7nhjykpg7y] {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important; /* 允許內容溢出到下一頁 */
        display: block !important; /* 避免 Flexbox 造成的分頁異常 */
        position: static !important; /* 移除絕對/相對定位 */
    }

    .page[b-7nhjykpg7y] {
        display: block !important; /* 強制改回區塊佈局 */
    }

    .sidebar[b-7nhjykpg7y] {
        display: none !important; /* 隱藏側邊欄 */
    }

    /* 隱藏 Chrome, Safari, Edge 的捲軸 */
    [b-7nhjykpg7y]::-webkit-scrollbar {
        display: none !important;
    }

    /* 隱藏 Firefox */
    *[b-7nhjykpg7y] {
        scrollbar-width: none !important;
    }

    /* 隱藏 IE/舊版 Edge */
    *[b-7nhjykpg7y] {
        -ms-overflow-style: none !important;
    }

    [b-7nhjykpg7y] div {
        page-break-inside: avoid;
    }

        /* 1. 避免圖片或表格被切斷 */
        img[b-7nhjykpg7y], table[b-7nhjykpg7y], tr[b-7nhjykpg7y], div.card[b-7nhjykpg7y] {
            break-inside: avoid;
            -webkit-column-break-inside: avoid; /* 舊版 WebKit 支援 */
        }

    /* 3. 調整邊距，防止頁首頁尾遮擋 */
    @page {
        margin: 2cm;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
.navbar.header-navbar[b-4k8rjc8ilg] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-4k8rjc8ilg] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

    .header-navbar .navbar-toggler .navbar-toggler-icon[b-4k8rjc8ilg] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        background-color: transparent !important;
        height: 2rem;
        width: 2rem;
    }

.title[b-4k8rjc8ilg] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-4k8rjc8ilg] {
        font-size: inherit;
    }
}

.navbar-logo[b-4k8rjc8ilg],
.navbar-logo img[b-4k8rjc8ilg] {
    height: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l2g41wrrj6] {
    height: 100%;
    background-color: inherit;
    font-family: var(--bs-font-sans-serif);
}

[b-l2g41wrrj6] .page-layout,
[b-l2g41wrrj6] .page-layout > .dxbl-gridlayout-root,
[b-l2g41wrrj6] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    position: relative;
}

[b-l2g41wrrj6] .content {
    display: flex !important;
    flex-flow: column !important;
    margin: 0.2rem;
    padding: 0 0.5rem 0.25rem 0.5rem;
    overflow: auto;
    /* 關鍵屬性：禁止超出邊界的捲動行為 */
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
}

[b-l2g41wrrj6] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

#marquee[b-l2g41wrrj6] {
    width: 100%;
    overflow: hidden;
}

.marquee-content[b-l2g41wrrj6] {
    width: min-content;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee-b-l2g41wrrj6 linear infinite;
    font-size: 1.2rem;
    color: white;
    background-color: red;
}

@keyframes marquee-b-l2g41wrrj6 {
    from {
        margin-left: 100%;
    }

    to {
        transform: translateX(-100%);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-a2bgh1xnub] {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    width: 0;
    height: 100%;
    max-height: 100%;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    transition: width 750ms 10ms;
    display: block !important;
}

    .sidebar.expand[b-a2bgh1xnub] {
        width: 300px;
        max-width: 100%;
    }

@media (max-width: 1200px) {
    .sidebar[b-a2bgh1xnub] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        bottom: 0;
        height: auto !important;
        width: 0;
        z-index: 1500 !important;
    }
}

[b-a2bgh1xnub] .app-sidebar {
    height: 100% !important;
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-a2bgh1xnub] .app-sidebar .root-item > :first-child {
        --dxbl-treeview-font-weight: 600;
    }

    [b-a2bgh1xnub] .app-sidebar .dxbl-treeview-item-text {
        font-size: 1rem !important;
    }

    [b-a2bgh1xnub] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }

@media (max-width: 1200px) {
    [b-a2bgh1xnub] .app-sidebar {
        padding-bottom: 0;
    }
}

.dxbl-treeview-item-text[b-a2bgh1xnub] {
    white-space: nowrap !important;
}

.dxbl-active[b-a2bgh1xnub]{
    pointer-events: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uhtbdloraz],
.components-reconnect-repeated-attempt-visible[b-uhtbdloraz],
.components-reconnect-failed-visible[b-uhtbdloraz],
.components-pause-visible[b-uhtbdloraz],
.components-resume-failed-visible[b-uhtbdloraz],
.components-rejoining-animation[b-uhtbdloraz],
.components-success-visible[b-uhtbdloraz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-retrying[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-failed[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-hide .components-success-visible[b-uhtbdloraz],
#components-reconnect-modal.components-reconnect-rejected .components-success-visible[b-uhtbdloraz] {
    display: block;
}


#components-reconnect-modal[b-uhtbdloraz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-uhtbdloraz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uhtbdloraz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uhtbdloraz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uhtbdloraz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uhtbdloraz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uhtbdloraz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uhtbdloraz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uhtbdloraz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uhtbdloraz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uhtbdloraz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uhtbdloraz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uhtbdloraz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uhtbdloraz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uhtbdloraz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uhtbdloraz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uhtbdloraz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uhtbdloraz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uhtbdloraz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Page/Page_報表_v3_4.razor.rz.scp.css */


.report-panel[b-j1alwcpv7v] {
    height: 0;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    display: block !important;
    transition: height 750ms 10ms;
}

    .report-panel.expand[b-j1alwcpv7v] {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow:auto;
        margin: auto;
        border: thick double var(--bs-primary);
    }


[b-j1alwcpv7v] .dxbrv-toolbar-container {
    white-space: nowrap;
}

[b-j1alwcpv7v] .dxbrv-surface-wrapper {
    overscroll-behavior: auto;
}

[b-j1alwcpv7v] .report-button {
    position: sticky;
    left: 0;
    width: fit-content;
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
/* /Components/RoutePage/0_公共服務/RoutePage_樹狀組織圖查詢.razor.rz.scp.css */
[b-f5pd69yfb2].dx-diagram {
    width: 100% !important;
    height: 100% !important;
}

    [b-f5pd69yfb2].dx-diagram .template .template-button {
        cursor: pointer;
        font-size: 10pt;
        fill: navy;
    }

    [b-f5pd69yfb2].dx-diagram .dx-scrollable-scrollbar {
        height: 10px;
    }

        [b-f5pd69yfb2].dx-diagram .dx-scrollable-scrollbar .dx-scrollable-scroll {
            height: 10px;
        }

    [b-f5pd69yfb2].dx-diagram .dx-scrollable-scroll-content {
        background-color: gray !important;
        height: 10px;
    }

    [b-f5pd69yfb2].dx-diagram .dx-menu-item-wrapper, .dx-menu-item[b-f5pd69yfb2], .dx-menu-item-content[b-f5pd69yfb2] {
        height: min-content !important;
    }
/* /Components/RoutePage/0_公共服務/RoutePage_訊息快報.razor.rz.scp.css */
/*#region ---------- Content-Body CSS ----------*/
[b-4d7dlfelw4] .content-body {
    width: 100% !important;
    max-width: 100% !important;
    height: 0;
    max-height: 100% !important;
    flex: 1 1 auto;
}

.content-body-panel[b-4d7dlfelw4] {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px dotted;
}

    .content-body-panel:first-child[b-4d7dlfelw4] {
        padding-top: 0;
    }

/*#endregion*/
/* /Components/RoutePage/0_登入服務/RoutePage_Login.razor.rz.scp.css */
/*#region ---------- Captcha CSS ----------*/
[b-qo1igxchpd] .divCaptach {
    display: flex;
    flex-wrap: nowrap;
}

[b-qo1igxchpd] .btn-refresh {
    border: none;
    height: 30px;
    align-self: center;
    margin-left: 3px;
    border-radius: 4px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMDAgMTAwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz48Zz48ZyBpZD0icmVmcmVzaCI+PHBhdGggZD0iTTg0MywxNTdDNzU3LjIsNjUuMSw2MzQuNywxMCw1MDAsMTBDMjMwLjUsMTAsMTAsMjMwLjUsMTAsNTAwYzAsMjY5LjUsMjIwLjUsNDkwLDQ5MCw0OTBjMjI2LjYsMCw0MTYuNS0xNTkuMyw0NzEuNi0zNjcuNUg4NDNjLTQ5LDE0MC45LTE4My44LDI0NS0zNDMsMjQ1Yy0yMDIuMSwwLTM2Ny41LTE2NS40LTM2Ny41LTM2Ny41YzAtMjAyLjEsMTY1LjQtMzY3LjUsMzY3LjUtMzY3LjVjMTA0LjEsMCwxODkuOSw0Mi45LDI1Ny4yLDExMC4ybC0xOTYsMTk2SDk5MFYxMEw4NDMsMTU3eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9nPg0KPC9zdmc+) no-repeat, #cacaca;
    background-position-y: center;
    background-position-x: center;
    background-size: 70%;
    width: 30px;
}
/*#endregion*/

[b-qo1igxchpd] .login-title {
    width: fit-content;
    align-self: center;
    margin: 0px !important;
}
