/* _content/LandingPage/Components/ApproveList.razor.rz.scp.css */
[b-7iwvvg14ah] .btn-status-confirmation-required {
    background-color: #fd6666;
    color: white;
    border-radius: 5px;
    width: 80px;
    min-width: 75px;
    pointer-events : none;
}

[b-7iwvvg14ah] .btn-status-approved {
    background-color: #68a943;
    color: white;
    border-radius: 5px;
    width: 80px;
    min-width: 75px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-done {
    border: 2px solid #68a943;
    color: #68a943;
    background-color: white;
    flex-direction: column;
    border-radius: 5px;
    width: 80px;
    min-width: 75px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-reject {
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    background-color: white;
    flex-direction: column;
    border-radius: 5px;
    width: 80px;
    min-width: 75px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-remand {
    background-color: #F9B201;
    color: white;
    border-radius: 5px;
    width: 80px;
    min-width: 75px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-reapply {
    border: 2px solid #EA9600;
    color: #EA9600;
    background-color: white;
    width: 80px;
    min-width: 75px;
    flex-direction: column;
    border-radius: 5px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-applying {
    background-color: #4572c4;
    color: white;
    width: 80px;
    min-width: 75px;
    border-radius: 5px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-created {
    border: 2px solid #6fad4a;
    color: #6fad4a;
    background-color: white;
    width: 80px;
    min-width: 75px;
    flex-direction: column;
    border-radius: 5px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-error {
    border: 2px solid #fd6666;
    color: #fd6666;
    background-color: white;
    width: 80px;
    min-width: 75px;
    flex-direction: column;
    border-radius: 5px;
    pointer-events: none;
}

[b-7iwvvg14ah] .btn-status-waiting-processing {
    border: 2px solid #4366aa;
    color: #4366aa;
    background-color: white;
    width: 80px;
    min-width: 75px;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}

.tbl-approvals-tilte[b-7iwvvg14ah] {
    padding-top: 1rem;
    font-weight: bold;
    font-size: smaller;
}

    .tbl-approvals-tilte .right[b-7iwvvg14ah] {
        margin-right: 1rem;
        color: #366A91;
    }

.tbl-approvals-content[b-7iwvvg14ah] {
    overflow: auto;
    font-size: smaller;
/*    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 14%), 0px 0px 2px 0 rgb(0 0 0 / 12%);
*/}

    .tbl-approvals-content table[b-7iwvvg14ah] {
        table-layout: fixed;
        width: 100%;
        white-space: nowrap;
        border-color: transparent;
        font-size:0.75rem;
    }

    .tbl-approvals-content th[b-7iwvvg14ah], td[b-7iwvvg14ah] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tbl-approvals-content .th-app-status[b-7iwvvg14ah] {
        width: 90px;
    }

    .tbl-approvals-content .th-app-content[b-7iwvvg14ah] {
        width: 130px;
    }

    .tbl-approvals-content .td-team-name[b-7iwvvg14ah] {
        width: auto;
    }

    .tbl-approvals-content .td-app-name[b-7iwvvg14ah] {
        width: 15%;
    }

    .tbl-approvals-content .td-app-date[b-7iwvvg14ah] {
        width: 130px;
        text-align: right;
    }

.table > :not(caption) > * > *[b-7iwvvg14ah] {
    padding: 0.5rem 0.2rem;
}
.approvals-container[b-7iwvvg14ah] {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    box-shadow: #c8c6c4 0px 0px 15px 0px;
    border-radius: 15px;
    padding: 1rem 5rem 1rem 5rem;
    background-color: white;
}
.title[b-7iwvvg14ah] {
    font-weight: bold;
    font-size: 1rem;
}
.footer[b-7iwvvg14ah]{
    font-weight:bold;
    font-size:0.8rem;
    color:#5a9dc6;
}
.pointer[b-7iwvvg14ah]{
    cursor:pointer;
}

.area-carousel .approvals-container[b-7iwvvg14ah] {
    height: 100%;
    padding: 0rem;
    justify-content: space-between;
    box-shadow: none;
    background-color: transparent;
}

.area-carousel .tbl-approvals-content[b-7iwvvg14ah] {
    height: 100%;
}

    .area-carousel .tbl-approvals-content tr.pointer[b-7iwvvg14ah] {
        border-width: 10px 0px;
    }
/* _content/LandingPage/Components/BunsekiConfig/BunsekiSettingForm.razor.rz.scp.css */
.area-bunseki-setting[b-aiaka3qxtj] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .area-bunseki-setting #admin-settings-header[b-aiaka3qxtj] {
        overflow: hidden;
        /*margin: 0 0 -7px 0;*/
        padding-right: calc(12px + var(--scrollbar-width));
    }

        .area-bunseki-setting #admin-settings-header[b-aiaka3qxtj]  fluent-data-grid {
            margin-top: 5px;
        }

    .area-bunseki-setting #admin-settings[b-aiaka3qxtj] {
        overflow-y: auto;
        max-height: calc(100vh - 155px);
        max-height: calc(100dvh - 155px);
        height: calc(100vh - 155px);
        height: calc(100dvh - 155px);
    }

        .area-bunseki-setting #admin-settings[b-aiaka3qxtj]  fluent-data-grid-row[row-type="header"] {
            display: none;
        }

.area-btn-header[b-aiaka3qxtj] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}
/* #region ボタン */
[b-aiaka3qxtj] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}
/* #endregion ボタン */

/* Common Style*/
.form-select:focus[b-aiaka3qxtj] {
    border: 1px solid #ced4da;
    box-shadow: none;
}

[b-aiaka3qxtj] .padding-0 {
    padding: 0px;
}

[b-aiaka3qxtj] .padding-top-0 {
    padding-top: 0px;
}

[b-aiaka3qxtj] .padding-bottom-0 {
    padding-bottom: 0px;
}

.select-bunseki[b-aiaka3qxtj] {
    width: 250px !important;
}
/* _content/LandingPage/Components/Dialogs/DialogComponent.razor.rz.scp.css */
/* Error Dialog*/
.dialog-error[b-75eg9dedda] {
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
    box-shadow: 2px 2px 4px 4px rgb(0 0 0 / 10%);
}

    .dialog-error .lbl-content[b-75eg9dedda] {
        font-size: large;
        word-break: break-word;
    }

    .dialog-error[b-75eg9dedda]  .btn-custom {
        width: 100px !important;
    }

    .dialog-error[b-75eg9dedda]  .btn-shadow {
        box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    }

.modal[b-75eg9dedda] {
    z-index: 2147483648 !important;
}

[b-75eg9dedda] .modal {
    z-index: 2147483648 !important;
}
/* _content/LandingPage/Components/Dialogs/DialogTemplateComponent.razor.rz.scp.css */
[b-7xiyv8mzq4] .text-two-line-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.area-dialog-template[b-7xiyv8mzq4] {
    height: 250px;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
    box-shadow: 2px 2px 4px 4px rgb(0 0 0 / 10%);
}

    .area-dialog-template[b-7xiyv8mzq4]  fluent-switch {
        /*switch Style*/
        --accent-fill-active: #49D363;
        --accent-fill-rest: #49D363;
        --accent-fill-hover: #49D363;
    }

    .area-dialog-template .lbl-header[b-7xiyv8mzq4] {
        font-size: large;
        word-break: break-word;
    }

    .area-dialog-template[b-7xiyv8mzq4]  .btn-custom {
        width: 100px !important;
    }

    .area-dialog-template[b-7xiyv8mzq4]  .btn-shadow {
        box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    }

.area-dialog-element-center[b-7xiyv8mzq4] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 5px 25px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

    .area-dialog-element-center .form-select[b-7xiyv8mzq4] {
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
    }

        .area-dialog-element-center .form-select:focus[b-7xiyv8mzq4] {
            border: 1px solid #ced4da;
            box-shadow: none;
        }
/* _content/LandingPage/Components/Dialogs/ErrorPageComponent.razor.rz.scp.css */
/* Error Page*/
.page-error[b-chsdwb7r10] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100vh;
    height: 100dvh;
    background: white;
}

    .page-error .page-grid[b-chsdwb7r10] {
        height: 100%;
        font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Segoe UI" !important;
    }

.page-error-area[b-chsdwb7r10] {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 80%;
    flex-direction: column;
}

    .page-error-area .area-header[b-chsdwb7r10] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

        .page-error-area .area-header .area-header-content[b-chsdwb7r10] {
            font-size: 44px;
            font-family: "Segoe UI";
        }

    .page-error-area .content-message[b-chsdwb7r10] {
        font-size: 16px;
        color: red !important;
    }

    .page-error-area .content-message-afterconsent[b-chsdwb7r10] {
        font-size: 16px;
        color: #121212 !important;
    }

    .page-error-area[b-chsdwb7r10]  .btn-custom {
        width: 110px !important;
        height: 40px !important;
    }

    .page-error-area .copylight[b-chsdwb7r10] {
        font-size: .875rem;
    }

.img-banner[b-chsdwb7r10] {
    width: 30vw;
    width: 30dvw;
    min-width: 300px;
    max-width: 350px;
}


    .page-error-area[b-chsdwb7r10]  .btn-shadow {
        box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    }
/* _content/LandingPage/Components/Dialogs/NoContractComponent.razor.rz.scp.css */
/* Error Page*/
.page-error[b-k6o5qsja1y] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100vh;
    height: 100dvh;
    background: white;
}

    .page-error .page-grid[b-k6o5qsja1y] {
        height: 100%;
        font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Segoe UI" !important;
    }

.page-error-area[b-k6o5qsja1y] {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 80%;
    flex-direction: column;
}

    .page-error-area .area-header[b-k6o5qsja1y] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

        .page-error-area .area-header .area-header-content[b-k6o5qsja1y] {
            width: 320px;
        }

    .page-error-area .content-message[b-k6o5qsja1y] {
        font-size: 16px;
    }

    .page-error-area[b-k6o5qsja1y]  .btn-custom {
        width: 110px !important;
        height: 40px !important;
    }

    .page-error-area .contractlink[b-k6o5qsja1y],
    .page-error-area .copylight[b-k6o5qsja1y] {
        font-size: .875rem;
    }

    .page-error-area[b-k6o5qsja1y]  a {
        text-decoration: none;
    }

    .page-error-area[b-k6o5qsja1y]  .btn-shadow {
        box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    }
.img-banner[b-k6o5qsja1y] {
    width: 30vw;
    width: 30dvw;
    min-width: 300px;
    max-width: 350px;
}

/* _content/LandingPage/Components/ServiceAcountSetting.razor.rz.scp.css */
.area-management[b-ewctodadf7] {
    height: calc(100vh - 47px);
    height: calc(100dvh - 47px);
    margin: 1.5rem;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

.max-width-lable[b-ewctodadf7] {
    max-width: 150px;
}

.space-between-elements[b-ewctodadf7] {
    padding: 15px 0 0 0;
}

[b-ewctodadf7] .btn-apply {
    width: 100px !important;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
}

[b-ewctodadf7] .btn-access {
    width: 120px !important;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
}


/* On screens that are 600px or less*/
@media (max-width: 768px) {
    .space-between-elements[b-ewctodadf7] {
        padding: 5px 0 0 0;
    }
}
/* _content/LandingPage/Components/ServiceConfig/ServiceTopPageSettingForm.razor.rz.scp.css */
.area-service-toppage-setting[b-rq9jknznuk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 1rem;
}

.row-richtext-editor[b-rq9jknznuk] {
    flex: 1;
}

[b-rq9jknznuk] #rtEditor .e-content {
    overflow-wrap: break-word;
}

/* #region ボタン */
.area-btn-header[b-rq9jknznuk] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

.area-btn-header-left[b-rq9jknznuk] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

[b-rq9jknznuk] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}

[b-rq9jknznuk] .btn-header-type {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
}
[b-rq9jknznuk] .btn-header-type.selected {
    box-shadow: 0px 0px 0px 2px var(--accent-fill-rest);
}
/* #endregion ボタン */
/* _content/LandingPage/Components/ShinseiConfig/AddUserPoolDialog.razor.rz.scp.css */
[b-7be1kxz74v] .group-btn-width-100 {
    width: 100px !important;
}

[b-7be1kxz74v] .btn-basic-information-header {
    margin: 0 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 110px;
}

[b-7be1kxz74v] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

[b-7be1kxz74v] .space-between-elements {
    padding: 5px 0 0 0;
}

.nav-layout .navbar-nav .nav-link.active[b-7be1kxz74v] {
    border-bottom: 3px solid #1E91E0 !important;
}

.dialog-team-setting[b-7be1kxz74v] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    z-index: 100;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}


/*::deep fluent-dialog#addNotificationUsers {*/
    /*--dialog-height: 90vh;*/
    /*--dialog-height: calc(90vh - var(--navigationbar-height));
    --dialog-width: 35vw;
}

    ::deep fluent-dialog#addNotificationUsers::part(positioning-region) {
        padding-top: var(--navigationbar-height);
    }

    ::deep fluent-dialog#addNotificationUsers::part(control) {*/
        /*--dialog-height: 90vh;*/
        /*--dialog-height: calc(90vh - var(--navigationbar-height));
        min-width: 350px;
        min-height: 500px;
    }*/

    .dialog-team-setting[b-7be1kxz74v]  fluent-dialog#addUserPools {
        --dialog-height: calc(90vh - var(--navigationbar-height));
        --dialog-width: 35vw;
    }
