/* put your own styles to customize and override the theme */
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

.btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

.cursor-pointer {
  cursor: pointer;
}