.filter-wrp .tooltip-button {
  height: auto;
  padding: 20px;
}
.filter-wrp .dop.active {
  color: #165dff;
}
.filter-wrp .dop .label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-wrp .filter-view-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.filter-wrp .filter-search {
  display: flex;
  gap: 10px;
  width: 180px;
  margin-right: 10px;
}
.filter-wrp .filter-content {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.filter-wrp .left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-wrp .right {
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  background: white;
}
.filter-wrp .more-btn {
  z-index: 10;
  margin-right: 10px;
}
.filter-wrp .right-prefix {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-wrp .filter-pannel {
  display: flex;
  gap: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.filter-wrp .filter-item-view {
  position: relative;
  display: flex;
  overflow: hidden;
}
.filter-wrp .filter-item-view .show-view {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
}
.filter-wrp .filter-item-view .select-view {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.filter-wrp .hasvalue-btn {
  color: #165dff;
  background-color: #e8f3ff;
  border-right: none !important;
}
.filter-wrp .right-prefix {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-wrp .group-right {
  margin-left: 10px;
}