/*        .dialog-team-setting ::deep fluent-dialog#addUserPools::part(positioning-region) {
            padding-top: var(--navigationbar-height);
        }
*/
        .dialog-team-setting[b-7be1kxz74v]  fluent-dialog#addUserPools::part(control) {
            --dialog-height: calc(90vh - var(--navigationbar-height));
            min-width: 350px;
            min-height: 500px;
        }

    .dialog-team-setting[b-7be1kxz74v]  fluent-progress-ring {
        height:100%;
    }

    .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout {
        height: calc(100% - 15px);
        overflow-y: auto;
        overflow-x: hidden;
    }
        .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-header {
            height: 55px;
            min-height: 55px;
        }

        .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search {
            display: flex;
            overflow-y: auto;
            overflow-x: hidden;
            height: calc(100% - 110px);
            max-height: calc(100% - 110px);
            align-content: flex-start;
            flex-wrap: wrap;
            flex-direction: row;
        }

            .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-content: flex-start;
                justify-content: flex-start;
                align-items: center;
                height: auto;
                max-height: 98px;
                min-height: 40px;
                overflow-y: auto;
                overflow-x: hidden;
            }

                .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header .area-user-selected-top {
                    display: flex;
                    flex-wrap: nowrap;
                    flex-direction: row;
                    align-items: center;
                    justify-content: flex-start;
                    align-content: center;
                    background: #CFEAF9;
                    width: fit-content;
                    border-radius: 13px;
                    height: 28px;
                    margin: 1px 5px 5px 5px;
                }

                    .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header .area-user-selected-top .area-profile {
                        height: 28px;
                        margin-top: -1.5px;
                        margin-left: -1px;
                    }

                        .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header .area-user-selected-top .area-profile .profile-image {
                            flex-grow: 0;
                            flex-shrink: 0;
                            width: 30px;
                            height: 30px;
                            position: relative;
                            border-radius: 100px;
                        }

                            .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header .area-user-selected-top .area-profile .profile-image .profile-status-dot {
                            }

                    .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header .area-user-selected-top .area-displayname {
                        padding: 0 10px 0 10px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        max-width: 190px;
                    }

                    .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-header .area-user-selected-top .btn-delete {
                        padding-right: 10px;
                    }


            .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search {
            }

            .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search-result {
                overflow-y: auto;
                overflow-x: hidden;
                max-height: calc(100% - 140px);
                margin-top: 10px;
            }

                .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search-result .treeitem-member {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    align-content: center;
                    flex-wrap: nowrap;
                    width: 100%;
                }

                    .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search-result .treeitem-member .area-profile-user {
                        flex-grow: 0;
                        flex-shrink: 0;
                        width: 40px;
                        height: 40px;
                        position: relative;
                        border-radius: 100px;
                    }

                        .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search-result .treeitem-member .area-profile-user .profile-status-dot {
                        }

                .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search-result .area-displayname {
                    font-size: medium;
                    font-weight: 400;
                }

                .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .dialog-search-result .area-mailaddress {
                    font-size: small;
                }

            .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .form-control:focus {
                box-shadow: none;
            }

            .dialog-team-setting[b-7be1kxz74v]  #addUserPools .dialog-fixed-layout .dialog-content-search .form-control:focus-visible {
                outline: 0;
                box-shadow: none;
                border-style: solid;
            }

@media (max-width: 1000px) {
    fluent-dialog#addUserPools[b-7be1kxz74v] {
        --dialog-width: 68vw;
    }
}

.btn-search-add-member[b-7be1kxz74v] {
    min-width: 340px;
    height: 55px;
    min-height: 55px;
}

/*.dialog-content-search {
    display: flex;
    height: calc(92vh - 180px);
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

    .dialog-content-search .dialog-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        max-height: 98px;
        min-height: 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .dialog-content-search .dialog-header .area-user-selected-top {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            align-content: center;
            background: #CFEAF9;
            width: fit-content;
            border-radius: 13px;
            height: 28px;
            margin: 0 5px 5px 5px;
        }

            .dialog-content-search .dialog-header .area-user-selected-top .area-profile {
                height: 28px;
                margin-top: -1.5px;
                margin-left: -1px;
            }

                .dialog-content-search .dialog-header .area-user-selected-top .area-profile .profile-image {
                    flex-grow: 0;
                    flex-shrink: 0;
                    width: 30px;
                    height: 30px;
                    position: relative;
                    border-radius: 100px;
                }

                    .dialog-content-search .dialog-header .area-user-selected-top .area-profile .profile-image .profile-status-dot {
                    }

            .dialog-content-search .dialog-header .area-user-selected-top .area-displayname {
                padding: 0 10px 0 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 190px;
            }

            .dialog-content-search .dialog-header .area-user-selected-top .btn-delete {
                padding-right: 10px;
            }


    .dialog-content-search .dialog-search {
    }

    .dialog-content-search .dialog-search-result {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(82vh - 190px);
        margin-top: 10px;
    }

        .dialog-content-search .dialog-search-result .treeitem-member {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            align-content: center;
            flex-wrap: nowrap;
            width: 100%;
        }

            .dialog-content-search .dialog-search-result .treeitem-member .area-profile-user {
                flex-grow: 0;
                flex-shrink: 0;
                width: 40px;
                height: 40px;
                position: relative;
                border-radius: 100px;
            }

                .dialog-content-search .dialog-search-result .treeitem-member .area-profile-user .profile-status-dot {
                }

        .dialog-content-search .dialog-search-result .area-displayname {
            font-size: medium;
            font-weight: 400;
        }

        .dialog-content-search .dialog-search-result .area-mailaddress {
            font-size: small;
        }

    .dialog-content-search .form-control:focus {
        box-shadow: none;
    }

    .dialog-content-search .form-control:focus-visible {
        outline: 0;
        box-shadow: none;
        border-style: solid;
    }

.area-information-layout {
    padding: 0 10px 0 0px;
    width: 100%;
    height: 100%;
    margin-left: 0;*/
    /*Tree Style*/
    /*--neutral-fill-stealth-rest: transparent !important;
    --neutral-fill-stealth-hover: #f3f3f3 !important;
    --neutral-fill-stealth-active: #f3f3f3 !important;
    --neutral-fill-stealth-focus: #fbfbfb !important;
}

    .area-information-layout .items {
        display: flex;
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .area-information-layout .editform {
        overflow: hidden;
        z-index: 2;
    }
*/
/* _content/LandingPage/Components/ShinseiConfig/GenerateUserPoolDialog.razor.rz.scp.css */
/* Confirm Dialog*/
.confirm-error[b-cg32zm4gg5] {
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
    box-shadow: 2px 2px 4px 4px rgb(0 0 0 / 10%);
    min-height: 200px;
}

    .confirm-error .lbl-content[b-cg32zm4gg5] {
        font-size: medium;
    }

.confirm-error[b-cg32zm4gg5]  .btn-custom {
    width: 110px !important;
    height:35px;
}

.confirm-error[b-cg32zm4gg5]  .btn-shadow {
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
}

    .confirm-error .modal-footer[b-cg32zm4gg5] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

.modal-footer > *[b-cg32zm4gg5] {
    margin: 0;
}

#msg-generate-userpool[b-cg32zm4gg5] {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
/* _content/LandingPage/Components/ShinseiConfig/ShinseiAccountForm.razor.rz.scp.css */
.form-check-input[type=checkbox][b-8yohw3sywf] {
    border-radius: 0 !important;
    border-color: #161514;
}

.form-check-input:focus[b-8yohw3sywf] {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox][b-8yohw3sywf] {
    box-shadow: none;
    border-color: #0d6efd !important;
}

[b-8yohw3sywf] .text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-8yohw3sywf] fluent-button.disabled {
    cursor: inherit;
}

.area-shinsei-account[b-8yohw3sywf] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .area-shinsei-account #admin-settings-header[b-8yohw3sywf] {
        overflow: hidden;
        /*margin: 0 0 -7px 0;*/
        padding-right: calc(12px + var(--scrollbar-width));
    }

        .area-shinsei-account #admin-settings-header[b-8yohw3sywf]  fluent-data-grid {
            margin-top: 5px;
        }

    .area-shinsei-account #admin-settings[b-8yohw3sywf] {
        overflow-y: auto;
        max-height: calc(100vh - 155px);
        max-height: calc(100dvh - 155px);
        height: calc(100vh - 155px);
        height: calc(100dvh - 155px);
    }

        .area-shinsei-account #admin-settings[b-8yohw3sywf]  fluent-data-grid-row[row-type="header"] {
            display: none;
        }

[b-8yohw3sywf] .text-successful {
    color: #49D363;
}

[b-8yohw3sywf] fluent-data-grid {
    /*margin-top: 5px;*/
    background-color: white;
    /*border: 1px solid black;*/
    border: 0px solid black;
}

    [b-8yohw3sywf] fluent-data-grid fluent-data-grid-row {
        border: 1px solid black;
        border-top-width: 0px;
        border-right-width: 2px;
    }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-row:last-child {
            border-bottom: 2px solid black !important;
        }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-row[row-type="header"] {
            /*border-bottom: 1px solid black;*/
            border-top-width: 1px;
            border-bottom-width: 2px;
            height: 38px;
        }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-row[row-type="default"] {
            /*border-bottom: 1px solid black;*/
            height: 35px;
        }

        /*::deep fluent-data-grid fluent-data-grid-row[row-type="default"]:last-child {
            border-bottom: 0;
        }*/

    [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell {
        margin: -3px 0 -3px 0;
        border-right: 1px solid black;
        border-radius: 0px;
    }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell:last-child {
            border-right-style: none;
        }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"] {
            margin: -2px 0 -2px 0;
        }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="1"] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="1"],
        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="2"],
        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="3"],
        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"][grid-column="1"],
        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"][grid-column="2"],
        [b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"][grid-column="3"] {
            /*border-right: 1px solid black;
            margin: -3px 0 -5px 0;*/
        }

[b-8yohw3sywf] fluent-data-grid-row[row-type="header"] {
    background: #305494 !important;
    --neutral-foreground-rest: white !important;
}

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="columnheader"]
{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="default"][grid-column="1"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    [b-8yohw3sywf] fluent-data-grid-cell[cell-type="default"][grid-column="1"] fluent-checkbox {
        border: 1px solid black;
    }

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="default"][grid-column="3"] {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="default"][grid-column="4"] {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="columnheader"],
[b-8yohw3sywf] fluent-data-grid fluent-data-grid-cell[cell-type="default"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="columnheader"] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

[b-8yohw3sywf] fluent-data-grid-cell[cell-type="default"] {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
/* _content/LandingPage/Components/ShinseiConfig/ShinseiAdministratorSettingForm.razor.rz.scp.css */
.form-check-input[type=checkbox][b-zedzcmkolh] {
    border-radius: 0 !important;
    border-color: #161514;
}

.form-check-input:focus[b-zedzcmkolh] {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox][b-zedzcmkolh] {
    box-shadow: none;
    border-color: #0d6efd !important;
}

[b-zedzcmkolh] .text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-zedzcmkolh] .btn-header {
    margin: 0 0 5px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}

[b-zedzcmkolh] fluent-button.disabled {
    cursor: inherit;
}

.area-shinsei-admin[b-zedzcmkolh] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .area-shinsei-admin #admin-settings-header[b-zedzcmkolh] {
        overflow: hidden;
        /*margin: 0 0 -7px 0;*/
        padding-right: calc(12px + var(--scrollbar-width));
    }

        .area-shinsei-admin #admin-settings-header[b-zedzcmkolh]  fluent-data-grid {
            margin-top: 5px;
        }

    .area-shinsei-admin #admin-settings[b-zedzcmkolh] {
        overflow-y: auto;
        max-height: calc(100vh - 155px);
        max-height: calc(100dvh - 155px);
        height: calc(100vh - 155px);
        height: calc(100dvh - 155px);
    }

        .area-shinsei-admin #admin-settings[b-zedzcmkolh]  fluent-data-grid-row[row-type="header"] {
            display: none;
        }

.area-btn-header[b-zedzcmkolh] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
    padding-right: calc(12px + var(--scrollbar-width));
}

[b-zedzcmkolh] fluent-data-grid {
    /*margin-top: 5px;*/
    background-color: white;
    /*border: 1px solid black;*/
    border: 0px solid black;
}

    [b-zedzcmkolh] fluent-data-grid fluent-data-grid-row {
        border: 1px solid black;
        border-top-width: 0px;
        border-right-width: 2px;
    }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-row:last-child {
            border-bottom: 2px solid black !important;
        }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-row[row-type="header"] {
            /*border-bottom: 1px solid black;*/
            border-top-width: 1px;
            border-bottom-width: 2px;
            height: 38px;
        }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-row[row-type="default"] {
            /*border-bottom: 1px solid black;*/
            height: 35px;
        }

        /*::deep fluent-data-grid fluent-data-grid-row[row-type="default"]:last-child {
            border-bottom: 0;
        }*/

    [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell {
        margin: -3px 0 -3px 0;
        border-right: 1px solid black;
        border-radius: 0px;
    }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell:last-child {
            border-right-style: none;
        }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"] {
            margin: -2px 0 -2px 0;
        }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="1"] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="1"],
        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="2"],
        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="3"],
        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"][grid-column="1"],
        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"][grid-column="2"],
        [b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"][grid-column="3"] {
            /*border-right: 1px solid black;
            margin: -3px 0 -5px 0;*/
        }

[b-zedzcmkolh] fluent-data-grid-row[row-type="header"] {
    background: #305494 !important;
    --neutral-foreground-rest: white !important;
}

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="columnheader"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="default"][grid-column="1"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    [b-zedzcmkolh] fluent-data-grid-cell[cell-type="default"][grid-column="1"] fluent-checkbox {
        border: 1px solid black;
    }

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="default"][grid-column="3"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="default"][grid-column="3"] fluent-switch {
    /*Button Style*/
    --accent-fill-active: #49D363;
    --accent-fill-rest: #49D363;
    --accent-fill-hover: #49D363;
}

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="columnheader"],
[b-zedzcmkolh] fluent-data-grid fluent-data-grid-cell[cell-type="default"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="columnheader"] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

