.tooltip{
    opacity: 1 !important;
}

.tooltip-inner{
    background-color: #fff;
    box-shadow: 2px 2px 5px #00000061;
    color: #666;
}

.bs-tooltip-top .tooltip-arrow::before{
    border-top-color: #fff;
}

.bs-tooltip-start .tooltip-arrow::before{
    border-left-color: #fff;
    bottom: 7px;
}

.bs-tooltip-end .tooltip-arrow::before{
    border-right-color: #fff;
    bottom: 7px;
}

.bs-tooltip-bottom .tooltip-arrow::before{
    border-bottom-color: #fff;
}