﻿
.tooltip-inner {
    background-color: #ff5733 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    word-wrap:break-word;
    text-align:left;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #6610f2;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #6610f2;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #6610f2;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #6610f2;
}
