/* /Pages/DataOutput/DataOuput.razor.rz.scp.css */
.card[b-8tok7t339g] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*font-size: 1.1rem;*/
    color: #7E7E7E;
    flex: 1;
}

.input-label[b-8tok7t339g] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}

.form-check-input[b-8tok7t339g],
.form-check-label[b-8tok7t339g] {
    cursor: pointer;
}
/* /Pages/DataOutput/DataOuputList.razor.rz.scp.css */
/* /Pages/FileInput/FileInput.razor.rz.scp.css */
.card[b-meyorg3jt8] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*font-size: 1.1rem;*/
    color: #7E7E7E;
    flex: 1;
}

.file-input-container[b-meyorg3jt8] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-label[b-meyorg3jt8] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}
/* /Pages/FileInput/FileInputList.razor.rz.scp.css */
/* /Pages/Home/Home.razor.rz.scp.css */
/* /Pages/Login/Login.razor.rz.scp.css */
form[b-tf92ldj952]  div[class="validation-summary"] {
    min-height: 31px
}

.whitespace[b-tf92ldj952] {
    width: 70px;
    height: 100%;
    background-color: red;
}

.img-logo[b-tf92ldj952] {
    width: 100px;
    height: 96.47px;
    margin-bottom: 20px;
}

.error-container[b-tf92ldj952] {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px;
}

div[class="error-container"][b-tf92ldj952]  ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.login-input[b-tf92ldj952]  input {
    height: 40px;
    margin-bottom: 20px;
}

.link[b-tf92ldj952] {
    padding-top: 36px;
}

    .link[b-tf92ldj952]  a {
        color: black;
    }
/* /Pages/Mail/Mail.razor.rz.scp.css */
select[b-ght896q1zd] {
    width: 300px;
}

.mail-container[b-ght896q1zd] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card[b-ght896q1zd] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
    color: #7E7E7E;
    flex: 1;
}

.input-label[b-ght896q1zd] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}
/* /Pages/Master/Master.razor.rz.scp.css */
.shadow[b-d44813zigx] {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.table-wrap[b-d44813zigx] {
    flex: 1;
    overflow: auto;
    border: 1px solid #dee2e6;
    margin-bottom: .25rem;
}

table[b-d44813zigx] {
    border-collapse: separate;
    border-spacing: 0;
}

    table thead th[b-d44813zigx] {
        position: sticky;
        top: 0;
        padding: 0;
    }

.disabled-link[b-d44813zigx] {
    pointer-events: none;
    color: var(--uniqle-gray-500);
    cursor: default;
}
/* /Pages/User/User.razor.rz.scp.css */
.user-singup-container[b-pi6kgr4wu7] {
    width: 100%;
    background-color: var(--uniqle-blue-100);
    padding: 10px 20px;
}

.user-search-container[b-pi6kgr4wu7] {
    width: 100%;
    min-width: 460px;
    background-color: var(--uniqle-nautral-pink);
    padding: 10px 20px;
}

/* /Pages/User/UserEdit.razor.rz.scp.css */
.user-search-container[b-qovxwlm19a] {
    width: 100%;
    flex: 1;
    background-color: var(--uniqle-nautral-pink);
    padding: 10px 20px;
}
/* /Pages/User/UserList.razor.rz.scp.css */
#user-list-container[b-spw36p4whv] {
    width: 100%;
    flex: 1;
    background-color: var(--uniqle-nautral-pink);
    padding: 10px 20px;
    margin-bottom: 1.1rem;
}

#user-list-title[b-spw36p4whv] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

#user-list[b-spw36p4whv] {
    max-height: calc(100vh - 21rem);
    overflow: auto;
}

table[b-spw36p4whv] {
    font-size: 1.1rem;
    color: #7E7E7E;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
    max-height: 300px;
}

    table thead[b-spw36p4whv] {
        background-color: var(--uniqle-gray-200);
    }

        table thead th[b-spw36p4whv] {
            font-weight: normal;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: var(--uniqle-gray-200)
        }

    table tbody tr[b-spw36p4whv] {
        border-bottom: 1px solid var(--uniqle-gray-200);
    }

        table tbody tr td[b-spw36p4whv] {
            padding: 0.7rem;
            border-bottom: 1px solid #dee2e6;
            cursor: pointer;
            font-weight: 600;
        }

            table tbody tr td:nth-child(1)[b-spw36p4whv] {
                width: 20%;
            }

            table tbody tr td:nth-child(2)[b-spw36p4whv] {
                width: 20%;
            }

            table tbody tr td:nth-child(3)[b-spw36p4whv] {
                width: 10%;
            }

            table tbody tr td:nth-child(4)[b-spw36p4whv] {
                width: 20%;
            }

            table tbody tr td:nth-child(5)[b-spw36p4whv] {
                width: 10%;
            }

            table tbody tr td:nth-child(6)[b-spw36p4whv] {
                width: 10%;
            }

            table tbody tr td:nth-child(7)[b-spw36p4whv] {
                width: 10%;
            }
