/* стили для статусов платежей */
.link__copied {
    margin-top: 6px;
    color: var(--success);
    font-size: 16px;
}
.link__copied__text {
    margin-top: 4px;
    font-size: 12px;
}
.header__status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    color: var(--white);
    background: var(--negative);
}
.header__status > * + * { margin-left: 12px; }
.header__status.completed { background: var(--success); }
.header__status.init,
.header__status.new,
.header__status.wait,
.header__status.processing { background: var(--processing); }
.header__status > * + * { margin-left: 16px; }
.data__row__value { margin-left: 8px; }
.data__row__link { cursor: pointer; }
.status_not-found {
    position: absolute;
    top: 20px;
    right: 20px;
}
