/* write style here */
.ExampleComponent {
  color: '#fff';
}

.form {
  margin: 0;
  ---border-inner: 0;
  ---border-top: 0;
  ---border-bottom: 0;
  :global(.adm-list) {
    --font-size: 15px;
  }
  :global(.adm-list-body) {
    background-color: inherit;
  }
  :global(.adm-list-item:not(:first-child)) {
    margin-top: 10px;
  }
  :global(.adm-input-element::placeholder) {
    float: right;
  }
  :global(.adm-list-item-description) {
    display: none;
  }
  :global(.adm-form-item-label) {
    color: #0f1016;
    font-family: PingFangSC-Regular;
    font-weight: 400;
  }
  :global(.adm-form-footer) {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fefffe;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 0;
    :global(button) {
      font-family: PingFangSC-Semibold;
      font-size: 16px;
      font-weight: 600;
    }
  }
}
.form-items-datepick {
  :global(.adm-form-item-child-inner) {
    display: inline-block;
    text-align: right;
  }
}
.form-items-input {
  --text-align: right;
}

.form-footer {
  display: flex;
  padding: 1em 1.5em;
  :global(.footer-btn:first-child) {
    margin-right: 1em;
  }
  :global(.adm-button) {
    border-radius: 0.4em;
  }
}
