#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;
}
.back-btn {
  background-color: white !important;
  color: black;
  width: 100%;
  box-shadow: 1px 1px 1px #000, 3px 3px 5px rgb(37, 37, 37);
}
.headding_1 {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px rgb(37, 37, 37);
}