@media (min-width:1400px) {
  .d-xxl-flex {
    display: block!important;
  }
}

#projects {
}

.update-bar-model {
  height: 100%;
  width: 0%;
  background-color: #007BFF;
  transition: width 0.2s ease;
}

.progress-bar-model {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 10px;
  background-color: rgba(200, 200, 200, 0.7);
  border-radius: 5px;
  z-index: 10;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.form-control::placeholder {
  color: grey;
  opacity: 1;
}

.modal-xl {
  max-width: 95%;
}

#fullResImage {
  max-width: 100%;
  max-height: 90vh;
}

#signup-form input {
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

#progress-container {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  z-index: 10;
  transition: opacity 0.5s ease;
}

#progress-container.hidden {
  opacity: 0;
  pointer-events: none;
}

#model-viewer {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: contain;
}

#progress-container.progress {
  height: 20px !important;
  background-color: rgba(255,255,255,0.22) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

#loading-bar.progress-bar {
  filter: none !important;
  opacity: 1 !important;
}

#loading-bar {
  transition: width 120ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

