@import '_content/SoftBand.DebugBlazor/SoftBand.DebugBlazor.m8kpx9gnba.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qobe80iw5i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-qobe80iw5i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qobe80iw5i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qobe80iw5i]  a, .top-row[b-qobe80iw5i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qobe80iw5i]  a:hover, .top-row[b-qobe80iw5i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qobe80iw5i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qobe80iw5i] {
        justify-content: space-between;
    }

    .top-row[b-qobe80iw5i]  a, .top-row[b-qobe80iw5i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qobe80iw5i] {
        flex-direction: row;
    }

    .sidebar[b-qobe80iw5i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qobe80iw5i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qobe80iw5i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qobe80iw5i], article[b-qobe80iw5i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/UpdateBom/Components/CopyBomDialog.razor.rz.scp.css */
body[b-98dpy7z92e] {
}
/* /Pages/UpdateBom/UpdateBom.razor.rz.scp.css */
body[b-y56esgs3tn] {
}
/* /Pages/UpdateCostCenter/Components/AddMachineCenterDialog.razor.rz.scp.css */
body[b-vz8p7jizya] {
}
/* /Pages/UpdateCostCenter/Components/EditMachineCenterDialog.razor.rz.scp.css */
body[b-r594a5s3yj] {
}

.custom-label .mud-input-label[b-r594a5s3yj] {
    color: #ff0000; /* 원하는 색상 코드로 변경 */
}
/* /Pages/UpdateCostCenter/UpdateCostCenter.razor.rz.scp.css */
body[b-ju4ollqcvk] {
}

.selected[b-ju4ollqcvk] {
    background-color: #1E88E5 !important;
}

    .selected > td[b-ju4ollqcvk] {
        color: white !important;
    }

        .selected > td .mud-input[b-ju4ollqcvk] {
            color: white !important;
        }

/* Flexbox 레이아웃을 사용하여 테이블을 좌우로 배치 */
.table-container[b-ju4ollqcvk] {
    display: flex;
    justify-content: space-between;
}

.table-wrapper[b-ju4ollqcvk] {
    flex: 1; /* 테이블이 flexbox의 공간을 고르게 차지하도록 설정 */
    min-width: 45%; /* 테이블이 너무 좁아지지 않도록 최소 너비 설정 */
}

.custom-width-dialog[b-ju4ollqcvk] {
    width: 600px;
}

.custom-button[b-ju4ollqcvk] {
    background-color: #002060; /* 녹색 배경 */
    color: white; /* 텍스트 흰색 */
    /*font-weight: bold;*/ /* 굵은 텍스트 */
    /*padding: 6px 16px;*/ /* 여백 */
    /*border-radius: 8px;*/ /* 모서리 둥글게 */
}

    .custom-button:hover[b-ju4ollqcvk] {
        background-color: #000000; /* 호버 효과 */
    }
/* /Pages/UpdatePart/UpdatePart.razor.rz.scp.css */
.selected[b-s8x24tw5yk] {
    background-color: #1E88E5 !important;
}

    .selected > td[b-s8x24tw5yk] {
        color: white !important;
    }

        .selected > td .mud-input[b-s8x24tw5yk] {
            color: white !important;
        }

/* Flexbox 레이아웃을 사용하여 테이블을 좌우로 배치 */
.table-container[b-s8x24tw5yk] {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* 테이블 간 간격 추가 */
}

.table-wrapper[b-s8x24tw5yk] {
    flex: 1; /* 테이블이 flexbox의 공간을 고르게 차지하도록 설정 */
    min-width: 45%; /* 테이블이 너무 좁아지지 않도록 최소 너비 설정 */
}


/*.custom-col300 .mud-input- {
    width: 300px !important;*/ /* Label의 색상을 파란색으로 설정 */
/*}*/
/* /Shared/ChildHeader.razor.rz.scp.css */
/* ChildHeader.razor.css — CLEAN */

.child-header[b-c4e50lvld8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px; 
    padding: 0 14px; /* 0 10 → 0 14 */
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: #2d71c4 !important; /* 청색 바탕 고정 */
    color: #fff !important; /* 헤더 내 기본 글자색 흰색 */
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.child-header__left[b-c4e50lvld8],
.child-header__right[b-c4e50lvld8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.child-header__title[b-c4e50lvld8] {
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px); /* 조금 크게 */
    line-height: 40px; /* 높이에 맞춰 살짝 키움 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(78vw, 1000px);
    color: #fff !important; /* 제목 글씨 흰색 고정 */
}
