.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  overflow: auto;
  justify-content: center;
  align-items: center;
  z-index: 1040;
}
.popup-inline-holder {
  position: absolute;
  width: 100%;
  height: 90%;
}
.popup {
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
}
/*# sourceMappingURL=./tm_vue_modal.css.map */