.bgcoremonitor {
    background: rgb(30,192,220);
    background: linear-gradient(0deg, rgba(30,192,220,1) 0%, rgba(118,224,249,1) 100%) !important;
}

.bgcoremonitor:hover {
    background: rgb(30,192,220);
    background: linear-gradient(0deg,  rgba(118,224,249,1) 0%, rgba(30,192,220,1) 100%) !important;
}