.jwp-error {
    background-color: black;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 2000;
      position: absolute;
    }
  .error-card {
    position: relative;
      color: white;
      background-color: black;
      text-align: center;
      width: 50%;
      border: 1px solid rgb(119, 119, 119);
      padding: 5px 10px;
  }
  .error-title {
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgb(119, 119, 119);
      width: 100%;
      font-weight: normal;
      overflow-wrap: break-word;
      outline: none;
   }
   .error-body {
       margin: 2rem 0px;
      padding: 0px 1em;
      overflow-wrap: break-word;
      font-size: 0.6em;
      line-height: 1.5;
   }
  .jwp-error .actions {
     margin-top: 0.7em;
      width: 50%;
      display: flex;
      justify-content: flex-end;
   }
   .jwp-error .close-button {
      appearance: none;
      border-radius: 1em;
      border: 2px solid rgba(255, 255, 255, 0.5);
      transition: all 0.1s linear 0s;
      outline: none;
      cursor: pointer;
      position: relative;
      height: 2em;
      background-color: black;
      color: white;
      margin: 0px 0.5em;
      padding: 0px 1.5em;
      font-size: 0.75em;
   }