/*

******************************************************************************/

.strong {
  font-weight: bolder;
}

.ui-red {
  color: red;
}

.ui-block {
  display: block;
}


.form-label {
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  color: var(--bs-heading-color);
}


#drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  max-width: 100%;
  height: 150px; /* 200px; */
  padding: 1em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: slategray;
  cursor: pointer;
}

#file-input {
  display: none;
}


.bs-stepper-page-title {
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: black;
  color: white;
}
@media (max-width: 520px) {
  .bs-stepper-page-title {
    margin-top: 90px;
    margin-bottom: 10px;
  }

  .bs-stepper {
    padding-top: 0px !important;
  }

  .bs-stepper-header {
    margin-top: 10px !important;
  }
}


.menu-logo {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

