@import 'WrightEnterprise2.Client.eigc8y2gqg.bundle.scp.css';
@import '_content/WrightEnterprise2.Shared/WrightEnterprise2.Shared.iz6quy4tlv.bundle.scp.css';

/* /Pages/Auth/Edit.razor.rz.scp.css */
.teams-candidate[b-zsd55yg00s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid var(--wright-field-border-color, #e0e0e0);
    border-radius: 4px;
    gap: 8px;
}

.teams-actions[b-zsd55yg00s] {
    display: flex;
    gap: 8px;
}
/* /Pages/Custom/Estimate/Print.razor.rz.scp.css */
/* 要素の初期化 */
*[b-ru55xkkrl3] {
    /* デフォルトのフォント */
    color: #424242;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10pt;
    font-weight: normal;

    /* 背景色・背景画像を印刷する（Chromeのみで有効） */
    -webkit-print-color-adjust: exact;
}

.flex-text-container[b-ru55xkkrl3] {
    display: flex;
    justify-content: space-between;
}

.flex-panel-container[b-ru55xkkrl3] {
    display: flex;
    width: 100%;
    align-items: flex-start; /* アイテムを上部に揃える */
}

.left-panel[b-ru55xkkrl3] {
    flex: 60%; /* 左側のパネルの幅を60%に設定 */
}

.right-panel[b-ru55xkkrl3] {
    flex: 40%; /* 右側のパネルの幅を40%に設定 */
    margin-left: 50px;
}

.scroll-area[b-ru55xkkrl3] {
    position: sticky;
    top: 0;
    padding-top: 20px;
    height: 90vh;
    width: 200px;
    overflow-y: auto;
}

/* テキストのスタイル */
.underlined-text[b-ru55xkkrl3] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-normal[b-ru55xkkrl3] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-double[b-ru55xkkrl3] {
    border-bottom: 3px double #000;
    max-width: 100%;
}

div.logo-area[b-ru55xkkrl3] {
    position: relative;
}

/* 会社ロゴのスタイル */
img.logo[b-ru55xkkrl3] {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    z-index: 2;
}

img.stamp[b-ru55xkkrl3] {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 18mm;
    width: 18mm;
}

/* 点線テーブルレイアウト */
.table-with-border td[b-ru55xkkrl3] {
    border-bottom: 1px dashed black;
}

/* 明細テーブルレイアウト */
table.detail[b-ru55xkkrl3] {
    width: 100%;
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
}

table.detail td[b-ru55xkkrl3] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail th[b-ru55xkkrl3] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail thead[b-ru55xkkrl3] {
    /* 印刷時にtheadを各ページに出力 */
    display: table-header-group;
    break-inside: avoid;
}

table.detail thead th[b-ru55xkkrl3] {
    background-color: #deefff;
}

tr.spacer[b-ru55xkkrl3] {
    height: 25px;
}
/* /Pages/Custom/MasterMaintenance/Panel/Create.razor.rz.scp.css */
/* ── パネル単価計算式のレスポンシブレイアウト ── */
/* 小画面: 各フィールドを縦に並べ、セパレータ(× =)は非表示 */
/* lg以上: 横1行に「キロ単価 × 平米重量 × 歩留まり率 = 単価」で並べる */

.panel-cost-formula[b-hm5lyqafjo] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.formula-sep[b-hm5lyqafjo] {
    display: none;
}

@media (min-width: 1280px) {
    .panel-cost-formula[b-hm5lyqafjo] {
        grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
        align-items: baseline;
        gap: 8px;
    }

    .formula-sep[b-hm5lyqafjo] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        font-weight: 500;
        padding: 0 4px;
        min-height: 56px;
    }
}
/* /Pages/Custom/MasterMaintenance/Panel/Edit.razor.rz.scp.css */
/* ── パネル単価計算式のレスポンシブレイアウト ── */
/* 小画面: 各フィールドを縦に並べ、セパレータ(× =)は非表示 */
/* lg以上: 横1行に「キロ単価 × 平米重量 × 歩留まり率 = 単価」で並べる */

.panel-cost-formula[b-f5re1c6gad] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.formula-sep[b-f5re1c6gad] {
    display: none;
}

@media (min-width: 1280px) {
    .panel-cost-formula[b-f5re1c6gad] {
        grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
        align-items: baseline;
        gap: 8px;
    }

    .formula-sep[b-f5re1c6gad] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        font-weight: 500;
        padding: 0 4px;
        min-height: 56px;
    }
}
/* /Pages/Custom/SalesManagement/BillingStatementPrint.razor.rz.scp.css */
/* 要素の初期化 */
*[b-nvxg9k19m6] {
    /* デフォルトのフォント */
    color: #424242;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10pt;
    font-weight: normal;

    /* 背景色・背景画像を印刷する（Chromeのみで有効） */
    -webkit-print-color-adjust: exact;
}

.flex-text-container[b-nvxg9k19m6] {
    display: flex;
    justify-content: space-between;
}

.flex-panel-container[b-nvxg9k19m6] {
    display: flex;
    width: 100%;
    align-items: flex-start; /* アイテムを上部に揃える */
}

