.wpify-woo-form--withdrawal {
  width: 100%;
  border: 4px solid var(--primary);
  border-radius: 10px;
  max-width: 1052px;
  padding: var(--space-m);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*input[type="text"],
  input[type="email"],
  input[type="number"],
  textarea {
    //width: 100%;
    padding: 8px 12px;
    height: 40px;
    border: 2px solid var(--shade-light);
    border-radius: 4px;
    color: var(--base);
    transition: 200ms;
    margin-top: 5px;

    &:focus {
      border: 2px var(--primary) solid;
      outline: none;
    }
  }*/
  /*textarea {
     height: unset;
   }*/
}
.wpify-woo-form--withdrawal .woocommerce-form-withdrawal {
  width: 100%;
}
.wpify-woo-form--withdrawal input[type=checkbox], .wpify-woo-form--withdrawal input[type=radio] {
  transition: none !important;
}
.wpify-woo-form--withdrawal fieldset {
  border: 1px var(--shade-light) solid;
  border-radius: var(--radius-xs);
}
.wpify-woo-form--withdrawal button[type=submit] {
  border: 2px solid var(--primary);
  border-radius: 6px;
  background: var(--primary) !important;
  font-weight: 700;
  color: #fff;
  padding: 10px 16px;
  margin-top: var(--space-xs);
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.wpify-woo-form--withdrawal button[type=submit]:hover {
  background-color: var(--primary-hover) !important;
  border: 2px solid var(--primary-hover);
  color: #fff !important;
}
.wpify-woo-form--withdrawal .form-row label {
  font-weight: 700;
}
.wpify-woo-form--withdrawal .form-row:has(.button-primary) {
  align-items: center;
}

.account-orders-table .woocommerce-orders-table__cell-order-actions {
  /*@media (min-width: 769px) {
    .awde_withdrawal {
      margin-top: 20px;
    }

    &:has(.wc_sf_invoice_regular) .awde_withdrawal {
      margin-top: 10px;
    }
  }*/
}
.account-orders-table .woocommerce-orders-table__cell-order-actions .awde_withdrawal {
  width: fit-content !important;
  min-width: fit-content;
  align-items: center;
  height: 4rem;
  /*border: 2px solid var(--primary) !important;
  background: var(--primary) !important;
  font-weight: 500 !important;
  color: #fff !important;
  cursor: pointer;
  transition: 0.2s all ease-in-out;

  &:hover {
    background-color: var(--primary-hover) !important;
    border: 2px solid var(--primary-hover) !important;
    color: #fff !important;
  }*/
}

body .woocommerce .ametica-withdrawal-link-section a.ametica-withdrawal-link {
  border: none !important;
}

body .wpify-woo-my-account-submitted h2 {
  color: var(--primary);
  text-align: center;
}
body .wpify-woo-my-account-submitted .shop_table {
  border-collapse: separate !important;
  border: 2px solid var(--shade-light) !important;
  border-radius: 10px !important;
  padding: 0 !important;
}

body .ametica-withdrawal-link-section h2 {
  color: var(--primary);
}
