@import '../../../styles/colors';

.tooltip {
  background-color: $white !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%) !important;
  color: rgb(0 0 0 / 87%) !important;
  font-size: 0.8rem !important;
}

.box {
  padding: 8px;
}
