.pod-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.pod-modal-box {
  background: #fff;
  width: 900px;
  height: 500px;
  margin: auto;
  display: flex;
  padding: 20px;
}

.pod-left {
  width: 30%;
  border-right: 1px solid #eee;
}

.pod-left button {
  width: 100%;
  margin-bottom: 10px;
}

.pod-right {
  width: 70%;
  position: relative;
}

.pod-right img {
  max-width: 100%;
  max-height: 100%;
}

.pod-save {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
