.tooltip .tooltip-inner {
    background: #404040; /*rgba(12, 12, 12, 0.8)*/
    border-radius: 16px;
    padding: 8px;
    font-family: 'Roboto Flex';
}
body .tooltip {
    box-shadow: 0px 0px 20px 0px rgba(68, 83, 113, 0.10), 0px 12px 20px 0px rgba(68, 83, 113, 0.05);
    padding: 0;
}
body .tooltip.show {
    opacity: 1;
}
body .bs-tooltip-auto[x-placement^=bottom] .arrow::before, 
body .bs-tooltip-bottom .arrow::before {
    bottom: 6px;
    border-bottom-color: #404040;
}
body .bs-tooltip-auto[x-placement^=top] .arrow::before, 
body .bs-tooltip-top .arrow::before {
    top: 6px;
    border-top-color: #404040;
}
body .bs-tooltip-auto[x-placement^=right] .arrow::before, 
body .bs-tooltip-right .arrow::before {
    right: 6px;
    border-right-color: #404040;
}
body .bs-tooltip-auto[x-placement^=left] .arrow::before, 
body .bs-tooltip-left .arrow::before {
    left: 6px;
    border-left-color: #404040;
}