.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.8125rem;
  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 */
  max-width: 60rem;
  max-height: 20rem;
  overflow: auto;
  white-space: normal;
  word-wrap: break-word;
  z-index: 1000;
}

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