.document-eds td {
  vertical-align: middle !important;
}

.eds .eds__label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  padding: 5px;
  background-color: #7cb536;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.eds .eds-popup {
  font-size: 18px;
  position: relative;
  padding: 0 20px 20px 20px;
  background-color: #fff;
  border: 1px solid #d4ecfc;
  color: #fff;
}
.eds .eds-popup:before {
  background-color: rgba(0, 0, 0, 0.633);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.eds .eds-popup h4 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.eds .eds-popup span {
  line-height: 1.5;
}
.eds .eds-popup .eds-popup__content {
  display: flex;
  flex-direction: column;
}
.eds .eds-popup .eds-popup__list {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.eds .eds-popup .eds-popup__list .eds-popup__list-item {
  display: flex;
  flex-direction: column;
}
.eds .eds-popup .eds-popup__list .eds-popup__list-item span:first-child {
  font-weight: 700;
}
.eds .eds-popup .eds-popup__help {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.eds .eds-popup .eds-popup__help a {
  color: white;
}
.eds .eds-popup .eds-popup__help i {
  font-size: 2rem;
}

.popup {
  position: absolute;
  width: auto;
  min-width: 320px;
  max-width: 480px;
  left: 0;
  z-index: 10;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}
.popup.popup--hide {
  position: fixed;
  opacity: 0;
}

/*# sourceMappingURL=eds.legacy.css.map */
