/* here you can put your own css to customize and override the theme */
.fade.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-backdrop.show {
  opacity: 0.5;
}