/* /Account/Shared/AccountLayout.razor.rz.scp.css */
.title-bg[b-pjf3adjs89] {
    background-image: url("/images/bg.png") !important;
    background-size: 100% 100% !important;
}

.content[b-pjf3adjs89] {
    /*    backdrop-filter: blur(15px);
    z-index: -1;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* /Components/Common/Header.razor.rz.scp.css */
.navbar.header-navbar[b-fh580iwkmr] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3rem;
    min-height: 3rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-fh580iwkmr] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-fh580iwkmr] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 1.5rem;
    width: 1.5rem;
}

.title[b-fh580iwkmr] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 450px) {
    .title[b-fh580iwkmr] {
        font-size: inherit;
    }
}

.refresh-button[b-fh580iwkmr] {
    font-size: 40px
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-674xxccpwr] {
    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-674xxccpwr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eq32gcac9k] {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: inherit;
}
[b-eq32gcac9k] .page-layout,
[b-eq32gcac9k] .page-layout > .dx-gridlayout-root,
[b-eq32gcac9k] .layout-item {
    background-color: inherit;
    height: 100%;
    min-height: 0;
}

[b-eq32gcac9k] .content {
    padding: 1rem;
    overflow: hidden;
    min-height: 0;
}

[b-eq32gcac9k] .page-layout > .dx-gridlayout-root {
    grid-template-rows: auto minmax(0, 1fr) !important;
}

@media (max-width: 1199.98px) {
    [b-eq32gcac9k] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-eq32gcac9k] .fit-width {
    max-width: 100%;
}

[b-eq32gcac9k] .mw-1100 {
    max-width: 1100px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-99ikeflfwk] {
    min-width: 250px;
    max-width: 250px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    background-color: var(--bs-card-color);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

li.disabled a[b-99ikeflfwk] {
    color: red;
}

li[b-99ikeflfwk]{
    pointer-events: none;
}
/*.disabled .treeview-item-text-container {
    pointer-events: none;
    opacity: 0;
}*/
.sidebar.collapse[b-99ikeflfwk] {
    display: none;
}

.sidebar.expand[b-99ikeflfwk] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-99ikeflfwk] {
        display: none;
    }

    .sidebar.expand[b-99ikeflfwk] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-99ikeflfwk] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-99ikeflfwk] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-99ikeflfwk] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-99ikeflfwk] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-99ikeflfwk] .app-sidebar,
[b-99ikeflfwk] .app-sidebar > .nav-pills,
[b-99ikeflfwk] .app-sidebar > .nav-pills > .nav-item,
[b-99ikeflfwk] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-99ikeflfwk] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* /Components/Module/Base/ModuleHeader.razor.rz.scp.css */
.col-1fr-auto[b-dnqm9z4rcq] {
	display: grid;
	grid-template-columns: 1fr auto;
}

.content-settings[b-dnqm9z4rcq] {
	border-bottom: none;
	border-left: var(--bs-card-border-width) solid var(--bs-card-border-color);
	min-width: 53px;
}

.content-color[b-dnqm9z4rcq] {
  	color: var(--bs-card-color);
}
/* /Components/Module/Base/ModuleLayout.razor.rz.scp.css */
.card-body[b-ukladg2mzf] {
	overflow-y: hidden;
}
/* /Components/Pages/C_매입관리/E_CompanyDetailWindow.razor.rz.scp.css */
.company-detail-wrap[b-o1vhr0b9xh] {
    width: 100%;
}

.company-detail-table[b-o1vhr0b9xh] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.company-detail-table .label-col[b-o1vhr0b9xh] {
    width: 120px;
}

.company-detail-table .value-col[b-o1vhr0b9xh] {
    width: calc((100% - 240px) / 2);
}

.company-detail-table th[b-o1vhr0b9xh],
.company-detail-table td[b-o1vhr0b9xh] {
    border: 1px solid #dcdfe6;
    vertical-align: middle;
    text-align: left;
    word-break: break-word;
    padding: 0 6px;
}

.company-detail-table th[b-o1vhr0b9xh] {
    background-color: #f5f7fa;
    font-weight: 600;
}

.company-detail-table td[b-o1vhr0b9xh] {
    background-color: #fff;
}

.month-summary-row[b-o1vhr0b9xh] {
    display: grid;
    grid-template-columns:
        var(--history-date-width)
        var(--history-description-width)
        var(--history-in-price-width)
        var(--history-in-price-vat-width)
        var(--history-out-money-width)
        var(--history-balance-width)
        var(--history-remark-width);
    align-items: center;
    width: calc(100% + 1rem);
    margin-inline: -0.5rem;
    position: relative;
    left: var(--history-summary-offset);
    font-weight: 600;
}