/* /Shared/Form/UserEditForm.razor.rz.scp.css */
.input-label[b-2pgxklebxj] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}

.card[b-2pgxklebxj] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
    color: #7E7E7E;
}

button[b-2pgxklebxj] {
    width: 150px;
    height: 50px;
}

.busho-btn[b-2pgxklebxj] {
    background-color: var(--uniqle-blue-400);
    color: #fff;
    width: 58px;
    height: 38px;
}

.busho-nm[b-2pgxklebxj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.3rem
}

.form-check-label[b-2pgxklebxj],
.form-check-input[b-2pgxklebxj] {
    cursor: pointer;
}
/* /Shared/Form/UserInfo.razor.rz.scp.css */
.input-label[b-46um8cbafk] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}

.card[b-46um8cbafk] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
    color: #7E7E7E;
}

.form-control[b-46um8cbafk] {
    border-color: transparent;
}

button[b-46um8cbafk] {
    width: 150px;
    height: 50px;
}

.busho-nm[b-46um8cbafk] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.3rem
}
/* /Shared/Form/UserInputForm.razor.rz.scp.css */
.input-label[b-cordv5jaq3] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}

.card[b-cordv5jaq3] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
    color: #7E7E7E;
}

button[b-cordv5jaq3] {
    width: 150px;
    height: 50px;
}

.busho-btn[b-cordv5jaq3] {
    background-color: var(--uniqle-blue-400);
    color: #fff;
    width: 58px;
    height: 38px;
}

.busho-nm[b-cordv5jaq3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.3rem
}

.form-check-label[b-cordv5jaq3],
.form-check-input[b-cordv5jaq3] {
    cursor: pointer;
}

/*.form-check-input {
    margin-right: .25rem;
}

.col,
.col-3 {
    padding: 0;
}
*/
/* /Shared/Form/UserSearchForm.razor.rz.scp.css */
.input-label[b-nuejvywtks] {
    min-width: 160px;
    max-width: 160px;
    padding-top: 0.2rem;
}

.card[b-nuejvywtks] {
    padding: 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
    color: #7E7E7E;
}

button[b-nuejvywtks] {
    width: 150px;
    height: 50px;
}

.busho-btn[b-nuejvywtks] {
    background-color: var(--uniqle-blue-400);
    color: #fff;
    width: 58px;
    height: 38px;
}

.busho-nm[b-nuejvywtks] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.3rem
}

.form-check-label[b-nuejvywtks],
.form-check-input[b-nuejvywtks] {
    cursor: pointer;
}

    .form-check-input[b-nuejvywtks] {
        margin-right: .25rem;
    }

.col[b-nuejvywtks],
.col-3[b-nuejvywtks] {
    padding: 0;
}
/* /Shared/Grid/Grid.razor.rz.scp.css */
table:focus[b-0j2oy30f1l] {
    outline: none;
}
/* /Shared/Grid/GridCell.razor.rz.scp.css */
td[b-si41q38bxh] {
    cursor: pointer;
}

    td:focus[b-si41q38bxh] {
        outline: none;
    }

.cell-selected[b-si41q38bxh] {
    background-color: var(--bs-table-hover-bg );
    outline: 0;
    box-shadow: inset 0 0 0 0.0625rem #0072B1 !important;
}

.cell-editing[b-si41q38bxh] {
    background-color: initial !important;
    box-shadow: inset 0 0 0 0.125rem #0072B1 !important;
}
/* /Shared/Grid/GridCellInput.razor.rz.scp.css */
.cell-input[b-6m0uiviiy9] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* /Shared/Grid/GridCellTextArea.razor.rz.scp.css */
div[b-md1jqcymxw] {
    --bg-textarea: #ffffff;
    --min-height: 20px;
    --line-height: 1;
}

