.penci-live-search-result,
.penci-ajax-search-result,
#penci-live-search-result,
#penci-ajax-search-result,
.penci-search-results,
.penci-live-search-results,
.live-search-results,
.live-search-popup,
[class*="penci-live-search"] ul,
[class*="penci-search-result"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
} #adala-search-dropdown {
position: fixed;
z-index: 999999;
background: #fff;
border: 1px solid #dde2ea;
border-top: 3px solid #0066cc;
border-radius: 0 0 8px 8px;
box-shadow: 0 12px 36px rgba(0,0,0,.15);
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
opacity: 0;
visibility: hidden;
transform: translateY(-6px);
pointer-events: none;
transition: opacity .13s ease, transform .13s ease, visibility .13s;
}
#adala-search-dropdown.adala-open {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
#adala-search-dropdown::-webkit-scrollbar { width: 5px; }
#adala-search-dropdown::-webkit-scrollbar-track { background: #f4f4f4; }
#adala-search-dropdown::-webkit-scrollbar-thumb { background: #c8cdd8; border-radius: 4px; } .adala-cats {
display: flex;
align-items: center;
gap: 5px;
padding: 8px 12px;
border-bottom: 1px solid #f0f2f5;
flex-wrap: wrap;
background: #f8f9fb;
}
.adala-cats-label {
font-size: 11px;
color: #8a94a6;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .4px;
margin-right: 2px;
white-space: nowrap;
}
.adala-cat-chip {
background: #fff;
border: 1px solid #d0d5e0;
border-radius: 20px;
padding: 3px 10px;
font-size: 11.5px;
color: #3a4358;
cursor: pointer;
transition: all .12s;
white-space: nowrap;
line-height: 1.5;
}
.adala-cat-chip:hover { border-color: #0066cc; color: #0066cc; background: #f0f5ff; }
.adala-cat-chip.adala-cat-active { background: #0066cc; border-color: #0066cc; color: #fff; font-weight: 700; } .adala-list {
list-style: none;
margin: 0;
padding: 0;
} .adala-item {
display: flex;
align-items: center;
gap: 12px;
padding: 9px 14px;
border-bottom: 1px solid #f0f2f5;
cursor: pointer;
transition: background .1s;
}
.adala-item:last-child { border-bottom: none; }
.adala-item:hover,
.adala-item.adala-active { background: #f0f5ff; } .adala-thumb {
width: 80px;
height: 60px;
object-fit: cover;
border-radius: 4px;
flex-shrink: 0;
display: block;
background: #e8eaed;
}
.adala-thumb-ph { background: linear-gradient(135deg, #e8eaed 25%, #d4d7dc 100%); } .adala-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 4px;
}
.adala-title {
font-size: 13.5px;
font-weight: 600;
color: #1a1f2b;
line-height: 1.35;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.adala-title mark {
background: rgba(0,102,204,.13);
color: #004fb5;
font-weight: 700;
border-radius: 2px;
padding: 0 1px;
}
.adala-meta {
display: flex;
align-items: center;
gap: 7px;
font-size: 11px;
color: #7a8394;
flex-wrap: wrap;
}
.adala-cat {
background: #0066cc;
color: #fff;
padding: 2px 7px;
border-radius: 3px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .4px;
white-space: nowrap;
} .adala-see-all {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 11px 14px;
font-size: 13px;
font-weight: 600;
color: #0066cc;
text-decoration: none;
border-top: 1px solid #dde2ea;
transition: background .1s;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
}
.adala-see-all:hover,
.adala-see-all:focus { background: #f0f5ff; color: #0044aa; outline: none; }
.adala-see-arrow { font-size: 15px; } .adala-msg {
padding: 15px 16px;
font-size: 13px;
color: #7a8394;
text-align: center;
}
.adala-loading {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.adala-loading span {
display: inline-block;
width: 14px;
height: 14px;
border: 2px solid #d0d5e0;
border-top-color: #0066cc;
border-radius: 50%;
animation: adala-spin .7s linear infinite;
flex-shrink: 0;
}
@keyframes adala-spin { to { transform: rotate(360deg); } } .adala-section-title {
padding: 9px 14px 5px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .5px;
color: #8a94a6;
display: flex;
align-items: center;
gap: 4px;
}
.adala-trend-icon { font-size: 13px; } .adala-list-recent,
.adala-list-trending { border-bottom: 1px solid #f0f2f5; }
.adala-recent-item {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 14px;
cursor: pointer;
transition: background .1s;
border-bottom: 1px solid #f8f9fb;
}
.adala-recent-item:last-child { border-bottom: none; }
.adala-recent-item:hover { background: #f8f9fb; }
.adala-recent-icon {
font-size: 9px;
color: #bcc4d0;
transform: rotate(90deg);
display: inline-block;
flex-shrink: 0;
}
.adala-recent-text {
flex: 1;
font-size: 13px;
color: #3a4358;
}
.adala-recent-del {
background: none;
border: none;
padding: 0 4px;
cursor: pointer;
font-size: 15px;
color: #bcc4d0;
line-height: 1;
opacity: 0;
transition: opacity .1s, color .1s;
}
.adala-recent-item:hover .adala-recent-del { opacity: 1; }
.adala-recent-del:hover { color: #e05252; } .adala-trend-item {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 14px;
cursor: pointer;
font-size: 13px;
color: #3a4358;
transition: background .1s;
border-bottom: 1px solid #f8f9fb;
}
.adala-trend-item:last-child { border-bottom: none; }
.adala-trend-item:hover { background: #f8f9fb; }
.adala-trend-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #0066cc;
flex-shrink: 0;
} .adala-popular-searches { margin: 12px 0; }
.adala-popular-searches__title {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .5px;
color: #8a94a6;
margin: 0 0 8px;
}
.adala-popular-searches__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.adala-popular-searches__list li a {
display: inline-block;
padding: 4px 11px;
border-radius: 20px;
border: 1px solid #d0d5e0;
font-size: 12px;
color: #3a4358;
text-decoration: none;
transition: all .12s;
white-space: nowrap;
}
.adala-popular-searches__list li a:hover {
border-color: #0066cc;
color: #0066cc;
background: #f0f5ff;
} @media (prefers-color-scheme: dark) {
#adala-search-dropdown {
background: #1e2330;
border-color: #2d3347;
border-top-color: #3a8aed;
box-shadow: 0 12px 36px rgba(0,0,0,.45);
}
.adala-cats { background: #181e2c; border-bottom-color: #262c3f; }
.adala-cat-chip { background: #1e2330; border-color: #3a4258; color: #9aa5ba; }
.adala-cat-chip:hover { background: #242b40; border-color: #3a8aed; color: #3a8aed; }
.adala-cat-chip.adala-cat-active { background: #3a8aed; border-color: #3a8aed; color: #fff; }
.adala-item { border-bottom-color: #262c3f; }
.adala-item:hover, .adala-item.adala-active { background: #242b40; }
.adala-thumb-ph { background: #2a3040; }
.adala-title { color: #dce2f0; }
.adala-title mark { background: rgba(58,138,237,.22); color: #7ab9f5; }
.adala-meta { color: #687080; }
.adala-see-all { border-top-color: #2d3347; color: #3a8aed; }
.adala-see-all:hover { background: #1a2236; }
.adala-section-title { color: #687080; }
.adala-recent-item { border-bottom-color: #1e2330; }
.adala-recent-item:hover { background: #1a2236; }
.adala-recent-text { color: #c0c8d8; }
.adala-recent-icon { color: #3a4258; }
.adala-trend-item { border-bottom-color: #1e2330; color: #c0c8d8; }
.adala-trend-item:hover { background: #1a2236; }
.adala-trend-dot { background: #3a8aed; }
.adala-msg { color: #687080; }
.adala-loading span { border-color: #2d3347; border-top-color: #3a8aed; }
}