.pay_overlay__wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0,0.7);
    left: 0;
    top: 0;
    z-index: 13;
    display: none;
    justify-content: center;
    align-items: center;
}

.pay_overlay__container {
    background: white;
    padding: 15px;
    border-radius: 25px;
}

.pay_overlay__flexbox {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}