[b-zedzcmkolh] fluent-data-grid-cell[cell-type="default"] {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
/* _content/LandingPage/Components/ShinseiConfig/ShinseiSettingForm.razor.rz.scp.css */
[b-otpeegjf66] .text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-otpeegjf66] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}

[b-otpeegjf66] .grid-center {
    display: grid;
    place-content: center;
}

[b-otpeegjf66] .space-between-elements {
    padding: 0 0 0 5px;
}

.responsiblelimit[b-otpeegjf66] {
    display: flex;
    align-items: center;
    padding: 5px 0px 15px 0px;
    margin: 10px 0;
}
[b-otpeegjf66] .responsiblelimit fluent-switch {
    /*Button Style*/
    --accent-fill-active: #49D363;
    --accent-fill-rest: #49D363;
    --accent-fill-hover: #49D363;
}

.area-shinsei-setting[b-otpeegjf66] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.area-btn-header-left[b-otpeegjf66] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.area-btn-header[b-otpeegjf66] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

/* Common Style*/
.form-select:focus[b-otpeegjf66] {
    border: 1px solid #ced4da;
    box-shadow: none;
}

[b-otpeegjf66] .padding-0 {
    padding: 0px;
}
[b-otpeegjf66] .padding-top-0 {
    padding-top: 0px;
}
[b-otpeegjf66] .padding-bottom-0 {
    padding-bottom: 0px;
}

[b-otpeegjf66] fluent-data-grid {
    margin-top: 5px;
    background-color: white;
    border: 0px solid black;
}

    [b-otpeegjf66] fluent-data-grid fluent-data-grid-row {
        border: 1px solid black;
        border-top-width: 0px;
        border-right-width: 2px;
    }

        [b-otpeegjf66] fluent-data-grid fluent-data-grid-row:last-child {
            border-bottom: 2px solid black !important;
        }

        [b-otpeegjf66] fluent-data-grid fluent-data-grid-row[row-type="header"] {
            background: #305494 !important;
            --neutral-foreground-rest: white !important;
            border-top-width: 1px;
            border-bottom-width: 2px;
            height: 38px;
        }

    [b-otpeegjf66] fluent-data-grid fluent-data-grid-cell {
        margin: -3px 0 -3px 0;
        border-right: 1px solid black;
        border-radius: 0px;
    }

        [b-otpeegjf66] fluent-data-grid fluent-data-grid-cell:last-child {
            border-right-style: none;
        }

        [b-otpeegjf66] fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"] {
            margin: -2px 0 -2px 0;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }

        [b-otpeegjf66] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="1"] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

        [b-otpeegjf66] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="2"] fluent-switch {
            /*Button Style*/
            --accent-fill-active: #49D363;
            --accent-fill-rest: #49D363;
            --accent-fill-hover: #49D363;
        }

        [b-otpeegjf66] fluent-data-grid-cell[cell-type="columnheader"],
        [b-otpeegjf66] fluent-data-grid fluent-data-grid-cell[cell-type="default"][grid-column="1"] {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
        }

    /* Create Style*/
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-row[row-type="default"] {
        border-bottom: 1px solid black;
        height: 45px;
    }

    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"][grid-column="1"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"][grid-column="2"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"][grid-column="3"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="columnheader"][grid-column="1"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="columnheader"][grid-column="2"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="columnheader"][grid-column="3"] {
    }

    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="columnheader"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"][grid-column="2"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"][grid-column="3"] {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"],
    [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"] > * {
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
    }

        [b-otpeegjf66] fluent-data-grid#gridCreate fluent-data-grid-cell[cell-type="default"][grid-column="3"] select {
            height: 37px;
            padding: 0 2.25rem 0 0.75rem;
        }

/* Template Teams Style*/
.area-shinsei-setting #template-teams-header[b-otpeegjf66] {
    overflow: hidden;
    padding-right: calc(12px + var(--scrollbar-width));
}

.area-shinsei-setting #template-teams[b-otpeegjf66] {
    overflow-y: auto;
    max-height: calc(100vh - 135px);
    max-height: calc(100dvh - 135px);
    height: calc(100vh - 135px);
    height: calc(100dvh - 135px);
}

    .area-shinsei-setting #template-teams[b-otpeegjf66]  fluent-data-grid#gridtemplate2 {
        margin-top: 0px;
    }

    .area-shinsei-setting #template-teams[b-otpeegjf66]  fluent-data-grid-row[row-type="header"] {
        display: none;
    }

[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-row[row-type="default"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: 38px;
}

[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"][grid-column="1"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"][grid-column="3"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="columnheader"][grid-column="1"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="columnheader"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="columnheader"][grid-column="3"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"][grid-column="1"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"][grid-column="3"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="columnheader"][grid-column="1"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="columnheader"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="columnheader"][grid-column="3"] {
}

[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="columnheader"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"][grid-column="3"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="columnheader"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"][grid-column="3"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"],
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"],
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"] > *,
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"] > *,
[b-otpeegjf66] fluent-data-grid#gridtemplate1 fluent-data-grid-cell[cell-type="default"] > * > *,
[b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"] > * > * {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

    [b-otpeegjf66] fluent-data-grid#gridtemplate2 fluent-data-grid-cell[cell-type="default"][grid-column="3"] select {
        height: 30px;
        padding: 0 2.25rem 0 0.75rem;
    }

/* Update Style*/
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: 38px;
}

[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="1"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="3"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="columnheader"][grid-column="1"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="columnheader"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="columnheader"][grid-column="3"] {
}

[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="columnheader"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="2"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="3"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"],
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"] > *,
[b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"] > * > * {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

    [b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="2"] select,
    [b-otpeegjf66] fluent-data-grid#gridUpdate fluent-data-grid-cell[cell-type="default"][grid-column="3"] select {
        height: 30px;
        padding: 0 2.25rem 0 0.75rem;
    }

.hint-text-container[b-otpeegjf66] {
    display: flex;
    flex-direction: column;
    gap: .5em;
}

[b-otpeegjf66] .space-between-elements {
    padding: 0 0 0 0 !important;
}

[b-otpeegjf66] .textarea {
    --base-height-multiplier: auto !important;
}

.hint-text-row[b-otpeegjf66] {
    display: flex;
    align-content: flex-start;
    height: 90%;
    overflow-y: auto;
}

[b-otpeegjf66] fluent-button.btn-return-app::part(control) {
    padding:0px;
}

/* #region 詳細設定 */
.create-detail-settings[b-otpeegjf66] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 16px;
}

.flex-grow[b-otpeegjf66] {
    flex-grow: 1;
}

.detail-settings-header[b-otpeegjf66] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .detail-settings-header .title-header[b-otpeegjf66] {
        flex: 1;
        margin: 10px 10px 10px 0;
        font-size: large;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.detail-template-settings[b-otpeegjf66] {
    position: relative;
    padding: 0rem 1rem;
}

    .detail-template-settings .area-dialog-element-center[b-otpeegjf66] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        padding: 0.375rem 0rem;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .detail-template-settings .detail-template-settings-name[b-otpeegjf66] {
        width: 40%;
        max-width: 150px;
        white-space: nowrap;
    }

    .detail-template-settings .switch-label[b-otpeegjf66] {
        padding-left: 1rem;
        white-space: nowrap;
    }

    .detail-template-settings .form-select[b-otpeegjf66] {
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
    }

        .detail-template-settings .form-select:focus[b-otpeegjf66] {
            border: 1px solid #ced4da;
            box-shadow: none;
        }

    .detail-template-settings[b-otpeegjf66]  fluent-switch {
        --accent-fill-active: #49D363;
        --accent-fill-rest: #49D363;
        --accent-fill-hover: #49D363;
    }

/* #region 詳細設定 Grid */
.scroll-content[b-otpeegjf66] {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0.5rem 1rem;
    overflow: auto;
}

    .scroll-content .detail-settings[b-otpeegjf66] {
        position: absolute;
        width: calc(100% - 1rem);
    }

        .scroll-content .detail-settings .expand-grid > div[b-otpeegjf66] {
            cursor: pointer;
            display: inline-block;
            white-space: nowrap;
        }

        .scroll-content .detail-settings .expand-grid-name[b-otpeegjf66] {
            font-size: 0.9rem;
        }

        .scroll-content .detail-settings[b-otpeegjf66]  fluent-data-grid fluent-data-grid-cell[cell-type="columnheader"] {
            display: flex;
            justify-content: center;
            flex-direction: row;
        }

        .scroll-content .detail-settings[b-otpeegjf66]  fluent-data-grid fluent-data-grid-cell[cell-type="default"] > * {
            font-size: 0.9rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
        }

        .scroll-content .detail-settings[b-otpeegjf66]  fluent-data-grid fluent-data-grid-cell[cell-type="default"] fluent-switch {
            --accent-fill-active: #49D363;
            --accent-fill-rest: #49D363;
            --accent-fill-hover: #49D363;
        }
/* #endregion 詳細設定 Grid */

/* #region 詳細設定 Grid Header お楽しみツール */
#gridFunSettings-header[b-otpeegjf66] {
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

    #gridFunSettings-header .gridFunSettingsHeader[b-otpeegjf66] {
        display: grid;
        grid-template-columns: minmax(calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px * 4 + 2px), 1fr) minmax(110px, 15%) minmax(110px, 15%);
        grid-template-rows: 35px;
        margin-top: 5px;
        border: 1px solid black;
        border-right-width: 2px;
        background-color: rgb(48, 84, 148) !important;
        white-space: nowrap;
        overflow: hidden;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
        --neutral-foreground-rest: white !important;
    }

        #gridFunSettings-header .gridFunSettingsHeader .gridCell.label[b-otpeegjf66] {
            display: grid;
            place-content: center;
            overflow: hidden;
        }

        #gridFunSettings-header .gridFunSettingsHeader > div[b-otpeegjf66] {
            border-right: 1px solid black;
            display: flex;
            justify-content: center;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px - 2px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
        }

            #gridFunSettings-header .gridFunSettingsHeader > div:last-child[b-otpeegjf66] {
                border-right-width: 0px;
            }

            #gridFunSettings-header .gridFunSettingsHeader > div > span[b-otpeegjf66] {
                font-size: 1rem;
                color: var(--neutral-foreground-rest);
            }

#notification-users-header[b-otpeegjf66] {
    overflow: hidden;
    margin: 0;
    padding-right: calc(12px + var(--scrollbar-width));
}

    #notification-users-header[b-otpeegjf66]  fluent-data-grid {
        margin-top: 5px;
        background-color: white;
        border: 0px solid black;
    }

    #notification-users-header[b-otpeegjf66]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
        border: 1px solid black;
        border-right-width: 2px;
    }

    #notification-users-header[b-otpeegjf66]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
    }

    #notification-users-header[b-otpeegjf66]  fluent-data-grid-cell {
        border-right: 1px solid black;
        margin: -3px 0 -5px 0;
        margin: 0;
        border-radius: 0px;
    }

        #notification-users-header[b-otpeegjf66]  fluent-data-grid-cell[cell-type="columnheader"] {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }

        #notification-users-header[b-otpeegjf66]  fluent-data-grid-cell[grid-column="2"],
        #notification-users-header[b-otpeegjf66]  fluent-data-grid-cell[grid-column="3"] {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
        }

        #notification-users-header[b-otpeegjf66]  fluent-data-grid-cell:last-child {
            border-right-style: none;
        }
/* #endregion 詳細設定 Grid Header お楽しみツール */

/* #region 詳細設定 Grid Body お楽しみツール */
#gridFunSettings-body[b-otpeegjf66] {
    width: 100%;
}

    #gridFunSettings-body .gridFunSettingsBody[b-otpeegjf66] {
        display: grid;
        border: 1px solid black;
        border-right-width: 2px;
        border-bottom-width: 2px;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
    }

    #gridFunSettings-body .gridRow[b-otpeegjf66] {
        display: grid;
        grid-template-columns: minmax(calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px * 4 + 2px), 1fr) minmax(110px, 15%) minmax(110px, 15%);
        background-color: white;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
    }

        #gridFunSettings-body .gridRow .gridLabel[b-otpeegjf66] {
            display: grid;
            grid-template-columns: 1fr 3fr;
            grid-template-rows: 50%;
        }

            #gridFunSettings-body .gridRow .gridLabel .disabled[b-otpeegjf66] {
                opacity: .7;
            }

        #gridFunSettings-body .gridRow .gridAllow[b-otpeegjf66] {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 50%;
        }

    #gridFunSettings-body .gridCell[b-otpeegjf66] {
        height: 100%;
        width: 100%;
        padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        background-color: white;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
    }

        #gridFunSettings-body .gridCell.label[b-otpeegjf66] {
            display: grid;
            place-content: center start;
        }

        #gridFunSettings-body .gridCell.default[b-otpeegjf66],
        #gridFunSettings-body .gridCell.permission[b-otpeegjf66] {
            display: grid;
            place-content: center;
        }

        #gridFunSettings-body .gridCell.permission[b-otpeegjf66] {
            border-right-width: 0px;
        }

        #gridFunSettings-body .gridCell.custom-meme[b-otpeegjf66] {
            border-bottom-style: none;
        }

        #gridFunSettings-body .gridCell.select[b-otpeegjf66] {
            padding: 0px;
        }

    #gridFunSettings-body .giphy.label[b-otpeegjf66] {
        grid-row: 1 / 3;
        grid-column: 1 / auto;
    }

    #gridFunSettings-body .giphy-allow.label[b-otpeegjf66] {
        grid-row: 1 / auto;
        grid-column: 2 / auto;
    }

    #gridFunSettings-body .giphy-content.label[b-otpeegjf66] {
        grid-row: 2 / auto;
        grid-column: 2 / auto;
    }

    #gridFunSettings-body[b-otpeegjf66]  fluent-switch {
        --accent-fill-active: #49D363;
        --accent-fill-rest: #49D363;
        --accent-fill-hover: #49D363;
    }
