.strikethrough {
    text-decoration: line-through;
}
.badge-pastel-green {
    background-color: #81c784; /* Soft pastel green */
    color: #fff;
}

.badge-pastel-red {
    background-color: #e57373; /* Light pastel red */
    color: #fff;
}

div.dt-button-collection {
    box-shadow: none !important;  
}
div.dt-button-collection a.dt-button {
    background-color: #007bff !important; 
    color: white !important; 
}

div.dt-button-collection a.dt-button:hover {
    background-color: #0056b3 !important; 
}