/* Override nhỏ trên nền Tabler: chế độ sidebar thu gọn còn icon (Tabler không có sẵn). */

@media (min-width: 992px) {
  #sidebar.navbar-collapsed {
    width: 4.5rem;
  }

  #sidebar.navbar-collapsed ~ .page-wrapper {
    margin-left: 4.5rem;
  }

  #sidebar.navbar-collapsed .navbar-brand-text,
  #sidebar.navbar-collapsed .nav-link-title,
  #sidebar.navbar-collapsed .dropdown-toggle::after {
    display: none;
  }

  #sidebar.navbar-collapsed .navbar-brand {
    justify-content: center;
  }

  #sidebar.navbar-collapsed .nav-link {
    justify-content: center;
  }
}

/* Mockup khung điện thoại cho trang UI > BC PTTB (mô phỏng thiết kế app "Chi tiết gói"). */

.bc-pttb-phone-wrap {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
}

.bc-pttb-phone {
  width: 375px;
  max-width: 100%;
  background: #fff;
  color: #182433;
  border: 10px solid #1a1a1a;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.bc-pttb-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1.25rem 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.bc-pttb-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 1px solid #eef0f2;
}

.bc-pttb-nav .bc-pttb-back {
  position: absolute;
  left: 1rem;
  color: #182433;
}

.bc-pttb-agent-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, #ffe8d1, #ffffff);
}

.bc-pttb-avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fd7e14;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.bc-pttb-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 1.25rem 0.75rem;
  font-weight: 600;
}

.bc-pttb-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 1rem 1.5rem;
  max-height: 480px;
  overflow-y: auto;
}

.bc-pttb-card {
  border: 1px solid #e6e7e9;
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
}

.bc-pttb-badge {
  display: inline-block;
  margin: 0.35rem 0.4rem 0.6rem 0;
  padding: 0.15rem 0.6rem;
  border-radius: 0.35rem;
  background: #fd7e14;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.bc-pttb-type-detail {
  display: inline-block;
  margin: 0.35rem 0 0.6rem;
  padding: 0.15rem 0.6rem;
  border-radius: 0.35rem;
  border: 1px solid #fd7e14;
  color: #fd7e14;
  font-size: 0.75rem;
  font-weight: 600;
}

.bc-pttb-card-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #4b5563;
}
