#dwolla-micro-deposits-verify .dwolla-text-container {
    border-radius: 8px;
    width: 100%;
    margin: 0px 0px 16px 0px;
    box-sizing: border-box !important;
    color: #fff;
    background-color: #155eef !important;
    border-radius: 6px;
    padding: 8px;
    min-width: 0;
    overflow: auto;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    border: none;
}

#dwolla-micro-deposits-verify .dwolla-text-container p {
    margin: 0px !important;
}

#dwolla-micro-deposits-verify .dwolla-micro-deposits-submit {
    margin: 0px !important;
    display: flex;
}

#dwolla-micro-deposits-verify #dwolla-micro-deposits-verify-title {
    display: none;
}

#dwolla-micro-deposits-form,
#dwolla-funding-source-create-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

#dwolla-success,
#dwolla-error {
    margin-bottom: 16px;
    border-radius: 8px;
    display: block;
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

#dwolla-error {
    background-color: #d92d20;
}

#dwolla-success {
    display: none !important;
}

/* #dwolla-funding-source-create dwolla-error,
#dwolla-micro-deposits-verify
    dwolla-error:not([message='Amount should be between 0 and 10¢.']),
#dwolla-error-message #dwolla-error {
    display: none !important;
} */

.dwolla-input-container {
    margin: 0px !important;
    padding: 0px !important;
    gap: 4px !important;
    width: 100% !important;
}
#dwolla-micro-deposits-verify #dwolla-micro-deposits-verify-title,
.dwolla-input-container label {
    color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Rethink Sans';
}

.dwolla-input-container input {
    width: 100% !important;
    padding: 12px !important;
}

.dwolla-input-container select {
    padding: 8px 12px !important;
}

.dwolla-input-container input,
.dwolla-input-container select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
    font: inherit;
    color: inherit;
    border-radius: 8px;
}

.dwolla-customer-input:focus,
.dwolla-customer-input:focus-visible,
.dwolla-input-container input:focus,
.dwolla-input-container input:focus-visible,
.dwolla-input-container select:focus,
.dwolla-input-container select:focus-visible {
    border-color: #038935;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    outline: none;
}

.dwolla-customer-bankAccountType:focus,
.dwolla-customer-bankAccountType:focus-visible {
    border-color: red;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    outline: none;
}

.dwolla-funding-source-submit {
    margin: 0px !important;
    display: flex;
}

.dwolla-micro-deposits-submit input[type='submit'],
.dwolla-funding-source-submit input[type='submit'] {
    width: unset !important;
    background-color: #038935;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    border-radius: 9999px;
    margin-left: auto;
}

.dwolla-micro-deposits-submit input[type='submit'].dwolla-loading,
.dwolla-funding-source-submit input[type='submit'].dwolla-loading {
    color: #475467;
    background-color: #eaecf0;
    background: #eaecf0;
    animation: none;
    cursor: wait;
}

.dwolla-micro-deposits-submit input[type='submit']:disabled,
.dwolla-funding-source-submit input[type='submit']:disabled {
    color: #475467;
    background-color: #eaecf0;
    background: #eaecf0;
}
.
/////////////////////////////

/* Wrapper container */
.dwolla-funding-source-create {
}

/* Input wrapper */
.dwolla-input-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

/* All inputs */
.dwolla-customer-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
}

/* Custom focus color for inputs */

/* Individual input fields */
.dwolla-customer-routingNumber {
}
.dwolla-customer-accountNumber {
}
.dwolla-customer-name {
}

/* Account type select */
.dwolla-customer-bankAccountType {
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

/* Submit button */
.dwolla-submit,
.dwolla-customer-submit {
    width: 100%;
    padding: 12px;
    background-color: #6366f1;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
}

.dwolla-submit:hover,
.dwolla-customer-submit:hover {
    background-color: #4f46e5;
}

/* Success message */
.dwolla-success {
}
.dwolla-success-message {
    color: #16a34a;
    background: #f0fdf4;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
}

/* Error message */
.dwolla-error {
}
.dwolla-error-message {
    color: #dc2626;
    background: #fef2f2;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
}
