.wbk_recurring_list {
    list-style: none;
    margin: 0;
    padding: 0;

    &--loading,
    &--error {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 240px;
        height: 100%;
        margin: 0;
        padding: 12px 16px;
        font-size: 14px;
        box-sizing: border-box;
        text-align: center;
    }

    &--loading {
        color: #668091;
        background: #f8f9fa;
    }

    &--error {
        color: #b32d2e;
        background: #fcf0f1;
    }

    &--empty {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 240px;
        height: 100%;
        margin: 0;
        padding: 16px;
        font-size: 14px;
        color: #668091;
        text-align: center;
        box-sizing: border-box;
    }
}
