.paghiper .payment {
    display: flex;
}

.paghiper .payment .qrcode {
    width: 200px;
    margin-right: 10px;
}

.paghiper .payment .qrcode .info {
    text-align: center;
    margin-top: 10px;
}

.paghiper .payment .qrcode img {
    height: 200px;
}

.paghiper .payment .help {
    flex: 1;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.paghiper .payment .help div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.paghiper .payment .help div i {
    width: 25px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.paghiper .payment .help div span {
    flex: 1;
}

.paghiper .payment .help div i.fa-mobile {
    font-size: 30px;
}

.paghiper .url {
    border: 1px solid #535d70;
    padding: 5px;
    background: #ced4e0;
    margin-top: 10px;
    display: flex;
    border-radius: 3px;
}

.paghiper #copy-text-container {
    width: 385px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 33px;
}

.paghiper .url .copy {
    width: 150px;
    background: #535d70;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}

.paghiper .url .copy strong {
    white-space: nowrap;
}

.paghiper .url .copy:hover {
    text-decoration: none;
}

.paghiper .after {
    margin-top: 20px;
    text-align: center;
}