#thongTinThanhToanHH {
  border-color: #e2e2e2;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  margin: 12px auto;
  display: inline-flex;
        background: #fff;
}
#cot2HH tbody  {
  list-style: none !important;
  line-height: 1em;
  text-align: left;

}
#cot2HH tbody  tr th{
    font-weight:500;
    padding: 5px;
    border:0;
}
#cot2HH tbody  td>th{
    padding:3px;
}
#cot1HH {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  /* align-items:center; */
  border-radius: 10px 0px 0px 10px;
  padding: 20px 30px;
  border-right: 1px solid #e2e2e2;
}
.pCenterHH{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cot2HH {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 10px 0px 0px 10px;
  padding: 20px 30px;
}
#cot2HH > div > table{
  margin: auto; width:auto; border:0;
}
.qrVietqr{
  display: block;
  margin:auto;
  width:200px;
  padding: 10px;
}
.napas247{
  margin:auto;
}
.iconCenterHH{
  display: flex;
  align-items:center;
  flex-wrap: wrap;
}
.iconCenterHH > img{
padding: 0 5px;
}
#cot2HH tbody  button{
    background-color: transparent !important;
    padding: 0 !important;
    margin-left: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

#cot2HH tbody  > tr > :nth-child(2) >img{
  max-height: 20px;
}
#cot2HH tbody  > tr > :nth-child(2){
  display: flex;
  align-items: center;
  font-weight: bold;
}

.noiDungCopy{
  color: red;
  font-weight: bold;
  border: 1px solid red;
  padding: 1px 10px;
  border-radius: 3px;
}
#thongBaoCopy{
    background-color: #00000080;
    color: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    padding: 8px 25px;
    border-radius: 6px;
    z-index:1000;
}
.taiMaQr{
  display: inline-flex;
  align-items:center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #0698D4, #A1CC38);
  padding: 3px 20px;
  margin-left: 5px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}
.taiMaQr:hover{
  color: #000;
  background-image: linear-gradient(to left, #0698D4, #A1CC38);
}
.taiMaQr img{
  padding: 5px;

}
.taiMaQrCode{
display: flex;
align-items:center;
flex-direction: row;
flex-wrap: nowrap;
}
.anPc{
display: flex;
align-items: start;
flex-direction: column;
}
.anPc >h4{
margin: auto !important;
}
@media screen and (min-width: 700px) {
  .anPc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #bang_thong_tin_thanh_toan {
    margin: 20px 0px;
    border-color: #af206f;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-radius: 12px;
    display: inline-flex;
  }
  #thongTinThanhToanHH{
    padding: 10px 30px;
  }
  #cot1HH {
    display: none;
  }
    #cot2HH {
  padding: 20px 10px;
}
  .anMoblie {
    display: none;
    border: 1px dashed
  }

}
