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

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fluqou467v] {
        display: none;
    }

    .top-row.auth[b-fluqou467v] {
        justify-content: space-between;
    }

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

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

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

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

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

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

#blazor-error-ui[b-fluqou467v] {
    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-fluqou467v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MdcLibrary.Server/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ksqx1xdquf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ksqx1xdquf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ksqx1xdquf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ksqx1xdquf] {
    font-size: 1.1rem;
}

/*.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}*/

.nav-icon[b-ksqx1xdquf] {
    font-size: 1.15rem; /* ������ ũ�� */
    line-height: 1; /* ���� ���� ����ȭ */
    width: 1.25rem; /* ������ �� ����(���� ���) */
    display: inline-block;
    margin-right: .5rem; /* �ؽ�Ʈ ���� */
    vertical-align: -0.125em;
}

.nav-item[b-ksqx1xdquf]  .nav-link .bi {
    color: #d7d7d7;
}

.nav-item[b-ksqx1xdquf]  a.active .bi,
.nav-item[b-ksqx1xdquf]  .nav-link:hover .bi {
    color: #ffffff;
}

.nav-item[b-ksqx1xdquf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-ksqx1xdquf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ksqx1xdquf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ksqx1xdquf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ksqx1xdquf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ksqx1xdquf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ksqx1xdquf] {
        display: none;
    }

    .nav-scrollable[b-ksqx1xdquf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MdcLibrary.Server/Components/Pages/Auth/Login.razor.rz.scp.css */
.input-width[b-o7shnmwwrr] {
    width: 3em;
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/BookAssetsListTable.razor.rz.scp.css */
.table-header[b-zjzm77o149], .table-cell[b-zjzm77o149] {
    /* style의 내용을 여기에 적용 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}

/* 반응형 테이블 스타일 */
.responsive-table-wrapper[b-zjzm77o149] {
    width: 100%;
    overflow-x: auto;
}

/* 모바일 자산 카드 스타일 */
.mobile-asset-card .card[b-zjzm77o149] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .mobile-asset-card .card:hover[b-zjzm77o149] {
        transform: translateY(-2px);
    }

.asset-info[b-zjzm77o149] {
    flex: 1;
    min-width: 0;
    /* flexbox에서 텍스트 오버플로 방지 */
}

.asset-actions[b-zjzm77o149] {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* 태블릿에서 테이블 최적화 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .table th[b-zjzm77o149],
    .table td[b-zjzm77o149] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    /* 태블릿에서 셀 내 줄바꿈 허용 */
    .table-cell[b-zjzm77o149] {
        white-space: normal;
        line-height: 1.4;
    }

        /* 태블릿에서 작은 텍스트 스타일 */
        .table-cell small[b-zjzm77o149] {
            font-size: 0.75rem;
            color: #6c757d;
        }
}

/* 데스크톱에서 여백 최적화 */
@media (min-width: 992px) {
    .table th[b-zjzm77o149],
    .table td[b-zjzm77o149] {
        padding: 0.75rem;
    }
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/BookStatusListTable.razor.rz.scp.css */
.table-header[b-35xpwsdhs6], .table-cell[b-35xpwsdhs6] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}

/* 반응형 테이블 래퍼 */
.responsive-table-wrapper[b-35xpwsdhs6] {
    width: 100%;
    overflow-x: auto;
}

/* 모바일 카드 스타일 */
.mobile-book-card .card[b-35xpwsdhs6] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .mobile-book-card .card:hover[b-35xpwsdhs6] {
        transform: translateY(-2px);
    }

.book-info[b-35xpwsdhs6] {
    flex: 1;
    min-width: 0;
}

.book-actions[b-35xpwsdhs6] {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* 데스크톱 최적화 */
@media (min-width: 768px) {
    .table th[b-35xpwsdhs6],
    .table td[b-35xpwsdhs6] {
        padding: 0.75rem;
    }
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/DeptTable.razor.rz.scp.css */
.table-header[b-tmg0f8zase], .table-cell[b-tmg0f8zase] {
    /* style의 내용을 여기에 적용 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/MyLoansTable.razor.rz.scp.css */
.table-header[b-6vb3sxzqhx],
.table-cell[b-6vb3sxzqhx] {
    /* style의 내용을 여기에 적용 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}

/* 반응형 테이블 스타일 */
.responsive-table-wrapper[b-6vb3sxzqhx] {
    width: 100%;
    overflow-x: auto;
}

/* 모바일 카드 스타일 */
.mobile-book-card .card[b-6vb3sxzqhx] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .mobile-book-card .card:hover[b-6vb3sxzqhx] {
        transform: translateY(-2px);
    }

.book-info[b-6vb3sxzqhx] {
    flex: 1;
    min-width: 0;
    /* flexbox에서 텍스트 오버플로 방지 */
}

.book-actions[b-6vb3sxzqhx] {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* 태블릿에서 테이블 최적화 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .table th[b-6vb3sxzqhx],
    .table td[b-6vb3sxzqhx] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    /* 태블릿에서 셀 내 줄바꿈 허용 */
    .table-cell[b-6vb3sxzqhx] {
        white-space: normal;
        line-height: 1.4;
    }

        /* 태블릿에서 작은 텍스트 스타일 */
        .table-cell small[b-6vb3sxzqhx] {
            font-size: 0.75rem;
            color: #6c757d;
        }
}

/* 데스크톱에서 여백 최적화 */
@media (min-width: 992px) {

    .table th[b-6vb3sxzqhx],
    .table td[b-6vb3sxzqhx] {
        padding: 0.75rem;
    }
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/RankTable.razor.rz.scp.css */
.table-header[b-o5m79kvcu6], .table-cell[b-o5m79kvcu6] {
    /* style의 내용을 여기에 적용 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/UserListTable.razor.rz.scp.css */
.table-header[b-ckx39enqdw], .table-cell[b-ckx39enqdw] {
    /* style의 내용을 여기에 적용 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/UserLoanDetailTable.razor.rz.scp.css */
/* UserLoanDetailTable 전용 스타일 */

.table-header[b-brlenauc1y] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-size: 0.9em;
}

.table-cell[b-brlenauc1y] {
    vertical-align: middle;
    padding: 12px 8px;
    font-size: 0.9em;
}

/* 대여 상태별 행 색상 */
.table-danger[b-brlenauc1y] {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.table-warning[b-brlenauc1y] {
    background-color: #fff3cd !important;
    border-color: #ffeaa7 !important;
}

/* 호버 효과 */
.table-hover tbody tr:hover[b-brlenauc1y] {
    background-color: rgba(0, 123, 255, 0.1) !important;
}

/* 버튼 그룹 스타일 */
.btn-group[b-brlenauc1y] {
    white-space: nowrap;
}

.btn-sm[b-brlenauc1y] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* 자산번호 스타일 */
code[b-brlenauc1y] {
    background-color: #f8f9fa;
    color: #e83e8c;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.8em;
}

/* 뱃지 스타일 */
.badge[b-brlenauc1y] {
    font-size: 0.75em;
}

    .badge.bg-danger[b-brlenauc1y] {
        background-color: #dc3545 !important;
    }

    .badge.bg-warning[b-brlenauc1y] {
        background-color: #ffc107 !important;
        color: #000 !important;
    }

    .badge.bg-success[b-brlenauc1y] {
        background-color: #198754 !important;
    }

    .badge.bg-secondary[b-brlenauc1y] {
        background-color: #6c757d !important;
    }

/* 작은 텍스트 스타일 */
.text-muted[b-brlenauc1y] {
    color: #6c757d !important;
    font-size: 0.8em;
}

.text-danger[b-brlenauc1y] {
    color: #dc3545 !important;
    font-weight: 600;
}

.text-warning[b-brlenauc1y] {
    color: #f57c00 !important;
    font-weight: 600;
}

/* 빈 상태 스타일 */
.display-4[b-brlenauc1y] {
    font-size: 3rem;
}

/* 반응형 테이블 스타일 */
.responsive-table-wrapper[b-brlenauc1y] {
    width: 100%;
    overflow-x: auto;
}

/* 모바일 카드 스타일 */
.mobile-book-card .card[b-brlenauc1y] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .mobile-book-card .card:hover[b-brlenauc1y] {
        transform: translateY(-2px);
    }

.book-info[b-brlenauc1y] {
    flex: 1;
    min-width: 0;
    /* flexbox에서 텍스트 오버플로 방지 */
}

.book-actions[b-brlenauc1y] {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* 태블릿에서 테이블 최적화 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .table th[b-brlenauc1y],
    .table td[b-brlenauc1y] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    /* 태블릿에서 셀 내 줄바꿈 허용 */
    .table-cell[b-brlenauc1y] {
        white-space: normal;
        line-height: 1.4;
    }

        /* 태블릿에서 작은 텍스트 스타일 */
        .table-cell small[b-brlenauc1y] {
            font-size: 0.75rem;
            color: #6c757d;
        }
}

/* 반응형 조정 */
@media (max-width: 767.98px) {
    .table-cell[b-brlenauc1y] {
        padding: 8px 4px;
        font-size: 0.8em;
    }

    .btn-sm[b-brlenauc1y] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
}
/* _content/MdcLibrary.Server/Components/Pages/Components/Table/UserLoanTable.razor.rz.scp.css */
/* UserLoanTable 전용 스타일 */

.table-header[b-l0id54n1b5] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
}

.table-cell[b-l0id54n1b5] {
    vertical-align: middle;
    padding: 12px 8px;
}

/* 대여권수별 행 색상 강화 */
.table-warning[b-l0id54n1b5] {
    background-color: #fff3cd !important;
}

.table-info[b-l0id54n1b5] {
    background-color: #d1ecf1 !important;
}

.table-light[b-l0id54n1b5] {
    background-color: #f8f9fa !important;
}

/* 호버 효과 */
.table-hover tbody tr:hover[b-l0id54n1b5] {
    background-color: rgba(0, 123, 255, 0.1) !important;
}

/* 버튼 그룹 스타일 */
.table-cell .btn-group[b-l0id54n1b5] {
    white-space: nowrap;
}

/* 뱃지 스타일 조정 */
.badge[b-l0id54n1b5] {
    font-size: 0.75em;
}

/* 작은 텍스트 스타일 */
.text-muted[b-l0id54n1b5] {
    color: #6c757d !important;
}

/* 반응형 테이블 스타일 */
.responsive-table-wrapper[b-l0id54n1b5] {
    width: 100%;
    overflow-x: auto;
}

/* 모바일 사용자 카드 스타일 */
.mobile-user-card .card[b-l0id54n1b5] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .mobile-user-card .card:hover[b-l0id54n1b5] {
        transform: translateY(-2px);
    }

.user-info[b-l0id54n1b5] {
    flex: 1;
    min-width: 0;
    /* flexbox에서 텍스트 오버플로 방지 */
}

.user-actions[b-l0id54n1b5] {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* 태블릿에서 테이블 최적화 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .table th[b-l0id54n1b5],
    .table td[b-l0id54n1b5] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    /* 태블릿에서 셀 내 줄바꿈 허용 */
    .table-cell[b-l0id54n1b5] {
        white-space: normal;
        line-height: 1.4;
    }

        /* 태블릿에서 작은 텍스트 스타일 */
        .table-cell small[b-l0id54n1b5] {
            font-size: 0.75rem;
            color: #6c757d;
        }
}

/* 데스크톱에서 여백 최적화 */
@media (min-width: 992px) {
    .table th[b-l0id54n1b5],
    .table td[b-l0id54n1b5] {
        padding: 0.75rem;
    }
}
/* _content/MdcLibrary.Server/Components/Pages/User/BookSearch.razor.rz.scp.css */
/* 반응형 input-group 스타일 보강 */
.responsive-input-group[b-uh2tngd69u] {
    display: flex;
    flex-wrap: nowrap; /* 한 줄 유지 */
    align-items: center;
    gap: .5rem; /* 요소 간격(선택) */
}

    /* 레이블은 내용 길이만큼만 */
    .responsive-input-group .input-group-text[b-uh2tngd69u] {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .responsive-input-group .form-select[b-uh2tngd69u] {
        flex: 0 1 12rem; /* grow:0, shrink:1, basis:12rem */
        min-width: 10rem; /* 더 줄어드는 것 방지 */
        max-width: 100%;
    }

    /* input-group 내부 자식들에 margin 넣지 않기(경계 깨짐 방지) */
    .responsive-input-group > .input-group-text[b-uh2tngd69u],
    .responsive-input-group > .form-select[b-uh2tngd69u] {
        margin: 0 !important;
    }

/* 모바일(좁은 화면) 대응 576px => 768px*/
@media (max-width: 576px) {
    .responsive-input-group[b-uh2tngd69u] {
        flex-wrap: wrap; /* 모바일에서는 자동 줄바꿈 허용 */
    }

        .responsive-input-group .form-select[b-uh2tngd69u] {
            width: 100%;
            min-width: 0;
            margin-top: 0.25rem;
        }
}
