#dmLoadingDIV {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333a54;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#dmLoadingDIV img {
  height: 100px;
}

.DM_FULLSCREEN {
  position: fixed;
  z-index: 1030;
  overflow: auto;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #fff;
  height: 100vh !important;
  max-height: 100vh !important;
}

button.is-invalid, .btn.is-invalid {
  border-color: red!important;
  background-color: red!important;
  color: #fff!important;
}