.d-none {
  animation-name: none !important;
  -webkit-animation-name: none !important;
}

.load-spinner .modal-dialog{
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(33% - 24px);
}

.load-spinner .modal-dialog .modal-content{
  background-color: transparent;
  border: none;
}