/* BIM Library 前端樣式 */

.bimlib-product-list {
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

/* 篩選側邊欄 */
.bimlib-filter-sidebar {
    width: 250px;
    flex-shrink: 0;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

.bimlib-filter-sidebar h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.bimlib-subcategories {
    margin-left: 20px;
    margin-top: 10px;
}

.bimlib-subcategory {
    margin-bottom: 8px;
}

.bimlib-category-item label,
.bimlib-subcategory label {
    display: block;
    cursor: pointer;
}

.bimlib-category-item .count,
.bimlib-subcategory .count {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
}

/* 主內容區域 */
.bimlib-products-main {
    width: 100%;
}

/* 工具欄 */
.bimlib-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;*/
}

.bimlib-title h2 {
    font-size: 18px;
    margin: 0;
    line-height: 40px;
    color: #4a4a4a;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.bimlib-sort {
    display: flex;
    align-items: center;
    gap: 15px;
}

.all-count {
    color: #666;
    font-size: 14px;
}

#bimlib-sort-select {
    padding: 0;
    border-radius: 4px;
    background: unset;
    cursor: pointer;
    background-color: transparent;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    width: auto;
    -webkit-appearance: auto;
    text-align: end;
    border: none;
    padding-right: 25px;
}

/* 產品網格 */
.bimlib-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}
/* 沒有產品時的訊息 */
.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px;
    background: #f8f9fa;
    border-radius: 5px;
    color: #6c757d;
    font-size: 16px;
}
.bimlib-product-item {
    background: white;
    overflow: hidden;
    transition: box-shadow 0.3s;
    border: 1px solid #E5E5E5;
}

.bimlib-product-item:hover {
    box-shadow: 0 2px 11px rgb(78 220 235 / 25%);
}

.product-image {
    text-align: center;
    background: #f9f9f9;
}

.product-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-info {
    border-top: 1px solid #E5E5E5;
    text-align: right;
    padding: 10px;
    background: #fff;
}

.product-title {
    font-size: 14px;
    line-height: 1.2;
    color: #090909;
    padding: .5em 0;
    margin: 0;
}

.product-title a {
    font-size: 14px;
    line-height: 1.2;
    color: #090909;
    padding: .5em 0;
    margin: 0;
}

/*.product-title a:hover {
    color: #007cba;
}*/

.product-publisher {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 14px;
}

.bimlib-download-btn {
        padding: 5px 10px!important;
    border-radius: 3px!important;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 12px!important;
    background-color: #ffffff!important;
    color: #4edceb!important;
    border: 1px #4edceb solid!important;
}

.bimlib-download-btn:hover {
       background-color: #4edceb !important;
    color: #ffffff !important;
    border: 1px #4edceb solid !important;
}

/* 模態框 */
#bimlib-login-modal,
#bimlib-download-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.bimlib-modal-content {
    position: relative;
    background: white;
    padding: 35px 50px;
    width: auto;
    max-width: 500px;
    margin: 15% auto;
}
.bimlib-modal-title{
    font-size: 20px;
    text-align: center;
    color: #090909;
    font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    letter-spacing: 0;
}
.bimlib-modal-content>p{
    margin: 21px 0;
    font-size: 16px;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #898989;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal;
}
.bimlib-modal-content>p>a:hover{
    text-decoration: unset;
    color: #3ec9d8;
}
.bimlib-close {
   font-weight: normal;
    cursor: pointer;
    color: #333;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.bimlib-close:hover {
    color: black;
}

/* 分頁樣式 */
.bimlib-pagination {
    text-align: center;
    margin: 40px 0 20px;
    clear: both;
    width: 100%;
}

.bimlib-pagination ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bimlib-pagination li {
    display: inline-block;
    margin: 0 3px;
}

.bimlib-pagination .page-numbers {
    display: inline-block;
    padding: 8px 13px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #007cba;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1;
}

.bimlib-pagination .page-numbers:hover {
    background: #e9ecef;
    border-color: #007cba;
    color: #005a87;
}

.bimlib-pagination .page-numbers.current {
    background: #007cba;
    border-color: #007cba;
    color: white;
    cursor: default;
}

.bimlib-pagination .page-numbers.prev,
.bimlib-pagination .page-numbers.next {
    padding: 8px 15px;
    font-weight: bold;
}

/* 下載檔案列表 */
#bimlib-download-files {
}

.download-file-item {
    padding: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
    border-radius: 4px;
}

.download-file-item a {
    color: #007cba;
    text-decoration: none;
}

.download-file-item a:hover {
    text-decoration: underline;
}

