.ea4v-popup-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00000029;
  z-index: 99;
}
.ts-popup-root.ea4v-popup-root {
  position: fixed !important;
  /* height: unset; */
}
.ea4v-popup .ts-popup-content-wrapper {
  max-height: 100vh !important;
}

/* .ea4v-popup-loading {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
} */

@media (max-width: 1024px) {
  .ea4v-popup .ts-popup-content-wrapper {
    height: auto !important;
    width: 100% !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    max-width: 100vw;
  }
  .ea4v-popup .ts-field-popup-container {
    min-height: unset !important;
  }
}

.ea4v-no-scroll {
}

@media (max-width: 1024px) {
  .ea4v-bg-popup .ts-field-popup-container {
    width: 100vw !important;
    height: auto !important;
    top: unset !important;
  }
}

.ea4v-popup .ts-field-popup-container .ts-field-popup {
  flex-direction: column !important;
}

.ea4v-popup-server.hide {
  display: none;
}

@media (min-width: 1024px) {
  .ea4v-bg-popup .ts-popup-close {
    display: unset !important;
  }
}

.ea4v-popup .ts-popup-controller {
  border-bottom: 1px solid #dadada;
}

.ea4v-popup-header .ts-popup-close a.ts-icon-btn {
  border: 0;
}
.ea4v-popup-header .ts-popup-title,
.ea4v-popup-header .ts-popup-title a {
  color: black;
  font-size: 16px;
}

.ea4v-popup-header ul.flexify.simplify-ul {
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ea4v-popup-root .ea4v-popup-header ul li:last-child {
  margin-left: 0 !important;
}
