
/* Search container (wallet tab) */
.search-container[data-v-2cdaa0c9] {
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.25s ease;
  background: #fff;
  width: 32px;
  height: 30px;
}
.search-container.is-active[data-v-2cdaa0c9] {
  width: 180px;
  border-color: #94a3b8;
}
.search-icon[data-v-2cdaa0c9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  flex-shrink: 0;
  cursor: pointer;
  color: #64748b;
  font-size: 15px;
}
.search-input[data-v-2cdaa0c9] {
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #374151;
  flex: 1;
  width: 0;
  transition: width 0.25s ease;
  padding: 0;
}
.search-container.is-active .search-input[data-v-2cdaa0c9] {
  width: 100%;
  padding-right: 4px;
}
.search-close[data-v-2cdaa0c9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 30px;
  flex-shrink: 0;
  cursor: pointer;
  color: #94a3b8;
  font-size: 16px;
}
.search-close[data-v-2cdaa0c9]:hover {
  color: #64748b;
}
