﻿.filter-black {
    filter: invert(100%) sepia(0%) saturate(23%) hue-rotate(42deg) brightness(108%) contrast(105%);
}
.w-40 {
    width: 40% !important
}
.w-35 {
    width: 35% !important
}
.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
}