.buttonStyles {
  border-color: #00b2e4 !important;
  color: #00b2e4 !important;
}
.buttonStyles:hover {
  border-color: #393185 !important;
  color: #393185 !important;
}
.textStyle {
  text-transform: capitalize;
  color: #667085;
  font-size: 0.75rem;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Add this CSS to your stylesheet */
.custom-tooltip .ant-tooltip-inner {
  background-color: white; /* Your desired background color */
  color: #667085; /* Optional: Change text color */
}

.custom-tooltip .ant-tooltip-arrow-content {
  background-color: white; /* Ensure arrow matches background */
}
.iconStyle {
  color: #667085;
  font-size: 0.8rem;
}
.iconStyle:hover {
  color: #00b2e4;
}
