.text-primary-muted {
    color: lightskyblue; 
}


.shadow-left {
    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) { /* Adjust the max-width value based on your definition of "mobile" size */
    .mobile-hide-label {
        display: none;
    }
}
/*
tr:hover {
    background-color:teal;
}
*/
/* Override the default secondary background color with primary for hovered options */

@media screen and (min-width: 768px) {
    .mobile-Brand-Title {
        display: none;
    }
}

.mobile-Brand-Title strong {
    position: relative;
    display: inline-block;
    text-shadow:revert-layer; /* Reset any existing shadows */
}

td{
    padding-top:0px;
    padding-bottom:0px;
}
    
