.ief-popup-wrapper {
  background-color: rgba(0,0,0, .5) !important;
  position: fixed!important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999!important;
}

.ief-popup-wrapper div {
  position: relative;
}

.ief-popup-wrapper > div {
  margin: 0;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ief-popup-wrapper .ui-dialog-content {
  background-color: #fff;
  max-height: 70vh;
  padding: 1.5rem!important;
  overflow: scroll;
}

.ui-autocomplete {
  z-index: 1001!important;
}

.ief-popup-actions {
  background-color: #f5f5f2;
  padding: 1.5rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ief-popup-close {
  right: 1.5rem;
  position: absolute;
  color: #fff;
  text-decoration: none;
  border-bottom: none!important;
}


.ief-popup-close:hover {
  color: inherit;
}
