h3 {
  color: #333333;
}
h3 b {
  color: #9e58c5;
}
h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

.search-group {
  width: 100%;
}
.search-group .c-group_field {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e9e4f5;
  border-radius: 16px;
  padding: 7px;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.08);
}
.search-group .turtle {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  min-width: 0;
}
.search-group .item_group {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.search-group .item_group + .item_group {
  border-left: 1px solid #ece9f5;
}
.search-group .item_group .ic-field {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.search-group .item_group .ic-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.search-group .keyword-search {
  flex: 1 1 auto;
}
.search-group .location-group {
  flex: 0 0 215px;
}
.search-group .category-group {
  flex: 0 0 195px;
}
.search-group .border-text-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-group #keyword {
  width: 100%;
  height: 100%;
  min-height: 44px;
  padding: 0 16px 0 46px;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.search-group #keyword::-moz-placeholder {
  color: #9ca3af;
  font-style: italic;
}
.search-group #keyword::placeholder {
  color: #9ca3af;
  font-style: italic;
}
.search-group #keyword:focus {
  outline: none;
}
.search-group .item_group .select2-container {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.search-group .item_group .select2-container .select2-choice {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 44px;
  padding: 0 34px 0 46px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.search-group .item_group .select2-container .select2-choice .select2-chosen {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-group .item_group .select2-container .select2-choice .select2-arrow,
.search-group .item_group .select2-container .select2-choice .select2-selection__arrow {
  display: none;
}
.search-group .btn-search-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 8px;
  padding: 0 26px;
  min-height: 50px;
  background: #9e58c5;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.3);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.search-group .btn-search-all svg {
  flex-shrink: 0;
}
.search-group .btn-search-all:hover {
  background: #9e58c5;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
}
.search-group .btn-search-all:active {
  box-shadow: 0 3px 10px rgba(124, 58, 237, 0.35);
}
@media screen and (max-width: 767px) {
  .search-group .c-group_field {
    flex-direction: column;
    border-radius: 14px;
    padding: 10px;
    gap: 10px;
  }
  .search-group .turtle {
    flex-direction: column;
    gap: 10px;
  }
  .search-group .item_group {
    border: 1px solid #e9e4f5;
    border-radius: 10px;
    flex: 1 1 auto !important;
  }
  .search-group .item_group + .item_group {
    border-left: 1px solid #e9e4f5;
  }
  .search-group .btn-search-all {
    margin-left: 0;
    width: 100%;
    min-height: 48px;
  }
}

[hidden] {
  display: none;
}

#s2id_city {
  padding: 0px;
  border: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  padding: 8px 0 8px 30px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  background: #f5f3ff;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  color: #333333;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-drop {
  color: #666;
}

.select2-display-none {
  display: none;
}

.select2-drop {
  width: 100%;
  min-width: 120px;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #333;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
}

.select2-search {
  padding: 0 15px 15px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-results {
  max-height: 189px;
  padding: 0;
  margin: 0;
  border-top: 1px #e9e9e9 solid;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.select2-search input {
  padding: 8px 10px;
  font-size: 13px;
  background-image: url("../images/icontimkiem.png");
  background-size: 17px 17px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 97% center;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  /*padding: 4px 20px 4px 5px;*/
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  /*font-size: 1em;*/
  border: 1px solid #00b4ff;
  border-radius: 0;
  /* -webkit-box-shadow: none;*/
  box-shadow: none;
}

#search-home .search-widget .form-inline select {
  line-height: 16px;
  height: 38px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-results li:first-child {
  border-top: none;
}

.select2-results li {
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results .select2-highlighted {
  background-color: #f8f8f8;
  color: #000;
}

.select2-results .select2-result-label {
  cursor: pointer;
  padding: 3px 7px 4px;
}

.select2-hidden-accessible {
  display: none;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-search {
  padding: 15px;
}

.select2-results .select2-highlighted {
  background-color: #f8f8f8;
  color: #000;
}
.select2-results .select2-highlighted:hover {
  color: #ffcc00;
}

.field-cat > ul > li > .select2-result-label {
  padding: 10px 7px;
  cursor: default;
}

.select2-results > li:first-child > .select2-result-label {
  font-weight: normal !important;
  padding-left: 20px !important;
  color: #333333 !important;
  background: none !important;
  cursor: pointer !important;
}
.select2-results > li:first-child > .select2-result-label:hover {
  color: #00b4ff !important;
}

ul.select2-results > li > .select2-result-label {
  padding: 10px 7px;
}

.select2-result-sub li {
  padding: 8px 10px 8px 20px;
}

.select2-results .select2-result-label {
  cursor: pointer;
  padding: 3px 7px 4px;
}

.select2-disabled {
  font-weight: 500;
  color: #fff;
  padding-left: 10px !important;
  background-color: #00b4ff;
  cursor: default;
}
.select2-disabled > .select2-result-label {
  cursor: default;
}

.trending-keywords-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e1e5e9;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  backdrop-filter: blur(10px);
}
.trending-keywords-dropdown::-webkit-scrollbar {
  width: 6px;
}
.trending-keywords-dropdown::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}
.trending-keywords-dropdown::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 3px;
}
.trending-keywords-dropdown::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
}
.trending-keywords-dropdown .trending-section:not(:last-child),
.trending-keywords-dropdown .history-section:not(:last-child) {
  border-bottom: 1px solid #f0f2f5;
}
.trending-keywords-dropdown .trending-header,
.trending-keywords-dropdown .history-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.trending-keywords-dropdown .trending-header::before,
.trending-keywords-dropdown .history-header::before {
  content: "";
  width: 4px;
  height: 16px;
  background: linear-gradient(135deg, #9E58C5, #9E58C5);
  border-radius: 2px;
}
.trending-keywords-dropdown .history-header {
  background: linear-gradient(135deg, #fff9e6 0%, #fef3c7 100%);
  color: #92400e;
}
.trending-keywords-dropdown .history-header::before {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}
.trending-keywords-dropdown .trending-list .trending-item,
.trending-keywords-dropdown .trending-list .history-item,
.trending-keywords-dropdown .history-list .trending-item,
.trending-keywords-dropdown .history-list .history-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.trending-keywords-dropdown .trending-list .trending-item::before,
.trending-keywords-dropdown .trending-list .history-item::before,
.trending-keywords-dropdown .history-list .trending-item::before,
.trending-keywords-dropdown .history-list .history-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(135deg, #9e58c5, #b871d4);
  transition: width 0.3s ease;
}
.trending-keywords-dropdown .trending-list .trending-item:hover,
.trending-keywords-dropdown .trending-list .history-item:hover,
.trending-keywords-dropdown .history-list .trending-item:hover,
.trending-keywords-dropdown .history-list .history-item:hover {
  background: linear-gradient(135deg, rgba(158, 88, 197, 0.05), rgba(184, 113, 212, 0.08));
}
.trending-keywords-dropdown .trending-list .trending-item:hover::before,
.trending-keywords-dropdown .trending-list .history-item:hover::before,
.trending-keywords-dropdown .history-list .trending-item:hover::before,
.trending-keywords-dropdown .history-list .history-item:hover::before {
  width: 3px;
}
.trending-keywords-dropdown .trending-list .trending-item:hover .remove-btn,
.trending-keywords-dropdown .trending-list .history-item:hover .remove-btn,
.trending-keywords-dropdown .history-list .trending-item:hover .remove-btn,
.trending-keywords-dropdown .history-list .history-item:hover .remove-btn {
  opacity: 1;
  transform: scale(1);
}
.trending-keywords-dropdown .trending-list .trending-item:last-child,
.trending-keywords-dropdown .trending-list .history-item:last-child,
.trending-keywords-dropdown .history-list .trending-item:last-child,
.trending-keywords-dropdown .history-list .history-item:last-child {
  border-bottom: none;
}
.trending-keywords-dropdown .trending-list .trending-item .history-link,
.trending-keywords-dropdown .trending-list .trending-item a:not(.remove-btn),
.trending-keywords-dropdown .trending-list .history-item .history-link,
.trending-keywords-dropdown .trending-list .history-item a:not(.remove-btn),
.trending-keywords-dropdown .history-list .trending-item .history-link,
.trending-keywords-dropdown .history-list .trending-item a:not(.remove-btn),
.trending-keywords-dropdown .history-list .history-item .history-link,
.trending-keywords-dropdown .history-list .history-item a:not(.remove-btn) {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  flex: 1;
}
.trending-keywords-dropdown .trending-list .trending-item .history-link svg,
.trending-keywords-dropdown .trending-list .trending-item a:not(.remove-btn) svg,
.trending-keywords-dropdown .trending-list .history-item .history-link svg,
.trending-keywords-dropdown .trending-list .history-item a:not(.remove-btn) svg,
.trending-keywords-dropdown .history-list .trending-item .history-link svg,
.trending-keywords-dropdown .history-list .trending-item a:not(.remove-btn) svg,
.trending-keywords-dropdown .history-list .history-item .history-link svg,
.trending-keywords-dropdown .history-list .history-item a:not(.remove-btn) svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.trending-keywords-dropdown .trending-list .trending-item .history-link:hover,
.trending-keywords-dropdown .trending-list .trending-item a:not(.remove-btn):hover,
.trending-keywords-dropdown .trending-list .history-item .history-link:hover,
.trending-keywords-dropdown .trending-list .history-item a:not(.remove-btn):hover,
.trending-keywords-dropdown .history-list .trending-item .history-link:hover,
.trending-keywords-dropdown .history-list .trending-item a:not(.remove-btn):hover,
.trending-keywords-dropdown .history-list .history-item .history-link:hover,
.trending-keywords-dropdown .history-list .history-item a:not(.remove-btn):hover {
  color: #9e58c5;
}
.trending-keywords-dropdown .trending-list .trending-item .history-link:hover svg,
.trending-keywords-dropdown .trending-list .trending-item a:not(.remove-btn):hover svg,
.trending-keywords-dropdown .trending-list .history-item .history-link:hover svg,
.trending-keywords-dropdown .trending-list .history-item a:not(.remove-btn):hover svg,
.trending-keywords-dropdown .history-list .trending-item .history-link:hover svg,
.trending-keywords-dropdown .history-list .trending-item a:not(.remove-btn):hover svg,
.trending-keywords-dropdown .history-list .history-item .history-link:hover svg,
.trending-keywords-dropdown .history-list .history-item a:not(.remove-btn):hover svg {
  opacity: 1;
}
.trending-keywords-dropdown .trending-list .trending-item .remove-btn,
.trending-keywords-dropdown .trending-list .history-item .remove-btn,
.trending-keywords-dropdown .history-list .trending-item .remove-btn,
.trending-keywords-dropdown .history-list .history-item .remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
  color: #6b7280;
}
.trending-keywords-dropdown .trending-list .trending-item .remove-btn:hover,
.trending-keywords-dropdown .trending-list .history-item .remove-btn:hover,
.trending-keywords-dropdown .history-list .trending-item .remove-btn:hover,
.trending-keywords-dropdown .history-list .history-item .remove-btn:hover {
  background: #fee2e2;
  border-color: #fecaca;
  color: #dc2626;
  transform: scale(1.1);
}
.trending-keywords-dropdown .trending-list .trending-item .remove-btn:active,
.trending-keywords-dropdown .trending-list .history-item .remove-btn:active,
.trending-keywords-dropdown .history-list .trending-item .remove-btn:active,
.trending-keywords-dropdown .history-list .history-item .remove-btn:active {
  transform: scale(0.95);
  background: #fecaca;
}
.trending-keywords-dropdown .trending-list .trending-item .remove-btn svg,
.trending-keywords-dropdown .trending-list .history-item .remove-btn svg,
.trending-keywords-dropdown .history-list .trending-item .remove-btn svg,
.trending-keywords-dropdown .history-list .history-item .remove-btn svg {
  transition: transform 0.2s ease;
}
.trending-keywords-dropdown .trending-list .history-item::before,
.trending-keywords-dropdown .history-list .history-item::before {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}
.trending-keywords-dropdown .trending-list .history-item:hover,
.trending-keywords-dropdown .history-list .history-item:hover {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(217, 119, 6, 0.08));
}
.trending-keywords-dropdown .trending-list .history-item .history-link,
.trending-keywords-dropdown .history-list .history-item .history-link {
  color: #92400e;
}
.trending-keywords-dropdown .trending-list .history-item .history-link:hover,
.trending-keywords-dropdown .history-list .history-item .history-link:hover {
  color: #f59e0b;
}
.trending-keywords-dropdown .empty-suggestions {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
.trending-keywords-dropdown .empty-suggestions svg {
  margin-bottom: 12px;
  opacity: 0.5;
}
.trending-keywords-dropdown .empty-suggestions p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .trending-keywords-dropdown {
    left: 0;
    right: 0;
    max-height: 300px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .trending-keywords-dropdown .trending-header,
  .trending-keywords-dropdown .history-header {
    padding: 12px 16px 8px;
    font-size: 11px;
  }
  .trending-keywords-dropdown .trending-item .history-link,
  .trending-keywords-dropdown .trending-item a:not(.remove-btn),
  .trending-keywords-dropdown .history-item .history-link,
  .trending-keywords-dropdown .history-item a:not(.remove-btn) {
    padding: 12px 16px;
    font-size: 13px;
    gap: 8px;
  }
  .trending-keywords-dropdown .trending-item .remove-btn,
  .trending-keywords-dropdown .history-item .remove-btn {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .trending-keywords-dropdown {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  .trending-keywords-dropdown .trending-item a:active,
  .trending-keywords-dropdown .history-item a:active {
    background: rgba(158, 88, 197, 0.1);
    transform: scale(0.98);
  }
}
.trending-item a,
.history-item a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
@media (hover: none) and (pointer: coarse) {
  .trending-item a:active,
  .history-item a:active {
    background: rgba(158, 88, 197, 0.1);
    transform: scale(0.98);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trending-keywords-dropdown {
  animation: slideDown 0.3s ease-out;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.loading .trending-item,
.loading .history-item {
  position: relative;
  overflow: hidden;
}
.loading .trending-item::after,
.loading .history-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 1.5s infinite;
}/*# sourceMappingURL=default_home_search.css.map */