.qrpayment {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 100;
    padding: 0 10px 0 0;
    overflow: auto;
}

.qrpayment .header_bar {
    width: calc(100% - 20px);
    height: 50px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* column-gap: 10px; */
    border: solid #EBEBEB;
    border-width: 0 0 2px 0;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    z-index: 1;
    /* position: fixed; */
    top: 0;
    left: 0;
}

.qrpayment .header_bar .text {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.qrpayment .header_bar button.close{
    
}

.qrpayment span.des {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    width: calc(100% - 20px);
}

.qrpayment img {
    width: 70%;
    margin: 20px 0;
}

.qrpayment button.save {
    width: 120px;
    min-height: 40px;
    background: #30B0C7;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    /* margin: 0 0 20px 0; */
    position: absolute;
    bottom: 10px;
}


.qrpayment span.text_footer {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
}