.thongtinthe .logo-bank-account {
    cursor: pointer;
}
.thongtinthe .logo-bank-account img {
    display: none;
}
.thongtinthe.active .logo-bank-account img {
    display: block;
}
.thongtinthe.active .btn-qrcode-render {
    display: none;
}
@media(max-width:991px){

    .Tab2{
        background-image: url(/themes/images/img-cod/3buoc.png)
    }
    .thongtinthe{position: relative;}
    .thongtinnh > p {
        display: block;
        line-height: 22px;
    }
    .thongtinthe .logo-bank-account{
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thongtinthe .qrcode-render img {
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
    }

    .thongtinthe .btn-qrcode-render {
        background-image: url(/themes/img/qr-code-icon.jpg);
        background-position: left top;
        background-size: 30px;
        background-repeat: no-repeat;
        border: none;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 5px;
    }
    .logo-bank-account.qr-code-show {
        display: flex;
        z-index: 9;
        justify-content: center;
        align-items: normal;
    }
    .logo-bank-account.qr-code-show img {
        max-width: 100%;
        height: auto;
        display: flex;
    }

    .load-process {
        background-image: url(/themes/img/loaders/default.gif);
        width: 32px;
        height: 32px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.list_bank {
        display: flex;
        flex-wrap: wrap;
    }
    ul.list_bank li {
        padding: 10px;
        margin: 0px;
    }

}

.tooltip {
  position: relative;
  display: inline-block;
}
button.copy-text {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin: 0 10px;
}

button.copy-text span {
    color: #000;
    font-weight: 300;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}