.step-app > .step-steps {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.step-app > .step-steps > li {
  list-style: none;
  flex: 1;
  display: block;
  padding: 10px;
  color: #333;
  background-color: #e5e5e5;
  text-decoration: none;
  border-right: 1px solid #fff;
}

.step-app > .step-steps > li:last-child a {
  border: none;
}

.step-app > .step-steps > li.active {
  background-color: #32c5d2;
  color: #fff;
}

.step-app > .step-steps > li.error {
  background-color: #e7505a;
  color: #fff;
}

.step-app > .step-steps > li.done {
  background-color: #3cb371;
  color: #fff;
}

.step-app > .step-steps > li > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  color: #333;
}

.step-app > .step-content {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-top: 0;
}

.step-app > .step-content > .step-tab-panel {
  display: none;
}

.step-app > .step-content > .step-tab-panel.active {
  display: block;
}

.step-app > .step-footer {
  margin-top: 15px;
  margin-bottom: 15px;
}

.step-app > .step-footer > .step-btn {
  padding: 4px 16px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border: none;
  outline: none;
  cursor: pointer;
}

body,
html {
  height: 100%;
}

#DIVAPP {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4fc5bd;
  width: 100%;
  height: 100%;
}

#DIVAPPContainer {
  background-color: white;
  width: 90vw;
  height: 90vh;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#DIVWizardContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
}

.row {
  --bs-gutter-x: none;
}

#DIVWizard {
  display: flex;
  flex-direction: column;
  height: 90vh;
  width: 100%;
}

#DIVWizardContainer {
  height: 100%;
}

#DIVWizardHeader li {
  text-align: center;
}

#DIVWizardHeader {
  height: 10%;
}

#DIVWizardFooter {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  height: 10%;
}

#DIVWizardStepContainer {
  height: 80%;
  display: flex;
  align-items: center;
}

#DIVWizardStepContainer h2 {
  margin-bottom: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

#DIVWizardHeader li:last-child {
  border-top-right-radius: 10px;
}

.step-tab-panel {
  width: 100%;
  padding: 40px;
}

.form-control-lg {
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  border-radius: 10px !important;
}

.form-group label {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

p,
small,
strong {
  font-family: "Barlow Condensed", sans-serif;
}

strong {
  font-weight: 600;
}

.form-group input {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  font-family: "Barlow Condensed", sans-serif;
  color: #3f3f3f;
}

.parsley-required {
  font-size: 0.8rem !important;
}

.step-btn {
  background-color: #1a5d94 !important;
  text-transform: uppercase;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: white !important;
  padding: 10px 40px !important;
}

.step-app > .step-steps > li.active {
  background-color: #1a5d94 !important;
}

.step-app > .step-steps > li {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  height: 60px;
  padding-bottom: 10px;
  background-color: #f7f6f4;
}

.step-app > .step-steps > li.done {
  background-color: #427f57;
}

#BTNNextStep:disabled {
  background-color: #e5e5e5 !important;
  color: #848484 !important;
  cursor: auto;
}

body.swal2-height-auto {
  height: 100% !important;
}

#BTNReload {
  background-color: #f7f6f4 !important;
  color: #3f3f3f !important;
  margin-left: 20px;
}

#BTNReload:hover {
  background-color: #c2bdbf !important;
}

#DIVAPPImg {
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

#DIVHeroCarousel,
.carousel-inner {
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.carousel-item {
  background-color: aqua;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.carousel-item img {
  max-height: 84vh;
}

::placeholder {
  color: #afafaf !important;
  font-family: "Barlow Condensed", sans-serif;
}

textarea {
  font-family: "Barlow Condensed", sans-serif;
}