.flex-textarea-wrapper[b-md1jqcymxw] {
    position: absolute;
    top: 0;
    left: 0;
}

.flex-textarea[b-md1jqcymxw] {
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
}

.flex-textarea-dummy[b-md1jqcymxw] {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 5px 15px;
    max-height: 9.5rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.flex-textarea-textarea[b-md1jqcymxw] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 15px;
    width: 100%;
    height: 100%;
    background-color: var(--uniqle-bg-base);
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
    overflow: auto;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 0 0 0.125rem #0072B1 !important;
}

/* /Shared/Grid/GridColumn.razor.rz.scp.css */
th[b-ozzbom8ejc] {
    background-color: #dee2e6;
    border-width: 0px;
}
/* /Shared/Grid/GridRow.razor.rz.scp.css */
.error[b-h45jth9mwz] {
    /*box-shadow: inset 0px 0px 0px 2px rgba(255, 0, 0, 1);*/
    border-top: 2px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
}

/* safari */
_[b-h45jth9mwz]::-webkit-full-page-media, _:future[b-h45jth9mwz], :root .error[b-h45jth9mwz] {
    border-top: 1.5px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 1.5px solid red;
}
/* /Shared/Layout/HomeLayout.razor.rz.scp.css */
html[b-whajol5qhy], body[b-whajol5qhy] {
    font-family: 'Roboto', 'Noto Sans JP';
}

.page[b-whajol5qhy] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: row;
}

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

.sidebar[b-whajol5qhy] {
    background-color: var(--uniqle-gray-100);
    width: 234px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-whajol5qhy] {
    background-color: var(--uniqle-bg-base);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 60px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

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

.validationSummary[b-whajol5qhy] {
    width: 300px;
    height: 50px;
}

/**********************/
/* /Shared/Layout/Item/LoginUser.razor.rz.scp.css */
.shimei[b-wt3v7vjb8y] {
    font-size: 1.3rem;
    color: #7E7E7E;
}

.sign-out[b-wt3v7vjb8y] {
    width: 35px;
    height: 35px;
    padding: 0;
}
/* /Shared/Layout/Item/NavMenu.razor.rz.scp.css */
.top-row[b-ut5igl96jf] {
    height: 60px;
    background-color: var(--uniqle-bg-base);
    text-align: center;
    border-bottom: 1px solid #d6d5d5;
}

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

.navbar-brand[b-ut5igl96jf] {
    display: block;
}

img[b-ut5igl96jf] {
    width: 114px;
    height: 40px;
}

a[b-ut5igl96jf] {
    display: block;
}

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

.nav-item[b-ut5igl96jf] {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--uniqle-gray-200);
}

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

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

    .nav-item[b-ut5igl96jf]  a {
        color: black;
        height: 3rem;
        align-items: center;
        line-height: 2rem;
    }

        .nav-item[b-ut5igl96jf]  a.active {
            background-color: rgba(255,255,255,0.1);
            color: #0071c1;
        }

        .nav-item[b-ut5igl96jf]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #0071c1;
        }

/* /Shared/Layout/Item/UniqleErrorContent.razor.rz.scp.css */
header[b-5g0iomof8d] {
    background-color: var(--uniqle-gray-100);
    width: 100%;
    height: 60px;
}

img[b-5g0iomof8d] {
    width: 114px;
    height: 40px;
    margin-top: 10px;
    margin-left: 62px;
}

.outer[b-5g0iomof8d] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-header[b-5g0iomof8d] {
    --layout-header-height: 60px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - var(--layout-header-height));
    background-color: var(--uniqle-bg-base);
}

p[b-5g0iomof8d] {
    font-size: 17px;
    color: red;
    text-align: center;
}

    p:first-child[b-5g0iomof8d] {
        font-size: 20px;
        font-weight: bold;
    }
/* /Shared/Layout/LoginLayout.razor.rz.scp.css */
html[b-934o7dhj6l], body[b-934o7dhj6l] {
    font-family: 'Roboto', 'Noto Sans JP';
    background-color: var(--uniqle-bg-base);
}

.hero-header[b-934o7dhj6l] {
    --layout-header-height: 60px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - var(--layout-header-height));
    background-color: var(--uniqle-bg-base);
}

header[b-934o7dhj6l] {
    background-color: var(--uniqle-gray-100);
    width: 100%;
    height: 60px;
}

img[b-934o7dhj6l] {
    width: 114px;
    height: 40px;
    margin-top: 10px;
    margin-left: 62px;
}

