a.disabled {
  pointer-events: none;
  cursor: default;
}

.customBtn:hover{
    cursor: pointer;
}
