body {
  height: auto;
}

body.p-active {
  height: 100%;
}

body.p-active {
  display: flow-root;
}

.modal-form-area{
  overflow-y: unset;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

body.p-active .modal-form-area{
  overflow-y: scroll;
  background: #fff;
}

body.p-active .modal-none{
  display: none;
}
