/**
Theme Name: MeWeb Child
Theme URI: https://meweb.vn
Author: CTY TNHH MTV Công Nghệ MePage
Author URI: https://mepage.vn
Description: Giúp công ty của bạn phát triển là sứ mệnh của chúng tôi
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: meweb
*/

.elementor-field-group-tepdinhkem {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 10px;
}
.elementor-field-group-tepdinhkem:hover {
    background-color: #f9f9f9;
}
.elementor-field-group-tepdinhkem.dragover {
    border-color: #0073aa;
    background-color: #f0f8ff;
}
.elementor-field-group-tepdinhkem input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.elementor-field-group-tepdinhkem::before {
    content: "Kéo và thả file vào đây hoặc nhấn để chọn";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 16px;
    pointer-events: none;
}
.uploaded-files-list {
    list-style-type: none;
    padding: 0;
    margin: -10px 0 0 0;
}
.uploaded-files-list li {
    font-size: 14px;
    margin: 5px 0;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uploaded-files-list li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}
.uploaded-files-list li .remove-file {
    color: #ff0000;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
}
/**/
/* Mũi tên chỉ hiển thị ở mục con hiện tại */
.danhmuc_sp ul li.current-cat > a::before {
    content: "▶"; /* Dấu mũi tên */
    color: #0073aa; /* Màu sắc của mũi tên */
    font-size: 14px; /* Kích thước mũi tên */
    margin-right: 5px; /* Khoảng cách giữa mũi tên và tên danh mục */
    display: inline-block;
    vertical-align: middle;
}

/* Mũi tên hiển thị ở mục cha nếu có con */
.danhmuc_sp ul li.cat-parent > a::before {
    content: "▶"; /* Mũi tên hiển thị ở mục cha */
    color: #0073aa; /* Màu sắc của mũi tên */
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Loại bỏ mũi tên mặc định ở tất cả các mục */
.danhmuc_sp ul li a::before {
    content: none;
}


