
ul.plnprcs li.active p {
  color: #8ac146 !important;
}

.drp-brd {
  border: 1px solid #00800042;
  border-radius: 10px;
  padding: 4px 13px;
  font-size: 20px;
}

.chk-drp {
  border: 1px solid #333333bd;
  border-radius: 15px;
  padding: 9px 22px;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #37a640 !important;
}

.form-check-input:checked {
  background-color: #37a640;
  border-color: #37a640;
}

.nu-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}

.btn.nu-item {
  border: 1px solid #00000020;
  padding: 0.2em 1em;
  border-radius: 24px;
}

.btn.nu-item:hover {
  color: #000000 !important;
  border: 1px solid #000000;
}

.btn.nu-item:active,
.btn.nu-item:focus-visible,
.btn.nu-item:focus {
  border: 1px solid #000000;
  /* color: #37a640 !important */
}

.btn.nu-item.active {
  border: 1px solid #000000;
  /* color: #37a640 !important */

}

.bmi-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1013;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.bmi-popup.show {
  visibility: visible;
  opacity: 1;
}

.popup-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.popup-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
}

.form-group {
  margin-bottom: 15px;

}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.btn-primary {
  display: block;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to right, #007bff, #0056b3);
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

.btn-primary:hover {
  background: linear-gradient(to right, #0056b3, #007bff);
}


.rd-b-cl {

  margin-bottom: 10px;

  input[type="radio"] {
      appearance: auto !important;
      /* Reset to default appearance */
      display: inline-block !important;
      /* Ensure the radio buttons are inline */
      margin-right: 5px !important;
      /* Add spacing between the button and label */
  }

  .gndr {
      font-weight: bold;

  }


}