/* #endregion 詳細設定 Grid Body お楽しみツール */

.detail-settings.disabled[b-otpeegjf66] {
    pointer-events: none;
    opacity: 0.4;
}
/* #endregion 詳細設定 */
/* _content/LandingPage/Components/ShiwakeConfig/AddHelthCheckNotificationUsersDialog.razor.rz.scp.css */
[b-004u2uxyfg] .group-btn-width-100 {
    width: 100px !important;
}

[b-004u2uxyfg] .btn-basic-information-header {
    margin: 0 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 110px;
}

[b-004u2uxyfg] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

[b-004u2uxyfg] .space-between-elements {
    padding: 5px 0 0 0;
}


[b-004u2uxyfg] fluent-dialog#addNotificationUsers {
    /*--dialog-height: 90vh;*/
    --dialog-height: calc(90vh - var(--navigationbar-height));
    --dialog-width: 35vw;
}

    /*    ::deep fluent-dialog#addNotificationUsers::part(positioning-region) {
        padding-top: var(--navigationbar-height);
    }
*/
    [b-004u2uxyfg] fluent-dialog#addNotificationUsers::part(control) {
        /*--dialog-height: 90vh;*/
        --dialog-height: calc(90vh - var(--navigationbar-height));
        min-width: 350px;
        min-height: 500px;
    }

.dialog-fixed-layout[b-004u2uxyfg] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 350px;
    /*min-height: 500px;*/

    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

    .dialog-fixed-layout .dialog-content-header[b-004u2uxyfg] {
        height: 55px;
        min-height: 55px;
    }

#guestDialog .nav-layout .navbar-nav .nav-link.active[b-004u2uxyfg] {
    padding: 13px 8px 0 8px !important;
}

#guestDialog .remarks-multiple-email[b-004u2uxyfg] {
    font-size: .8125rem;
    padding: 5px 0px 0px 8px;
}

.nav-layout .navbar-nav .nav-link.active[b-004u2uxyfg] {
    border-bottom: 3px solid #1E91E0 !important;
}

.dialog-content-search[b-004u2uxyfg] {
    display: flex;
    height: calc(100% - 120px);
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

    .dialog-content-search .dialog-header[b-004u2uxyfg] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        max-height: 98px;
        min-height: 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.area-information-layout[b-004u2uxyfg] {
    padding: 0 10px 0 0px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    /*Tree Style*/
    --neutral-fill-stealth-rest: transparent !important;
    --neutral-fill-stealth-hover: #f3f3f3 !important;
    --neutral-fill-stealth-active: #f3f3f3 !important;
    --neutral-fill-stealth-focus: #fbfbfb !important;
}

    .area-information-layout .items[b-004u2uxyfg] {
        display: flex;
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .area-information-layout .editform[b-004u2uxyfg] {
        overflow: hidden;
        z-index: 2;
    }

.btn-search-add-member[b-004u2uxyfg] {
    min-width: 340px;
    height: 55px;
    min-height: 55px;
}

@media (max-width: 1000px) {
    /*fluent-dialog#addNotificationUsers {
        --dialog-width: 68vw;
    }*/
}
/* _content/LandingPage/Components/ShiwakeConfig/AddNotificationUsersDialog.razor.rz.scp.css */
[b-1g3tmjfe9d] .group-btn-width-100 {
    width: 100px !important;
}

[b-1g3tmjfe9d] .btn-basic-information-header {
    margin: 0 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 110px;
}

[b-1g3tmjfe9d] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

[b-1g3tmjfe9d] .space-between-elements {
    padding: 5px 0 0 0;
}


[b-1g3tmjfe9d] fluent-dialog#addNotificationUsers {
    /*--dialog-height: 90vh;*/
    --dialog-height: calc(90vh - var(--navigationbar-height));
    --dialog-width: 35vw;
}

/*    ::deep fluent-dialog#addNotificationUsers::part(positioning-region) {
        padding-top: var(--navigationbar-height);
    }
*/
    [b-1g3tmjfe9d] fluent-dialog#addNotificationUsers::part(control) {
        /*--dialog-height: 90vh;*/
        --dialog-height: calc(90vh - var(--navigationbar-height));
        min-width: 350px;
        min-height: 500px;
    }

.dialog-fixed-layout[b-1g3tmjfe9d] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 350px;
    /*min-height: 500px;*/

    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}
    .dialog-fixed-layout .dialog-content-header[b-1g3tmjfe9d] {
        height: 55px;
        min-height: 55px;
    }

#guestDialog .nav-layout .navbar-nav .nav-link.active[b-1g3tmjfe9d] {
    padding: 13px 8px 0 8px !important;
}

#guestDialog .remarks-multiple-email[b-1g3tmjfe9d] {
    font-size: .8125rem;
    padding: 5px 0px 0px 8px;
}

.nav-layout .navbar-nav .nav-link.active[b-1g3tmjfe9d] {
    border-bottom: 3px solid #1E91E0 !important;
}

.dialog-content-search[b-1g3tmjfe9d] {
    display: flex;
    height: calc(100% - 120px);
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

    .dialog-content-search .dialog-header[b-1g3tmjfe9d] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        max-height: 98px;
        min-height: 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.area-information-layout[b-1g3tmjfe9d] {
    padding: 0 10px 0 0px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    /*Tree Style*/
    --neutral-fill-stealth-rest: transparent !important;
    --neutral-fill-stealth-hover: #f3f3f3 !important;
    --neutral-fill-stealth-active: #f3f3f3 !important;
    --neutral-fill-stealth-focus: #fbfbfb !important;
}

    .area-information-layout .items[b-1g3tmjfe9d] {
        display: flex;
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .area-information-layout .editform[b-1g3tmjfe9d] {
        overflow: hidden;
        z-index: 2;
    }

.btn-search-add-member[b-1g3tmjfe9d] {
    min-width: 340px;
    height: 55px;
    min-height: 55px;
}

@media (max-width: 1000px) {
    /*fluent-dialog#addNotificationUsers {
        --dialog-width: 68vw;
    }*/
}
/* _content/LandingPage/Components/ShiwakeConfig/ShiwakeHelthCheckNotification.razor.rz.scp.css */
.area-shiwake-setting[b-jsbbgkazve] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.area-btn-header[b-jsbbgkazve] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

.notificationTitle[b-jsbbgkazve] {
    font-size: 1rem;
    color: #2185d0;
}

.notificationTeamAdmin[b-jsbbgkazve] {
    display: flex;
    align-items: center;
    padding: 5px 0px 15px 0px;
}

.form-check-input[type=checkbox][b-jsbbgkazve] {
    border-radius: 0 !important;
    border-color: #161514;
}

.form-check-input:focus[b-jsbbgkazve] {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox][b-jsbbgkazve] {
    box-shadow: none;
    border-color: #0d6efd !important;
}

.form-number-input[b-jsbbgkazve] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: right;
}

#notification-destination[b-jsbbgkazve] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-jsbbgkazve] fluent-switch {
    /*Button Style*/
    --accent-fill-active: #49D363;
    --accent-fill-rest: #49D363;
    --accent-fill-hover: #49D363;
}

[b-jsbbgkazve] .text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #region ボタン */
[b-jsbbgkazve] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}
/* #endregion ボタン */

/* #region Grid Header */
#notification-settings-header[b-jsbbgkazve] {
    overflow: hidden;
    margin: 0px;
}

    #notification-settings-header .gridSettingHeader[b-jsbbgkazve] {
        display: grid;
        grid-template-columns: 70px minmax(70px, 250px) minmax(70px, 280px) minmax(70px, 1fr);
        grid-template-rows: 38px;
        margin-top: 5px;
        border: 1px solid black;
        border-right-width: 2px;
        background-color: rgb(48, 84, 148) !important;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
        --neutral-foreground-rest: white !important;
        align-items: center;
    }

        #notification-settings-header .gridSettingHeader > div[b-jsbbgkazve] {
            border-right: 1px solid black;
            /*padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
            display: grid;*/
            display: flex;
            justify-content: center;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px - 2px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
        }

            #notification-settings-header .gridSettingHeader > div:last-child[b-jsbbgkazve] {
                border-right-width: 0px;
            }

            #notification-settings-header .gridSettingHeader > div > span[b-jsbbgkazve] {
                font-size: 1rem;
                color: var(--neutral-foreground-rest);
            }

#notification-settings-body .gridSettingBody[b-jsbbgkazve] {
    display: grid;
    border: 1px solid black;
    border-right-width: 2px;
    border-bottom-width: 2px;
    white-space: nowrap;
    font-family: var(--body-font);
    font-variation-settings: var(--type-ramp-base-font-variations);
}

    #notification-settings-body .gridSettingBody > .gridRow[b-jsbbgkazve] {
        display: grid;
        grid-template-columns: 70px minmax(70px, 250px) minmax(70px, 280px) minmax(70px, 1fr);
        /*grid-template-rows: 48px;*/
        border-bottom: 1px solid black;
        background-color: white;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
    }

        #notification-settings-body .gridSettingBody > .gridRow:last-child[b-jsbbgkazve] {
            border-bottom-style: none;
        }

        #notification-settings-body .gridSettingBody > .gridRow > div[b-jsbbgkazve] {
            border-right: 1px solid black;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
            display: grid;
        }

        #notification-settings-body .gridSettingBody > .gridRow > .gridCell.content[b-jsbbgkazve] {
            border-right-width: 0px;
        }

#notification-settings-body input[type=text]:disabled[b-jsbbgkazve] {
    opacity: var(--disabled-opacity);
}

.gridRow > .gridCell.switch[b-jsbbgkazve] {
    justify-content: center;
}

.gridRow > .gridCell.period[b-jsbbgkazve] {
    justify-content: center;
}

    .gridRow > .gridCell.period > .msg-notification-period[b-jsbbgkazve] {
        color: #ff0000;
    }

 [b-jsbbgkazve] fluent-select {
    border: 1px solid #a9a9a9;
}

.gridRow > .gridCell.name[b-jsbbgkazve],
.gridRow > .gridCell.content[b-jsbbgkazve] {
    align-items: center;
}

.gridRow.disabled > .gridCell.name .text-overflow-ellipsis[b-jsbbgkazve],
.gridRow.disabled > .gridCell.content .text-overflow-ellipsis[b-jsbbgkazve] {
    opacity: var(--disabled-opacity);
}

#notification-users-header[b-jsbbgkazve] {
    overflow: hidden;
    /*margin: 0 0 -7px 0;*/
    margin: 0;
    padding-right: calc(12px + var(--scrollbar-width));
    /*padding-right: 27px;*/
    /*width: 100%;*/
}

    #notification-users-header[b-jsbbgkazve]  fluent-data-grid {
        margin-top: 5px;
        background-color: white;
        border: 0px solid black;
    }

    #notification-users-header[b-jsbbgkazve]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
        border: 1px solid black;
        border-right-width: 2px;
    }

    #notification-users-header[b-jsbbgkazve]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
    }

    #notification-users-header[b-jsbbgkazve]  fluent-data-grid-cell {
        border-right: 1px solid black;
        margin: -3px 0 -5px 0;
        margin: 0;
        border-radius: 0px;
    }

        #notification-users-header[b-jsbbgkazve]  fluent-data-grid-cell[cell-type="columnheader"] {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }

        #notification-users-header[b-jsbbgkazve]  fluent-data-grid-cell[grid-column="2"],
        #notification-users-header[b-jsbbgkazve]  fluent-data-grid-cell[grid-column="3"] {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
        }

        #notification-users-header[b-jsbbgkazve]  fluent-data-grid-cell:last-child {
            border-right-style: none;
        }
/* #endregion Grid Header */

/* #region Grid Body */
#notification-settings-body[b-jsbbgkazve] {
    /*overflow-y: hidden;*/
}

#notification-users-body[b-jsbbgkazve] {
    position: relative;
    flex: 1;
    overflow-y: auto;
    /*width: 100%;*/
}

    #notification-settings-body[b-jsbbgkazve]  fluent-data-grid,
    #notification-users-body[b-jsbbgkazve]  fluent-data-grid {
        margin-top: -1px;
        background-color: white;
        border: 1px solid black;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    #notification-users-body[b-jsbbgkazve]  fluent-data-grid {
        position: absolute;
        width: calc(100% - var(--bs-gutter-x) * 1);
    }

    #notification-settings-body[b-jsbbgkazve]  fluent-data-grid-row[row-type="header"],
    #notification-users-body[b-jsbbgkazve]  fluent-data-grid-row[row-type="header"] {
        display: none;
    }

#notification-settings-body[b-jsbbgkazve]  fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: auto;
    min-height: 47px;
}

#notification-users-body[b-jsbbgkazve]  fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: 35px;
}

#notification-users-body[b-jsbbgkazve]  fluent-data-grid-row:last-child {
    border-bottom-style: none;
}

#notification-settings-body[b-jsbbgkazve]  fluent-data-grid-cell {
    border-right: 1px solid black;
    margin: -3px 0 -3px 0;
}

