.wrapper,.container
{
  max-height: calc(100vh - 0px);
  margin:0 auto;
}
.zpp-history-event > div
{
  justify-content: start;
}
.history-result-main
{
  flex: 1;
  overflow: auto;
}

.zp-enbale-keyboard-only {
  position: absolute;
  left: 12px;
  top: 12px;
}

/*-------------------Ipad-------------------------*/
@media not all and (min-resolution:.001dpcm) {
  @media 
  {
    .app-rate-item
    {
      margin-bottom:22px
    }
    .app-applist-item
    {
      background-color: white;
    }
    .zr-app-rate
    {
      margin-top: 24px;
    }

    .sp-form-row, .sp-f-row, .sp-p-row
    {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: flex !important;
    }
    .update-item-box
    {
      display: -webkit-flex !important;
    }
    .divUpdate
    {
      max-height:75%;
      -webkit-border-radius: 1rem;
    }
    .sp-main-loading:after
    {
      background-size: 176px !important;
    }

    .zr-update-btn .update-auto-btn
    {
      margin-left:22px
        margin-bottom:22px;
    }
    .zr-update-btn
    {
      justify-content: space-around;
    }
    .zr-update-btn
    {
      margin-bottom:16px;
    }
    .zr-app-action
    {
      -webkit-align-items: end;
    }




  }
}


@supports (-webkit-hyphens:none)
{ 
  .app-rate-item
  {
    margin-bottom:22px
  }
  .app-applist-item
  {
    background-color: white;
  }
  .zr-app-rates
  {
    margin-top: 24px;
  }
  .sp-form-row, .sp-f-row, .sp-p-row
  {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .update-item-box
  {
    display: -webkit-flex !important;
  }
  .divUpdate
  {
    max-height:75%;
    -webkit-border-radius: 1rem;
  }
  .sp-main-loading:after
  {
    background-size: 176px !important;
  }
  .zr-update-btn .update-auto-btn
  {
    margin-left:22px
      margin-bottom:22px;
  }
  .zr-update-btn
  {
    justify-content: space-around;
  }

  .zr-update-btn
  {
    margin-bottom:16px;
  }
  .zr-app-action
  {
    -webkit-align-items: end;
  }





}
.zp-app-dataForm{
  overflow:auto;
  padding:1px;
}

@media screen and  (max-width: 800px)
   .zp-app {
    --MarginRow: 0.5rem;
  }
}