.striped-rows .row:nth-child(odd) {
  background-color: rgb(235, 235, 235);
}

.striped-rows .row:nth-child(even) {
  background-color: #ffffff;
}

.disabled{
  pointer-events: none;
  cursor: not-allowed !important;
  cursor: no-drop !important;
}

.alert-fixed {
  position:fixed; 
  bottom: 0px; 
  right: 1rem; 
  /* width: 100%; */
  z-index:9999; 
  /* border-radius:0px */
}

.bg-success-subtle-row > td{
  background-color: var(--bs-success-bg-subtle) !important;
}