#notification-users-body[b-jsbbgkazve]  fluent-data-grid-cell {
    border-right: 1px solid black;
    margin: -3px 0 -3px 0;
    border-radius: 0px;
}

    #notification-users-body[b-jsbbgkazve]  fluent-data-grid-cell:last-child {
        border-right-style: none;
    }

#notification-settings-body[b-jsbbgkazve]  fluent-data-grid-cell {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

#notification-users-body[b-jsbbgkazve]  fluent-data-grid-cell {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

    #notification-settings-body[b-jsbbgkazve]  fluent-data-grid-cell[grid-column="1"],
    #notification-users-body[b-jsbbgkazve]  fluent-data-grid-cell[grid-column="1"],
    #notification-users-body[b-jsbbgkazve]  fluent-data-grid-cell[grid-column="3"] {
        justify-content: center;
        flex-direction: row;
    }

/* #endregion Grid Body */

[b-jsbbgkazve] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

[b-jsbbgkazve] .remarks-multiple-email {
    font-size: .8rem;
    padding-top: 5px;
    color: #444;
}

/* #region 通知メール設定 */
.area-mail-setting[b-jsbbgkazve] {
    display: flex;
    flex-direction: column;
    height: 100%;
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

    .area-mail-setting .button-header[b-jsbbgkazve] {
        display: flex;
    }

    .area-mail-setting .detail-settings-header[b-jsbbgkazve] {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .area-mail-setting .detail-settings-header .title-header[b-jsbbgkazve] {
            flex: 1;
            margin: 10px 10px 10px 0;
            font-size: large;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.row-customize-flag .btn-customize-flag[b-jsbbgkazve] {
    display: flex;
}

.row-mail-body[b-jsbbgkazve] {
    flex: 1;
}

.mail-subject[b-jsbbgkazve] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

    .mail-subject .subject-input[b-jsbbgkazve] {
        display: flex;
        align-items: center;
    }

    .mail-subject .subject-annotation[b-jsbbgkazve] {
        display: flex;
    }

    .mail-subject .name[b-jsbbgkazve] {
        width: 2.5rem;
    }

    .mail-subject .content[b-jsbbgkazve] {
        flex: 1;
    }

.mail-body[b-jsbbgkazve] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 0px 10px;
}

    .mail-body .body-richtext-editor[b-jsbbgkazve] {
        flex: 1;
    }

    .mail-body .body-richtext-editor[b-jsbbgkazve],
    .mail-body .body-annotation-1[b-jsbbgkazve],
    .mail-body .body-annotation-2[b-jsbbgkazve] {
        margin-bottom: 4px;
    }

[b-jsbbgkazve] #rtEditor .e-content {
    overflow-wrap: break-word;
}

[b-jsbbgkazve] .btn-header-type {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
}

    [b-jsbbgkazve] .btn-header-type.selected {
        box-shadow: 0px 0px 0px 2px var(--accent-fill-rest);
    }

/* #endregion ボタン */

.small-discription[b-jsbbgkazve] {
    font-size: .8rem;
    color: gray;
}

.title-disabled[b-jsbbgkazve] {
    color: gray;
}
/* _content/LandingPage/Components/ShiwakeConfig/ShiwakeLogList.razor.rz.scp.css */
.area-shiwake-setting[b-cscxeui6bl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
}

[b-cscxeui6bl] .ui-iggrid-tooltip {
    padding: 4px 8px;
    font-size: 11.5px;
}

[b-cscxeui6bl] #listlog_grid_container .ui-widget-header.ui-helper-reset {
    background: #F5F5F5;
}

[b-cscxeui6bl] #listlog_grid_headers {
    padding: 0px !important;
}

[b-cscxeui6bl] #listlog_grid_headers th {
    padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
    background-color: #305494;
    border-bottom-color: transparent;
    border-color: black;
    border-left-width: 0px;
}
[b-cscxeui6bl] #listlog_grid_headers th:first-child {
    border-left-width: 1px;
}

[b-cscxeui6bl] #listlog_grid_headers .ui-iggrid-headertext {
    font-size: 1rem;
    color: white;
}


[b-cscxeui6bl] #listlog_grid td {
    padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
    vertical-align: top;
    font-size: 0.9rem;
    border-color: black;
    border-top-width: 0px;
    border-left-width: 0px;
}
    [b-cscxeui6bl] #listlog_grid td:first-child {
        border-left-width: 1px;
    }

[b-cscxeui6bl] #listlog_grid .valTeamName {
    white-space: nowrap;
}

[b-cscxeui6bl] .ui-state-active,
[b-cscxeui6bl] .ui-iggrid .ui-iggrid-footer {
    background-color: transparent;
    border-color: transparent;
    color: #4b4b4b;
    /*font-size: 1rem;*/
}

    [b-cscxeui6bl] .ui-iggrid .ui-iggrid-footer .ui-iggrid-firstpage,
    [b-cscxeui6bl] .ui-iggrid .ui-iggrid-footer .ui-iggrid-lastpage,
    [b-cscxeui6bl] .ui-iggrid .ui-iggrid-footer .ui-iggrid-nextpage,
    [b-cscxeui6bl] .ui-iggrid .ui-iggrid-footer .ui-iggrid-prevpage {
        background-color: transparent;
        border-color: transparent;
        color: #4b4b4b;
    }

    [b-cscxeui6bl] .ui-iggrid .ui-iggrid-footer.ui-iggrid-pager .ui-iggrid-pagelink {
        color: #4b4b4b;
    }

[b-cscxeui6bl] .ui-chart-legend-item-text,
[b-cscxeui6bl] .ui-chart-piechart-container,
[b-cscxeui6bl] .ui-sparkline,
[b-cscxeui6bl] .ui-widget {
    font-family: var(--body-font);
}

[b-cscxeui6bl] li.ui-state-active {
    background: rgb(48, 84, 148) !important;
}

[b-cscxeui6bl] .ui-iggrid-pagelinkcurrent {
    text-decoration: none !important;
}

[b-cscxeui6bl] .ui-igedit.ui-igedit-container.ui-corner-all {
    top: -2px;
}

[b-cscxeui6bl] #listlog_grid_pager {
    font-size: 14px;
}
/* _content/LandingPage/Components/ShiwakeConfig/ShiwakeNotification.razor.rz.scp.css */
.area-shiwake-setting[b-9d8btrd8mt] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.area-btn-header[b-9d8btrd8mt] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

.notificationTitle[b-9d8btrd8mt] {
    font-size: 1rem;
    color: #2185d0;
}

.notificationTeamAdmin[b-9d8btrd8mt] {
    display: flex;
    align-items: center;
    padding: 5px 0px 15px 0px;
}

.form-check-input[type=checkbox][b-9d8btrd8mt] {
    border-radius: 0 !important;
    border-color: #161514;
}

.form-check-input:focus[b-9d8btrd8mt] {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox][b-9d8btrd8mt] {
    box-shadow: none;
    border-color: #0d6efd !important;
}

.form-number-input[b-9d8btrd8mt] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: right;
}

#notification-destination[b-9d8btrd8mt] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-9d8btrd8mt] fluent-switch {
    /*Button Style*/
    --accent-fill-active: #49D363;
    --accent-fill-rest: #49D363;
    --accent-fill-hover: #49D363;
}

[b-9d8btrd8mt] .text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #region ボタン */
[b-9d8btrd8mt] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}
/* #endregion ボタン */

/* #region Grid Header */
#notification-settings-header[b-9d8btrd8mt] {
    overflow: hidden;
    margin: 0px;
}

    #notification-settings-header .gridSettingHeader[b-9d8btrd8mt] {
        display: grid;
        grid-template-columns: 70px minmax(50px, 140px) minmax(70px, 160px) 78px minmax(50px, 1fr);
        grid-template-rows: 55px;
        margin-top: 5px;
        border: 1px solid black;
        border-right-width: 2px;
        background-color: rgb(48, 84, 148) !important;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
        --neutral-foreground-rest: white !important;
    }

        #notification-settings-header .gridSettingHeader > div[b-9d8btrd8mt] {
            border-right: 1px solid black;
            /*padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
            display: grid;*/
            display: flex;
            justify-content: center;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px - 2px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
        }

            #notification-settings-header .gridSettingHeader > div:last-child[b-9d8btrd8mt] {
                border-right-width: 0px;
            }

            #notification-settings-header .gridSettingHeader > div > span[b-9d8btrd8mt] {
                font-size: 1rem;
                color: var(--neutral-foreground-rest);
            }

#notification-settings-body .gridSettingBody[b-9d8btrd8mt] {
    display: grid;
    border: 1px solid black;
    border-right-width: 2px;
    border-bottom-width: 2px;
    white-space: nowrap;
    font-family: var(--body-font);
    font-variation-settings: var(--type-ramp-base-font-variations);
}

    #notification-settings-body .gridSettingBody > .gridRow[b-9d8btrd8mt] {
        display: grid;
        grid-template-columns: 70px minmax(50px, 140px) minmax(70px, 160px) 78px minmax(50px, 1fr);
        grid-template-rows: 48px;
        border-bottom: 1px solid black;
        background-color: white;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
    }

        #notification-settings-body .gridSettingBody > .gridRow:last-child[b-9d8btrd8mt] {
            border-bottom-style: none;
        }

        #notification-settings-body .gridSettingBody > .gridRow > div[b-9d8btrd8mt] {
            border-right: 1px solid black;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
            display: grid;
        }

        #notification-settings-body .gridSettingBody > .gridRow > .gridCell.content[b-9d8btrd8mt] {
            border-right-width: 0px;
        }

#notification-settings-body input[type=text]:disabled[b-9d8btrd8mt] {
    opacity: var(--disabled-opacity);
}

.gridRow > .gridCell.switch[b-9d8btrd8mt] {
    justify-content: center;
}

.gridRow > .gridCell.elapsedDays[b-9d8btrd8mt] {
    white-space: normal;
}

.gridRow > .gridCell.name[b-9d8btrd8mt],
.gridRow > .gridCell.content[b-9d8btrd8mt] {
    align-items: center;
}

.gridRow.disabled > .gridCell.name .text-overflow-ellipsis[b-9d8btrd8mt],
.gridRow.disabled > .gridCell.content .text-overflow-ellipsis[b-9d8btrd8mt] {
    opacity: var(--disabled-opacity);
}

#notification-users-header[b-9d8btrd8mt] {
    overflow: hidden;
    /*margin: 0 0 -7px 0;*/
    margin: 0;
    padding-right: calc(12px + var(--scrollbar-width));
}

    #notification-users-header[b-9d8btrd8mt]  fluent-data-grid {
        margin-top: 5px;
        background-color: white;
        border: 0px solid black;
    }

    #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
        border: 1px solid black;
        border-right-width: 2px;
    }

    #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
    }

    #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-cell {
        border-right: 1px solid black;
        margin: -3px 0 -5px 0;
        margin: 0;
        border-radius: 0px;
    }

        #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-cell[cell-type="columnheader"] {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }

        #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-cell[grid-column="2"],
        #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-cell[grid-column="3"] {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
        }

        #notification-users-header[b-9d8btrd8mt]  fluent-data-grid-cell:last-child {
            border-right-style: none;
        }
/* #endregion Grid Header */

/* #region Grid Body */
#notification-settings-body[b-9d8btrd8mt] {
    overflow-y: hidden;
}

#notification-users-body[b-9d8btrd8mt] {
    position: relative;
    flex: 1;
    overflow-y: auto;
}

    #notification-settings-body[b-9d8btrd8mt]  fluent-data-grid,
    #notification-users-body[b-9d8btrd8mt]  fluent-data-grid {
        margin-top: -1px;
        background-color: white;
        border: 1px solid black;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    #notification-users-body[b-9d8btrd8mt]  fluent-data-grid {
        position: absolute;
        width: calc(100% - var(--bs-gutter-x) * 1);
    }

    #notification-settings-body[b-9d8btrd8mt]  fluent-data-grid-row[row-type="header"],
    #notification-users-body[b-9d8btrd8mt]  fluent-data-grid-row[row-type="header"] {
        display: none;
    }

#notification-settings-body[b-9d8btrd8mt]  fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: auto;
    min-height: 47px;
}

#notification-users-body[b-9d8btrd8mt]  fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: 35px;
}

#notification-users-body[b-9d8btrd8mt]  fluent-data-grid-row:last-child {
    border-bottom-style: none;
}

#notification-settings-body[b-9d8btrd8mt]  fluent-data-grid-cell {
    border-right: 1px solid black;
    margin: -3px 0 -3px 0;
}

#notification-users-body[b-9d8btrd8mt]  fluent-data-grid-cell {
    border-right: 1px solid black;
    margin: -3px 0 -3px 0;
    border-radius: 0px;
}

    #notification-users-body[b-9d8btrd8mt]  fluent-data-grid-cell:last-child {
        border-right-style: none;
    }

#notification-settings-body[b-9d8btrd8mt]  fluent-data-grid-cell {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

#notification-users-body[b-9d8btrd8mt]  fluent-data-grid-cell {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

    #notification-settings-body[b-9d8btrd8mt]  fluent-data-grid-cell[grid-column="1"],
    #notification-users-body[b-9d8btrd8mt]  fluent-data-grid-cell[grid-column="1"],
    #notification-users-body[b-9d8btrd8mt]  fluent-data-grid-cell[grid-column="3"] {
        justify-content: center;
        flex-direction: row;
    }

/* #endregion Grid Body */

[b-9d8btrd8mt] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
[b-9d8btrd8mt] .remarks-multiple-email {
    font-size: .8rem;
    padding-top: 5px;
    color:#444;
}

