.bg-gray-200 {
  background-color: #ebebeb;
}

.hover-bg-warning:hover {
  background-color: #ffc10740 !important;
}

.min-h-modal {
  height: 70vh;
}

.ps-6 {
  padding-left: 5rem;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default !important;
}

.fs-7 {
  font-size: 0.7rem;
}

.badge-size {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 768px) {
  .cursor-md-default {
    cursor: default !important;
  }
}
