
/* ----------------------------------------
// customer profile - my donate
------------------------------------------*/
#customer-profile-tabs .recurring-donation-list .amount-col {
    width: 120px;
}
#customer-profile-tabs .recurring-donation-list .created-col {
    width: 150px;
}
#customer-profile-tabs .recurring-donation-list .end-date-col {
    width: 150px;
}
#customer-profile-tabs .recurring-donation-list .cycle-col {
    width: 110px;
}
#customer-profile-tabs .recurring-donation-list .next-date-col {
    width: 150px;
}
#customer-profile-tabs .recurring-donation-list .status-col {
    width: 55px;
}
#customer-profile-tabs .recurring-donation-list .action-col {
    width: 60px;
}
#customer-profile-tabs .recurring-donation-list .status {
    display: block;
    margin: 0 auto;
}
#customer-profile-tabs .recurring-donation-list .status.positive {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22%23F0F0F0%22%20stroke%3D%22%2302BB4C%22%2F%3E %3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20fill%3D%22%2302BB4C%22%2F%3E %3C%2Fsvg%3E");
}
#customer-profile-tabs .recurring-donation-list .status.negative {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22%23F0F0F0%22%20stroke%3D%22%23FF2144%22%2F%3E %3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20fill%3D%22%23FF2144%22%2F%3E %3C%2Fsvg%3E");
}
#customer-profile-tabs .recurring-donation-list .status.diplomatic {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22%23F0F0F0%22%20stroke%3D%22%23737373%22%2F%3E %3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20fill%3D%22%23737373%22%2F%3E %3C%2Fsvg%3E");
}


/*
// customer profile
--------------------------------------------*/
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations col.action-col {
    width: 80px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations col.amount-col {
    width: 150px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations #bmui-tab-recurring_donation col.name-col {
    width: 265px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations #bmui-tab-recurring_donation col.created-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations #bmui-tab-recurring_donation col.end-date-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations #bmui-tab-recurring_donation col.cycle-col {
    width: 90px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations #bmui-tab-recurring_donation col.amount-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations th {
    word-break: normal;
    line-height: 16px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations td .name-status-wrapper {
    /* @alternate */display: -webkit-box;
    /* @alternate */display: -ms-flexbox;
    display: flex;
    /* @alternate */-webkit-box-pack: justify;
    /* @alternate */-ms-flex-pack: justify;
    justify-content: space-between;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations td .name-status-wrapper .wrapper {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations td .name-status-wrapper .site-donation-status {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    background-color: #000;
    padding: 0 6px;
    border-radius: 4px;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations td .name-status-wrapper .site-donation-status.active {
    background-color: #0DC15C;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations td .name-status-wrapper .site-donation-status.paused {
    background-color: #A5A5A5;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-donations td .name-status-wrapper .site-donation-status.resume {
    background-color: #ff9000;
}
