.modal.fade.show {
  opacity: 1;
}

.modal-backdrop.fade.show {
  opacity: .5;
}

.st-modal .modal-header {
  position: relative;
}

.st-modal .modal-header .close {
  top: 50%;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
