.modal-dialog-wrapper {
  display: block;
}

.modal-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040; /* Should be >= 1300 (to be higher than navbar footer). */
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
}

.modal-dialog-warning-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transform-origin: 0 0;
}

.modal-fade-leave-active,
.modal-fade-enter-active {
  transition: all .5s;
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0;
  transform: translateY(-150px);
}

.modal-dialog .close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  background: transparent;
  border: none;
  opacity: .5;
}
