.hover-row {
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  cursor: pointer; /* optional, makes it feel clickable */
}

.hover-row:hover {
  background-color: var(--bs-light);   /* light background on hover */
  box-shadow: 0 2px 6px rgba(0,0,0,.15); /* subtle shadow */
}

.form-check-input.switch-lg {
  width: 4em;
  height: 2em;
}

.wrapper-white-full-flex {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
