.text-red-500 {
    color: rgba(255,0,0,1) !important;
}
.text-red-500:hover {
    color: rgba(255,0,0,1) !important;
}
.bg-red-600:hover {
    background-color: rgba(255,0,0,1) !important;
}
.bg-red-600 {
    background-color: rgba(255,0,0,1) !important;
}