.white__label__interface__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000000;
    border-radius: 36px;
    height: 812px;
    width: 375px;
    overflow: hidden;
    /* @media (max-width: 1000px) {
        height: 625px;
        border-radius: 18px;
        width: 340px;
    } */
}

.white__label__interface__wrapper.mobile {
    display: none;

    @media (max-width: 900px) {
        display: flex;

    }
}

.white__label__interface__header {
    width: 100%;
    height: 48px;
    background-image: url('/img/banner7/pay-interface/iphone-header.png');
    background-size: cover;
    background-position: center;
}

.white__label__logo_and_language_wrapper {
    width: 100%;
    height: 81px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.white__label__logo_and_language_wrapper .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.white__label__logo_and_language_wrapper .kraster {
    transform: translateX(-24px);
}

.white__label__lang__wrapper {
    gap: 8px;
    display: flex;
    flex-direction: row;

    p {
        font-weight: 600;
        color: #9A8570;
        font-size: 13px;
        font-family: 'Inter Tight';
    }
}

.white__label__select__currency__wrapper {
    gap: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    height: 60px;
    margin-bottom: 18px;

    p {
        font-size: 13px;
        color: #F6F4EC;
        font-weight: 600;
    }
}

.white__label__select__currency__circle {
    width: 30px;
    height: 30px;
    border: 1px solid #323334;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #F6F4EC;

    p {
        font-weight: 700;
        color: #0A0A0A;
        font-size: 14px;
        font-family: 'Inter Tight';
    }
}