.listeo-ai-chat-wrapper.dark-mode {
--chat-bg: #111;
--chat-bg-secondary: #222;
--chat-bg-tertiary: #222;
--chat-border: #333;
--chat-border-light: #444;
--chat-text: #e5e5e5;
--chat-text-secondary: #ccc;
--chat-text-muted: #999;
--chat-shadow: rgba(0, 0, 0, 0.4);
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-container {
background: var(--chat-bg) !important;
border-color: var(--chat-border) !important;
box-shadow: 0 5px 20px var(--chat-shadow);
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-header {
background-color: var(--chat-bg-secondary) !important;
border-bottom-color: var(--chat-border) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-title {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-status-dot {
border-color: var(--chat-bg-secondary) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-darkmode-toggle,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-trigger {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-darkmode-toggle:hover,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-trigger:hover,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-trigger[aria-expanded="true"] {
background: rgba(0,0,0,0.2) !important;
color: var(--chat-text) !important;
}
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode.expanded .listeo-ai-chat-quick-buttons {
padding-bottom: 20px;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-header,
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode.expanded .listeo-ai-chat-messages { border-radius: 12px 12px 0 0; }
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-dropdown {
background: var(--chat-bg-secondary) !important;
border-color: var(--chat-border) !important;
box-shadow: 0 4px 16px var(--chat-shadow);
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-item {
color: var(--chat-text-secondary) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-item:hover {
background: var(--chat-bg-tertiary) !important;
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-item svg {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-menu-item:hover svg {
color: var(--chat-text) !important;
} .listeo-ai-chat-wrapper.dark-mode button.listeo-ai-chat-clear-btn {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode button.listeo-ai-chat-clear-btn:hover {
color: var(--chat-text) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-messages {
background: var(--chat-bg) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-user {
background: var(--ai-chat-primary-color, #0073ee) !important;
color: #fff !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-assistant,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message.listeo-ai-chat-message-system {
background: #222 !important;
color: var(--chat-text) !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-assistant.chat-message-results {
background: transparent !important;
box-shadow: none !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-system {
color: var(--chat-text-muted) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content strong {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content a,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content a strong {
color: var(--ai-chat-primary-color, #5fa8ff) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content p,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content {
color:  var(--chat-text-muted);
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-content a:hover {
color: #fff !important;
} .listeo-ai-chat-wrapper.dark-mode div.listeo-ai-chat-message.listeo-ai-chat-message-assistant[id^="loading"] {
background: transparent !important;
box-shadow: none !important;
color: var(--chat-text-muted) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-typing-dots span {
background: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-loading::before {
background: var(--chat-bg) !important
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input-wrapper {
background: var(--chat-bg-secondary) !important;
border-top-color: var(--chat-border) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-container {
background: var(--chat-bg-secondary) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input-wrapper {
border-radius: 0 0 12px 12px;
}
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input-wrapper {
border-radius: 12px;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input:not(.elementor-chat-style .listeo-ai-chat-input) {
background: #303030 !important;
color: var(--chat-text) !important;
border-color: var(--chat-border) !important;
box-shadow: none !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input::placeholder {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-input:focus {
border-color: var(--ai-chat-primary-color, #0073ee) !important;
box-shadow: none;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-send-btn {
background: var(--ai-chat-primary-color, #0073ee) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-send-btn:disabled {
background: var(--chat-border-light) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-image-btn {
background: #242424 !important;
color: #ccc !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-mic-btn:not(.recording):hover,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-image-btn:hover {
background: var(--ai-chat-primary-color, #0073ee) !important;
color: #fff !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-image-btn:hover svg {
stroke: #fff !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-image-btn.has-image {
background: var(--ai-chat-primary-color-light, rgba(0, 115, 238, 0.2)) !important;
color: var(--ai-chat-primary-color, #5fa8ff) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-quick-buttons {
background: var(--chat-bg) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-quick-btn {
background: var(--chat-bg-tertiary) !important;
color: var(--chat-text-secondary) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-quick-btn.has-custom-color {
background: var(--quick-btn-color) !important;
color: #fff !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-quick-btn.has-custom-color .listeo-ai-btn-icon {
stroke: #fff !important;
opacity: 1;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-quick-btn:hover {
background: var(--quick-btn-color, var(--ai-chat-primary-color, #0073ee)) !important;
color: #fff !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-quick-btn:hover .listeo-ai-btn-icon {
stroke: #fff !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-item {
background: var(--chat-bg-secondary) !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-item:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-title {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode p.listeo-ai-listing-excerpt {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-meta {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-meta i {
color: var(--chat-border-light) !important;
} .listeo-ai-chat-wrapper.dark-mode .product-price {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .product-price .regular-price {
color: var(--chat-text-muted) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-show-more-btn {
background: var(--ai-chat-primary-color, #0073ee) !important;
color: #fff !important;
} .listeo-ai-chat-wrapper.dark-mode .match-badge.best {
background: rgba(39, 174, 96, 0.2) !important;
color: #5cd690 !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-context-title,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-product-context-title {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-load-listing-btn,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-load-product-btn {
background: var(--chat-bg-tertiary) !important;
color: var(--chat-text) !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-load-listing-btn:hover,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-load-product-btn:hover {
background: var(--chat-border) !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}
.listeo-ai-chat-wrapper.dark-mode .context-loaded-icon {
color: var(--chat-text) !important;
} .listeo-ai-chat-wrapper.dark-mode .popular-searches-header {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .popular-search-tag {
background: var(--chat-bg-tertiary) !important;
color: var(--chat-text-secondary) !important;
}
.listeo-ai-chat-wrapper.dark-mode .popular-search-tag:hover {
background: var(--ai-chat-primary-color, #0073ee) !important;
color: #fff !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-disabled {
background: rgba(255, 193, 7, 0.15) !important;
color: #ffc107 !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-powered-by {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-powered-by a {
color: var(--ai-chat-primary-color, #5fa8ff) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-powered-by a:hover {
color: var(--chat-text) !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-terms-notice {
color: var(--chat-text-muted) !important;
background: var(--chat-bg-secondary) !important;
padding-top: 2px;
border-radius: 0 0 12px 12px;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-terms-notice a {
color: #eee !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-overlay {
background: rgba(0, 0, 0, 0.5) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form {
background: var(--chat-bg-secondary) !important;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-header h3 {
color: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-close {
background: color-mix(in srgb, var(--chat-border) 70%, transparent) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-close svg {
stroke: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-close:hover {
background: var(--chat-border) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-close:hover svg {
stroke: var(--chat-text) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field label {
color: var(--chat-text-secondary) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field input,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field textarea {
background: #303030 !important;
border-color: var(--chat-border) !important;
color: var(--chat-text) !important;
box-shadow: none !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field input:focus, 
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field textarea:focus {
outline: none !important;
border-color: var(--ai-chat-primary-color, #0073ee) !important;
box-shadow: none !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field input::placeholder,
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-field textarea::placeholder {
color: var(--chat-text-muted) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-message.success {
background: rgba(39, 174, 96, 0.2) !important;
color: #5cd690 !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-contact-form-message.error {
background: rgba(239, 68, 68, 0.2) !important;
color: #f87171 !important;
} .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-messages {
scrollbar-color: var(--chat-border) var(--chat-bg);
scrollbar-width: thin;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-messages::-webkit-scrollbar {
width: 6px;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-messages::-webkit-scrollbar-track {
background: var(--chat-bg) !important;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-messages::-webkit-scrollbar-thumb {
background: var(--chat-border) !important;
border-radius: 3px;
}
.listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-messages::-webkit-scrollbar-thumb:hover {
background: var(--chat-border-light) !important;
} .elementor-chat-style .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message-assistant,
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-message.listeo-ai-chat-message-system {
background: transparent !important;
box-shadow: none !important;
}
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode .listeo-ai-quick-btn {
background: var(--chat-bg-tertiary) !important;
}
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-item {
border: 1px solid var(--chat-border) !important;
}
.elementor-chat-style .listeo-ai-chat-wrapper.dark-mode .listeo-ai-listing-item:hover {
border-color: var(--chat-border-light) !important;
}  .listeo-floating-chat-widget.dark-mode .listeo-floating-welcome-bubble {
background: #1a1a1a;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.listeo-floating-chat-widget.dark-mode .listeo-floating-welcome-bubble-content {
color: #e5e5e5;
}
.listeo-floating-chat-widget.dark-mode .listeo-floating-welcome-bubble-arrow {
background: #1a1a1a;
} .listeo-floating-chat-widget.dark-mode .listeo-floating-chat-popup {
background: transparent;
}
.listeo-floating-chat-popup .listeo-ai-chat-wrapper.dark-mode .listeo-ai-chat-container {
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
} .dark-mode .listeo-ai-chat-typing-dots,
.dark-mode .listeo-ai-chat-loading,
.dark-mode .listeo-ai-chat-shimmer-text {
filter: brightness(1.4)
}.listeo-floating-chat-widget {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999999;
} .listeo-floating-chat-widget.position-left {
right: auto;
left: 20px;
}
.listeo-floating-chat-widget.position-left .listeo-floating-chat-button {
right: auto;
left: 0;
}
.listeo-floating-chat-widget.position-left .listeo-floating-chat-popup {
right: auto;
left: 0;
}
.listeo-floating-chat-widget.position-left .listeo-floating-welcome-bubble-arrow {
right: auto;
left: 20px;
} .listeo-floating-chat-button {
width: 60px !important;
height: 60px !important;
min-width: 60px !important;
min-height: 60px !important;
max-width: 60px !important;
max-height: 60px !important;
border-radius: 100px !important;
background: #222;
border: none;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease !important;
position: absolute !important;
z-index: 2;
right: 0;
bottom: 0;
padding: 0;
}
.listeo-floating-chat-button:hover {
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
} .listeo-floating-chat-button i {
color: white;
font-size: 24px;
transition: all 0.2s ease;
}
.listeo-floating-chat-button i.sl-icon-arrow-down { font-size: 18px; } .listeo-floating-custom-icon {
max-width: 32px;
max-height: 32px;
width: auto;
height: auto;
object-fit: contain;
transition: all 0.2s ease;
} .listeo-floating-icon-open,
.listeo-floating-icon-close {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 28px;
height: 28px;
} .listeo-floating-welcome-bubble {
right: 0;
background: white;
border-radius: 8px;
padding: 12px 16px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); animation: bubbleFadeIn 0.3s ease;
z-index: 1;
text-align: center;
width: auto;
margin-bottom: 75px;
position: relative;
}
.listeo-floating-welcome-bubble-content {
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #555;
}
.listeo-floating-welcome-bubble-arrow {
position: absolute;
bottom: -6px;
right: 20px;
width: 12px;
height: 12px;
background: white;
transform: rotate(45deg);
} .listeo-floating-welcome-bubble.hidden {
display: none;
}
@keyframes bubbleFadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .listeo-floating-chat-popup {
position: absolute;
bottom: 75px;
right: 0; background: white;
border-radius: 10px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
overflow: hidden;
animation: popupSlideIn 0.3s ease;
}
@keyframes popupSlideIn {
from {
opacity: 0;
transform: translateY(20px) scale(0.95);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
} .listeo-floating-chat-popup .listeo-ai-chat-wrapper {
display: block !important;
height: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
.listeo-floating-chat-popup .listeo-ai-chat-container {
height: 100%;
border: none;
border-radius: 0;
box-shadow: none;
background: transparent;
}
.listeo-floating-chat-popup { max-height: 75vh; }
@media (max-width: 768px) {
.listeo-floating-chat-widget {
bottom: 0;
right: 0;
left: auto;
width: 100%;
}
.listeo-floating-chat-widget.position-left {
left: 0;
right: auto;
}
.listeo-floating-chat-popup {
width: calc(100% - 30px) ! Important;
height: calc(100vh - 100px) ! Important;
bottom: 80px ! Important;
right: 15px ! Important;
}
.listeo-floating-chat-widget.position-left .listeo-floating-chat-popup {
right: auto !important;
left: 15px !important;
}
.listeo-floating-chat-button {
bottom: 20px;
right: 20px;
position: absolute;
zoom: 0.8;
}
.listeo-floating-chat-widget.position-left .listeo-floating-chat-button {
right: auto;
left: 20px;
}
.listeo-floating-welcome-bubble {
right: 15px;
width: fit-content;
float: right;
}
.listeo-floating-chat-widget.position-left .listeo-floating-welcome-bubble {
float: left;
right: auto;
left: 15px;
}
} .listeo-ai-chat-terms-notice {
padding: 16px;
padding-top: 0;
font-size: 13px;
line-height: 19px;
text-align: center;
margin-top: -5px;
color: #666;
}
.listeo-ai-chat-terms-notice a {
color: var(--ai-chat-primary-color);
text-decoration: none;
}
.listeo-ai-chat-terms-notice a:hover {
text-decoration: underline;
}.ai-chat-search-container {
max-width: 900px;
margin: 0 auto;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
overflow: visible;
position: relative;
} .ai-search-form-wrapper {
position: relative;
margin-bottom: 0;
overflow: visible;
}
.fs-content .ai-search-form-wrapper,
.sidebar .ai-search-form-wrapper{
position: relative;
height: 51px;
padding: 0 20px;
margin: 0;
outline: none;
font-size: 15px;
color: #888;
max-width: 100%;
width: 100%;
box-sizing: border-box;
font-weight: 500;
opacity: 1;
border-radius: 4px;
transition: 0.2s;
background-color: #fff;
border: 1px solid #dbdbdb;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
margin-bottom: 18px;
display: flex;
align-items: center;
}
.ai-chat-search-form {
margin: 0;
}
.search-input-wrapper {
display: flex;
align-items: center;
position: relative; border-radius: 4px;
overflow: visible; justify-content: space-between;
width: 100%;
} .search-input-icon {
padding: 0 7px 0 0;
display: flex;
align-items: center;
}
.search-stars {
font-size: 18px;
opacity: 0.9;
width: 20px;
}
.ai-btn-container {
position: relative;
}
.ai-btn-container.ai-btn-error .ai-search-button {
opacity: 0;
visibility: hidden;
} .ai-search-button {
padding: 1px 12px;
background: linear-gradient(135deg, #a98fe5, #7c3aed);
color: white;
border: none;
border-radius: 50px;
cursor: pointer;
font-size: 13px;
font-weight: 600;
display: flex;
align-items: center;
gap: 0;
justify-content: center;
position: relative;
overflow: hidden;
white-space: nowrap;
line-height: 24px;
transition: all 0.3s ease;
background:linear-gradient(292deg, #8b5cf6, #ec4899, #f59e0b);
}
.ai-search-button:hover:not(:disabled) {  }
.ai-search-button:disabled {
opacity: 0.7;
cursor: not-allowed;
transform: none;
}
.ai-search-button.loading-ai {
background: linear-gradient(135deg, #6d28d9, #5b21b6);
}
.ai-search-button.tooltip-visible .button-text {
opacity: 0.3;
}
.ai-search-button .ai-button-icon {
font-size: 12px;
margin-right: 4px;
font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
} .ai-search-form-wrapper {
container-type: inline-size;
}
@container (max-width: 400px) {
.ai-btn-container {
position: absolute;
right: 0;
top: 0;
}
.ai-search-button {
width: 24px;
height: 24px;
transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 100;
}
.ai-search-button .ai-button-icon {
flex-shrink: 0;
margin-right: 0;
font-size: 11px;
}
body .listing-item-ai .listing-meta-ai span.address {
max-width: 95%
}
.ai-search-button .button-text {
max-width: 0;
opacity: 0;
overflow: hidden;
transition: max-width 0.3s ease, opacity 0.3s ease;
white-space: nowrap;
font-size: 13px;
line-height: 24px;
}
.ai-search-button:hover {
width: auto;
padding: 3px 12px;
z-index: 1000;
}
.ai-search-button:hover .ai-button-icon {
margin-right: 4px;
}
.ai-search-button:hover .button-text {
max-width: 120px;
opacity: 1;
}
body .validation-popup {
line-height: 25px;
padding: 0 13px;
font-size: 13px;
height: 25px;
} body .match-badge.best {
font-weight: 600;
text-transform: none;
letter-spacing: 0;
font-size: 11px;
padding: 0px 6px;
height: 18px;
}
} @container (max-width: 400px) {
.search-results-container {
padding: 15px !important;
}
.listing-thumbnail-ai {
width: 60px !important;
height: 60px !important;
padding: 5px !important;
display: none !important;
}
.listing-item-ai .listing-title-ai {
font-size: 14px !important; margin: 0 !important;
line-height: 20px !important;
}
.listing-item-ai {
flex-direction: column;
}
.listing-item-ai .listing-excerpt-ai {
display: none !important; }
.listing-details-ai {
padding: 10px 13px !important; flex-direction: column;
}
.listing-sidebar-ai { justify-content: flex-start}
.listing-sidebar-ai {
min-width: 80px !important;
align-items: flex-start !important;
display: none !important;
} .listing-title-ai .match-badge.compact {
}
.listing-item-ai .listing-meta-ai {
flex-direction: column;
align-items: flex-start !important;
gap: 0 !important;
margin-top: 2px !important;
font-size: 13px !important;
}
.listing-item-ai .listing-meta-ai span {
font-size: 13px !important;
}
.ai-results-header {
margin-bottom: 16px !important;
}
.ai-header-title {
font-size: 16px !important;
}
.ai-header-subtitle {
font-size: 12px !important;
}
}
.ai-search-button.loading-ai {
background: linear-gradient(135deg, #6d28d9, #5b21b6);
}
.loading-spinner {
display: inline-block;
}
.loading-spinner i {
font-size: 14px;
} .search-suggestions {
position: absolute;
top: calc(100% + 8px);
left: 0;
right: 0; width: 100%;
background: white;
border: 1px solid #e0e0e0;
border-radius: 4px;
padding: 20px;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 4%);
z-index: 9999;
display: none;  opacity: 0;
transform: translateY(-10px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} .ai-search-visible {
opacity: 1 !important;
transform: translateY(0) !important;
display: block !important;
}
.search-suggestions h4 {
margin: 0 0 12px 0;
font-size: 14px;
color: #6b7280;
font-weight: 500;
}
.suggestion-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.suggestion-tag {
display: inline-block;
padding: 5px 10px;
background: #f4f4f4;
border-radius: 65px;
font-size: 13px;
color: #333;
cursor: pointer;
transition: all 0.2s ease;
font-weight: 500;
line-height: 17px;
}
.suggestion-tag:hover {
background: #222;
color: white;
} .ai-chat-search-container .ai-processing-status {
position: absolute;
top: calc(100% + 8px);
left: 0;
right: 0; width: 100%;
background: white;
border: 1px solid #e0e0e0;
border-radius: 4px;
padding: 15px 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
display: none; z-index: 10000;  opacity: 0;
transform: translateY(-10px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.processing-step {
display: flex;
align-items: center;
gap: 6px;
padding: 0;
opacity: 0.5;
transition: opacity 0.3s ease;
position: relative;
min-height: 28px;
margin: 0 2px;
}
.processing-step.active {
opacity: 1;
position: relative;
overflow: hidden;
border-radius: 74px;
min-height: 28px;
}
.processing-step.active .step-icon,
.processing-step.active .step-text {
color: #8b5cf6;
}
.processing-step .step-timing {
margin-left: auto;
font-size: 13px;
color: #8b5cf6;
background: #f3f0fd;
border-radius: 4px;
padding: 2px 8px;
font-weight: 500;
opacity: 0.85;
min-width: 48px;
text-align: right;
box-shadow: 0 1px 2px rgba(139,92,246,0.07);
transition: background 0.2s, color 0.2s;
margin-right: 2px;
display: none;
}
.processing-step.completed .step-timing,
.processing-step.active .step-timing {
display: inline-block;
}
.processing-step.active::before {
content: '';
position: absolute;
top: 0;
left: -50%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, 
transparent, 
rgba(139, 92, 246, 0.1), 
rgba(168, 85, 247, 0.1), 
rgba(139, 92, 246, 0.1), 
transparent
);
animation: lightning 2s infinite;
z-index: 1;
border-radius: 4px;
}
.processing-step.active .step-icon,
.processing-step.active .step-text {
position: relative;
z-index: 2;
}
@keyframes lightning {
0% {
left: -50%;
}
100% {
left: 100%;
}
}
.processing-step.completed {
opacity: 1;
}
.step-icon {
font-size: 15px;
width: 24px;
text-align: center;
}
.step-text {
font-size: 14px;
color: #374151;
font-weight: 500;
line-height: 18px;
} .search-results-container {
position: absolute;
top: calc(100% + 5px);
left: 0px;
right: 0; width: 100%;
min-height: auto;
max-height: 400px;
overflow-y: auto;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 6%);
padding: 20px;
border: 1px solid #e0e0e0;
border-radius: 4px;
background: white;
z-index: 9999;
display: none; container-type: inline-size; opacity: 0;
transform: translateY(-10px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 480px) {
.main-search-inner .search-results-container {min-width: 320px; }
}
.results-header {
margin-bottom: 20px;
padding: 20px;
background: linear-gradient(135deg, #f8faff, #eef2ff);
border: 1px solid #e0e7ff;
border-radius: 5px;
position: relative;
overflow: hidden;
}
.results-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(135deg, #667eea, #764ba2);
} .ai-results-header {
margin-bottom: 20px;
}
.ai-header-gradient {
background: white; border-radius: 16px; color: #1f2937;
display: flex;
align-items: center;
gap: 16px; }
.ai-header-icon {
font-size: 28px;
opacity: 0.8;
}
.ai-header-content {
flex: 1;
}
.widget .ai-header-title,
.ai-header-title {
font-size: 20px;
font-weight: 700;
margin: 0;
line-height: 1.2;
background: linear-gradient(135deg, #8b5cf6, #ec4899, #f59e0b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.ai-header-subtitle {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
color: #6b7280;
}
.query-highlight {
font-weight: 600;
background: linear-gradient(135deg, #8b5cf6, #ec4899);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.results-count {
font-size: 20px;
color: #4c51bf;
margin-bottom: 8px;
font-weight: 600;
}
.search-explanation {
font-size: 14px;
color: #6b7280;
font-style: italic;
line-height: 1.5;
}
.fallback-notice {
padding: 12px 16px;
margin-bottom: 15px;
background: #d1ecf1;
border: 1px solid #bee5eb;
border-radius: 5px;
color: #0c5460;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
}
.ai-search-input {
height: 30px !important;
background: transparent;
box-shadow: none !Important;
margin-left: 0 !important;
width: 100%;
padding-left: 0 !important;
width: 100%;
flex: 1;
flex-grow: 1;
padding: 0;
border: none !important;
outline: none;
font-size: 16px;
background: transparent;
margin: 0 !important;
font-weight: 500;
line-height: 20px !important;
}
.ai-search-input::placeholder {
color: #808080;
font-weight: 500;
font-size: 15px;
} .results-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 24px;
margin-bottom: 30px;
} .results-list-ai {
display: flex !important;
flex-direction: column !important;
gap: 12px;
margin-bottom: 0;
} .listing-item-ai {
background: white !important;
border-radius: 5px !important;  transition: all 0.2s ease;
border: 1px solid #e0e0e0 !important;
display: flex !important;
align-items: stretch !important;
min-height: 80px !important;
position: relative;
width: 100% !important;
box-shadow: none; text-decoration: none !important;
color: inherit !important; overflow: hidden;
}
.listing-item-ai:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
} .listing-thumbnail-ai {
position: relative;
height: 100px;
flex-shrink: 0;
overflow: hidden;
max-height: 100px;
width: 100px;
padding: 10px;  }
.listing-thumbnail-ai img {
width: 100%;
height: 100% !important;
object-fit: cover;
transition: transform 0.2s ease;
border-radius: 5px !important;
} .listing-item-ai.no-thumbnail .listing-details-ai {
padding-left: 16px;
}
.listeo-ai-listing-item.no-thumbnail .listeo-ai-listing-details {
padding-left: 16px;
} .listing-details-ai {
display: flex;
flex: 1;
align-items: stretch;
padding: 12px 16px;
gap: 0;
padding-left: 7px;
}
.listing-main-ai {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0; }
.listing-sidebar-ai {
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
gap: 4px;
min-width: 100px;
} .listing-item-ai .listing-title-ai {
margin: 0 0 4px 0;
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #222;
transition: 0.2s;
} .listing-item-ai .listing-excerpt-ai {
color: #6b7280;
font-size: 14px;
line-height: 1.4;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 1; line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
max-width: 90%;
}
.listing-item-ai .listing-meta-ai {
display: flex;
gap: 12px;
font-size: 14px;
color: #888;
flex-wrap: nowrap;
align-items: center;
margin-top: 5px;
}
.listing-item-ai .listing-meta-ai span {
display: flex;
align-items: center;
gap: 4px;
white-space: nowrap;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 20px;
}
.listing-item-ai .listing-meta-ai span.address {      overflow: hidden; color: #888;
font-size: 13px;
line-height: 1.4; display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
max-width: 70%;
}
.listing-item-ai .listing-meta-ai i {
width: 10px;
text-align: center;
color: #b4b4b4;
font-size: 12px;
} .listing-item-ai .listing-meta-ai .rating-ai {
color: #f59e0b;
font-weight: 500;
}
.listing-item-ai .listing-meta-ai .rating-ai i {
color: #f59e0b !important;
font-size: 10px;
} .listing-sidebar-ai .price {
font-size: 14px;
font-weight: 600;
color: #059669;
text-align: right;
} .listing-sidebar-ai:empty {
display: none;
} .listing-sidebar-ai:empty {
display: none;
} .listing-sidebar-ai:empty {
display: none;
} .listing-sidebar-ai {
min-width: 100px;
}
.listing-sidebar-ai { display: none !important;} .match-badge.best {
font-weight: 600;
font-size: 12px;
padding: 0px 8px;
line-height: 16px;
text-shadow: none;
border-radius: 50px;
background: #00b54d21;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
color: #27ae60;
height: 21px;
position: relative;
top: -1px;
display: inline-block;
margin-top: 4px;
} .no-results {
position: absolute;
top: calc(100% + 8px);
left: 0px;
right: 0;
max-width: 100%;
width: 100%;
text-align: center;
padding: 20px;
background: #f8f9fa;
border-radius: 4px;
z-index: 9999;
display: none; border: 1px solid #e0e0e0;
background: #fff;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 4%); opacity: 0;
transform: translateY(-10px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.no-results h3 {
margin: 0 !important;
color: #222;
font-size: 18px!important;
font-weight: 500;
}
.no-results p {
color: #808080;
font-size: 16px;
margin: 0;
line-height: 22px;
margin-top: 5px;
} .search-error {
position: absolute;
top: calc(100% + 0px);
left: 0px;
right: 0;
max-width: 100%;
width: 100%;
padding: 12px 16px;
background: #f8d7da;
border: 1px solid #f5c6cb;
border-radius: 4px;
color: #721c24;
font-size: 14px;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 4%);
z-index: 9999;
display: none;  opacity: 0;
transform: translateY(-10px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} .search-debug-panel {
margin-top: 20px;
padding: 15px;
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 5px;
font-family: 'Courier New', monospace;
font-size: 12px;
}
.search-debug-panel h4 {
margin: 0 0 15px 0;
color: #495057;
font-family: inherit;
font-size: 14px;
font-weight: bold;
}
.debug-section {
margin-bottom: 8px;
display: flex;
align-items: flex-start;
}
.debug-section strong {
min-width: 140px;
color: #495057;
margin-right: 10px;
}
.debug-section span,
.debug-section pre {
color: #212529;
word-break: break-word;
}
.debug-raw {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #dee2e6;
}
.debug-raw-data {
background: #ffffff;
border: 1px solid #ced4da;
border-radius: 5px;
padding: 10px;
font-size: 11px;
max-height: 300px;
overflow-y: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
.debug-toggle-raw {
background: #6c757d;
color: white;
border: none;
padding: 4px 8px;
border-radius: 5px;
cursor: pointer;
font-size: 11px;
}
.debug-toggle-raw:hover {
background: #5a6268;
} .listing-item-ai {
opacity: 0;
transform: translateY(0px);
animation: fadeInUp 0.4s ease-out forwards;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(0px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .results-header {
opacity: 0;
transform: translateY(0px);
animation: fadeInUp 0.4s ease-out forwards;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(0px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .ai-btn-container {position: absolute;right: 0;top: 50%;transform: translateY(-52%);}
.validation-popup {
position: absolute;
top: 50%;
right: 100%;
background: #dc3545;
color: white;
line-height: 20px;
padding: 1px 13px;
border-radius: 55px;
font-size: 13px;
height: 24px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
transform: translateY(-50%) translateX(-10px);
transition: all 0.3s ease;
z-index: 101;
pointer-events: none;
right: 0;
}
.validation-popup.show {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
.main-search-input .search-input-wrapper {
height: 44px;
}
.main-search-inner .ai-search-input::placeholder,
.main-search-inner .ai-search-input { font-size: 16px !important;}
body .main-search-inner .search-suggestions h4 {
line-height: 20px;
font-size: 14px;
color: #666 !important;
font-weight: 500;
opacity: 1;
}
.main-search-inner .no-results,
.main-search-inner .ai-processing-status,
.main-search-inner .search-suggestions,
.main-search-inner .search-results-container {
border: none;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
padding-top: 10px;
}
.widget .no-results,
.widget .ai-processing-status,
.widget .search-suggestions,
.widget .search-results-container {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
top: calc(100% - 2px);
border-top: none;
border-radius: 0 0 4px 4px;
left: -1px;
width: calc(100% + 2px);
padding-top: 10px;
}
.widget .search-results-container { left: 0;}
@media (max-width: 992px) {
.main-search-inner .ai-search-form-wrapper {     background: #fff;
padding: 5px 14px;
border-radius: 5px;}
.main-search-inner .no-results,
.main-search-inner .ai-processing-status,
.main-search-inner .search-suggestions,
.main-search-inner .search-results-container {
padding-top: 20px;
}
body .header-search-container  .ai-search-form-wrapper {     background: #fff;
padding: 5px 14px;
border-radius: 5px;
border: 1px solid #e0e0e0;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
}
body .header-search-container .search-input-wrapper {
}
} #dark-mode .fs-content .ai-search-form-wrapper,
#dark-mode .sidebar .ai-search-form-wrapper {
background-color: #333;
border: 1px solid #555;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#dark-mode .ai-search-input {
color: #ddd;
}
#dark-mode .ai-search-input::placeholder {
color: #999;
}
#dark-mode .search-suggestions {
background: #333;
border: 1px solid #555;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 25%);
}
#dark-mode .search-suggestions h4 {
color: #999;
}
#dark-mode .suggestion-tag {
background: #444;
color: #ddd;
}
#dark-mode .suggestion-tag:hover {
background: #555;
color: white;
}
#dark-mode .ai-processing-status {
background: #333;
border: 1px solid #555;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
#dark-mode .step-text {
color: #ddd;
}
#dark-mode .processing-step .step-timing {
background: #444;
color: #8b5cf6;
}
#dark-mode .search-results-container {
background: #333;
border: 1px solid #555;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 25%);
}
#dark-mode .ai-header-gradient {
background: #333;
}
#dark-mode .ai-header-subtitle {
color: #999;
}
#dark-mode .listing-item-ai {
background: #444 !important;
border: 1px solid #666 !important;
}
#dark-mode .listing-item-ai:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
#dark-mode .listing-item-ai .listing-title-ai {
color: #ddd;
}
#dark-mode .listing-item-ai .listing-excerpt-ai {
color: #999;
}
#dark-mode .listing-item-ai .listing-meta-ai {
color: #999;
}
#dark-mode .listing-item-ai .listing-meta-ai span.address {
color: #999;
}
#dark-mode .listing-item-ai .listing-meta-ai i {
color: #777;
}
#dark-mode .no-results {
background: #333;
border: 1px solid #555;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 25%);
}
#dark-mode .no-results h3 {
color: #ddd !important;
}
#dark-mode .no-results p {
color: #999;
}
#dark-mode .search-error {
background: #5a1a1a;
border: 1px solid #7a2222;
color: #ffb3b3;
}
#dark-mode .validation-popup {
background: #dc2626;
}
#dark-mode .main-search-inner .search-suggestions h4 {
color: #999 !important;
}
#dark-mode .main-search-inner .no-results,
#dark-mode .main-search-inner .ai-processing-status,
#dark-mode .main-search-inner .search-suggestions,
#dark-mode .main-search-inner .search-results-container {
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}
#dark-mode .widget .no-results,
#dark-mode .widget .ai-processing-status,
#dark-mode .widget .search-suggestions,
#dark-mode .widget .search-results-container {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
#dark-mode .main-search-inner .ai-search-form-wrapper {
background: #333;
border: 1px solid #555;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
}
#dark-mode .header-search-container .ai-search-form-wrapper {
background: #333;
border: 1px solid #555;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
}
}
@media (max-width: 992px) {.home-search-carousel .ai-search-form-wrapper {  background: #fff; padding: 3px 10px; border-radius: 5px; }}  .results-list-ai .listeo-ai-listing-item {
background: white;
border-radius: 5px;
border: 1px solid #e0e0e0;
display: flex;
align-items: stretch;
min-height: 90px;
text-decoration: none !important;
color: inherit;
box-shadow: none;
transition: box-shadow 0.2s, border-color 0.2s;
}
.results-list-ai .listeo-ai-listing-item:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.results-list-ai .listeo-ai-listing-thumbnail {
width: 90px;
height: 90px;
flex-shrink: 0;
overflow: hidden;
padding: 12px;
margin-top: 5px;
margin-left: 3px;
}
.results-list-ai .listeo-ai-listing-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}
.results-list-ai .listeo-ai-listing-details {
flex: 1;
display: flex;
padding: 12px 16px;
padding-left: 0;
align-items: stretch;
gap: 0;
text-decoration: none;
word-break: break-word;
}
.results-list-ai .listeo-ai-listing-main {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
}
.results-list-ai .listeo-ai-listing-title {
margin: 0 0 4px 0;
font-size: 15px;
font-weight: 600;
line-height: 20px;
color: #333;
}
.results-list-ai p.listeo-ai-listing-excerpt {
color: #666;
font-size: 13px;
line-height: 1.4;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.results-list-ai .listeo-ai-listing-meta {
display: flex;
gap: 0;
font-size: 13px;
color: #888;
flex-wrap: wrap;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.results-list-ai .listeo-ai-listing-meta span {
display: flex;
align-items: baseline;
gap: 4px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.results-list-ai .listeo-ai-listing-meta i {
width: 12px;
text-align: center;
font-size: 11px;
color: #b4b4b4;
}
.results-list-ai .listeo-ai-listing-rating {
color: #f59e0b;
font-weight: 500;
}
.results-list-ai .listeo-ai-listing-rating i {
color: #f59e0b !important;
} .results-list-ai .product-price {
font-weight: 600;
color: #333;
font-size: 14px;
display: flex !important;
}
.results-list-ai .product-price .regular-price {
text-decoration: line-through;
color: #888;
font-weight: 400;
margin-right: 6px;
}
.results-list-ai .product-price .sale-price {
color: #27ae60;
font-weight: 600;
background-color: #fbf2d1;
color: #8a803e;
padding: 0px 4px;
border-radius: 50px;
}
.results-list-ai .stock-status {
font-size: 13px;
font-weight: 500;
padding: 0;
border-radius: 54px;
display: inline-flex;
align-items: center;
gap: 4px;
display: inline-block !important;
margin-bottom: -8px;
}
.results-list-ai .stock-status.in-stock {
color: #27ae60;
}
.results-list-ai .stock-status.in-stock i {
color: #27ae60 !important;
}
.results-list-ai .stock-status.out-of-stock {
color: #e74c3c;
}
.results-list-ai .stock-status.out-of-stock i {
color: #e74c3c !important;
} .ai-search-submit-btn {
position: absolute;
right: -10px;
top: 50%;
transform: translateY(-50%);
background: #f0f0f0;
border: none;
color: #888;
width: 36px;
height: 36px;
border-radius: 6px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s;
}
.ai-search-submit-btn:hover {
background: #222;
color: #fff; 
}
.ai-search-submit-btn i {
font-size: 14px;
transition: 0.3s;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cmb2-metabox-front-end-post-form h5 {
font-size: 24px;
margin: 60px 0 30px 0;
padding-bottom: 30px;
border-bottom: 1px solid #e0e0e0;
}
#submit_map {
height: 300px;
margin-bottom: 50px;
}
.label-_availability,
.label-_opening_hours,
.label-_menu,
.label-_slots {
display: none;
}
.slider-disabled,
.disabled .rangeslider {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
opacity: 0.5;
}
.time-slot .day {display: none;}
body .no-slots-information {
padding-bottom: 5px;
margin-top: 5px;
}
.listing-widget .booking-event-date {
display: none;
}
.fa.booking-loading-icon {
display: none;
margin-left:7px;
}
.dashboard-list-box.loading .booking-loading-icon {
display: inline-block;
margin-left:7px;
}
.woocommerce-checkout #order_review.listeo-pay-form{
float: none;
width:100%;
} .listeo-next-page-button {
position: absolute;
top: 20px;
left: 20px;
background: #fff;
color: #222;
padding: 10px 15px;
border-radius: 50px;
cursor: pointer;
font-size: 13px;
font-weight: 500;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
z-index: 1000;
transition: all 0.3s ease;
border: none;
display: flex;
align-items: center;
gap: 8px;
}
#dark-mode .listeo-next-page-button {
background: #222; color: #fff;
}
.listeo-next-page-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.listeo-next-page-button .button-text {
flex: 1;
line-height: 1.3;
}
.listeo-next-page-button i {
font-size: 12px;
opacity: 0.8;
} @media (max-width: 768px) {
.listeo-next-page-button {
}
} #map-container {
position: relative;
}
.listeo-next-page-button:active {
transform: translateY(0);
} .fc-day-price {
position: absolute;
bottom: 2px;
right: 4px;
font-size: 10px;
font-weight: bold;
color: #666;
background: rgba(255, 255, 255, 0.9);
padding: 1px 3px;
border-radius: 2px;
line-height: 1;
z-index: 10;
}
.fc-daygrid-day:hover .fc-day-price {
color: #333;
background: rgba(255, 255, 255, 1);
} @media (max-width: 768px) {
.fc-day-price {
font-size: 9px;
bottom: 1px;
right: 2px;
padding: 1px 2px;
}
}
a.book-now.button.inactive {
background-color:gray; 
}
.switch_box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 100px;
min-width: 50px;
height: 50px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.add-listing-section .switch_box{
min-height: 67px
}
.switch_box.inside-switch{
height: auto;
min-height: auto;
position: absolute;
right: 21px;
top: 5px;	
zoom:0.7;
} input[type="checkbox"].switch_1{
font-size: 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 3.5em;
height: 1.5em;
background: #ddd;
border-radius: 3em;
position: relative;
cursor: pointer;
outline: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
input[type="checkbox"].switch_1:after{
position: absolute;
content: "";
width: 1.5em;
height: 1.5em;
border-radius: 50%;
background: #fff;
-webkit-transform: scale(.7);
transform: scale(.7);
left: 0;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
input[type="checkbox"].switch_1:checked:after{
left: calc(100% - 1.5em);
} .woocommerce-order-pay.user_not_logged_in .woocommerce-info {
width: 41.66666667%;
margin-left: 25%;
}
#chart-date-range-enabler,
#booking-date-range-enabler {
float: right;
background: #fff;
border-radius: 3px;
cursor: pointer;
padding: 6px;
display: inline-block;
position: relative;
margin: 0;
box-sizing: border-box;
color: #666;
font-weight: 600;
transition: 0.3s;
background-color: #fff;
margin-left: 15px;
top: 0px;
}
.sign-in-form label input[type="checkbox"] {
height: auto;
width: 20px;
box-shadow: 0px 0px 0px 0px;
}
.second-slot-taken:not( .disabled ), .first-slot-taken:not( .disabled ) {
position: relative;
z-index: 0;
}
.second-slot-taken:not( .disabled )::before, .first-slot-taken:not( .disabled )::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
z-index: -1;
mix-blend-mode: soft-light;
}
.second-slot-taken:not( .disabled )::before {
border-bottom: 34px solid #f4f4f4;
border-left: 32px solid transparent;
}
.first-slot-taken:not( .disabled )::before {
border-top: 34px solid #f4f4f4;
border-right: 32px solid transparent;
}
.daterangepicker.daterangepicker td.disabled, .daterangepicker.daterangepicker option.disabled {
background-color: #f4f4f4;
}
.first-slot-taken:not(.active, .in-range, :hover) {
color: #c37979 !important;
}
.first-slot-taken:not(.active, .in-range, :hover)::before {
border-top: 34px solid #ffe9e9;
border-right: 32px solid transparent;
mix-blend-mode: normal;
color: #c37979;
}
.daterangepicker .calendar-table td.available.second-slot-taken:not(.active, .in-range, :hover) {
background: #e0f6dd;
color: #6a9664;
}
.daterangepicker .calendar-table td.available.second-slot-taken:not(.active, .in-range, :hover):before {
border-bottom: 34px solid #ffe9e9;
border-left: 36px solid transparent;
mix-blend-mode: normal;
} .fc-day-price {
position: absolute;
bottom: 2px;
right: 4px;
font-size: 14px;
font-weight: 400;
background: rgba(76, 175, 80, 0.1);
color: #2E7D32;
padding: 1px 4px;
border-radius: 3px;
line-height: 1.2;
z-index: 3;
}
.fc-daygrid-day {
position: relative;
}
.fc-daygrid-day:hover .fc-day-price,
.fc-day-price:hover {
background: rgba(76, 175, 80, 0.1);
color: #2E7D32;
} @media (max-width: 768px) {
.fc-day-price {
font-size: 10px;
padding: 1px 2px;
bottom: 1px;
right: 2px;
}
}
.fc-toolbar-chunk { filter: grayscale(100%); } .custom-search-fields-container {
margin-top: 15px;
}
.custom-search-group {
border: none;
width: 100%;
border-radius: 4px;
margin-bottom: 20px;
background: transparent;
display: flex;
flex-direction: column;
}
.custom-search-group-header {
padding: 0;
background: transparent;
cursor: pointer;
transition: background-color 0.3s ease;
position: relative;
border-radius: 4px;
}
.custom-search-group-header:hover {
}
.custom-search-group-title {
margin: 0;
font-size: 14px;
font-weight: 600;
color: #333;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-bottom: 10px;
}
.custom-search-group-title .toggle-icon {
font-size: 14px;
transition: transform 0.3s ease;
color: var(--listeo-primary-color);
}
.custom-search-group-content {
padding: 15px;
background: transparent;
border: 1px solid #e0e0e0;
border-radius: 5px;
padding-bottom: 20px;
display: flex;
flex-direction: column;
gap: 0;
opacity:1;
transition: opacity 0.2s;
}
.custom-search-group-content:not(.collapsed) {
}
.custom-search-group-content.collapsed {
opacity: 0;
}
.custom-search-field-wrapper {
margin-bottom: 15px;
float: none;
min-height: 45px;
}
.checkboxes .bootstrap-select li { padding: 0;}
.custom-search-field-wrapper:last-child {
margin-bottom: 0;
}
.custom-search-field-wrapper .col-md-12:last-child { margin-bottom: 0; padding-bottom: 0;}
.custom-search-field-wrapper .col-md-12 { margin: 0; padding: 0;}
.custom-search-field-wrapper  .checkboxes.one-in-row label { margin-top: 2px !important;} .custom-fields-panel {
margin-right: 10px;
}
.custom-fields-panel a {
font-size: 13px;
font-weight: 600;
}
.custom-fields-panel .panel-dropdown-content {
min-width: 150px;
}
.custom-fields-panel .custom-search-field-wrapper { min-height: 75px;
}
.panel-dropdown-content .custom-search-field-wrapper {display: flex;flex-direction: column;}
.custom-fields-panel {display: flex;flex-direction: column;}
.panel-dropdown-content .custom-search-field-wrapper .checkboxes label:before {
top: 0px
}
.custom-fields-panel .custom-search-field-wrapper:last-child {
border-bottom: none;
}
.panel-dropdown  .custom-search-field-wrapper .checkboxes:not('.one-in-row') label::before { top: 20px}
.custom-search-field-wrapper .bootstrap-select.btn-group, 
.custom-search-field-wrapper input, 
.custom-search-field-wrapper textarea, 
.custom-search-field-wrapper input, 
.custom-search-field-wrapper select, 
.custom-search-field-wrapper.chosen-container {
margin-bottom: 0 !important;
border-radius: 4px;
}
.main-search-inner .custom-search-field-wrapper .bootstrap-select.btn-group { border: 1px solid #e0e0e0; }
.main-search-input  .panel-dropdown .custom-search-field-wrapper  a {
line-height: 20px;
height: auto;
padding: 7px 10px;
vertical-align: middle;
} 
.custom-search-field-label { 
font-weight: 600; font-size: 14px; color: #333; 
}
.custom-search-field-label:not(.panel-dropdown-content .custom-search-field-label) { 
margin-top: 12px !important;
}
.panel-dropdown-content  .custom-search-field-wrapper:first-of-type .custom-search-field-label,
.custom-search-group-content .custom-search-field-wrapper:first-of-type .custom-search-field-label {
margin-top: 0 !important;
}
#dark-mode .custom-search-field-label {color: #fff; }  body#dark-mode #cmb2-metabox-front-end-post-form h5 {
border-bottom: 1px solid #333;
}
body#dark-mode .slider-disabled,
body#dark-mode .disabled .rangeslider {
-webkit-filter: grayscale(100%) brightness(0.7);
-moz-filter: grayscale(100%) brightness(0.7);
-ms-filter: grayscale(100%) brightness(0.7);
-o-filter: grayscale(100%) brightness(0.7);
}
body#dark-mode .fc-day-price {
color: #ccc;
background: rgba(40, 40, 40, 0.9);
}
body#dark-mode .fc-daygrid-day:hover .fc-day-price {
color: #fff;
background: rgba(60, 60, 60, 1);
}
body#dark-mode a.book-now.button.inactive {
background-color: #555;
}
body#dark-mode input[type="checkbox"].switch_1 {
background: #444;
}
body#dark-mode input[type="checkbox"].switch_1:after {
background: #222;
}
body#dark-mode #chart-date-range-enabler,
body#dark-mode #booking-date-range-enabler {
background: #333;
color: #ccc;
background-color: #333;
}
body#dark-mode .second-slot-taken:not(.disabled)::before {
border-bottom: 34px solid #2a2a2a;
}
body#dark-mode .first-slot-taken:not(.disabled)::before {
border-top: 34px solid #2a2a2a;
}
body#dark-mode .daterangepicker.daterangepicker td.disabled, 
body#dark-mode .daterangepicker.daterangepicker option.disabled {
background-color: #2a2a2a;
}
body#dark-mode .first-slot-taken:not(.active, .in-range, :hover) {
color: #e87979 !important;
}
body#dark-mode .first-slot-taken:not(.active, .in-range, :hover)::before {
border-top: 34px solid #4a2a2a;
color: #e87979;
}
body#dark-mode .daterangepicker .calendar-table td.available.second-slot-taken:not(.active, .in-range, :hover) {
background: #2a4a2a;
color: #8cc77f;
}
body#dark-mode .daterangepicker .calendar-table td.available.second-slot-taken:not(.active, .in-range, :hover):before {
border-bottom: 34px solid #4a2a2a;
} body#dark-mode .fc-day-price {
background: rgba(76, 175, 80, 0.2);
color: #81C784;
}
body#dark-mode .fc-daygrid-day:hover .fc-day-price,
body#dark-mode .fc-day-price:hover {
background: rgba(76, 175, 80, 0.3);
color: #A5D6A7;
}
body#dark-mode .fc-toolbar-chunk { 
filter: grayscale(100%) brightness(0.8); 
} body#dark-mode .custom-search-group-title {
color: #e0e0e0;
}
body#dark-mode .custom-search-group-title .toggle-icon {
color: var(--listeo-primary-color, #4CAF50);
}
body#dark-mode .custom-search-group-content {
background: transparent;
border: 1px solid #444;
}
body#dark-mode .main-search-inner .custom-search-field-wrapper .bootstrap-select.btn-group { 
border: 1px solid #444; 
} body#dark-mode .woocommerce-order-pay.user_not_logged_in .woocommerce-info {
background: #333;
color: #e0e0e0;
} body#dark-mode .custom-search-field-wrapper input,
body#dark-mode .custom-search-field-wrapper textarea,
body#dark-mode .custom-search-field-wrapper select {
background: #333;
color: #e0e0e0;
border-color: #555;
}
body#dark-mode .custom-search-field-wrapper input::placeholder,
body#dark-mode .custom-search-field-wrapper textarea::placeholder {
color: #999;
} body#dark-mode .bootstrap-select .dropdown-toggle {
background: #333;
color: #e0e0e0;
border-color: #555;
}
body#dark-mode .bootstrap-select .dropdown-menu {
background: #333;
border-color: #555;
}
body#dark-mode .bootstrap-select .dropdown-menu li a {
color: #e0e0e0;
}
body#dark-mode .bootstrap-select .dropdown-menu li a:hover {
background: #444;
color: #fff;
} body#dark-mode .custom-fields-panel .panel-dropdown-content {
background: #333;
border-color: #555;
}
body#dark-mode .custom-fields-panel a {
color: #e0e0e0;
} body#dark-mode .checkboxes label {
color: #e0e0e0;
}
body#dark-mode .sign-in-form label input[type="checkbox"] {
background: #333;
border-color: #555;
} .listeo-user-location-marker {
background: transparent !important;
border: none !important;
}
.user-location-container {
position: relative;
z-index: 1000;
}
.user-location-marker {
width: 15px;
height: 15px;
background: #007cba;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0, 124, 186, 0.4);
position: relative;
animation: userLocationPulse 2s infinite;
border: 3px solid white;
} @keyframes userLocationPulse {
0% {
transform: scale(1);
box-shadow: 0 2px 10px rgba(0, 124, 186, 0.4);
}
50% {
transform: scale(1.1);
box-shadow: 0 4px 20px rgba(0, 124, 186, 0.6);
}
100% {
transform: scale(1);
box-shadow: 0 2px 10px rgba(0, 124, 186, 0.4);
}
} .user-location-popup {
text-align: center;
min-width: 200px;
}
.user-location-popup strong {
color: #007cba;
font-size: 14px;
display: block;
margin-bottom: 5px;
}
.user-location-popup small {
color: #666;
font-size: 11px;
} body#dark-mode .user-location-marker {
background: #4a9eff;
box-shadow: 0 2px 10px rgba(74, 158, 255, 0.4);
}
body#dark-mode .user-location-popup strong {
color: #4a9eff;
}
body#dark-mode .user-location-popup small {
color: #ccc;
}
@media (max-width: 768px) {
.user-location-marker {
width: 12px;
height: 12px;
}
}
.listeo-user-location-marker {pointer-events: none !important;} .message-attachment-upload {
margin: 15px 0 0 0;
padding: 0px 0;
border-top: none;
}
.attachment-label {
display: inline-block;
padding: 4px 15px;
background: #f4f4f4;
border-radius: 4px;
cursor: pointer;
transition: background 0.3s;
position: relative;
} .attachment-label:hover::after {
content: attr(data-tooltip);
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
background: #333;
color: white;
padding: 4px 12px;
border-radius: 4px;
font-size: 12px;
white-space: nowrap;
z-index: 1000;
margin-bottom: 5px;
}
.attachment-label:hover::before {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border: 5px solid transparent;
border-top-color: #333;
margin-bottom: -4px;
z-index: 1000;
}
.attachment-label:hover {
background: #e8e8e8;
}
.attachment-label i {
margin-right: 8px;
color: #666;
}
.attachment-info {
display: block;
font-size: 11px;
color: #999;
margin-top: 2px;
line-height: 1.2;
}
.attachment-preview {
display: inline-block;
padding: 8px 12px;
background: #e8f4f8;
border-radius: 4px;
position: relative;
}
.attachment-preview-name {
color: #333;
margin-right: 10px;
}
.remove-attachment {
color: #ff6b6b;
margin-left: 10px;
}
.remove-attachment:hover {
color: #ff5252;
}
.attachment-upload-progress {
margin-top: 10px;
}
.progress-bar {
width: 100%;
height: 6px;
background: #f0f0f0;
border-radius: 3px;
overflow: hidden;
}
.progress-fill {
height: 100%;
background: var(--primary-color, #3498db);
width: 0;
transition: width 0.3s;
} .message-attachment {
margin-top: 10px;
}
.attachment-link {
display: inline-block;
padding: 3px 12px;
background: #f8f8f8;
border: 1px solid #e0e0e0;
border-radius: 4px;
text-decoration: none;
color: #333;
transition: all 0.3s;
}
.attachment-link:hover {
background: #fff;
border-color: var(--primary-color, #3498db);
color: var(--primary-color, #3498db);
text-decoration: none;
}
.attachment-link i {
margin-right: 8px;
font-size: 16px;
}
.attachment-name {
font-weight: 500;
}
.attachment-size {
color: #999;
font-size: 12px;
margin-left: 5px;
} @media (max-width: 768px) {
.attachment-label span {
display: none;
}
.attachment-label i {
margin-right: 0;
}
} .listeo-load-more-container {
text-align: center;
padding: 40px 0;
clear: both;
}
.listeo-load-more-container .fa-spinner {
margin-right: 0 !important;
}
.listeo-load-more-button {
display: inline-block;
background: var(--listeo-primary-color);
color: #fff;
padding: 7px 20px !important;
border-radius: 4px;
border: none;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.listeo-load-more-button:hover {
background: var(--listeo-primary-color);
color: #fff;
}
#listeo-listings-container .clearfix {display: none;} .listeo-load-more-button .button-text {
display: inline-block;
}
.listeo-load-more-button .loading-icon {
margin-left: 8px;
color: #fff;
}
.listeo-load-more-button.loading {
opacity: 0.8;
cursor: wait;
}
.listeo-load-more-button.loading .loading-icon {
color: #fff;
} #listeo-listings-container.loading {
position: relative;
}
#listeo-listings-container.loading:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255,255,255,0);
z-index: 1;
} .listeo-infinite-scroll-active .pagination-container {
display: none !important;
} .password-field-wrapper {
position: relative;
}
.password-strength-requirements {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 8px;
padding: 12px 15px;
background: #f5f5f5;
border-radius: 4px;
font-size: 13px;
line-height: 1.6;
color: #666;
animation: fadeIn 0.3s ease;
z-index: 10;
}
.password-strength-requirements::before {
content: '';
position: absolute;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f5f5f5;
}
.password-strength-requirements.visible {
display: block;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-5px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.password-strength-requirements strong {
color: #444;
font-weight: 600;
transition: color 0.3s ease;
} .pwstrength_viewport_progress.password-strength-visible {
display: none !important;
} .time-slots-carousel-container {
position: relative;
width: 100%;
padding: 0; border-radius: 4px;
margin-bottom: 18px;
} .slot-carousel-mode-hidden {
display: none !important;
} .slot-carousel-navigation {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
z-index: 10;
}
.slot-carousel-nav-btn {
pointer-events: all;
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
background: #fff;
color: #666;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.slot-carousel-nav-btn:hover:not(:disabled) {
background: var(--listeo-primary-color);
border-color: var(--listeo-primary-color);
color: #fff;
}
.slot-carousel-nav-btn i {
transition: 0.2s;
}
.slot-carousel-nav-btn:hover:not(:disabled) i {
color: #fff;
}
.slot-carousel-nav-btn:disabled {
opacity: 0.3;
cursor: not-allowed;
}
.slot-carousel-nav-btn.prev-day {
margin-left: -20px;
}
.slot-carousel-nav-btn.next-day {
margin-right: -20px;
} .slot-carousel-viewport {
overflow: hidden;
width: 100%;
transition: height 0.4s ease;
padding: 5px 15px;
box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
background: #fff;
border-radius: 6px;
}
.slot-carousel-track {
display: flex;
transition: transform 0.4s ease;
gap: 15px;
} .slot-carousel-day-column {
flex: 0 0 calc(33.333% - 10px);
min-width: calc(33.333% - 10px);
max-width: calc(33.333% - 10px);
width: calc(33.333% - 10px);
}
.calendar-day {
border: none;
border-radius: 6px;
padding: 15px 0px;
display: flex;
flex-direction: column;
width: 100%; }
.calendar-day.day-placeholder {
opacity: 0.6;
}
.calendar-day.day-available {
background: #fff;
} .time-slots-carousel-container  .calendar-day-date {
text-align: center;
border-bottom: none;
margin-bottom: 10px;
padding: 0;
background: transparent;
}
.time-slots-carousel-container .calendar-day-date .day-name {
margin: 0;
font-size: 14px;
font-weight: 700;
color: #333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
margin-bottom: -3px;
}
.time-slots-carousel-container  .calendar-day-date .day-date {
margin: 0;
font-size: 12px;
color: #888;
font-weight: 500;
line-height: 20px;
} .calendar-day-slots {
flex: 1;
display: flex;
flex-direction: column;
}
.calendar-day-slots-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.calendar-day-slots-list-item {
margin: 0;
} .calendar-slot {
width: 100%;
padding: 10px 8px;
border: none;
border-radius: 5px;
background: #f9f9f9;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
color: #666;
padding: 6px 0;
line-height: 16px;
}
.calendar-slot-available {
background: var(--listeo-primary-color-light);
border-color: var(--listeo-primary-color);
color: var(--listeo-primary-color);  }
.calendar-slot-available:hover {
background: var(--listeo-primary-color);
color: #fff;
}
.calendar-slot-available.selected {
background: var(--listeo-primary-color);
color: #fff;
border-color: var(--listeo-primary-color);
}
.calendar-slot-booked {
background: #f5f5f5;
border-color: #ddd;
color: #999;
cursor: not-allowed;
opacity: 0.6;
}
.calendar-slot-placeholder {
background: transparent;
border-color: transparent;
color: #ccc;
cursor: default;
} .hidden-slot {
display: none;
}
.show-more-item {
}
.calendar-slot-show-more {
width: 100%;
padding: 10px;
background: transparent;
border: 1px dashed var(--listeo-primary-color);
border-radius: 4px;
color: var(--listeo-primary-color);
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
line-height: 16px;
margin: 0;
}
.calendar-slot-show-more:hover {
background: var(--listeo-primary-color-light);
border-style: solid;
}
.calendar-day.expanded .hidden-slot {
display: block;
}
.calendar-day.expanded .show-more-item {
display: none;
} .time-slots-carousel-container {
position: relative;
} .slot-carousel-viewport {
max-height: 150px;
overflow: hidden;
transition: max-height 0.4s ease, height 0.4s ease;
} .slot-carousel-loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.4) 0%,
rgba(255, 255, 255, 1) 100%
);
z-index: 10;
opacity: 1;
border-radius: 6px;
transition: opacity 0.3s ease;
pointer-events: none;
}
.slot-carousel-loader-spinner {
width: 30px;
height: 30px;
border: 3px solid rgba(0, 0, 0, 0.1);
border-top-color: var(--listeo-primary-color);
border-radius: 50%;
animation: carousel-spinner-rotate 0.8s linear infinite;
}
@keyframes carousel-spinner-rotate {
to {
transform: rotate(360deg);
}
} .time-slots-carousel-container.slot-carousel-loaded .slot-carousel-viewport {
max-height: none;
}
.time-slots-carousel-container.slot-carousel-loaded .slot-carousel-loader {
opacity: 0;
pointer-events: none;
} .calendar-slot-booked {
filter: grayscale(1);
opacity: 0.5;
text-decoration: line-through;
pointer-events: none;
cursor: not-allowed;
background: #f5f5f5 !important;
color: #999 !important;
border-color: #ddd !important;
}  .select2-container.msf-input-error .select2-selection {
border-color: #dc3545 !important;
border-width: 2px !important;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.select2-container.msf-input-error .select2-selection__rendered {
color: #dc3545 !important;
} input.msf-input-error,
select.msf-input-error,
textarea.msf-input-error {
border-color: #dc3545 !important;
border-width: 2px !important;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
} @keyframes pulse-error {
0% {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
50% {
box-shadow: 0 0 0 0.4rem rgba(220, 53, 69, 0.15);
}
100% {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
}
.select2-container.msf-input-error .select2-selection {
animation: pulse-error 1s ease-in-out 2;
} .wp-editor-wrap.msf-input-error {
border: 2px solid #dc3545 !important;
border-radius: 4px;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}  @media (max-width: 1360px) {
.slot-carousel-day-column {
flex: 0 0 calc(50% - 7.5px);
min-width: calc(50% - 7.5px);
max-width: calc(50% - 7.5px);
width: calc(50% - 7.5px);
}
}