[id^="p2p_modal"] {
    .items {
        display: flex;
        flex-direction: column;
        gap: 1rem;

        .item {
            display: flex;
            align-items: center;

            .title {
                font-weight: 600;
            }

            button {
                margin-left: auto;
                margin-bottom: 0;
            }
        }
    }

    .modal .alert_info {
        margin-top: 1rem;
        padding: 20px;
        background: #ffbc004a;
        border: 1px dashed #ffbc00;
        border-radius: 8px;
        color: #ad7f00;
        text-align: center;
        font-size: 16px;
    }

    .status_confirm {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .status_info {
        padding: 1rem;
        border: 1px dashed #00000038;
        border-radius: 8px;
        background: #0000000d;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }

    #lottie-loader {
        width: 150px;
        height: 150px;
    }
}

[id^="p2p_payments"] .block_head {
    display: flex;
    align-items: center;
    gap: 10px;
}

[id^="p2p_payments"] .block_head .badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

[id^="p2p_payments"] .block_head .badges .badge {
    font-size: 12px;
    color: #fff;
    line-height: normal;
    margin: 0;
}

[id^="p2p_modals"] .modal {
    pointer-events: none !important;
}