:root {
  --bs-modal-header-border-width: 1px;
  --bs-modal-header-border-color: #dee2e6;
}

.hover-light:hover {
  box-shadow: 0 0 8px #fff7!important;
  color: #c0392b!important;
}

.hover-light:hover svg {
  fill: #c0392b!important;
}