.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-weight: bold;
}

h6 {
     font-size: .8rem;
}

.text-danger { color: #FF0000 !important; }


/* Tooltip text */
.tooltip > .tooltip-inner {
     
     color: #ffffff !important; /* Change this to your desired font color */
     background-color: rgba(0,0,0,.9); /* Optional: Change background color for contrast */
     padding: .5rem 1rem;
     
}