.jo-modal-container {
  z-index: 2001;
}
.jo-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #0007;
  z-index: 2000;
}
.jo-modal-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 100%;
  z-index: 2002;
}
.jo-model-card {
  width: 600px;
  margin: auto;
}
.jo-model-card__header-close {
  cursor: pointer;
}
.jo-model-card__header-title {
  font-size: 16px;
}