.left-panel[b-nvxg9k19m6] {
    flex: 60%; /* 左側のパネルの幅を60%に設定 */
}

.right-panel[b-nvxg9k19m6] {
    flex: 40%; /* 右側のパネルの幅を40%に設定 */
    margin-left: 50px;
}

.scroll-area[b-nvxg9k19m6] {
    position: sticky;
    top: 0;
    padding-top: 20px;
    height: 90vh;
    width: 200px;
    overflow-y: auto;
}

/* テキストのスタイル */
.underlined-text[b-nvxg9k19m6] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-normal[b-nvxg9k19m6] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-double[b-nvxg9k19m6] {
    border-bottom: 3px double #000;
    max-width: 100%;
}

div.logo-area[b-nvxg9k19m6] {
    position: relative;
}

/* 会社ロゴのスタイル */
img.logo[b-nvxg9k19m6] {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    z-index: 2;
}

/* 印鑑のスタイル */
img.stamp[b-nvxg9k19m6] {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 18mm;
    width: 18mm;
}

/* 点線テーブルレイアウト */
.table-with-border td[b-nvxg9k19m6] {
    border-bottom: 1px dashed black;
}

/* 明細テーブルレイアウト */
table.detail[b-nvxg9k19m6] {
    width: 100%;
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
}

table.detail td[b-nvxg9k19m6] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail th[b-nvxg9k19m6] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail thead[b-nvxg9k19m6] {
    /* 印刷時にtheadを各ページに出力 */
    display: table-header-group;
    break-inside: avoid;
}

table.detail thead th[b-nvxg9k19m6] {
    background-color: #deefff;
}

tr.spacer[b-nvxg9k19m6] {
    height: 25px;
}
/* /Pages/Custom/SalesManagement/DeliveryNotePrint.razor.rz.scp.css */
/* 要素の初期化 */
*[b-6osw3t80ea] {
    /* デフォルトのフォント */
    color: #424242;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10pt;
    font-weight: normal;

    /* 背景色・背景画像を印刷する（Chromeのみで有効） */
    -webkit-print-color-adjust: exact;
}

.flex-text-container[b-6osw3t80ea] {
    display: flex;
    justify-content: space-between;
}

.flex-panel-container[b-6osw3t80ea] {
    display: flex;
    width: 100%;
    align-items: flex-start; /* アイテムを上部に揃える */
}

.left-panel[b-6osw3t80ea] {
    flex: 60%; /* 左側のパネルの幅を60%に設定 */
}

.right-panel[b-6osw3t80ea] {
    flex: 40%; /* 右側のパネルの幅を40%に設定 */
    margin-left: 50px;
}

.scroll-area[b-6osw3t80ea] {
    position: sticky;
    top: 0;
    padding-top: 20px;
    height: 90vh;
    width: 200px;
    overflow-y: auto;
}

/* テキストのスタイル */
.underlined-text[b-6osw3t80ea] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-normal[b-6osw3t80ea] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-double[b-6osw3t80ea] {
    border-bottom: 3px double #000;
    max-width: 100%;
}

div.logo-area[b-6osw3t80ea] {
    position: relative;
}

/* 会社ロゴのスタイル */
img.logo[b-6osw3t80ea] {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    z-index: 2;
}

/* 印鑑のスタイル */
img.stamp[b-6osw3t80ea] {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 18mm;
    width: 18mm;
}

/* 点線テーブルレイアウト */
.table-with-border td[b-6osw3t80ea] {
    border-bottom: 1px dashed black;
}

/* 明細テーブルレイアウト */
table.detail[b-6osw3t80ea] {
    width: 100%;
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
}

table.detail td[b-6osw3t80ea] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail th[b-6osw3t80ea] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail thead[b-6osw3t80ea] {
    /* 印刷時にtheadを各ページに出力 */
    display: table-header-group;
    break-inside: avoid;
}

table.detail thead th[b-6osw3t80ea] {
    background-color: #deefff;
}

tr.spacer[b-6osw3t80ea] {
    height: 25px;
}
/* /Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2hetay5e3a],
.components-reconnect-repeated-attempt-visible[b-2hetay5e3a],
.components-reconnect-failed-visible[b-2hetay5e3a],
.components-pause-visible[b-2hetay5e3a],
.components-resume-failed-visible[b-2hetay5e3a],
.components-rejoining-animation[b-2hetay5e3a] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-retrying[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-failed[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2hetay5e3a] {
    display: block;
}

#components-reconnect-modal[b-2hetay5e3a] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2hetay5e3a 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-2hetay5e3a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2hetay5e3a 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-2hetay5e3a]::backdrop {
    /* ::backdrop は :root から CSS 変数を継承しないため直書き (--wright-overlay-light 相当: 通信切断＝操作不能状態) */
    background-color: rgba(255, 255, 255, 0.5);
    animation: components-reconnect-modal-fadeInOpacity-b-2hetay5e3a 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2hetay5e3a {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2hetay5e3a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2hetay5e3a {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2hetay5e3a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2hetay5e3a] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2hetay5e3a] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-2hetay5e3a] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-2hetay5e3a] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-2hetay5e3a] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-2hetay5e3a] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-2hetay5e3a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-2hetay5e3a] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-2hetay5e3a {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
