@import '_content/Net_RazorLibrary/Net_RazorLibrary.fi0jbi9syx.bundle.scp.css';

/* _content/保險業主程式/Components/Core_選擇月份.razor.rz.scp.css */

.content-title[b-jerb65ue91] {
    flex: 0 1 auto;
}

.content-title-100[b-jerb65ue91] {
    flex: 0 1 auto;
    width: 100% !important;
}

.content-title-center[b-jerb65ue91] {
    flex: 0 1 auto;
    align-self: center;
    width: 100% !important;
}

    .content-title-center > *[b-jerb65ue91] {
        justify-content: center;
    }
/* _content/保險業主程式/Components/Core_選擇起始截止月份.razor.rz.scp.css */

.content-title[b-gsy1gvabkp] {
    flex: 0 1 auto;
}

.content-title-100[b-gsy1gvabkp] {
    flex: 0 1 auto;
    width: 100% !important;
}

.content-title-center[b-gsy1gvabkp] {
    flex: 0 1 auto;
    align-self: center;
    width: 100% !important;
}

    .content-title-center > *[b-gsy1gvabkp] {
        justify-content: center;
    }
/* _content/保險業主程式/Pages_客製化/鼎綸/報表Page_v3.razor.rz.scp.css */
[b-9zs34v1kwh] .dxbrv-surface-container {
    width: 100% !important;
}

[b-9zs34v1kwh] .dxbrv-toolbar .dxbl-toolbar .dxbl-toolbar-placeholder {
    flex: unset !important;
}
/* _content/保險業主程式/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-oyoeq8w15f] {
    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-oyoeq8w15f] {
    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-oyoeq8w15f] {
    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-oyoeq8w15f] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-oyoeq8w15f] {
        font-size: inherit;
    }
}
/* _content/保險業主程式/Shared/MainLayout.razor.rz.scp.css */
.page[b-yzienqk1cy] {
    height: 100%;
    background-color: inherit;
    font-family: var(--bs-font-sans-serif);
}

[b-yzienqk1cy] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-yzienqk1cy] .page-layout,
[b-yzienqk1cy] .page-layout > .dxbl-gridlayout-root,
[b-yzienqk1cy] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    position: relative;
}

[b-yzienqk1cy] .marquee {
    margin: 0.2rem 0.2rem 0 0.2rem;
    overflow: auto;
}

[b-yzienqk1cy] .content {
    display: flex !important;
    flex-flow: column !important;
    margin: 0.2rem;
    padding: 0 1rem 1rem 1rem;
    overflow: auto;
}

[b-yzienqk1cy] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 1200px) {
    [b-yzienqk1cy] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

#marquee[b-yzienqk1cy] {
    width: 100%;
    overflow: hidden;
}

.marquee-content[b-yzienqk1cy] {
    width: min-content;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee-b-yzienqk1cy linear infinite;
    font-size: 1rem;
}

@keyframes marquee-b-yzienqk1cy {
    from {
        margin-left: 100%;
    }

    to {
        transform: translateX(-100%);
    }
}
/* _content/保險業主程式/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-lxn4pge9oi] {
    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-lxn4pge9oi] {
        width: 300px;
        max-width: 100%;
    }

@media (max-width: 1200px) {
    .sidebar[b-lxn4pge9oi] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        bottom: 0;
        height: auto !important;
        width: 0;
        z-index: 1500 !important;
    }
}

[b-lxn4pge9oi] .app-sidebar {
    height: 100% !important;
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-lxn4pge9oi] .app-sidebar .root-item > :first-child {
        --dxbl-treeview-font-weight: 600;
    }

    [b-lxn4pge9oi] .app-sidebar .dxbl-treeview-item-text {
        font-size: 1rem !important;
    }

    [b-lxn4pge9oi] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }

@media (max-width: 1200px) {
    [b-lxn4pge9oi] .app-sidebar {
        padding-bottom: 0;
    }
}

.dxbl-treeview-item-text[b-lxn4pge9oi] {
    white-space: nowrap !important;
}

.dxbl-active[b-lxn4pge9oi]{
    pointer-events: none;
}
