.withdrawal-conditions-hint{
    display: flex;
    padding: 24px; flex-direction: column; align-items: flex-start; gap: 16px; align-self: stretch;border-radius: 8px;
    border: 1px solid var(--border-border-secondary, #967800);
    background: var(--surface-surface-tertiary, #FFF8EA);
}
.withdrawal-conditions-hint .header{
    color: var(--text-text-primary-1, #2B2B2B);
    /* Heading/Heading 3 */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.withdrawal-conditions-hint span{
    color: var(--text-text-primary-1, #2B2B2B);

    /* Text/regular-size/regular 400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.withdraw-main-content{
    display: flex;
    max-width: 1200px;
    padding: var(--spacing-large, 40px) var(--spacing-large, 0px) 40px var(--spacing-large, 0px);
    flex-direction: row;
    align-items: flex-start;
    gap: var(--spacing-large, 40px);
    align-self: stretch;
}

.withdraw-main-content .account-info{
    display: flex;
    padding: var(--spacing-large, 40px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-large, 40px);
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--spacing-xx-small, 8px);
    border: 1px solid var(--border-border-primary-1, #E7E7E7);
    background: var(--surface-surface-primary-1, #FFF);
}

.withdraw-main-content .withdraw-details{
    display: flex;
    padding: var(--spacing-large, 40px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-large, 40px);
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--spacing-xx-small, 8px);
    border: 1px solid var(--border-border-primary-1, #E7E7E7);
    background: var(--surface-surface-primary-1, #FFF);
}

.withdraw-main-content .header{
    color: var(--text-text-primary-1, #2B2B2B);

    /* Heading/Heading 3 */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.withdraw-main-content .table-content{
    width: 100%;
}
.withdraw-main-content .table-content tr {
    border-bottom: 1px solid #E7E7E7;
}
.withdraw-main-content .table-content tr:last-child, .withdraw-main-content .table-content tr.none-border-bottom {
    border-bottom: none;
}
.withdraw-main-content .table-content td{
    padding-bottom: 10px;padding-top: 10px;
}

.withdraw-agreements .button-div {
    margin-top: 15px;
    display: flex; justify-content: center; align-items: center; width: 100%;
}
.withdraw-agreements .button-main {
    background-color: rgb(250, 204, 21); border-radius: 5px; padding-top: 8px; padding-bottom: 8px; text-align: center; display: inline-block;
}
.withdraw-agreements .button-text {
    font-size: 14px; color: rgb(113, 84, 0); font-weight: bold;
}
.withdraw-agreements .checkout-button {
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-top: 40px;
}

.error.error-box{
    display: flex;
    padding: var(--spacing-xx-small, 8px) var(--spacing-small, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-small, 16px);
    align-self: stretch;
    border-radius: var(--spacing-xx-small, 8px);
    background: var(--colours-red-100, #FFF2F2);
    color: red;
}

.error{
    color: red;
}

.agreement-h3{
    color: var(--text-text-primary-1, #2B2B2B);

    /* Heading/Heading 3 */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}
.agreement-url{
    color: var(--text-text-primary-1, #2B2B2B);

    /* Paragraph/regular 500 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.888px;
}

.withdraw-pending{
    display: flex;
    width: 468px;
    height: 306px;
    padding: var(--spacing-large, 40px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.withdraw-pending-header{
    color: var(--text-text-primary-1, #2B2B2B);
    text-align: center;

    /* Text/regular-size/regular 500 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.withdraw-pending-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
}

.withdraw-pending-desc p{
    color: var(--text-text-secondary, #8B8B8B);
    text-align: center;

    /* Text/small-size/regular 400 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

#modal_withdraw_confirm_submission h2{
    color: var(--text-text-primary-1, #2B2B2B);

    /* Heading/Heading 3 */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

#submission_form_error_container h2
{
    color: var(--text-text-primary-1, #2B2B2B);

/* Heading/Heading 3 */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

input.error-field, select.error-field {
    border-radius: var(--spacing-xx-small, 8px);
    border: 1px solid var(--colours-red-500, #E32121);
    background: var(--surface-surface-primary-1, #FFF);
}

#payment-methods,#payment-methods option  {
    color:  black;
}

#payment-methods.value-null {
    color: #A7A7A7;
}

#Net_Profit_to_Receive {
    font-size: 24px;
    font-weight: 500;
}