/* Fix AJAX Search Results Background - MarketMLM Theme */

/* اصلاح بک‌گراند نتایج جستجوی AJAX */
.mlm-ajax-search .mlm-search-results {
    background-color: #ffffff !important;
    border: 1px solid #e9ecef !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* اطمینان از بک‌گراند آیتم‌های جستجو */
.mlm-ajax-search .mlm-search-results .slimscroll {
    background-color: #ffffff !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li {
    background-color: #ffffff !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li:hover {
    background-color: #f8f9fa !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li a {
    background-color: transparent !important;
    color: #333333 !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li a:hover {
    background-color: transparent !important;
    color: #007bff !important;
}

/* اصلاح برای تم ژکت */
body.panel-skin-neo .mlm-search-results {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
}

body.panel-skin-neo .mlm-search-results a,
body.panel-skin-neo .mlm-search-results .result-item {
    background-color: #ffffff !important;
}

body.panel-skin-neo .mlm-search-results a:hover,
body.panel-skin-neo .mlm-search-results .result-item:hover {
    background-color: #f8f9fa !important;
}

/* اصلاح برای پاپ‌آپ جستجو */
.home-search-popup .mlm-search-results {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
}

/* اصلاح برای آیتم‌های بدون بک‌گراند */
.mlm-search-results ul,
.mlm-search-results ul li {
    background-color: #ffffff !important;
}

/* پیام "موردی یافت نشد" */
.mlm-search-results .alert-warning {
    background-color: #fff3cd !important;
    border: 1px solid #ffeaa7 !important;
    color: #856404 !important;
}

/* اضافه کردن انیمیشن و بهبود تجربه کاربری */
.mlm-ajax-search .mlm-search-results {
    transition: all 0.3s ease !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li {
    transition: background-color 0.2s ease !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li a {
    display: block !important;
    padding: 8px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

.mlm-ajax-search .mlm-search-results .slimscroll li:hover a {
    transform: translateX(2px) !important;
}

/* اصلاح خاص برای دمو ۱ */
.mlm-widget.mlm-search-results {
    background-color: #ffffff !important;
    border: 1px solid #e9ecef !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* اطمینان از نمایش درست در تمام حالات */
.mlm-search-results.open {
    background-color: #ffffff !important;
}

.mlm-search-results:not(.open) {
    display: none !important;
}
