.tippy-box{
    background-color:#fff;
    color:#000;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4); 
}

/* The border */
.tippy-box > .tippy-svg-arrow > svg:first-child {
  fill: #000;
}

/* The fill */
.tippy-box > .tippy-svg-arrow > svg:last-child {
  fill: #fff;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #fff;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #fff;
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #fff;
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #fff;
}