.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3000000;
  }
  .modal {
    display: none;
    position: fixed;
    width: 270px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 8372527;
    cursor: pointer;
    border-radius: 12px;
    line-height: 21px;
  }
  .modal-ok-button {
    float: right;
    cursor: pointer;
    float: right;
    cursor: pointer;
    width: 70px;
    color: black;
    margin-top: 10px;
  }
  .modal-text {
    line-height: 22px;
    color: #000000;
  }