#doctor-popup {
  max-width: 600px;
  background: #000;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin: 50px auto;
}

#doctor-popup input {
  /* width: 100%; */
  padding: 8px;
  margin-bottom: 10px;
}
input[type="checkbox"] {
  width: 10%;
}
.main_checkkkkk {
  width: 90%;
}
label.main_check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#doctor-popup button {
  width: 100%;
  padding: 10px;
  background: #47a447;
  color: white;
  border: none;
  border-radius: 4px;
}
.popup-header h2 {
  margin-bottom: 10px;
  text-align: center;

  text-align: center;
  font-size: 22px;
  line-height: 25px;
}
.popup-footer {
  font-size: 11px;
  text-align: left;
  margin-top: 20px;
}

/* #doctor-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
#doctor-popup {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 0 10px #000;
} */

#doctor-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  /* overflow: auto;  add this line */
  padding: 20px; /* optional: give breathing space */
}
/* .row-bg-wrap {
  z-index: -1;
  position: relative;
} */
.nectar-sticky-row-wrap.nectar-sticky-row-wrap--top {
  z-index: -1;
}
.getlist {
  margin: 0 auto;
  text-align: center;
}

#doctor-popup {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 10px #000;
  max-height: 90vh; /* <-- set a max height relative to viewport */
  overflow-y: auto; /* <-- allow internal scroll if needed */
}

#doctor-popup button {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
#doctor-popup input {
  padding: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  .main_checkkkkk {
    font-size: 14px;
  }
}