.outer[b-934o7dhj6l] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-header[b-934o7dhj6l] {
    --layout-header-height: 60px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - var(--layout-header-height));
    background-color: var(--uniqle-bg-base);
}

p[b-934o7dhj6l] {
    font-size: 17px;
    color: red;
    text-align: center;
}

    p:first-child[b-934o7dhj6l] {
        font-size: 20px;
        font-weight: bold;
        /*white-space: nowrap;*/
    }
/* /Shared/List/ProcResultList.razor.rz.scp.css */
#proc-result-list[b-jfm81tm7mo] {
    max-height: calc(100vh - 16rem);
    overflow: auto;
}

table[b-jfm81tm7mo] {
    font-size: 1.1rem;
    color: #7E7E7E;
    border-collapse: separate;
    border-spacing: 0;
    background-color: var(--uniqle-bg-base);
    max-height: 300px;
}

    table thead[b-jfm81tm7mo] {
        background-color: var(--uniqle-gray-200);
    }

        table thead th[b-jfm81tm7mo] {
            font-weight: normal;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: var(--uniqle-gray-200)
        }


    table tbody tr[b-jfm81tm7mo] {
        border-bottom: 1px solid var(--uniqle-gray-200);
    }

        table tbody tr td[b-jfm81tm7mo] {
            vertical-align: middle;
            border-bottom: 1px solid #dee2e6;
            font-weight: 600;
        }
