/* /Pages/個人資訊/修改密碼Page.razor.rz.scp.css */
.required-caption[b-knalq3y6hj]:before {
    content: '*';
    color: red;
}
/* /Shared/Core_DxGrid_v2_3.razor.rz.scp.css */
[b-776o3xif27] .grid-container {
    width: min-content !important;
    max-width: 100% !important;
    height: fit-content !important;
    max-height: 100% !important;
    margin-bottom: 10px;
}

@media(max-height: 600px) {
    [b-776o3xif27] .grid-container {
        height: min-content !important;
        max-height: min-content !important;
    }
}

[b-776o3xif27] .grid-fixed-container {
    width: 100% !important;
    max-width: 100% !important;
    height: fit-content !important;
    max-height: 100% !important;
    margin-bottom: 10px;
}

@media(max-height: 600px) {
    [b-776o3xif27] .grid-fixed-container {
        height: min-content !important;
        max-height: min-content !important;
    }
}


/*自動矯正欄位寬度*/
[b-776o3xif27] .grid-container .dxbl-grid-table {
    width: auto !important;
}

/*自動矯正欄位寬度*/
[b-776o3xif27] .grid-fixed-container .dxbl-grid-table {
    min-width: 100% !important;
    width: auto !important;
}

[b-776o3xif27] dxbl-grid .dxbl-grid-empty-cell {
    /*        width: 10px !important;*/
    display: none;
}

[b-776o3xif27] tr.highlighted > td {
    background-color: rgba(245, 198, 203, 0.5) !important;
}

[b-776o3xif27] .dxbl-grid-focused-row a {
    color: white;
}

[b-776o3xif27] .dxbl-grid-focused-row .grid-command-expand {
    color: white;
}

[b-776o3xif27] .dxbl-grid .grid-command-expand {
    padding: 0 !important;
}

/*::deep dxbl-grid .dxbl-scroll-viewer-vert-scroll-bar {
    right: 0 !important;
}
*/

[b-776o3xif27] .dxbl-scroll-viewer-vert-scroll-bar > .dxbl-scroll-viewer-scroll-thumb {
    width: 10px !important;
    border-radius: 0.75rem !important;
}

    [b-776o3xif27] .dxbl-scroll-viewer-vert-scroll-bar > .dxbl-scroll-viewer-scroll-thumb:hover {
        width: 15px !important;
    }

[b-776o3xif27] .dxbl-scroll-viewer-hor-scroll-bar.dxbl-active {
    /*    bottom: 28px !important;*/
    display: flex !important;
}

    [b-776o3xif27] .dxbl-scroll-viewer-hor-scroll-bar.dxbl-active > .dxbl-scroll-viewer-scroll-thumb {
        display: block !important;
    }

[b-776o3xif27] .dxbl-scroll-viewer-hor-scroll-bar > .dxbl-scroll-viewer-scroll-thumb {
    height: 8px !important;
    border-radius: 0.75rem !important;
    display: block !important;
}

    [b-776o3xif27] .dxbl-scroll-viewer-hor-scroll-bar > .dxbl-scroll-viewer-scroll-thumb:hover {
        height: 15px !important;
    }

/*::deep dxbl-grid .dxbl-grid-detail-cell dxbl-form-layout {
    width: calc(100% - 56px) !important;
}
*/
[b-776o3xif27] dxbl-grid thead > tr {
    white-space: nowrap;
}

[b-776o3xif27] dxbl-grid tbody > tr:not(.dxbl-grid-empty-row) {
    height: 42px;
    white-space: nowrap;
}

[b-776o3xif27] dxbl-grid tfoot > tr {
    white-space: nowrap;
}

[b-776o3xif27] .hide-expand .dxbl-grid-expand-button-cell .dxbl-grid-expand-button {
    visibility: hidden;
}

