#phorestFeedback iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#phorestFeedback embed {
  width: 100%;
  height: 100%;
  border: none;
}
  #phorestFeedbackOverlay {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 54%);
    z-index: 999;
}
#phorestFeedback {
  position: fixed;
  z-index: 999;
  background: white;
  width: 25vw;
  min-width: 325px;
  height: 54vh;
  right: 16rem;
  overflow: hidden;
  bottom: 0;
  border: 2px solid #1a615d;
}
  #closeFeeback {
    position: absolute;
    background: #0a763a;
    border: none;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: large;
    color: white;
    cursor: pointer;
}

body.support-feedback .feedback-field:not(.empty) label {
  position: relative !important;
}