/* Bar chart */

.react-el-tick .grid {
  stroke: #c0c0bb;
  fill: none;
  stroke-width: 0.5px;
  stroke-dasharray: 3, 3;
}

.react-el-tick text,
.tick text {
  fill: #635f5d;
  font-size: 12px;
}
.axis-label {
  font-size: 14px;
  fill: #635f5d;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.mark .arc {
  transition: transform 2s;
  cursor: pointer;
}

.mark text {
  font-size: 11px;
}

.tick line,
.d3-el-y_axis path,
.d3-el-x_axis path {
  stroke: #c0c0bb;
  fill: none;
  stroke-width: 1px;
}

.data-label {
  font-size: 12px;
  fill: #000;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.chart-tooltip {
  pointer-events: none;
  position: absolute;
  background-color: #f7f8ff;
  border-radius: 5px;
  padding: 5px;
}

.chart-tooltip span {
  font-size: 13px;
}

.arc:hover,
.circle-mark > circle:hover {
  transform: scale(1.05);
}
input::placeholder {
  color: green;
}
.pl20 {
  padding-left: 20px !important;
}

/* TAG Search Component START */
.search__container {
  letter-spacing: 0.5px;
  /* height: 80px; */
  padding: 15px 15px;
  font-size: 16px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 500px;
  font-size: 18px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  letter-spacing: 0.2px;
  border: 1px solid #c0c0c0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.search__container > svg {
  color: grey;
  width: 28px;
  height: 28px;
}
.search__input {
  height: 20px;
}
.search__box {
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search__box {
  padding: 0 15px;
}

.search__input {
  position: relative;
  margin-left: 10px;
}
.search__input input {
  width: 100%;
  height: 100%;
  font-size: inherit;
  border: none;
}
.search__input input:focus {
  outline: none;
  box-shadow: none;
}

.tag {
  padding: 5px;
  border-radius: 4px;
  margin: 2px;
  background-color: lightblue;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  white-space: nowrap;
  color: #222222;
}
.dropdown-menu {
  position: absolute;
  /* transform: translateY(140px); */
  width: 100%;
  width: 250px;
  border-radius: 6px;
  overflow-y: auto;
  height: 200px;
  /* background-color: #fffbf6; */
  z-index: 200;
  background-color: #fbf9f6;
  border: 1px solid #e5d9ca;
  padding: 10px 0;
  box-shadow: 0 2px 3px rgb(189 163 131 / 50%);
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.dropdown-menu::-webkit-scrollbar {
  display: none;
}
.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 500;
  /* border-bottom: 1px solid rgba(149, 157, 165, 0.2); */
  color: #222222;
}
.dropdown-item:hover {
  color: #222222 !important;
  background-color: #f3ebd1 !important;
}
.dropdown-item.level-2 {
  padding: 6px 15px 6px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  font-weight: 500;
}
.dropdown-item.level-2 + .dropdown-item:not(.level-2) {
  margin-top: 5px;
}

/* TAG Search Component END */
