/**
 * Give Recurring Admin Transaction Styles
 *
 * @description: Providing some recurring specific styles for update payments
 */

.give-recurring-notice {
    padding: 15px;
    font-style: italic;
    color: #868686;
    position: relative;
}

.give-recurring-notice .dashicons {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    font-size: 72px;
    opacity: 0.1;
    z-index: 0;
}

span.give-donation-status-recurring {
    background-color: transparent !important;
    cursor: help;
    font-size: 14px;
    height: 14px;
    width: 14px;
    color: #2683B8;
    margin: 1px 3px 0 -1px;
}

#give-order-subscription-payments p:first-child {
    margin-bottom: 10px !important;
}

#give-order-subscription-payments .inside {
    max-height: 300px;
    overflow-y: auto;
}