.AccountingRunSection {
    &-Actions {
        .btn {
            font-size: inherit;
            text-transform: capitalize;
            width: 70px;
        }
    }

    &-CompleteIcon {
        align-items: center;
        background-color: var(--success);
        border-radius: 50%;
        display: inline-flex;
        height: 20px;
        justify-content: center;
        text-align: center;
        width: 20px;

        .CheckGlyphIcon {
            color: var(--white);
        }
    }
}
