/* Custom Folder Icons - Replace Font Awesome folders with PTC Logo */

/* Target the folder icons in category blocks */
.cuar-category-blocks i.fa.fa-folder,
.cuar-category-blocks .fa.fa-folder,
i.fa.fa-folder,
.fa.fa-folder {
    background-image: url('https://www.plane-tree.com/wp-content/uploads/2026/01/PTC_LOGO_TREE-gold.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    font-size: 0 !important;
    color: transparent !important;
}

/* Hide the Font Awesome icon content */
.cuar-category-blocks i.fa.fa-folder::before,
.cuar-category-blocks .fa.fa-folder::before,
i.fa.fa-folder::before,
.fa.fa-folder::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important;
}

/* Fix duplicate dropdown caret in Customer Area toolbar */
.cuar-menu-avatar-icon .btn.dropdown-toggle .caret {
    display: none !important;
}

/* Style the user dropdown button to look cleaner */
.cuar-menu-avatar-icon .btn.dropdown-toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    color: #212529 !important;
    font-weight: 500 !important;
}

.cuar-menu-avatar-icon .btn.dropdown-toggle:hover {
    background: #e9ecef !important;
    border-color: #ced4da !important;
}

/* Add a single clean dropdown arrow using Font Awesome */
.cuar-menu-avatar-icon .btn.dropdown-toggle::after {
    content: '\f107' !important;
    font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    margin-left: 4px !important;
    display: inline-block !important;
    border: none !important;
}