[b-776o3xif27] .dxbl-grid-header > .dxbl-grid-column-resize-anchor {
    display: none !important;
}
/* /Shared/Core_ToolBar_v2_2.razor.rz.scp.css */
.content-toolbar-v2[b-vvsvv8od8g] {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    background-color: white;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
}

    .content-toolbar-v2.top[b-vvsvv8od8g] {
        top: 0;
    }

    .content-toolbar-v2.fixed[b-vvsvv8od8g] {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: white;
    }

    .content-toolbar-v2 > .toolbar-filter[b-vvsvv8od8g] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 .25rem 0;
        background-color: inherit;
    }

    .content-toolbar-v2 > .toolbar-start[b-vvsvv8od8g] {
        display: flex;
        justify-content: flex-start !important;
        /*align-self: flex-start !important;*/
        flex-wrap: wrap;
        /*flex: 1 1 auto;*/
        margin: 0 auto .25rem 0;
    }

    .content-toolbar-v2 > .toolbar-center[b-vvsvv8od8g] {
        display: flex;
        justify-content: center !important;
        /*align-self: center !important;*/
        flex-wrap: wrap;
        flex: 1 1 auto;
        margin: 0 auto .25rem auto;
    }

    .content-toolbar-v2 > .toolbar-end[b-vvsvv8od8g] {
        display: flex;
        justify-content: flex-end !important;
        /*align-self: flex-end !important;*/
        flex-wrap: wrap;
        /*flex: 0 1 auto;*/
        margin: 0 0 .25rem auto;
    }

[b-vvsvv8od8g] .dxbl-toolbar {
    font-size: 1rem;
    background-color: inherit;
    --dxbl-toolbar-font-size: none;
    --dxbl-toolbar-bg: none;
}

[b-vvsvv8od8g] .toolbar-btn {
    padding: .375rem .5rem;
}

[b-vvsvv8od8g] .toolbar-break {
    flex-basis: 100%;
    height: 0;
}

[b-vvsvv8od8g] .toolbar-action {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    align-self: center;
    align-items: stretch;
    padding-right: .625rem;
}

    [b-vvsvv8od8g] .toolbar-action > .toolbar-action-checkbox {
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        display: inline-flex;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        padding: 0 .1725em;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        border-radius: .25rem !important;
        height: 2rem;
    }


[b-vvsvv8od8g] .toolbar-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: .75rem;
    padding-right: .625rem;
}

    [b-vvsvv8od8g] .toolbar-group > .toolbar-group-control {
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        display: inline-flex;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .1725em;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        border-radius: .25rem !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    [b-vvsvv8od8g] .toolbar-group > .toolbar-group-text {
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        display: inline-flex;
        padding: .375rem .75rem;
        margin: 0;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        background-color: var(--bs-gray-300) !important;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        border-radius: .25rem !important;
        border-right-width: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        color: black;
    }

    [b-vvsvv8od8g] .toolbar-group .dxbl-radio-group > .dxbl-checkbox-radio {
        min-height: 35px;
        align-items: center;
        padding: .1875rem .5rem !important;
        background-color: var(--bs-gray-300) !important;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        accent-color: var(--bs-primary) !important;
        cursor: pointer;
    }
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-isfeh8jy7r] {
    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-isfeh8jy7r] {
    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-isfeh8jy7r] {
    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-isfeh8jy7r] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-isfeh8jy7r] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jj25wdk9a8] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-jj25wdk9a8] .page-layout,
[b-jj25wdk9a8] .page-layout > .dxbl-gridlayout-root,
[b-jj25wdk9a8] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-jj25wdk9a8] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-jj25wdk9a8] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-jj25wdk9a8] .fit-width {
    max-width: 100%;
}

[b-jj25wdk9a8] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-k2ebnoh06p] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: auto;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-k2ebnoh06p] {
    display: none;
}

.sidebar.expand[b-k2ebnoh06p] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-k2ebnoh06p] {
        display: none;
    }

    .sidebar.expand[b-k2ebnoh06p] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-k2ebnoh06p] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-k2ebnoh06p] .app-sidebar .root-item > :first-child {
    --dxbl-treeview-font-weight: 600;
}

[b-k2ebnoh06p] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-k2ebnoh06p] .app-sidebar {
        padding-bottom: 0;
    }
}
