/* /Components/Contents/ReceptionCallList.razor.rz.scp.css */
.reception-call-list[b-jnztfsgs6z]  .btn-yellow {
    background-color: gold !important;
    font-weight: bold;
}

.reception-call-list[b-jnztfsgs6z]  .btn-green {
    background-color: green !important;
    color: white;
    font-weight: bold;
}

.reception-call-list[b-jnztfsgs6z]  .btn-sienna {
    background-color: chocolate !important;
    color: white;
    font-weight: bold;
}

.reception-call-list[b-jnztfsgs6z]  .btn-aqua {
    background-color: aqua !important;
    font-weight: bold;
}
/* /Components/Contents/ReceptionReportPanel.razor.rz.scp.css */
.staff-editing-banner[b-1wm8qn76d8] {
    color: red;
    font-weight: normal;
    margin: 0 6px;
    -webkit-animation: blink 2s ease infinite;
    animation: blink-b-1wm8qn76d8 2s ease infinite;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink-b-1wm8qn76d8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9bgxwg8zkd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9bgxwg8zkd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Customer.razor.rz.scp.css */
table[b-tuxtpyxbj3] {
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
    width: 100%;
}

th[b-tuxtpyxbj3], td[b-tuxtpyxbj3] {
    border: 1px solid #f0f0f0;
    padding: 4px;
    vertical-align: top;
}

th[b-tuxtpyxbj3] {
    background-color: #D9E6F2;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

td[b-tuxtpyxbj3] {
    background-color: #fff;
}

.customer-list[b-tuxtpyxbj3] {
    margin-top: 10px;
    text-align: left;
}

    .customer-list[b-tuxtpyxbj3]  .ant-table-thead .ant-table-cell {
        padding: 4px !important;
        border: 0px;
    }

    .customer-list[b-tuxtpyxbj3]  .ant-table-tbody .ant-table-cell {
        padding: 4px;
        vertical-align: middle;
    }
/* /Components/Pages/JMap.razor.rz.scp.css */
.jmap-root[b-ol393xc0wp] {
    margin-bottom: 8px;
    text-align: left;
}

[b-ol393xc0wp] .btn-company {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    height: auto !important;
    min-width: 0 !important;
    word-break: break-word;
    white-space: normal;
    max-width: 200px;
    text-align: left;
}

/* RowExpandアイコンが折り返されないように */
[b-ol393xc0wp] .ant-table-row-expand-icon,
[b-ol393xc0wp] .ant-table-row-expand-icon-cell {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}
/* /Components/Pages/JStaff.razor.rz.scp.css */
table[b-ebklt1xrrd] {
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
    width: 100%;
}

th[b-ebklt1xrrd], td[b-ebklt1xrrd] {
    border: 1px solid #f0f0f0;
    padding: 4px;
    vertical-align: top;
}

th[b-ebklt1xrrd] {
    background-color: #D9E6F2;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

.jstaff-list[b-ebklt1xrrd] {
    margin-top: 10px;
    text-align: left;
}

    .jstaff-list[b-ebklt1xrrd]  .ant-table-thead .ant-table-cell {
        padding: 4px !important;
        border: 0px;
    }

    .jstaff-list[b-ebklt1xrrd]  .ant-table-tbody .ant-table-cell {
        padding: 4px;
        vertical-align: middle;
/*        border: 1px solid #f0f0f0;*/
    }
/* /Components/Pages/Reception.razor.rz.scp.css */

th[b-wfpdnsb5ib] {
    font-weight:600;
}

.reception-root[b-wfpdnsb5ib] {
    padding-bottom: 40px;
}

    .reception-root[b-wfpdnsb5ib]  .ant-form-item {
        display: inline-block;
        margin-bottom: 0px;
    }

    .reception-root[b-wfpdnsb5ib]  .ant-form-item-explain {
        margin-bottom: 24px;
    }

    .reception-root[b-wfpdnsb5ib]  .staff-panel .ant-collapse-header {
        background-color: lightgray;
    }

    .reception-root[b-wfpdnsb5ib]  .top-menu {
        position: sticky;
        top: 0;
        z-index: 1000;
        padding: 6px;
        margin: 0 -10px 6px !important;
        background-color: #f0f2f5;
    }

.readonly[b-wfpdnsb5ib] {
    border: 1.5px solid red;
    border-radius: 4px; /* 角丸の半径（px単位）*/
    padding: 5px;
}

