.white__label__pay__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Inter Tight';
    position: relative;
}

.white__label__pay__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;

    p {
        color: #998470;
        font-size: 11px;
        font-weight: 600;
    }
}

.white__label__pay__id {
    opacity: 0.5;
}

.white__label__pay__id__data {
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

    p {
        opacity: 0.3;
    }

    img {
        width: 14px;
        height: 14px;
    }
}

.white__label__pay__info__wrapper {
    height: 87px;
    width: 100%;
    background: linear-gradient(180deg, #1F1C1A 0%, #1D1D1D 100%);
    border-radius: 18px;
    padding: 4px;
}

.white__label__pay__info__bg {
    width: 100%;
    height: 100%;
    background-image: url('/img/banner7/pay-interface/pay-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 18px;
    position: relative;
}

.white__label__pay__name__and__link {
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }
}

.white__label__pay__name__and__link__column {
    h1 {
        padding: 0;
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        text-align: start;
    }

    p {
        font-family: 'Inter Tight';
        font-weight: 600;
        font-size: 11px;
        color: #9A857080;
        text-align: start;
    }

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 4px;
}

.white__label__pay__amount__column {
    font-family: 'Inter Tight';
    font-weight: 600;

    h1 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        text-align: right;
        color: #ECEDEE;
    }

    p {
        font-size: 11px;
        color: #9A8570;
        text-align: right;
    }

    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    gap: 4px;
}

.white__label__pay__amount__timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(70%);

    img {
        width: 48px;
        height: 48px;
    }
}

.white__label__pay__deadline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    margin-top: 40px;
    margin-bottom: 18px;

    h1 {
        color: #ECEDEE;
        font-size: 24px;
        font-weight: 600;
    }

    p {
        color: #9A8570;
        font-size: 11px;
        font-weight: 600;
    }
}

.white__label__pay__currency__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: linear-gradient(180deg, #1F1C1A 0%, #1D1D1D 100%);
    border-radius: 18px;
    height: 50px;
    width: 100%;
    padding: 4px;
    margin-bottom: 8px;
}

.white__label__pay__currency {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row;
    background: #0A0A0A;
    border-radius: 16px;
    width: 100%;
    padding: 4px;
    height: 100%;
    gap: 8px;

    img {
        width: 32px;
        height: 32px;
        border-radius: 14px;
    }
}

.white__label__pay__currency__column {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    gap: 4px;

    h1 {
        color: #9A8570;
        font-size: 11px;
        font-weight: 600;
    }

    p {
        font-size: 12px;
        color: #ECEDEE;
        font-weight: 600;
    }
}

.white__label__pay__currency__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: calc(100% - 18px);
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%);
    border: 2px solid #ECEDEE4D;
    color: #0A0A0A;
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 12px;
    margin-bottom: 18px;
}

.white__label__pay__address__block {
    width: 100%;
    background: linear-gradient(180deg, #1F1C1A 0%, #1D1D1D 100%);
    border-radius: 18px;
    padding: 4px;
    height: 122px;
    flex-direction: column;
}

.white__label__pay__address__info {
    font-size: 14px;
    font-weight: 500;
    color: #ECEDEE;
    padding-left: 14px;
    padding-bottom: 12px;
    padding-top: 16px;
    text-align: left;
    width: 100%;
}

.white__label__pay__address__info .usdt {
    color: #C5AF97;
    font-weight: 600;
}

.white__label__pay__address__info .trc20 {
    background: radial-gradient(97.97% 100% at 2.03% 0%, rgba(197, 175, 151, 0.1) 0%, rgba(201, 171, 142, 0.1) 50%, rgba(184, 167, 149, 0.1) 100%);
    color: #C5AF97;
    padding: 3px 6px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
}

.white__label__pay__address__copy__block {
    padding: 12px 16px;
    width: 100%;
    background: #0A0A0A;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 16px;
    gap: 24px;

    p {
        color: #C5AF97;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        horiz-align: center;
        word-break: break-all;
        white-space: normal;
        flex: 1;
    }
}

.white__label__pay__address__copy__block .button {
    border-radius: 14px;
    background: #2A241F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;

    img {
        width: 18px;
        height: 18px;
    }
}

.white__label__pay__iphone__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 375px;
    height: 132px;
    background-image: url('/img/banner7/pay-interface/iphone-footer-dark.png');
    background-size: cover;
    background-position: center;
    transform: translateY(70%);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.white__label__pay__iphone__footer .text {
    margin-top: 15px;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 40px;

    img {
        width: 13px;
    }

    p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: left;
    }
}






