.vp-payment-wrap{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10000;
    background-color: #3c3c3c82;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.vp-payment-wrap .mCustomScrollBox{
    max-height: 100% ;
}
.vp-checkout-title{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}
.vp-payment-inner{
    height: 90%;
    position: relative;
    overflow-y: auto;
}
.vp-payment-close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d2d2d2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vp-payment-window{
    display: block;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 50px 0px;
    max-width: 400px;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 3px #000;
    position: relative;
}
.vp-address-wrap{
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}
.vp-payment-gateway-wrap{
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
}
.vp-flex-start{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vp-flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.vp-payment-title-wrap {
    display: grid;
    grid-template-columns: 180px auto;
}

.vp-payment-title-wrap label {
    margin: 0px !important;
}
.vp-payment-title-wrap img {
    max-height: 24px;
    max-width: 100px;
}
.vp-radio-btn {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
    padding: 0px !important;
}
.vp-payment-content{
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.vp-payment-desc{
    color: #929191;
    margin-top: 5px;
    font-size: 12px;
}
.vp-payment-input-wrap{
    display: none;
}
.vp-address-error{
    display: none;
}
@media(max-width: 800px){
    .vp-payment-window{
        display: block;
    }
}