/* #region 通知メール設定 */
.area-mail-setting[b-9d8btrd8mt] {
    display: flex;
    flex-direction: column;
    height: 100%;
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

    .area-mail-setting .button-header[b-9d8btrd8mt] {
        display: flex;
    }

    .area-mail-setting .detail-settings-header[b-9d8btrd8mt] {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .area-mail-setting .detail-settings-header .title-header[b-9d8btrd8mt] {
            flex: 1;
            margin: 10px 10px 10px 0;
            font-size: large;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.row-customize-flag .btn-customize-flag[b-9d8btrd8mt] {
    display: flex;
}

.row-mail-body[b-9d8btrd8mt] {
    flex: 1;
}

.mail-subject[b-9d8btrd8mt] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

    .mail-subject .subject-input[b-9d8btrd8mt] {
        display: flex;
        align-items: center;
    }

    .mail-subject .subject-annotation[b-9d8btrd8mt] {
        display: flex;
    }

    .mail-subject .name[b-9d8btrd8mt] {
        width: 2.5rem;
    }

    .mail-subject .content[b-9d8btrd8mt] {
        flex: 1;
    }

.mail-body[b-9d8btrd8mt] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 0px 10px;
}

    .mail-body .body-richtext-editor[b-9d8btrd8mt] {
        flex: 1;
    }

    .mail-body .body-richtext-editor[b-9d8btrd8mt],
    .mail-body .body-annotation-1[b-9d8btrd8mt],
    .mail-body .body-annotation-2[b-9d8btrd8mt] {
        margin-bottom: 4px;
    }

[b-9d8btrd8mt] #rtEditor .e-content {
    overflow-wrap: break-word;
}

[b-9d8btrd8mt] .btn-header-type {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
}

    [b-9d8btrd8mt] .btn-header-type.selected {
        box-shadow: 0px 0px 0px 2px var(--accent-fill-rest);
    }

/* #endregion ボタン */

.small-discription[b-9d8btrd8mt]{
    font-size:.8rem;
    color:gray;
}
.title-disabled[b-9d8btrd8mt]{
    color:gray;
}
/* _content/LandingPage/Components/SoshikiConfig/AddNotificationUsersDialog.razor.rz.scp.css */
[b-5wm88t8ot8] .group-btn-width-100 {
    width: 100px !important;
}

[b-5wm88t8ot8] .btn-basic-information-header {
    margin: 0 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 110px;
}

[b-5wm88t8ot8] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

[b-5wm88t8ot8] .space-between-elements {
    padding: 5px 0 0 0;
}


[b-5wm88t8ot8] fluent-dialog#addNotificationUsers-soshiki {
    --dialog-height: calc(90vh - var(--navigationbar-height));
    --dialog-width: 35vw;
}

    [b-5wm88t8ot8] fluent-dialog#addNotificationUsers-soshiki::part(control) {
        --dialog-height: calc(90vh - var(--navigationbar-height));
        min-width: 350px;
        min-height: 500px;
    }

.dialog-fixed-layout[b-5wm88t8ot8] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 350px;

    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}
    .dialog-fixed-layout .dialog-content-header[b-5wm88t8ot8] {
        height: 55px;
        min-height: 55px;
    }

#guestDialog-soshiki .nav-layout .navbar-nav .nav-link.active[b-5wm88t8ot8] {
    padding: 13px 8px 0 8px !important;
}

#guestDialog-soshiki .remarks-multiple-email[b-5wm88t8ot8] {
    font-size: .8125rem;
    padding: 5px 0px 0px 8px;
}

.nav-layout .navbar-nav .nav-link.active[b-5wm88t8ot8] {
    border-bottom: 3px solid #1E91E0 !important;
}

.dialog-content-search[b-5wm88t8ot8] {
    display: flex;
    height: calc(100% - 120px);
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

    .dialog-content-search .dialog-header[b-5wm88t8ot8] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        max-height: 98px;
        min-height: 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.area-information-layout[b-5wm88t8ot8] {
    padding: 0 10px 0 0px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    /*Tree Style*/
    --neutral-fill-stealth-rest: transparent !important;
    --neutral-fill-stealth-hover: #f3f3f3 !important;
    --neutral-fill-stealth-active: #f3f3f3 !important;
    --neutral-fill-stealth-focus: #fbfbfb !important;
}

    .area-information-layout .items[b-5wm88t8ot8] {
        display: flex;
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .area-information-layout .editform[b-5wm88t8ot8] {
        overflow: hidden;
        z-index: 2;
    }

.btn-search-add-member[b-5wm88t8ot8] {
    min-width: 340px;
    height: 55px;
    min-height: 55px;
}

.picker-warning-message[b-5wm88t8ot8] {
    font-size: 12px;
    padding-left: 10px;
}

@media (max-width: 1000px) {
    /*fluent-dialog#addNotificationUsers-soshiki {
        --dialog-width: 68vw;
    }*/
}
/* _content/LandingPage/Components/SoshikiConfig/SoshikiNotification.razor.rz.scp.css */
.area-soshiki-setting[b-zissp5efp6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.area-btn-header[b-zissp5efp6] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

.notificationTitle[b-zissp5efp6] {
    font-size: 1rem;
    color: #2185d0;
}

.notificationSubTitle[b-zissp5efp6] {
    font-size: inherit;
    font-weight: 700;
    /*color: rgba(0, 0, 0, 0.8);*/
    margin: 20px 0 5px 0;
}

.notificationChief[b-zissp5efp6] {
    display: flex;
    align-items: center;
    padding: 5px 0px 15px 0px;
}

.form-check-input[type=checkbox][b-zissp5efp6] {
    border-radius: 0 !important;
    border-color: #161514;
}

.form-check-input:focus[b-zissp5efp6] {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox][b-zissp5efp6] {
    box-shadow: none;
    border-color: #0d6efd !important;
}

.form-number-input[b-zissp5efp6] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: right;
}

#notification-destination[b-zissp5efp6] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-zissp5efp6] fluent-switch {
    /*Button Style*/
    --accent-fill-active: #49D363;
    --accent-fill-rest: #49D363;
    --accent-fill-hover: #49D363;
}

[b-zissp5efp6] .text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #region ボタン */
[b-zissp5efp6] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}
/* #endregion ボタン */

/* #region Grid Header */
#notification-settings-header[b-zissp5efp6] {
    overflow: hidden;
    margin: 0px;
}

    #notification-settings-header .gridSettingHeader[b-zissp5efp6] {
        display: grid;
        grid-template-columns: 70px minmax(50px, 140px) minmax(70px, 160px) 78px minmax(50px, 1fr);
        grid-template-rows: 55px;
        margin-top: 5px;
        border: 1px solid black;
        border-right-width: 2px;
        background-color: rgb(48, 84, 148) !important;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
        --neutral-foreground-rest: white !important;
    }

        #notification-settings-header .gridSettingHeader > div[b-zissp5efp6] {
            border-right: 1px solid black;
            /*padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
            display: grid;*/
            display: flex;
            justify-content: center;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px - 2px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
        }

            #notification-settings-header .gridSettingHeader > div:last-child[b-zissp5efp6] {
                border-right-width: 0px;
            }

            #notification-settings-header .gridSettingHeader > div > span[b-zissp5efp6] {
                font-size: 1rem;
                color: var(--neutral-foreground-rest);
            }

#notification-settings-body .gridSettingBody[b-zissp5efp6] {
    display: grid;
    border: 1px solid black;
    border-right-width: 2px;
    border-bottom-width: 2px;
    white-space: nowrap;
    font-family: var(--body-font);
    font-variation-settings: var(--type-ramp-base-font-variations);
}

    #notification-settings-body .gridSettingBody > .gridRow[b-zissp5efp6] {
        display: grid;
        grid-template-columns: 70px minmax(50px, 140px) minmax(70px, 160px) 78px minmax(50px, 1fr);
        grid-template-rows: 48px;
        border-bottom: 1px solid black;
        background-color: white;
        white-space: nowrap;
        font-family: var(--body-font);
        font-variation-settings: var(--type-ramp-base-font-variations);
    }

        #notification-settings-body .gridSettingBody > .gridRow:last-child[b-zissp5efp6] {
            border-bottom-style: none;
        }

        #notification-settings-body .gridSettingBody > .gridRow > div[b-zissp5efp6] {
            border-right: 1px solid black;
            padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) calc(((var(--design-unit) * 3) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
            display: grid;
        }

        #notification-settings-body .gridSettingBody > .gridRow > .gridCell.content[b-zissp5efp6] {
            border-right-width: 0px;
        }

#notification-settings-body input[type=text]:disabled[b-zissp5efp6] {
    opacity: var(--disabled-opacity);
}

.gridRow > .gridCell.switch[b-zissp5efp6] {
    justify-content: center;
}

.gridRow > .gridCell.elapsedDays[b-zissp5efp6] {
    white-space: normal;
}

.gridRow > .gridCell.name[b-zissp5efp6],
.gridRow > .gridCell.content[b-zissp5efp6] {
    align-items: center;
}

.gridRow.disabled > .gridCell.name .text-overflow-ellipsis[b-zissp5efp6],
.gridRow.disabled > .gridCell.content .text-overflow-ellipsis[b-zissp5efp6] {
    opacity: var(--disabled-opacity);
}

#notification-users-header[b-zissp5efp6] {
    overflow: hidden;
    /*margin: 0 0 -7px 0;*/
    margin: 0;
    padding-right: calc(12px + var(--scrollbar-width));
}

    #notification-users-header[b-zissp5efp6]  fluent-data-grid {
        margin-top: 5px;
        background-color: white;
        border: 0px solid black;
    }

    #notification-users-header[b-zissp5efp6]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
        border: 1px solid black;
        border-right-width: 2px;
    }

    #notification-users-header[b-zissp5efp6]  fluent-data-grid-row[row-type="header"] {
        height: 38px;
        border-bottom: 1px solid black;
        background: #305494 !important;
        --neutral-foreground-rest: white !important;
    }

    #notification-users-header[b-zissp5efp6]  fluent-data-grid-cell {
        border-right: 1px solid black;
        margin: -3px 0 -5px 0;
        margin: 0;
        border-radius: 0px;
    }

        #notification-users-header[b-zissp5efp6]  fluent-data-grid-cell[cell-type="columnheader"] {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }

        #notification-users-header[b-zissp5efp6]  fluent-data-grid-cell[grid-column="2"],
        #notification-users-header[b-zissp5efp6]  fluent-data-grid-cell[grid-column="3"] {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
        }

        #notification-users-header[b-zissp5efp6]  fluent-data-grid-cell:last-child {
            border-right-style: none;
        }
/* #endregion Grid Header */

/* #region Grid Body */
#notification-settings-body[b-zissp5efp6] {
    overflow-y: hidden;
}

#notification-users-body[b-zissp5efp6] {
    position: relative;
    flex: 1;
    overflow-y: auto;
}

    #notification-settings-body[b-zissp5efp6]  fluent-data-grid,
    #notification-users-body[b-zissp5efp6]  fluent-data-grid {
        margin-top: -1px;
        background-color: white;
        border: 1px solid black;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    #notification-users-body[b-zissp5efp6]  fluent-data-grid {
        position: absolute;
        width: calc(100% - var(--bs-gutter-x) * 1);
    }

    #notification-settings-body[b-zissp5efp6]  fluent-data-grid-row[row-type="header"],
    #notification-users-body[b-zissp5efp6]  fluent-data-grid-row[row-type="header"] {
        display: none;
    }

#notification-settings-body[b-zissp5efp6]  fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: auto;
    min-height: 47px;
}

#notification-users-body[b-zissp5efp6]  fluent-data-grid-row[row-type="default"] {
    border-bottom: 1px solid black;
    height: 35px;
}

#notification-users-body[b-zissp5efp6]  fluent-data-grid-row:last-child {
    border-bottom-style: none;
}

#notification-settings-body[b-zissp5efp6]  fluent-data-grid-cell {
    border-right: 1px solid black;
    margin: -3px 0 -3px 0;
}

#notification-users-body[b-zissp5efp6]  fluent-data-grid-cell {
    border-right: 1px solid black;
    margin: -3px 0 -3px 0;
    border-radius: 0px;
}

    #notification-users-body[b-zissp5efp6]  fluent-data-grid-cell:last-child {
        border-right-style: none;
    }

#notification-settings-body[b-zissp5efp6]  fluent-data-grid-cell {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

#notification-users-body[b-zissp5efp6]  fluent-data-grid-cell {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

    #notification-settings-body[b-zissp5efp6]  fluent-data-grid-cell[grid-column="1"],
    #notification-users-body[b-zissp5efp6]  fluent-data-grid-cell[grid-column="1"],
    #notification-users-body[b-zissp5efp6]  fluent-data-grid-cell[grid-column="3"] {
        justify-content: center;
        flex-direction: row;
    }

/* #endregion Grid Body */

[b-zissp5efp6] .text-one-line-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

[b-zissp5efp6] .remarks-multiple-email {
    font-size: .8rem;
    padding-top: 5px;
    color: #444;
}

