﻿.tooltip-inner {
    max-width: 100% !important;
    background-color: rgba(63,63,63,1) !important;
    --bs-tooltip-bg: #1E1E1E !important;
    font-family: 'Nunito Sans' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: tomato !important;
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
    background-color: tomato !important;
}

@media (min-width: 992px) {
    .tooltip-inner {
            max-width: 391px !important;
    }
}

.tooltip.show {
    opacity: 1 !important;
}

