.show {
  display: block !important;
}
.hidden {
  display: none !important;
}

.disable {
  pointer-events:none;
  cursor: default;
  background: #fff;
  color: #39474e;
  opacity: 0.4;
}
