.deposit-popup-account-wallet,
.ax_rf_popup-container,
.withdrawal-popup-account-wallet {
    display: none;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    border: 1px solid #000;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    z-index: 20;
    overflow-y: auto;
    max-height: 80vh;
}



.withdrawal-popup-account-wallet-wrapper {
    overflow-y: auto;
}

.deposit-popup-account-wallet-close,
.withdrawal-popup-account-wallet-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
border: 1px solid #000;
padding: 5px;
    font-weight: bold;
    cursor: pointer;
}
.ax_rf_popup-container.active,
.deposit-popup-account-wallet.active,
.withdrawal-popup-account-wallet.active {
    display: block;
    pointer-events: all;
}
.ax_rf_reason {
    margin-top: 10px;
    margin-bottom: 20px;
}

#some-funds-pending-popup.hse-custom-popup.meet-frame__popup {
    border: none;
    box-shadow: 0px 0px 64px 0px #EF5600;
    transition: .3s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
}
#some-funds-pending-popup.hse-custom-popup.meet-frame__popup.active{
    opacity: 1;
    visibility: visible;
}

#payment-message{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    width: 100%;
    background: #fd2348;
    border-radius: 7px;
    padding: 8px;
    color: #fff;
}
#payment-message h4{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1;
}