.page-content.dashboard {
  max-width: 1000px;
  margin: auto;
}
.step {
  display: none;
}

.active {
  display: block;
}

.option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.option-icon {
  margin-right: 8px;
}

.ans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.ans img {
  height: 70px;
  object-fit: contain;
}

.ans label {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 0.75rem;
  border-radius: 6px;
  border: 2px solid #e9e9e9;
  text-align: center;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  transition: all 0.3s;
}

.option input[type="radio"]:checked + .option-label,
.option input[type="checkbox"]:checked + .option-label {
  border: 2px solid green;
  transition: all 0.3s;
}
.option input[type="checkbox"],
.option input[type="radio"] {
  display: none;
}
div#stepCounter {
  background: #e3e3e3;
  width: fit-content;
  padding: 0.25rem 01rem;
  border-radius: 500px;
  transform: translate(0px, -10px);
  font-size: 0.8rem;
  text-transform: capitalize;
  font-weight: 500;
}
button#nextBtn {
  right: 1rem;
  background: black;
  color: #fff !important;
  padding: 0.5rem 1.5rem;
  border: 1px solid #000;
  top: 0.5rem;
  border-radius: 5px;
  margin-top: 1rem;
  border: 0;
  font-size: 1.25rem;
}
button#prevBtn {
  right: 1rem;
  background: #fff;
  color: #000 !important;
  padding: 0.5rem 1.5rem;
  top: 0.5rem;
  border-radius: 5px;
  margin-top: 1rem;
  border: 1px solid #000;
  font-size: 1.25rem;
}
.inp label {
  transform: translate(16px, 16px);
  background: #ffffff;
  padding: 0.125rem 0.5rem;
}
.inp input.form-control {
  height: 50px;
  margin-bottom: -1rem;
}
.inp textarea {
  display: block;
  width: 100%;
  min-height: 140px;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: -1rem;
  padding: 1rem;
}
.flxer2 .inp {
  width: 100%;
}
.flxer2 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
div#showanswers {
  padding: 1rem;
  background: #ecf5ec;
  border-radius: 10px;
  margin-top: 1rem;
  position: relative;
}
div#showanswers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button.accBtn {
  background: #090909;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  border: 0;
  width: 100%;
}
.dux_flex .dux_formContent,
.dux_flex .dux_recap {
  width: 100%;
}
.navBtns {
  display: flex;
  gap: 1rem;
}
.wlcxx {
  background: #ecf5ec;
  border-radius: 5px;
  margin-top: 2rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
.wlcxx h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

a.lstPw button {
  border: 1px solid #000;
  padding: 0.25rem 1.5rem;
  border-radius: 500px;
  margin-top: 1rem;
  background: none;
  opacity: 0.75;
  font-size: 0.9rem;
}
.dux_flex {
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.dashboard h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.boxerx {
  margin-bottom: 2rem;
}
.catSel {
  background: #f2f2f2;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.catSel h4 {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 500;
}
.catSel h4 span {
  color: #64a044 !important;
  text-transform: none;
}
.catSel h4 span {
  color: #000000 !important;
  text-transform: none;
  font-weight: 600;
}
button#refreshButton {
  padding: 0.25rem 0.5rem;
  border-radius: 500px;
  border: 1px solid #000;
  background: none;
  font-size: 0.6rem;
  position: absolute;
  top: 0;
  right: 1rem;
}
a.condi {
  color: #000;
  text-decoration: underline !important;
}
a.lstPw {
  color: #000;
}
div#showanswers h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
a.logMeOut button {
  padding: 0.25rem 1rem;
  border-radius: 500px;
  border: 1px solid #000;
  background: none;
  font-size: 0.8rem;
  transform: translateY(-10px);
}
.wlcxx select {
  padding: 0.25rem 1rem;
  border-radius: 500px;
}
.dateit input.form-control {
  padding-top: 1.25rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  text-align: left !important; /* Align text to the left */
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none; /* Optional: hides the native iOS date picker button */
}

@media (max-width: 991px) {
  .ans label {
    text-align: left;
  }
  .flxer2 {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-direction: column;
  }
  .ans {
    flex-direction: column;
  }
  .ans label {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .ans img {
    height: 50px;
  }
  .option {
    margin-bottom: 0;
  }
  .navBtns {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    bottom: 0;
    padding: 1.25rem 1rem;
    left: 0;
    background: white;
    z-index: 99;
  }

  button#nextBtn,
  button.accBtn {
    padding: 0.75rem 1.5rem !important;
    border: 0 !important;
    width: 100%;
    margin-bottom: 0;
    background: linear-gradient(-45deg, #ffa000, #ffc25a, #ffa000, #ff7600);
    background: linear-gradient(-45deg, #3268b7, #366bb8, #68a248, #69a34a);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }
}