/* #region 通知メール設定 */
.area-mail-setting[b-zissp5efp6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}

    .area-mail-setting .button-header[b-zissp5efp6] {
        display: flex;
    }

    .area-mail-setting .detail-settings-header[b-zissp5efp6] {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .area-mail-setting .detail-settings-header .title-header[b-zissp5efp6] {
            flex: 1;
            margin: 10px 10px 10px 0;
            font-size: large;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.row-customize-flag .btn-customize-flag[b-zissp5efp6] {
    display: flex;
}

.row-mail-body[b-zissp5efp6] {
    flex: 1;
}

.mail-subject[b-zissp5efp6] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

    .mail-subject .subject-input[b-zissp5efp6] {
        display: flex;
        align-items: center;
    }

    .mail-subject .subject-annotation[b-zissp5efp6] {
        display: flex;
    }

    .mail-subject .name[b-zissp5efp6] {
        width: 2.5rem;
    }

    .mail-subject .content[b-zissp5efp6] {
        flex: 1;
    }

.mail-body[b-zissp5efp6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 0px 10px;
}

    .mail-body .body-richtext-editor[b-zissp5efp6] {
        flex: 1;
    }

    .mail-body .body-richtext-editor[b-zissp5efp6],
    .mail-body .body-annotation-1[b-zissp5efp6],
    .mail-body .body-annotation-2[b-zissp5efp6] {
        margin-bottom: 4px;
    }

[b-zissp5efp6] #rtEditor .e-content {
    overflow-wrap: break-word;
}

[b-zissp5efp6] .btn-header-type {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
}

    [b-zissp5efp6] .btn-header-type.selected {
        box-shadow: 0px 0px 0px 2px var(--accent-fill-rest);
    }

/* #endregion ボタン */

.small-discription[b-zissp5efp6] {
    font-size: .8rem;
    color: gray;
}

.title-disabled[b-zissp5efp6] {
    color: gray;
}
/* _content/LandingPage/Components/SoshikiConfig/SoshikiSettingForm.razor.rz.scp.css */
.area-soshiki-setting[b-5drh20asri] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .area-soshiki-setting #admin-settings-header[b-5drh20asri] {
        overflow: hidden;
        /*margin: 0 0 -7px 0;*/
        padding-right: calc(12px + var(--scrollbar-width));
    }

        .area-soshiki-setting #admin-settings-header[b-5drh20asri]  fluent-data-grid {
            margin-top: 5px;
        }

    .area-soshiki-setting #admin-settings[b-5drh20asri] {
        overflow-y: auto;
        max-height: calc(100vh - 155px);
        max-height: calc(100dvh - 155px);
        height: calc(100vh - 155px);
        height: calc(100dvh - 155px);
    }

        .area-soshiki-setting #admin-settings[b-5drh20asri]  fluent-data-grid-row[row-type="header"] {
            display: none;
        }

.area-btn-header[b-5drh20asri] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    /*Button Style*/
    --accent-fill-rest: #1E91E0 !important;
    --accent-fill-hover: #1E91E0 !important;
    --accent-fill-active: #1E91E0 !important;
}
/* #region ボタン */
[b-5drh20asri] .btn-header {
    margin: 10px 0 10px 10px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.1);
    width: 100px;
    border-radius: 5px;
}
/* #endregion ボタン */

.settingSubTitle[b-5drh20asri] {
    font-size: inherit;
    font-weight: 700;
    /*color: rgba(0, 0, 0, 0.8);*/
    margin: 20px 0 5px 0;
}

/* Common Style*/
.form-select:focus[b-5drh20asri] {
    border: 1px solid #ced4da;
    box-shadow: none;
}

[b-5drh20asri] .padding-0 {
    padding: 0px;
}

[b-5drh20asri] .padding-top-0 {
    padding-top: 0px;
}

[b-5drh20asri] .padding-bottom-0 {
    padding-bottom: 0px;
}

.select-soshiki[b-5drh20asri] {
    width: 250px !important;
}
/* _content/LandingPage/Components/SoshikiConfig/SoshikiSettingHierarchy.razor.rz.scp.css */
/* _content/LandingPage/Components/SwitchProductBox.razor.rz.scp.css */
.logo-container[b-nxrut4v2ta] {
    width: 200px;
    border-right: 1px solid #ddd;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.logo[b-nxrut4v2ta] {
    width: 152px;
    padding-left: 16px;
    margin-right: 16px;
}

.move-left-180[b-nxrut4v2ta] {
    left: 198px !important;
}

.teamfactory-header[b-nxrut4v2ta] {
    display: flex;
    align-items: center;
    gap: .8em;
    cursor: pointer;
    padding-left: 20px;
    height: 40px;
}

    .teamfactory-header .title[b-nxrut4v2ta] {
        font-size: 1.05em;
        color: #3c3939;
        font-family: "segoe UI semibold","Hiragino Kaku Gothic ProN";
    }

    .teamfactory-header > div > svg[b-nxrut4v2ta] {
        color: dimgray;
    }

.popup-container[b-nxrut4v2ta] {
    position: absolute;
    background-color: whitesmoke;
    top: 47px;
    left: 8px;
    width: 180px;
    border-radius: 4px;
    box-shadow: 1px 1px 8px 1px grey;
    z-index: 11;
}

.popup-backwall[b-nxrut4v2ta] {
    position: absolute;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    background-color: #44444461;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

#popupflg[b-nxrut4v2ta] {
    display: none;
}

    #popupflg:checked + .popup-backwall[b-nxrut4v2ta] {
        display: block;
    }

.popup-content[b-nxrut4v2ta] {
    display: flex;
    flex-direction: column;
}

    .popup-content > div[b-nxrut4v2ta] {
        height: 4em;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-weight: 700;
    }

        .popup-content > div:hover[b-nxrut4v2ta] {
            background-color: #e0e0e0;
            cursor: pointer;
        }

        .popup-content > div:first-child[b-nxrut4v2ta] {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .popup-content > div:last-child[b-nxrut4v2ta] {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .popup-content > div > div[b-nxrut4v2ta] {
            padding-left: .8em;
            font-size: 1.05em;
            font-family: "segoe UI semibold","Hiragino Kaku Gothic ProN";
        }

    .popup-content > .item-shinsei div[b-nxrut4v2ta],
    .popup-content > .item-shiwake div[b-nxrut4v2ta] {
        padding-left: .9em;
    }

    .popup-content > .item-config div[b-nxrut4v2ta] {
        padding-left: 1em;
    }

    .popup-content > .item-shinsei .header-text[b-nxrut4v2ta],
    .popup-content > .item-shiwake .header-text[b-nxrut4v2ta] {
        padding-left: .7em;
    }

    .popup-content > .item-config .header-text[b-nxrut4v2ta] {
        padding-left: .6em;
    }

    .popup-content img[b-nxrut4v2ta] {
        width: 30px;
    }

.active-product[b-nxrut4v2ta] {
    background-color: #bbbbbb;
    pointer-events: none;
}

.disabled-product[b-nxrut4v2ta] {
    opacity: .5;
    pointer-events: none;
}

.header-icon-gear[b-nxrut4v2ta] {
    width: 30px;
    font-size: 20px;
    padding-left: 3px;
}
/* _content/LandingPage/Components/TeamFactoryProgressRing.razor.rz.scp.css */
.container[b-lymkw48c8j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30vh;
    padding-top: 30dvh;
    gap: 1.25rem;
}
    .container .logoimg[b-lymkw48c8j] {
        width: 30vw;
        width: 30dvw;
        min-width: 300px;
        max-width: 350px;
    }
    .container[b-lymkw48c8j]  .ring {
        align-items: flex-start;
        align-content: flex-start;
        height: 10vh;
        height: 10dvh;
        width: 8vh;
        width: 8dvh;
    }
/* _content/LandingPage/Components/UserProfileForm.razor.rz.scp.css */
.config-icon[b-q8era23f49]{
    position: absolute;
    right: 4rem;
    top: 9rem;
    width: 4rem;
    height: 7rem;
    box-shadow: #c8c6c4 0px 0px 15px 0px;
    border-radius: 12px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index:1000;
    cursor:pointer;
}
.config-icon:hover[b-q8era23f49]{
    transition: all 0.3s;
    box-shadow: #525252 0px 0px 12px 0px;
}
.threedots[b-q8era23f49] {
/*    display: flex;
    align-items: center;*/
}

.area-setting[b-q8era23f49]{
    cursor:pointer;
    font-size: 30px;
    cursor: pointer;
    padding-left: 10px;
    color: gray;
    font-weight: bold;
}

.image-profile[b-q8era23f49] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100px;
    cursor: pointer;
}

    .image-profile .img-status-dot[b-q8era23f49] {
        height: 10px;
        width: 10px;
        background-color: #92C353;
        border-radius: 50%;
        display: inline-block;
        position: fixed;
        top: 28px;
        right: 20px;
    }

.dialog-profile[b-q8era23f49] {
    position: fixed;
    background: white;
    height: 100px;
    top: 47px;
    right: 30px;
    width: max-content;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 14%), 0px 0px 2px 0 rgb(0 0 0 / 12%);
    z-index: 1;
    align-content: space-around;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: .875rem;
}

    .dialog-profile .dialog-header[b-q8era23f49] {
        height: 35px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0 10px 0;
    }

        .dialog-profile .dialog-header .col-img[b-q8era23f49]{
            width: 50px;
        }

        .dialog-profile .dialog-header .col-mail[b-q8era23f49] {
            width: calc(100% - 50px);
        }

    .dialog-profile .dialog-breakline[b-q8era23f49] {
        border-top: 1px solid gray;
        border-width: 1px 1px 0 1px;
    }

    .dialog-profile .dialog-breakline .dialog-btn-signout[b-q8era23f49] {
        cursor: pointer;
        width: fit-content;
    }
/* _content/LandingPage/Pages/BunsekiSettingPage.razor.rz.scp.css */
.area-management-bunseki[b-hbzq42cxkv] {
    height: 100%;
    padding-bottom: 10px;
}

.max-width-lable[b-hbzq42cxkv] {
    max-width: 180px;
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);
}

.max-width-content[b-hbzq42cxkv] {
    width: calc(100vw - 400px);
    width: calc(100dvw - 400px);
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);
}

[b-hbzq42cxkv] .btn-apply {
    width: 170px !important;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    margin: 10px 0 0 -3px;
    height: 40px;
    border-radius: 5px;
    color : black;
    /*Button Style*/
    background: #DAE3F1 !important;
    border: 0;
}

    [b-hbzq42cxkv] .btn-apply.active {
        color: white;
        /*Button Style*/
        background: #305494 !important;
    }
/* _content/LandingPage/Pages/Dispatch.razor.rz.scp.css */
[b-xnvg8iyf2s] .btn-custom {
    width: 120px !important;
    height: 35px;
}

[b-xnvg8iyf2s] .btn-shadow {
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
}

/* Land Login*/
.page-login[b-xnvg8iyf2s] {
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background: #f5f5f5;
}

.page-login .area-center[b-xnvg8iyf2s] {
    position: relative;
    margin: auto;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
}
/* On screens that are 600px or less */
@media (max-height: 530px) {
    .page-login .area-center[b-xnvg8iyf2s] {
        top: 0 !important;
    }
}

.page-login .img-banner[b-xnvg8iyf2s] {
    width: 30vw;
    width: 30dvw;
    min-width: 300px;
    max-width: 350px;
}
.errormsg[b-xnvg8iyf2s] {
    color: red;
    text-align: center;
}

    .errormsg .area-msg[b-xnvg8iyf2s] {
        color: red;
        overflow-wrap: break-word;
        max-width: 60vw;
        max-width: 60dvw;
        text-align: start;
    }
.errormsg .area-container[b-xnvg8iyf2s]{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
/* _content/LandingPage/Pages/HomePage.razor.rz.scp.css */
#approve-list-view[b-tets9ogpt2] {
    height: 100%;
}

    #approve-list-view.defult-page[b-tets9ogpt2] {
        display: none;
    }

/* Land Page*/
.page-home[b-tets9ogpt2] {
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background-color: #F5F5F5;
}

    .page-home .area-profile[b-tets9ogpt2] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        padding: 5px 10px 0 10px;
    }

    .page-home .area-center[b-tets9ogpt2] {
        position: relative;
        margin: auto;
        min-width: 500px;
        min-height: 530px;
        display: grid;
        align-items: center;
        justify-content: center;
        align-content: space-between;
        justify-items: center;
        grid-template-columns: min-content;
        grid-gap: 2rem;
        flex-direction: column;
        padding-top: 0.75rem;
    }

/* On screens that are 600px or less */
@media (max-height: 530px) {
    .page-home .area-center[b-tets9ogpt2] {
        top: 0 !important;
    }
}

.page-home .img-banner[b-tets9ogpt2] {
    width: 23vw;
    width: 23dvw;
    min-width: var(--banner-width);
    max-width: var(--banner-landingpage-width);
}

.page-home .btn-group-icon[b-tets9ogpt2] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
}

    .page-home .btn-group-icon .noactive[b-tets9ogpt2] {
        pointer-events: none;
    }

    .page-home .btn-group-icon .items[b-tets9ogpt2] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: #808080;
        /*margin: 2rem 1rem 0 0;*/
    }

    /*        .page-home .btn-group-icon .items:last-child {
            margin: 2rem 0 0 0;
        }
*/
    /*        .page-home .btn-group-icon .items:hover .icon {
            color: #136EBE;
        }

        .page-home .btn-group-icon .items:hover .btn-icon {
            border: 2px solid #A0BAD5;
            color: #136EBE;
        }
        .page-home .btn-group-icon .items:hover .btn-name {
            color: #136EBE;
            font-size:0.3rem;
            font-weight:600;
        }
*/
    .page-home .btn-group-icon .btn-name[b-tets9ogpt2] {
        font-size: 0.85em;
        margin-top: -5px;
    }

    .page-home .btn-group-icon .items .icon[b-tets9ogpt2] {
        font-size: 4.5rem;
    }

.landing-icon-shinsei:hover .btn-icon[b-tets9ogpt2] {
    color: #53D953;
    transition: all 0.6s;
    box-shadow: #53D953 0px 0px 15px 0px !important;
}

