.applixir_iframe {
    border-style: groove;
    border-color: rgb(50, 0, 128);
    border-width: 8px;
    border-radius: 12px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
  }

  .modalDialog {
    margin: auto;
    padding: 25px;
    background-color: white;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal input[type="button"] {
    padding: .5rem;
    background: green;
    border: none;
    border-radius: 4px;
    margin: 4px;
    color: white;
  }