.mgrsp-calendar-actions #mgrsp-appointment-delete.mgrsp-danger{
  appearance:none!important;
  border:1px solid #8b2525!important;
  background:#8b2525!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  min-height:42px!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.mgrsp-calendar-actions #mgrsp-appointment-delete.mgrsp-danger:hover,
.mgrsp-calendar-actions #mgrsp-appointment-delete.mgrsp-danger:focus-visible{
  background:#681b1b!important;
  border-color:#681b1b!important;
  color:#fff!important;
  outline:2px solid #c8a25a!important;
  outline-offset:2px!important;
}
.mgrsp-calendar-actions #mgrsp-appointment-delete.mgrsp-danger:disabled{
  opacity:.65!important;
  cursor:wait!important;
}