.landing-icon-shinsei:hover .btn-name[b-tets9ogpt2],
.landing-icon-shinsei:hover .btn-icon-name[b-tets9ogpt2] {
    color: #53D953;
}

.landing-icon-bunseki:hover .btn-icon[b-tets9ogpt2] {
    color: #FFD600;
    transition: all 0.6s;
    box-shadow: #FFD600 0px 0px 15px 0px !important;
}

.landing-icon-bunseki:hover .btn-name[b-tets9ogpt2],
.landing-icon-bunseki:hover .btn-icon-name[b-tets9ogpt2] {
    color: #FFD600;
}

.landing-icon-shiwake:hover .btn-icon[b-tets9ogpt2] {
    color: #4995FF;
    transition: all 0.6s;
    box-shadow: #4995FF 0px 0px 15px 0px !important;
}

.landing-icon-shiwake:hover .btn-name[b-tets9ogpt2],
.landing-icon-shiwake:hover .btn-icon-name[b-tets9ogpt2] {
    color: #4995FF;
}

.landing-icon-soshiki:hover .btn-icon[b-tets9ogpt2] {
    color: #BA5CE6;
    transition: all 0.6s;
    box-shadow: #BA5CE6 0px 0px 15px 0px !important;
}

.landing-icon-soshiki:hover .btn-name[b-tets9ogpt2],
.landing-icon-soshiki:hover .btn-icon-name[b-tets9ogpt2] {
    color: #BA5CE6;
}
/* On screens that are 600px or less */
@media (max-width: 1024px) {
    .page-home .btn-group-icon .items .icon[b-tets9ogpt2] {
        font-size: 5rem;
    }
}

.page-home .btn-group-icon .items .btn-icon[b-tets9ogpt2] {
    border-radius: 12px;
    /*    border: 2px solid #DBDBDB;
*/ color: #C3C5D1;
    min-width: 150px;
    min-height: 150px;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-between;
    font-size: smaller;
    font-weight: bold;
    align-items: center;
    box-shadow: #c8c6c4 0px 0px 15px 0px;
    width: 15vw;
    width: 15dvw;
    height: 15vw;
    height: 15dvw;
    max-width: 180px;
    max-height: 180px;
    gap: 30px;
    /*padding: 2rem 0 0 0;*/
}

.noactive img[b-tets9ogpt2],
.noactive span[b-tets9ogpt2] {
    filter: grayscale(1) opacity(0.5);
}

/*            .page-home .btn-group-icon .items .btn-icon .btn-icon-name {
                font-weight: bold;
                font-size: initial;
            }
*/ /*
        .page-home .btn-group-icon .items .btn-name {
            color: #C3C5D1;
            padding: 10px 0 10px 0;
            font-weight: 600;
            font-size: initial;
        }*/

/* On screens that are 600px or less */
@media (min-width: 1025px) {
    .page-home .btn-group-icon .items .icon[b-tets9ogpt2] {
        font-size: 5.5rem;
    }
}

/* On screens that are 600px or less */
@media (min-width: 1125px) {
    .page-home .btn-group-icon .items .icon[b-tets9ogpt2] {
        font-size: 6rem;
    }
}

/* On screens that are 600px or less */
@media (min-width: 1390px) {
    .page-home .btn-group-icon .items .icon[b-tets9ogpt2] {
        font-size: 7.5rem;
    }
}

/* On screens that are 600px or less */
@media (min-width: 1500px) {
    .page-home .btn-group-icon .items .icon[b-tets9ogpt2] {
        font-size: 8.5rem;
    }
}

.landing-icon-container[b-tets9ogpt2] {
    box-shadow: #c8c6c4 0px 0px 15px 0px;
    border-radius: 15px;
    padding: 1rem 5rem 1rem 5rem;
    background-color: white;
    position: relative;
}

.landing-title-container[b-tets9ogpt2] {
    display: flex;
    justify-content: center;
}

.btn-icon-name[b-tets9ogpt2] {
    font-weight: bold;
    padding-top: 1rem;
    font-size: 0.9em;
}

.landing-title-font[b-tets9ogpt2] {
    font-size: 1.2rem;
}

.landing-icon[b-tets9ogpt2] {
    height: 94%;
}

.landing-icons[b-tets9ogpt2] {
    padding-top: 2rem !important;
    padding-bottom: 0.5rem;
}

.config-icon[b-tets9ogpt2] {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    font-size: 1.25em;
    color: gray;
}

    .config-icon > div > span[b-tets9ogpt2] {
        font-weight: bold !important;
    }

    .config-icon:hover[b-tets9ogpt2] {
        color: #545454;
    }

.area-carousel[b-tets9ogpt2] {
    max-width: 1120px;
    box-shadow: #c8c6c4 0px 0px 15px 0px;
    border-radius: 15px;
    background-color: white;
}

    .area-carousel .area-slide[b-tets9ogpt2] {
        height: 100%;
        padding: 2rem 5rem 3rem 5rem;
        -webkit-user-modify: read-only;
        overflow-wrap: break-word;
        -webkit-line-break: after-white-space;
    }

        .area-carousel .area-slide > div[b-tets9ogpt2] {
            height: 100%;
            background-color: transparent;
        }

    .area-carousel .e-carousel-navigators > div[b-tets9ogpt2] {
        padding: 1em;
    }
/* _content/LandingPage/Pages/ManagementSettingPage.razor.rz.scp.css */
/* _content/LandingPage/Pages/ShinseiSettingPage.razor.rz.scp.css */
.area-management-shinsei[b-4s9s0r6c1x] {
    /*height: 100vh;
    height: 100dvh;*/
    height: 100%;
    padding-right: 0.5rem;
}

    .area-management-shinsei .shinsei-setting[b-4s9s0r6c1x] {
        height: 100%;
        width: 100%;
        flex-wrap: nowrap;
    }

.max-width-lable[b-4s9s0r6c1x] {
    max-width: 180px;
/*    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);*/
    height: 100%;
}

.max-width-content[b-4s9s0r6c1x] {
/*    width: calc(100vw - 400px);
    width: calc(100dvw - 400px);
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);*/
    flex: 1;
    height: 100%;
    width: 100%;
}

[b-4s9s0r6c1x] .btn-apply {
    width: 170px !important;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    margin: 10px 0 0 -3px;
    height: 40px;
    border-radius: 5px;
    color : black;
    /*Button Style*/
    background: #DAE3F1 !important;
    border: 0;
}

    [b-4s9s0r6c1x] .btn-apply.active {
        color: white;
        /*Button Style*/
        background: #305494 !important;
    }
/* _content/LandingPage/Pages/ShiwakeSettingPage.razor.rz.scp.css */
.area-management-shiwake[b-te5xqf32bn] {
    height: 100%;
    padding-bottom: 10px;
}

.max-width-lable[b-te5xqf32bn] {
    max-width: 180px;
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);
}

.max-width-content[b-te5xqf32bn] {
    width: calc(100vw - 400px);
    width: calc(100dvw - 400px);
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);
}

[b-te5xqf32bn] .btn-apply {
    width: 170px !important;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    margin: 10px 0 0 -3px;
    height: 40px;
    border-radius: 5px;
    color : black;
    /*Button Style*/
    background: #DAE3F1 !important;
    border: 0;
}

    [b-te5xqf32bn] .btn-apply.active {
        color: white;
        /*Button Style*/
        background: #305494 !important;
    }
/* _content/LandingPage/Pages/SoshikiSettingPage.razor.rz.scp.css */
.area-management-soshiki[b-bw66djdn2f] {
    height: 100%;
    padding-bottom: 10px;
}

.max-width-lable[b-bw66djdn2f] {
    max-width: 180px;
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);
}

.max-width-content[b-bw66djdn2f] {
    width: calc(100vw - 400px);
    width: calc(100dvw - 400px);
    height: calc(100vh - 30px);
    height: calc(100dvh - 30px);
}

[b-bw66djdn2f] .btn-apply {
    width: 170px !important;
    box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 10%);
    margin: 10px 0 0 -3px;
    height: 40px;
    border-radius: 5px;
    color: black;
    /*Button Style*/
    background: #DAE3F1 !important;
    border: 0;
}

    [b-bw66djdn2f] .btn-apply.active {
        color: white;
        /*Button Style*/
        background: #305494 !important;
    }
/* _content/LandingPage/Shared/ManagementSettingLayout.razor.rz.scp.css */
html[b-evoeoc68bx], body[b-evoeoc68bx], .container-fluid[b-evoeoc68bx] {
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    width: 100dvw;
    min-width: 520px;
    min-height: 615px;
    margin: 0;
    padding: 0;
    background: #F5F5F5;
    font-size: .875rem;
}

.sidebar-content[b-evoeoc68bx] {
    transition: all 0.3s ease;
    position: absolute;
    background: #F5F5F5;
    width: 200px;
    height: 100vh;
    height: 100dvh;
    clear: none;
    left: 0;
    border-right: 1px solid #ddd;
    top: 47px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
}

.navigation-content[b-evoeoc68bx] {
    position: sticky;
    display: flex;
    flex-direction: row;
    top: 0;
    background: #F5F5F5;
    height: 47px;
    z-index: 2;
    border-bottom: 1px solid #ddd;
}

.top-row[b-evoeoc68bx] {
    height: 47px;
    width: 200px;
    min-width: 200px;
    border-bottom: 1px solid #ddd;
    margin-right: -1px;
    border-right: 1px solid #F5F5F5;
    cursor: pointer;
}
    .top-row:hover[b-evoeoc68bx] {
        background-color: #D0EAF9;
    }

navigation-fluid[b-evoeoc68bx] {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.sidebar-brand[b-evoeoc68bx] {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    cursor: pointer;
}

.main[b-evoeoc68bx] {
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
}

.main-content[b-evoeoc68bx] {
    flex: 1;
    transition: all 0.5s ease;
    height: 100%;
    background: #F5F5F5;
    margin-left: 200px;
    overflow: hidden;
    z-index: 2;
}

/* #region モバイル向け */
.mobile .main-content[b-evoeoc68bx] {
    margin-left: 0px;
}
/* #endregion モバイル向け */
/* _content/LandingPage/Shared/NavMenu.razor.rz.scp.css */
.top-row[b-6bpe60b5vx] {
    flex: 1;
    height: 47px;
    margin: 0 20px 0 0;
}

.nav-item .disabled[b-6bpe60b5vx] {
    color: #6c757d;
}
.header-icon[b-6bpe60b5vx]{
    height:20px;
    width:20px;
}

.teamfactory-header-space[b-6bpe60b5vx]{
    flex-grow:1;
}
/* _content/LandingPage/Shared/SidebarLayout.razor.rz.scp.css */
.top-row[b-kebao7om82] {
    height: 47px;
    border-bottom: 1px solid #ddd;
    margin-right: -1px;
    border-right: 1px solid #F5F5F5;
    cursor: pointer;
}

.px-custom-13[b-kebao7om82] {
    padding-left:36px;
    max-width:160px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}

.nav-submenu[b-kebao7om82] {
    padding-left: 26px;
}
.span-submenu[b-kebao7om82] {
    padding-left: 21px;
}

.nav-custom[b-kebao7om82] {
    color: transparent;
    background: transparent;
}

.sidebar-brand[b-kebao7om82] {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    cursor: pointer;
}

.fa[b-kebao7om82] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -1px;
}

.nav-item[b-kebao7om82] {
    font-weight: 500;
    color: black;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}
    .nav-item.active[b-kebao7om82] {
        background-color: #e0e0e0;
    }

    .nav-item.disabled .nav-link[b-kebao7om82]{
        color: #6c757d;
    }

    .nav-item:first-of-type[b-kebao7om82] {
        padding-top: 0;
    }

    .nav-item:last-of-type[b-kebao7om82] {
        padding-bottom: 0;
    }

    .nav-item[b-kebao7om82]  a {
        font-weight: 500;
        color: #333;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        cursor: pointer;
    }

        .nav-item[b-kebao7om82]  a.active {
            background-color: #e0e0e0;
        }

a.nav-link:hover[b-kebao7om82] {
    background-color:#EDEDED !important;
}

.header-icon[b-kebao7om82] {
    height: 20px;
    padding-right: 2px;
    padding-left: 3px;
}

.disabled .header-icon[b-kebao7om82]{
    opacity:0.7;
}

.nav-item[b-kebao7om82]  a.expand-menu {
    justify-content: space-between;
    padding-right: 0.5rem;
}

.sidebar[b-kebao7om82]{
/*    font-size:14px;
*/}
.fa-solid[b-kebao7om82]{
    width:12px;
    font-size:14px;
}
.fa-regular[b-kebao7om82]{
    font-size:14px;
    width:24px;
    text-align:center;
}
.fs-small[b-kebao7om82]{
    font-size:.8em;
}

.pools-status-icon[b-kebao7om82],
.service-account-status-icon[b-kebao7om82] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 75%;
    padding-top: 0.15rem;
}

    .pools-status-icon .fa-triangle-exclamation[b-kebao7om82],
    .pools-status-icon .fa-circle-exclamation[b-kebao7om82],
    .service-account-status-icon .fa-triangle-exclamation[b-kebao7om82],
    .service-account-status-icon .fa-circle-exclamation[b-kebao7om82] {
        position: absolute;
        font-size: 0.875rem;
        z-index: 1;
    }

    .pools-status-icon .fa-triangle[b-kebao7om82],
    .pools-status-icon .fa-circle[b-kebao7om82],
    .service-account-status-icon .fa-triangle[b-kebao7om82],
    .service-account-status-icon .fa-circle[b-kebao7om82] {
        position: absolute;
        font-size: 0.8rem;
        color: white;
    }