/* 響應式設計 */
@media (max-width: 768px) {
    .bimlib-product-list {
        flex-direction: column;
    }
    
    .bimlib-filter-sidebar {
        width: 100%;
    }
    
    .bimlib-toolbar {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}
/* 下載確認對話框樣式 */
.bimlib-download-confirm {
}

.bimlib-download-confirm h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.confirm-message {
    text-align: center;
    font-size: 20px;
    color: #090909;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.warning-message {
    margin: 21px 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #898989;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
}

.file-list {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    max-height: 200px;
    overflow-y: auto;
}
.file-list>p{
    font-size: 17px;
    color: #a3a3a3;
    font-weight: normal;
}
.file-list ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.file-list li {
        margin-bottom: 5px;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.no-files-message {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 20px;
}

.no-files-message p {
    margin: 10px 0;
    color: #666;
}

.download-actions {
    text-align: center;
    margin-top: 20px;
}

.download-single-btn,
.download-all-btn,
.request-files-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.download-single-btn,
.download-all-btn {
    background: #007cba;
    color: white;
    border: none;
}

.download-single-btn:hover,
.download-all-btn:hover {
    background: #005a87;
    color: white;
}

.request-files-btn {
    background: #28a745;
    color: white;
}

.request-files-btn:hover {
    background: #218838;
    color: white;
}

.cancel-download {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.cancel-download:hover {
    background: #5a6268;
}
/* 導航選單登入/登出按鈕樣式 */
.bimlib-menu-item{
    
}
.bimlib-menu-item a {
    background-color: unset;
    color: white !important;
}

.bimlib-menu-item a:hover {
  
}


.bimlib-menu-item>a>span{
    border: 1px #fff solid !important;
    font-weight: bold;
}

.bimlib-menu-item>a:hover>span{
    border: 1px #facd28 solid !important;
    color:#facd28;
}

/* 登出按鈕樣式 */
.bimlib-menu-item .bimlib-logout-btn {
}

.bimlib-menu-item .bimlib-logout-btn:hover {
}
/* 分類篩選側邊欄 */
.bimlib-category-filter {
    padding: 0 15px;
    margin-bottom: 30px;
}


.bimlib-filter-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.bimlib-clear-filter {
    color: #007cba;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s;
}

.bimlib-clear-filter:hover {
    background: #e9ecef;
    color: #005a87;
}

.bimlib-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bimlib-category-item .category-row {
    display: flex;
    align-items: center;
    padding: 5px 0;
    width: fit-content;
}

.bimlib-category-item.level-1 {
    border-left: 3px solid transparent;
    transition: border-color 0.3s;
}

.bimlib-category-item.level-1.selected {
    border-left-color: #007cba;
}

.bimlib-category-item.level-2 {
    font-size: 0.95em;
}

.bimlib-category-item.level-3 {
    font-size: 0.9em;
    color: #666;
}

.bimlib-toggle-children {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.3s;
}

.bimlib-toggle-children:hover {
    background: #e9ecef;
    color: #007cba;
}

.bimlib-toggle-children .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.category-label .count {
    margin-left: 5px;
    color: #6c757d;
    font-size: 0.9em;
}


/* 響應式設計 */
@media (max-width: 768px) {
    .bimlib-category-item.level-2 {
        margin-left: 25px;
    }
    
    .bimlib-category-item.level-3 {
        margin-left: 45px;
    }
}

/* 多選樣式優化 */
.bimlib-category-item.selected > .category-row {
    background-color: rgba(0, 124, 186, 0.05);
    border-radius: 3px;
}

.category-label input[type="checkbox"]:checked + .category-text {
    font-weight: 500;
    color: #007cba;
}

/* 顯示已選數量 */
.bimlib-selected-count {
    font-size: 12px;
    color: #6c757d;
    margin-left: 10px;
}

.bimlib-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #979797;
}

.bimlib-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bimlib-selected-info {
    font-size: 13px;
    color: #007cba;
}

/* 多選相關樣式 */
.bimlib-active-filters {
    font-size: 14px;
    color: #007cba;
    margin-left: 10px;
    font-weight: normal;
}

.bimlib-filter-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bimlib-selected-info {
    font-size: 13px;
    color: #007cba;
    background: #e7f0fa;
    padding: 3px 8px;
    border-radius: 12px;
}

.bimlib-category-item.selected > .category-row {
    background-color: rgba(0, 124, 186, 0.05);
    border-radius: 3px;
}

.category-label input[type="checkbox"]:checked + .category-text {
    font-weight: 500;
    color: #007cba;
}
/* 分類項目樣式 */
.bimlib-category-item {
}

.category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    width: 100%;
}

.category-label {
    flex: 1;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    padding: 3px 0;
    min-width: 0;
    font-size: 16px;
    color: #898989;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0;
}

.category-label input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.category-label .count {
    margin-left: 5px;
    color: #6c757d;
    font-size: 0.9em;
    white-space: nowrap;
}

/* 切換子分類按鈕 */
.bimlib-toggle-children {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.3s;
    flex-shrink: 0;
}

.bimlib-toggle-children:hover {
    background: #e9ecef;
    color: #007cba;
}

.bimlib-toggle-children .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* 子分類容器 */
.bimlib-child-categories {
    margin-left: 22px; /* 對齊複選框 */
}

/* 不同層級的縮排 */
.bimlib-category-item.level-2 .bimlib-child-categories {
    margin-left: 28px;
}

.bimlib-category-item.level-3 .bimlib-child-categories {
    margin-left: 28px;
}

/* 選中狀態 */
.bimlib-category-item.selected > .category-row .category-label {
    font-weight: 500;
    color: #007cba;
}

/* 響應式設計 */
@media (max-width: 768px) {
    .bimlib-child-categories {
        margin-left: 24px;
    }
}
/* 響應式調整 */
@media (max-width: 768px) {
    .bimlib-pagination {
        margin: 30px 0 15px;
    }
    
    .bimlib-pagination .page-numbers {
        padding: 6px 10px;
        font-size: 13px;
    }
}

