.content-account-login,
.content-account-register,
.content-account-forgot {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
}

.content-account-login h4,
.content-account-register h4,
.content-account-forgot h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #10b981;
}

.content-account-login label.form-label,
.content-account-register label.form-label,
.content-account-forgot label.form-label {
  color: #555;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}

.content-account-login button.btn-login,
.content-account-login button.btn-register,
.content-account-register button.btn-login,
.content-account-register button.btn-register,
.content-account-forgot button.btn-login,
.content-account-forgot button.btn-register {
  width: 100%;
  text-transform: uppercase;
  padding: 10px;
  background: linear-gradient(to right, #11998e 0%, #38ef7d 51%, #11998e 100%);
  background-size: 200% auto;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
  letter-spacing: 1px;
}

.content-account-login button.btn-login:hover,
.content-account-login button.btn-register:hover,
.content-account-register button.btn-login:hover,
.content-account-register button.btn-register:hover,
.content-account-forgot button.btn-login:hover,
.content-account-forgot button.btn-register:hover {
  background-position: right center;
  box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
}

.account-dashboard-nav {
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.account-dashboard-nav .nav-pills .nav-link.active,
.account-dashboard-nav .nav-pills .show>.nav-link {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #fff;
  box-shadow: 0 5px 15px rgba(17, 153, 142, 0.3);
}

.account-dashboard-nav .nav-pills .nav-link {
  color: #495057;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.account-dashboard-nav .nav-pills .nav-link:hover:not(.active) {
  background-color: #f0fdfa;
  transform: translateX(5px);
  color: #11998e;
}

.btn-account {
  background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
  color: #ffffff;
  border: none;
  padding: 7px 16px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(13, 110, 253, 0.2);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

.btn-account:hover {
  background: linear-gradient(135deg, #0b5ed7 0%, #0bacce 100%);
  box-shadow: 0 8px 15px rgba(13, 110, 253, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

.account-heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #11998e;
  color: #11998e;
  font-size: 16px;
  font-weight: 600;
}

.account-orders {
  overflow-x: auto;
}

.account-order-item_top {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.account-orders-detail-back {
  background: #f2f2f2;
  padding: 6px 12px;
  border-radius: 7px;
  border: 1px solid #ddd;
  font-style: italic;
  display: inline-block;
}

.account-order-item_bottom_row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0;
}

.account-order-item_bottom_row span {
  font-size: 13px;
}

.account-order-item_bottom_row strong {
  color: #dc3545;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  min-width: 150px;
  text-align: right;
}

.account-orders-search form {
  margin-bottom: 20px;
  background-color: #f4f8fa;
  padding: 8px 0;
  box-shadow: 0 0.0625rem 0.0625rem #0000000d;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.account-orders-search span {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding-left: 10px;
  font-size: 20px;
  color: #ccc;
}

.account-orders-search input[name="code"] {
  width: calc(100% - 75px);
  margin-left: 10px;
  height: 28px;
  background-color: transparent;
}

.account-orders-detail-product {
  display: flex;
}

.account-orders-detail-product_photo {
  flex: 0 0 60px;
  max-width: 60px;
}

.account-orders-detail-product_info {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 10px;
}

.account-orders-detail-product_info p:not(:first-child) {
  font-size: 13px;
}

.account-orders-table-product {
  width: 100%;
}

.account-orders-table-product thead th {
  font-weight: 600;
  background-color: #f4f6f9;
  color: #11998e;
}

.account-orders-table-product thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.account-orders-table-product thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.account-orders-table-product th,
.account-orders-table-product td {
  align-items: center;
  padding: 10px;
}

.account-orders-table-product tbody tr+tr {
  border-top: 1px dashed #eee;
}

.account-orders-detail-info {
  margin-top: 20px;
}

.account-orders-detail-info h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
  color: #11998e;
  padding-bottom: 6px;
  border-bottom: 1px solid #11998e;
}

.account-orders-detail-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 991px) {

  .content-account-login,
  .content-account-register,
  .content-account-forgot {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .content-account-login h4,
  .content-account-register h4,
  .content-account-forgot h4 {
    font-size: 15px;
  }

  .content-account-login button.btn-login,
  .content-account-login button.btn-register,
  .content-account-register button.btn-login,
  .content-account-register button.btn-register,
  .content-account-forgot button.btn-login,
  .content-account-forgot button.btn-register {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {

  .content-account-login,
  .content-account-register,
  .content-account-forgot {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.account-content {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* ===== CARD ĐIỂM TÍCH LŨY ===== */
.account-points-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #00b894 0%, #00d2a8 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 184, 148, 0.35);
}

.account-points-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.account-points-card::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.account-points-card_icon {
  width: 86px;
  height: 86px;
  min-width: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 2;
}

.account-points-card_icon i {
  font-size: 38px;
  color: #fff;
}

.account-points-card_body {
  position: relative;
  z-index: 2;
}

.account-points-card_label {
  margin: 0 0 8px;
  font-size: 15px;
  opacity: 0.95;
}

.account-points-card_value {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.account-points-card_value span {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.95;
}

.account-points-card_convert {
  margin: 10px 0 0;
  font-size: 15px;
  opacity: 0.95;
}

.account-points-card_convert strong {
  color: #fff;
  font-weight: 700;
}

/* ===== KHỐI QUY ĐỊNH ===== */
.account-points-note {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.account-points-note_title {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

/* 
.account-points-note ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.account-points-note li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.account-points-note li:last-child {
  margin-bottom: 0;
}

.account-points-note li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
} */

/* ===== NÚT TIẾP MUA HÀNG ===== */
.btn-account {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
  transition: all .25s ease;
}

.btn-account:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.38);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .account-content {
    padding: 18px;
    border-radius: 16px;
  }

  .account-points-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    border-radius: 20px;
  }

  .account-points-card_icon {
    width: 74px;
    height: 74px;
    min-width: 74px;
  }

  .account-points-card_icon i {
    font-size: 32px;
  }

  .account-points-card_value {
    font-size: 34px;
  }

  .account-points-card_value span {
    font-size: 18px;
  }

  .account-points-note {
    padding: 22px;
    border-radius: 18px;
  }

  .account-points-note_title {
    font-size: 20px;
  }

  .btn-account {
    width: 100%;
    justify-content: center;
  }
}