.tooltip {
    pointer-events: none;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
    padding: 4px 8px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: rgba(17, 42, 70, 0.8);
    box-shadow: 2px 2px 16px rgba(38, 55, 67, 0.1);
}

.tooltip.show {
    opacity: 1;
    z-index: 3003;
}

.tooltip-arrow {
    display: none !important;
}

.alert .btn {
    box-shadow: none;
}
