/* Table scroll area */
/* Pagination compact design */
/* Pagination (FINAL FIX 🔥) */

.pagination-wrapper {
  display: flex;
  justify-content: space-between; /* 🔥 LEFT + RIGHT */
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

/* Right pagination */
.pagination-links {
  display: flex;
}

/* Fix pagination size */
.pagination {
  margin: 0;
}

/* Optional spacing on mobile */
@media (max-width: 576px) {
  .pagination-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.table-scroll {
  max-height: 300px; /* adjust as needed */
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* Sticky header */
.table-scroll thead th {
  position: sticky;
  top: 0;
  background: #f9fafb;
  z-index: 2;
}

/* Optional smooth scrollbar */
.table-scroll::-webkit-scrollbar {
  width: 6px;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
/* Scrollable container */
.order-scroll-area {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Order card */
.batch-content {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  transition: 0.3s;
}

.batch-content:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Header section */
.batch-content-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Order info */
.batch-content-create p {
  margin: 0;
}

.batchid {
  font-weight: 600;
}

.batchcreated {
  font-size: 13px;
  color: #6b7280;
}

/* Button */
.more-detail-btn {
  border: none;
  background: #f3f4f6;
  padding: 6px 12px;
  border-radius: 6px;
  transition: 0.2s;
}

.more-detail-btn:hover {
  background: #e5e7eb;
}

/* Table */
.batch-content-table-details {
  margin-top: 15px;
}

.batch-content-table-details table {
  width: 100%;
  border-collapse: collapse;
}

.batch-content-table-details th {
  background: #f9fafb;
  font-size: 14px;
}

.batch-content-table-details td,
.batch-content-table-details th {
  padding: 10px;
  border: 1px solid #e5e7eb;
}

/* Image */
.batch-content-table-details img {
  border-radius: 6px;
  object-fit: cover;
}

.batch-content {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.batch-content-table-details {
  margin-top: 10px;
}

.batch-collect-imgs {
  display: grid;
  gap: 5px;
}

.batch-collect-imgs img {
  object-fit: cover;
  border-radius: 5px;
}

.wishlist-product-content .row {
  display: flex;
  flex-wrap: wrap;
}

.profile_section {
  padding: 70px 0;
}

.profile_section .profile-content-main {
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: 50px;
}

.profile_section .profile-left {
  box-shadow: 0 5px 15px var(--box-shadow);
  padding: 30px;
  width: 25%;
  border-radius: 10px;
}

.profile_section .profile-content {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
  padding-bottom: 24px;
}

.profile_section .profile-img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.profile_section .product-img img {
  width: 100%;
  height: 100%;
}

.profile_section .profile-name h4 {
  font-family: var(--font-inter-semibold);
  color: var(--text);
  font-size: 20px;
}

.profile_section .profile-name p {
  font-size: 14px;
  color: var(--secendory);
}

.profile_section .nav-pills {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 14px;
}

.profile_section .nav-pills .profile-btn {
  font-size: 18px;
  background-color: transparent;
  padding: 12px 24px;
  color: var(--text);
  text-align: left;
  font-family: var(--font-inter-medium);
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
}

.profile_section .nav-pills .profile-btn.active {
  background-color: var(--primary);
  color: var(--white);
}

.profile_section .profile-right {
  width: 75%;
}

.profile_section .profile-manage {
  margin-bottom: 30px;
}

.profile_section .profile-manage {
  box-shadow: 0 5px 15px var(--box-shadow);
  border-radius: 10px;
  width: 100%;
  padding: 32px;
}

.profile_section .profile-manage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.profile_section .profile-manage-heading h3 {
  font-family: var(--font-inter-semibold);
  font-size: 28px;
  color: var(--primary);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.profile_section .profile-manage-heading p {
  font-size: 16px;
  color: var(--secendory);
}

.profile_section .profile-heading-btn.btn-all-dark {
  padding: 8px 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 14px;
  letter-spacing: 0.8px;
}

.profile_section .profile-manage-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.profile_section .profile-manage-left {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
}

.profile_section .profile-manage-img {
  height: 80px;
  width: 80px;
  position: relative;
}

.profile_section .profile-manage-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.profile_section .profile-manage-img div {
  height: 32px;
  width: 32px;
  position: absolute;
  right: -7px;
  bottom: -9px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.profile_section .profile-manage-middle,
.profile_section .profile-manage-right {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.profile_section .profile-manage-title h3 {
  font-size: 18px;
  color: var(--text);
  font-family: var(--font-inter-semibold);
}

.profile_section .profile-manage-title p {
  font-size: 14px;
  color: var(--secendory);
}

.profile_section .profile-manage-text span {
  display: block;
  font-size: 14px;
  color: var(--secendory);
  font-family: var(--font-inter-medium);
}

.profile_section .profile-manage-text p,
.profile_section .profile-manage-text a {
  color: var(--text);
  font-size: 15px;
  font-family: var(--font-inter-semibold);
}

.profile_section .modal-inp-label input.form-control {
  margin-bottom: 2px;
  height: 44px;
  border-radius: 10px !important;
}

.profile_section .modal-inp-label input.form-control {
  box-shadow: none !important;
  border: 1px solid #dee2e6 !important;
}

.profile_section .modal-inp-label label {
  font-size: 14px;
  font-family: var(--font-inter-medium);
  color: var(--text);
  margin-bottom: 8px;
  display: block;
}

.profile_section .order-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 460px;
  overflow: auto;
}

.profile_section .order-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.profile_section .order-content::-webkit-scrollbar-track {
  background: var(--white);
}

.profile_section .order-content::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.profile_section .order-detail-main {
  display: flex;
  align-items: start;
  /* justify-content: space-between; */
  column-gap: 20px;
  box-shadow: 0 5px 15px var(--box-shadow);
  padding: 20px;
  border-radius: 10px;
}

.profile_section .order-detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 15px;
  width: 100%;
}

.profile_section .order-img {
  width: 100%;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  max-width: 100px;
}

.profile_section .order-img img {
  height: 100%;
  width: 100%;
}

.profile_section .order-title h4 {
  font-size: 24px;
  color: var(--text);
  font-family: var(--font-inter-semibold);
  margin-bottom: 10px;
}

.profile_section .order-title span {
  color: var(--secendory);
  font-size: 16px;
}

.profile_section .order-price {
  font-size: 24px;
  color: var(--primary);
  font-family: var(--font-inter-bold);
}

.profile_section .wishlist-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.profile_section .wishlist-content .item-count {
  color: var(--secendory);
  font-size: 16px;
  font-family: var(--font-inter-medium);
}

.profile_section .product-img-div {
  position: relative;
  display: block;
  z-index: 1;
}

.profile_section .remove-product {
  height: 30px;
  width: 30px;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--secendory);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 8;
  cursor: pointer;
}

.profile_section .remove-product i {
  font-size: 20px;
  color: red;
}

.profile_section .setting-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_section .setting-detail {
  box-shadow: 0 5px 15px var(--box-shadow);
  border-radius: 10px;
  padding: 20px;
  width: 48%;
}

.profile_section .acc-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.profile_section .acc-info-heading h4 {
  font-size: 22px;
  color: var(--text);
  font-family: var(--font-inter-semibold);
}

.profile_section .acc-info-heading span i {
  color: var(--primary);
  margin-right: 5px;
}

.profile_section .setting-content .btn-orange {
  background-color: transparent !important;
  color: var(--primary) !important;
  padding: 0 !important;
}

.profile_section .setting-content .btn-orange:focus {
  border: none !important;
}

.profile_section .acc-info-body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.profile_section .acc-info-body div span {
  font-size: 16px;
  color: var(--secendory);
  font-family: var(--font-inter-medium);
}

.profile_section .acc-info-body div p {
  font-size: 16px;
  color: var(--text);
  font-family: var(--font-inter-medium);
}

.profile_section .security-password {
  margin-bottom: 15px;
}

.profile_section .security-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_section .pass-title h4 {
  font-size: 20px;
  font-family: var(--font-inter-semibold);
  color: var(--text);
}

.profile_section .pass-title p {
  font-size: 16px;
  color: var(--secendory);
}

.profile_section .subscription-plan {
  box-shadow: 0 5px 15px var(--box-shadow);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.profile_section .subscription-plan .subscription-left {
  background: linear-gradient(145deg, #fff8f0 0%, #ffffff 60%);
  padding: 32px;
  width: 100%;
  /* border-right: 1px solid rgba(0, 0, 0, 0.07); */
}

.profile_section .subscription-plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_section .subscription-plan-header .plan {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  color: green;
  font-size: 14px;
  font-family: var(--font-inter-medium);
}

.subscription-plan .subscription-left h3 {
  font-size: 28px;
  color: var(--text);
  font-family: var(--font-inter-bold);
  margin: 20px 0 5px 0;
}

.subscription-plan .subscription-left p {
  font-size: 16px;
  color: var(--secendory);
  font-family: var(--font-inter-regular);
  margin: 0px 0 20px 0;
}

.subscription-plan h2 {
  font-size: 42px;
  font-family: var(--font-inter-bold);
  color: var(--text);
  /* margin-bottom: 30px; */
}

.subscription-plan .subscription-left h2 .yellow {
  font-size: 35px;
  font-family: var(--font-inter-regular);
  color: var(--primary);
  margin-right: 4px;
}

.subscription-plan .subscription-left h2 .gray {
  color: var(--secendory);
  font-family: var(--font-inter-semibold);
  font-size: 14px;
}

.subscription-plan .subscription-left .divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 128, 0, 0.2), transparent);
  margin-bottom: 1.4rem;
}

.subscription-plan .renewal-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  color: var(--secendory);
}
.phone-input .iti {
  width: 100%;
}

.iti input {
  width: 100%;
}

/* label.error{
    font-size:13px;
    margin-top:7px;
    display:block;
} */
.subscription-title-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .profile_section .subscription-right {
  padding: 32px;
} */
/* .profile_section .subscription-right .features-title {
  font-size: 12px;
  font-family: var(--font-inter-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--secendory);
} */
/* .profile_section .subscription-right .features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  margin-bottom: 1.75rem;
} */
/* .profile_section .subscription-right .feature-item::before {
  display: none;
} */
/* .profile_section .subscription-right .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
  font-family: var(--font-inter-medium);
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
} */
/* .profile_section .subscription-right .check-icon {
  width: 20px;
  height: 20px;
  background: var(--enterprise-badge);
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; 
}*/

.empty-wishlist h4 {
  font-family: var(--font-inter-semibold);
  font-weight: 600;
  margin-bottom: 8px;
}

.empty-wishlist p {
  font-family: var(--font-inter-regular);
  font-weight: 400;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1399px) {
  .profile_section .subscription-plan .subscription-left {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .profile_section .profile-content-main {
    flex-direction: column;
    row-gap: 20px;
  }

  .profile_section .profile-left {
    width: 100%;
  }

  .profile_section .profile-right {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .profile_section .profile-left {
    padding: 20px;
  }

  .profile_section .profile-manage-heading h3 {
    font-size: 26px;
  }

  .profile_section .profile-manage-header {
    margin-bottom: 24px;
  }

  .profile_section .order-img {
    max-width: 80px;
    height: 80px;
  }

  .profile_section .order-title h4 {
    font-size: 22px;
  }

  .profile_section .order-price {
    font-size: 20px;
  }

  .profile_section .setting-content {
    flex-direction: column;
    row-gap: 20px;
  }

  .profile_section .setting-detail {
    width: 100%;
  }

  .profile_section .order-content {
    height: 400px;
  }

  .profile_section .subscription-plan {
    flex-direction: column;
  }

  .profile_section .subscription-plan .subscription-left,
  .profile_section .subscription-right {
    width: 100%;
  }

  .subscription-plan .subscription-left .divider {
    display: none;
  }

  .subscription-plan h2 {
    margin-bottom: 15px;
  }

  .profile_section .subscription-right {
    padding: 0 32px;
  }

  .subscription-plan .subscription-left p {
    margin: 0px 0 8px 0;
  }
}

@media only screen and (max-width: 767px) {
  .profile_section .profile-manage-header {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .profile_section .profile-manage-body {
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }

  .profile_section .profile-manage-middle,
  .profile_section .profile-manage-right {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .profile_section .profile-manage-text {
    width: 48%;
  }

  .profile_section .profile-manage {
    box-shadow: 0 5px 15px var(--box-shadow);
    padding: 26px;
  }

  .profile_section {
    padding: 60px 0;
  }

  .subscription-plan h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .profile_section {
    padding: 50px 0;
  }

  .profile_section .order-title h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .profile_section .order-detail-main {
    padding: 12px;
  }

  .profile_section .order-content {
    height: 353px;
  }

  .profile_section .profile-manage {
    padding: 12px;
  }

  .profile_section .modal-footer {
    border: none;
    padding: 16px 0;
    gap: 13px;
  }

  .profile_section .subscription-plan .subscription-left {
    padding: 20px 12px;
  }

  .profile_section .subscription-right {
    padding: 0 12px;
  }

  .subscription-plan .subscription-left h3 {
    font-size: 24px;
  }

  .subscription-plan .subscription-left p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 424px) {
  .profile_section {
    padding: 40px 0;
  }

  .profile_section .acc-info-body div {
    flex-direction: column;
    align-items: start;
  }

  .profile_section .acc-info-heading h4 {
    font-size: 18px;
  }

  .profile_section .security-detail {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .profile_section .profile-manage-middle,
  .profile_section .profile-manage-right {
    flex-direction: column;
    row-gap: 8px;
  }

  .profile_section .order-title h4 {
    font-size: 16px;
  }

  .profile_section .order-detail-main {
    align-items: start;
  }

  .profile_section .order-detail {
    align-items: start;
    row-gap: 5px;
    flex-direction: column;
  }

  .profile_section .profile-left {
    padding: 12px;
  }

  .profile_section .order-content {
    height: 400px;
  }

  .profile_section .modal-footer .btn {
    width: 100%;
  }

  .subscription-plan .renewal-info {
    gap: 3px;
  }

  .subscription-plan h2 {
    font-size: 32px;
  }
}