/* /Shared/List/RequestNoticeList.razor.rz.scp.css */
/*bootstrap wrap*/
.shadow[b-jvnotfnebo] {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

#request-notice-title[b-jvnotfnebo] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

table[b-jvnotfnebo] {
    font-size: 1.1rem;
    color: #7E7E7E;
    border-collapse: separate;
    border-spacing: 0;
}

    table thead[b-jvnotfnebo] {
        background-color: var(--uniqle-gray-200);
    }

        table thead th[b-jvnotfnebo] {
            font-weight: normal;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: var(--uniqle-gray-200)
        }

    table tbody tr[b-jvnotfnebo] {
        border-bottom: 1px solid var(--uniqle-gray-200);
    }

        table tbody tr td[b-jvnotfnebo] {
            padding: 0.7rem;
            border-bottom: 1px solid #dee2e6;
            font-weight: 600;
        }

.toggle-collapsed[b-jvnotfnebo] {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

    .toggle-collapsed:not(.collapsed)[b-jvnotfnebo]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .toggle-collapsed[b-jvnotfnebo]::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }
/* /Shared/List/SystemNoticeList.razor.rz.scp.css */
/*bootstrap wrap*/
.shadow[b-gl3mgvnmn3] {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

#system-notice-title[b-gl3mgvnmn3] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

table[b-gl3mgvnmn3] {
    font-size: 1.1rem;
    color: #7E7E7E;
    border-collapse: separate;
    border-spacing: 0;
}

    table thead[b-gl3mgvnmn3] {
        background-color: var(--uniqle-gray-200);
    }

        table thead th[b-gl3mgvnmn3] {
            font-weight: normal;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: var(--uniqle-gray-200)
        }

    table tbody tr[b-gl3mgvnmn3] {
        border-bottom: 1px solid var(--uniqle-gray-200);
    }

        table tbody tr td[b-gl3mgvnmn3] {
            padding: 0.7rem;
            border-bottom: 1px solid #dee2e6;
            font-weight: 600;
        }

.toggle-collapsed[b-gl3mgvnmn3] {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

    .toggle-collapsed:not(.collapsed)[b-gl3mgvnmn3]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .toggle-collapsed[b-gl3mgvnmn3]::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }
/* /Shared/Modal/ApproveModal.razor.rz.scp.css */
/*bootstrap wrap*/
.btn-close[b-vu5fj1ax59] {
    background: transparent url(./image/close.png) center / 1em auto no-repeat;
    background-size: 32px;
    padding: 0px;
    margin: 0 0 0 auto;
    width: 32px;
    height: 32px;
    opacity: .85;
}

    .btn-close:hover[b-vu5fj1ax59] {
        opacity: 1;
    }


.modal-dialog[b-vu5fj1ax59]{
    width: 700px;
}
/* /Shared/Modal/BushoSearchModal.razor.rz.scp.css */
.busho-search-header[b-i7hargptm1] {
    /*width: 326px;*/
    width: 100%;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--uniqle-gray-400);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .busho-search-header > p[b-i7hargptm1] {
        width: 326px;
        height: 40px;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        color: white;
        padding: 0.7rem;
        margin: auto;
    }

.btn[b-i7hargptm1] {
    opacity: 1;
}

.uniqle-btn[b-i7hargptm1] {
    opacity: .9;
}
.uniqle-btn:hover[b-i7hargptm1] {
    opacity: 1;
}

ul[b-i7hargptm1] {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul > li[b-i7hargptm1] {
        padding: .25rem;
    }

        ul > li > button[b-i7hargptm1] {
            min-height: 45px;
            height: fit-content;
            border-radius: 8px;
            border-style: solid;
            border-width: 1px;
            border-color: rgba(217.81, 217.81, 217.81, 1);
            background-color: var(--uniqle-bg-base);
            line-height: 1;
        }

        ul > li button:hover[b-i7hargptm1] {
            box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 1);
            transform: scale(1.05, 1.05);
            cursor: pointer;
            color: var(--uniqle-text-body);
        }

        ul > li > div > input[b-i7hargptm1] {
            margin: auto 1rem auto 0;
            cursor: pointer;
        }

        ul > li > div > label[b-i7hargptm1] {
            cursor: pointer;
            overflow: hidden;
            font-size: 17px;
            place-items: center;
            display: grid;
            line-height: 100%;
        }
/* /Shared/Modal/InformationModal.razor.rz.scp.css */
.u-modal > .u-modal-wrapper > .u-modal-content[b-lraqumg3rw] {
    width: 333px;
}

.information-body[b-lraqumg3rw] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

    .information-body .img-close[b-lraqumg3rw] {
        right: 1rem;
        margin-left: auto;
        cursor: pointer;
    }

    .information-body .info-title[b-lraqumg3rw] {
        color: rgba(0, 113.56, 177.44, 1);
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
    }

    .information-body .info-detail[b-lraqumg3rw] {
        color: black;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
    }

    .information-body .info-aria[b-lraqumg3rw] {
        width: 270px;
        margin: auto;
        color: black;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
    }
/* /Shared/Modal/NoticeModal.razor.rz.scp.css */
/*bootstrap wrap*/
.btn-close[b-jt0rhvac79] {
    background: transparent url(./image/close.png) center / 1em auto no-repeat;
    background-size: 32px;
    padding: 0px;
    margin: 0 0 0 auto;
    width: 32px;
    height: 32px;
    opacity: .85;
}

    .btn-close:hover[b-jt0rhvac79] {
        opacity: 1;
    }


.modal-dialog[b-jt0rhvac79]{
    width: 700px;
}
/* /Shared/Modal/UserSearchModal.razor.rz.scp.css */
.busho-search-header[b-00m4knyotb] {
    width: 100%;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--uniqle-gray-400);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .busho-search-header > p[b-00m4knyotb] {
        width: 326px;
        height: 40px;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        color: white;
        padding: 0.7rem;
        margin: auto;
    }

.btn[b-00m4knyotb] {
    opacity: 1;
}

.uniqle-btn[b-00m4knyotb] {
    opacity: .9;
}
.uniqle-btn:hover[b-00m4knyotb] {
    opacity: 1;
}

ul[b-00m4knyotb] {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul > li[b-00m4knyotb] {
        padding: .25rem;
    }

        ul > li > button[b-00m4knyotb] {
            min-height: 45px;
            max-height: 45px;
            height: fit-content;
            border-radius: 8px;
            border-style: solid;
            border-width: 1px;
            border-color: rgba(217.81, 217.81, 217.81, 1);
            background-color: var(--uniqle-bg-base);
            line-height: 1;
        }

        ul > li button:hover[b-00m4knyotb] {
            box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 1);
            transform: scale(1.05, 1.05);
            cursor: pointer;
            color: var(--uniqle-text-body);
        }

        ul > li > div > input[b-00m4knyotb] {
            margin: auto 1rem auto 0;
            cursor: pointer;
        }

        ul > li > div > label[b-00m4knyotb] {
            cursor: pointer;
            overflow: hidden;
            font-size: 17px;
            place-items: center;
            display: grid;
            line-height: 100%;
        }
/* /Shared/Pagination/Pagination.razor.rz.scp.css */
ul > *[b-l0rny0v2cj]
{
    cursor:pointer;
}