.month-summary-row span[b-o1vhr0b9xh] {
    overflow: hidden;
    padding: 0 0.5rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.materialReceivedNum[b-o1vhr0b9xh] {
    font-weight: bold;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid transparent;
    margin: 0;
    padding: 2px;
    color: #8e6ccf;
    text-decoration: none;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease, transform .04s ease;
}

.materialReceivedNum:hover[b-o1vhr0b9xh] {
    border-color: #8e6ccf;
    color: #fff;
    background-color: #8e6ccf;
}

.materialReceivedNum:active[b-o1vhr0b9xh] {
    background-color: #fff;
    color: #8e6ccf;
    border-color: #8e6ccf;
    transform: translateY(1px);
}

.paymentAmountLink[b-o1vhr0b9xh] {
    font-weight: bold;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid transparent;
    margin: 0;
    padding: 2px;
    color: #115dd7;
    text-decoration: none;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease, transform .04s ease;
}

.paymentAmountLink:hover[b-o1vhr0b9xh] {
    border-color: #115dd7;
    color: #fff;
    background-color: #115dd7;
}

.paymentAmountLink:active[b-o1vhr0b9xh] {
    background-color: #fff;
    color: #115dd7;
    border-color: #115dd7;
    transform: translateY(1px);
}
/* /Components/Pages/C_매입관리/E_MaterialReceiveDetailWindow.razor.rz.scp.css */
.receive-detail-title[b-dxqacyxxyj] {
    min-height: 36px;
}

.receive-detail-title[b-dxqacyxxyj]  .card-header {
    display: flex;
    min-height: 36px;
    align-items: center;
}

.receive-detail-title[b-dxqacyxxyj]  .card-header > * {
    width: 100%;
}

.receive-detail-grid[b-dxqacyxxyj] {
    width: 100%;
    height: 100%;
    min-height: 0;
}
/* /Components/Pages/C_매입관리/E_PaymentListWindow.razor.rz.scp.css */
.payment-list-title[b-85qidno6q4] {
    min-height: 36px;
}

.payment-list-title[b-85qidno6q4]  .card-header {
    display: flex;
    min-height: 36px;
    align-items: center;
}

.payment-list-title[b-85qidno6q4]  .card-header > * {
    width: 100%;
}

.payment-list-grid[b-85qidno6q4] {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0.5rem;
}

.materialReceivedNum[b-85qidno6q4] {
    font-weight: bold;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid transparent;
    margin: 0;
    padding: 2px;
    color: #8e6ccf;
    text-decoration: none;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease, transform .04s ease;
}

.materialReceivedNum:hover[b-85qidno6q4] {
    border-color: #8e6ccf;
    color: #fff;
    background-color: #8e6ccf;
}

.materialReceivedNum:active[b-85qidno6q4] {
    background-color: #fff;
    color: #8e6ccf;
    border-color: #8e6ccf;
    transform: translateY(1px);
}
/* /Components/Pages/C_매입관리/E_PurchaseDebt_Page.razor.rz.scp.css */
.companyNameLink[b-dor8bmjohm] {
    font-weight: bold;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid transparent;
    margin: 0;
    padding: 2px 2px;
    color: #0d6efd;
    text-decoration: none;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease, transform .04s ease;
}

    .companyNameLink:hover[b-dor8bmjohm] {
        border-color: #0d6efd;
        color: #fff;
        background-color: #0d6efd;
    }

    .companyNameLink:active[b-dor8bmjohm] {
        background-color: #fff;
        color: #0d6efd;
        border-color: #0d6efd;
        transform: translateY(1px);
    }
/* /Components/Pages/E_매출관리/C_ReceiptListWindow.razor.rz.scp.css */
.receipt-list-title[b-avs2434p9v] {
    min-height: 36px;
}

.receipt-list-title[b-avs2434p9v]  .card-header {
    display: flex;
    min-height: 36px;
    align-items: center;
}

.receipt-list-title[b-avs2434p9v]  .card-header > * {
    width: 100%;
}

.receipt-list-grid[b-avs2434p9v] {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0.5rem;
}

.reference-link[b-avs2434p9v] {
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #8e6ccf;
    font-weight: bold;
    text-decoration: none;
}

.reference-link:hover[b-avs2434p9v] {
    border-color: #8e6ccf;
    background-color: #8e6ccf;
    color: #fff;
}
/* /Components/Pages/E_매출관리/C_SalesDebtCompanyDetailWindow.razor.rz.scp.css */
.company-detail-wrap[b-eyie56z3ck] {
    width: 100%;
}

.company-detail-table[b-eyie56z3ck] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.company-detail-table .label-col[b-eyie56z3ck] {
    width: 120px;
}

.company-detail-table .value-col[b-eyie56z3ck] {
    width: calc((100% - 240px) / 2);
}

.company-detail-table th[b-eyie56z3ck],
.company-detail-table td[b-eyie56z3ck] {
    padding: 0 6px;
    border: 1px solid #dcdfe6;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}

.company-detail-table th[b-eyie56z3ck] {
    background-color: #f5f7fa;
    font-weight: 600;
}

.month-summary-row[b-eyie56z3ck] {
    position: relative;
    left: var(--history-summary-offset);
    display: grid;
    grid-template-columns:
        var(--history-date-width)
        var(--history-description-width)
        var(--history-out-price-width)
        var(--history-out-price-vat-width)
        var(--history-in-money-width)
        var(--history-balance-width)
        var(--history-remark-width);
    width: calc(100% + 1rem);
    margin-inline: -0.5rem;
    align-items: center;
    font-weight: 600;
}

.month-summary-row span[b-eyie56z3ck] {
    overflow: hidden;
    padding: 0 0.5rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reference-link[b-eyie56z3ck] {
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #8e6ccf;
    font-weight: bold;
    text-decoration: none;
}

.reference-link:hover[b-eyie56z3ck] {
    border-color: #8e6ccf;
    background-color: #8e6ccf;
    color: #fff;
}

.receiptAmountLink[b-eyie56z3ck] {
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #115dd7;
    font-weight: bold;
    text-decoration: none;
}

.receiptAmountLink:hover[b-eyie56z3ck] {
    border-color: #115dd7;
    background-color: #115dd7;
    color: #fff;
}
/* /Components/Pages/E_매출관리/C_SalesDebt_Page.razor.rz.scp.css */
.companyNameLink[b-xgm1e6kmk3] {
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #0d6efd;
    font-weight: bold;
    text-decoration: none;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease, transform .04s ease;
}

.companyNameLink:hover[b-xgm1e6kmk3] {
    border-color: #0d6efd;
    background-color: #0d6efd;
    color: #fff;
}

.companyNameLink:active[b-xgm1e6kmk3] {
    border-color: #0d6efd;
    background-color: #fff;
    color: #0d6efd;
    transform: translateY(1px);
}
/* /Components/Pages/E_매출관리/C_SalesReceiptPopup.razor.rz.scp.css */
.receipt-popup-footer[b-apsm0bayzv] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
}
/* /Components/Pages/E_매출관리/C_SalesShipmentDetailWindow.razor.rz.scp.css */
.shipment-detail-title[b-4v5tlrbzce] {
    min-height: 36px;
}

.shipment-detail-title[b-4v5tlrbzce]  .card-header {
    display: flex;
    min-height: 36px;
    align-items: center;
}

.shipment-detail-title[b-4v5tlrbzce]  .card-header > * {
    width: 100%;
}

.shipment-detail-grid[b-4v5tlrbzce] {
    width: 100%;
    height: 100%;
    min-height: 0;
}
/* /ReportLayout/ReportDesigner.razor.rz.scp.css */
.rvd-page[b-dyi75fey2h] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    min-height: 0;
}

.rvd-toolbar[b-dyi75fey2h] {
    display: flex;
    align-items: end;
    gap: 0.75rem;
    padding: 0.75rem;
    border-bottom: 1px solid #d8dee8;
}

.rvd-title[b-dyi75fey2h] {
    font-weight: 700;
    padding-bottom: 0.35rem;
}

.rvd-field[b-dyi75fey2h] {
    display: grid;
    gap: 0.25rem;
    min-width: 18rem;
}

.rvd-body[b-dyi75fey2h],
.rvd-designer[b-dyi75fey2h],
.rvd-designer-body[b-dyi75fey2h] {
    min-height: 0;
    height: 100%;
}

.rvd-designer[b-dyi75fey2h] {
    display: grid;
    grid-template-rows: auto 1fr;
}

.rvd-actions[b-dyi75fey2h] {
    display: flex;
    justify-content: end;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #d8dee8;
}

.rvd-empty[b-dyi75fey2h] {
    display: grid;
    place-items: center;
    height: 100%;
    color: #607085;
}
