.form-field-container{max-height:1000px;transition:max-height 1s ease-in-out}.form-field-container.closed{border-bottom:2px solid var(--color-gray-3);max-height:0;overflow:hidden;transition:max-height 1s cubic-bezier(0,1,0,1)}.form-field-toggle,.form-field-toggle.is-closed{transition:transform 1s cubic-bezier(0,1,0,1)}.form-field-toggle.is-closed{transform:rotate(-180deg)}.component--business-purchase-order-form-notes .field-radius .MuiInputBase-input{border-radius:20px}