/* ---------------------------------------------------------------- */
.main-naptien {
  width: 100%;
  max-width: 100%;
}
.containernt-vip {
  padding: 10px;
}
.main_naptien_mb {
  max-width: 100%;
  width: 27%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #dbdade;
  margin-bottom: 50px;
  position: relative;
}
.naptie_top {
  max-width: 100%;
}
.naptie_top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.naptien_botom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_mb_main {
}
.img_mb_main {
  width: 100%;
  max-width: 300px;
}
.img_mb {
  width: 100%;
  max-width: 300px;
}
.thongtintaikhoan_mb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.text-mb {
  padding: 20px 0px;
}
.noidung_ck {
  color: rgb(26, 131, 12);
}
.text-mb {
  margin-top: 20px;
  padding: 0px 30px;
  margin-bottom: 100px;
}
.text-mb .strong_text_ck {
  color: rgb(234, 84, 85, 1);
  border: 2px dashed #e04f1a30;
  padding: 3px 7px;
}
.text_main_auto {
  background-color: #fff1e3;
  color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.text_main_auto ul li {
  color: #333;
  list-style: inside;
}

.main_naptien_mb::after {
  content: "AUTO";
  top: 0;
  right: 0;
  position: absolute;
  font-weight: 700;
  background-color: #ff3c00;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.main_naptien_mb:nth-child(2):after {
  content: "BẢO TRÌ";
  top: 0;
  right: 0;
  position: absolute;
  font-weight: 700;
  background-color: #ff3c00;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.blobk_thongtin_tk {
  display: flex;
  justify-content: start;
  gap: 30px;
  flex-wrap: wrap;
}
.text_main_auto ul li strong {
  color: #e41313;
  font-weight: 600;
}
.text_main_auto ul li {
  font-size: 17px;
  padding: 4px;
}

@media (max-width: 1024px) {
  .main_naptien_mb {
    width: 100% !important;
  }
  .thongtintaikhoan_mbz .strong_text_ck {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
}
.thongtintaikhoan_mb {
  margin-bottom: 10px;
}


.vietqr-container {
  text-align: center;
  margin-top: 20px;
}

.vietqr-img {
  max-width: 100%;
  max-height: 300px;
}
.vietqr-img {
  max-width: 100%;
  max-height: 300px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Container cho form nhập tiền */
#napTienForm {
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

/* Nhãn của trường nhập tiền */
#napTienForm label {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Input cho số tiền */
#napTienForm input[type="number"] {
  width: 100%;
  max-width: 250px;
  padding: 7px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  outline: none;
  text-align: center;
}

#napTienForm input[type="number"]:focus {
  border-color: #359ff4; /* Màu viền khi focus */
}

/* Nút tạo QR */
#napTienForm button {
  padding: 7px 20px;
  font-size: 16px;
  background-color: #359ff4;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#napTienForm button:hover {
  background-color: #2699f7; /* Màu khi hover */
}

/* Nút không cho phép khi chưa nhập số tiền */
#napTienForm button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Khoảng cách giữa form và ảnh QR */
#qrCodeContainer {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 576px) {
    .qr-and-info{
    flex-direction: column;
}
}

.qr-and-info p {
    margin:0;
}
.qr-and-info{
    display:flex;
     align-items: center;
}
.bank-logo img {
    width: 100px;
    margin-bottom: 12px;
}
