
.tooltip-width[data-v-16f5c537]{
    max-width: 320px;
}
.eds-button[data-v-e2491f4f] {
  cursor: pointer;
}
.eds-button[data-v-e2491f4f]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-container[data-v-e2491f4f] {
  display: inline-flex;
  overflow: hidden;
}
.floating-tooltip[data-v-e2491f4f] {
  z-index: 999;
  position: absolute;
}
.right-centre-tooltip[data-v-e2491f4f] {
  align-self: center;
  margin-left: 106px;
  margin-top: -4px;
  width: 350px;
}.eds-modal[data-v-49078ce0] {
  z-index: 1000000;
}
.modal-open[data-v-49078ce0] {
  position: fixed !important;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #585858;
  white-space: pre-line;
  display: flex;
  align-items: center;
}
.eds-modal .modal-container[data-v-49078ce0] {
  top: initial;
}
.modal-header[data-v-49078ce0] {
  font-size: 18px;
  font-weight: 700;
}
.modal-container[data-v-49078ce0] {
  padding-bottom: 32px;
  max-width: 437px;
  border-radius: 12px;
}
.modal-close[data-v-49078ce0] {
  font-size: 18px;
  padding: 7px 8px;
  width: 36px;
  height: 32px;
}.btn-container[data-v-dcecb307] {
  float: right;
  display: flex;
  justify-content: space-evenly;
}
.btn-secondary[data-v-dcecb307] {
  margin-right: 8px;
  padding: 7px 16px;
}
.btn-primary[data-v-dcecb307] {
  padding: 7px 16px;
}
.content-container[data-v-dcecb307] {
  margin-top: 32px;
  margin-bottom: 32px;
}