.bs-tooltip-bottom .arrow,
.bs-tooltip-top .arrow {
    left: 50%
}

.bs-tooltip-left .arrow,
.bs-tooltip-right .arrow {
    top: 25%
}

// .bs-tooltip-bottom-left .arrow {
//     left: 10%;
//     top: 0
// }

// .bs-tooltip-top-left .arrow {
//     left: 10%;
//     top: 100%
// }

// .bs-tooltip-bottom-right .arrow {
//     right: 10%;
//     top: 0
// }

// .bs-tooltip-top-right .arrow {
//     top: 100%;
//     right: 10%
// }


// .bs-tooltip-left-top .arrow {
//     top: 10%;
//     left: 100%
// }

// .bs-tooltip-right-top .arrow {
//     top: 10%;
//     right: 100%
// }

// .bs-tooltip-left-bottom .arrow {
//     bottom: 20%;
//     left: 100%
// }

// .bs-tooltip-right-bottom .arrow {
//     bottom: 20%;
//     right: 100%
// }

// .bs-tooltip-auto[x-placement^=top-left] .arrow::before,
// .bs-tooltip-auto[x-placement^=top-bottom] .arrow::before,
// .bs-tooltip-top-left .arrow::before,
// .bs-tooltip-top-bottom .arrow::before {
//     left: 0;
//     border-width: .4rem .4rem 0;
//     border-top-color: #000;
// }

// .bs-tooltip-auto[x-placement^=left-top] .arrow::before,
// .bs-tooltip-auto[x-placement^=left-bottom] .arrow::before,
// .bs-tooltip-left-top .arrow::before,
// .bs-tooltip-left-bottom .arrow::before {
//     left: 0;
//     border-width: .4rem 0 .4rem .4rem;
//     border-left-color: #000;
// }