.tooltip  {
    width: auto !important;
    border-style: none !important;
}
.tooltip.show .tooltip-inner {
    background-color: #ffffe0;
    color: black;
    border: 2px solid #000000;
}
.tooltip.show .arrow::before {
    border-bottom-color: #ffffe0;
}