.tooltip_wrap {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.tooltip_wrap .tooltip_btn {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  background: transparent;
  font-size: 16px;
  padding: 2px;
}

.tooltip_ions {
  margin: 0;
  list-style: none;
  padding: 0;
  min-width: 110px;
  font-size: 14px;
  visibility: visible;
  transition: 0.3s;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  display: none;
}

.tooltip_ions li {
  padding: 5px 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  background: linear-gradient(135deg, #1b567f, #000175);
  color: #fff;
}

.tooltip_ions.active {
  display: flex;
}

.tooltip_ions.vanisa {
  display: none;
}

.tooltip_ions li:hover {
  background: linear-gradient(135deg, #000175, #1b567f);
}

.tooltip_wrap.active .tooltip_btn {
  color: #000175 !important;
  display: block;
}

.tooltip_wrap.vanisa {
  display: none;
}

.tooltip_wrap.active:hover ul {
  margin-left: 5px;
  opacity: 1;
  visibility: visible;
}

/* .tooltip_wrap:hover ul {
  margin-left: 5px;
  opacity: 1;
  visibility: visible;
} */

.tooltip_wrap ul li {
  padding: 5px 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.tooltip_wrap ul li img {
  border-radius: 0 !important;
}

.tooltip_wrap ul li:last-child {
  border-radius: 0 0 8px 8px;
}

.tooltip_wrap ul li:first-child {
  border-radius: 8px 8px 0 0;
}

.tooltip_wrap ul li:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.tooltip_wrap ul li:first-child:hover {
  border-radius: 8px 8px 0 0;
}

.tooltip_wrap ul li:hover {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, #000175, #1b567f) !important;
  color: #fff;
}

.response_wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.respose_footer {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.response_wrap .close_response {
  margin-left: auto;
  color: #000175;
  cursor: pointer;
}
.respose_footer span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0px;
  background-image: linear-gradient(135deg, #000175, #1b567f) !important;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.respose_footer span i {
  padding-right: 5px;
  font-size: 12px;
}

.respose_footer span .fa-reply {
  transform: rotate(269deg);
}

.response_wrap h5 {
  font-size: 16px;
}

input#shakil,
textarea#tell_us_about_care {
  padding-right: 50px !important;
}

.loaderr {
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  display: none;
}

.loaderr.active {
  display: block;
}

.loaderr svg {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.loaderr circle {
  fill: #000175;
}

.loaderr2 {
  display: none;
}

.loaderr2.active {
  display: block;
}

.loaderr2 svg {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.loaderr2 circle {
  fill: #000175;
}

.regenerate_btn.inactive {
  display: none;
}
