/* :root {
  --axentra-heading-color: #000000;
  --axentra-border-color: #111;
  --axentra-background-color: #ffffff;
  --axentra-card-background-color: #ffffff;
  --axentra-card-label-color: #030303;
  --axentra-card-text-color: #595959;
  --axentra-card-heading-colo: #1c1c1c;
  --axentra-card-border-color: #e5e7eb;
  --axentra-card-border-radius: 0px;
  --axentra-card-border-size: 1px ;
  --axentra-profile-background-color: #ffffff;
  --axentra-profile_border_color: #111827;
  --axentra-profile_border_size: 0px;
  --axentra-font-family: 'Cormorant Garamond';
  --axentra-sidenavbtnhoverbackground :black;
  --axentra-container-two-background-color: #f3c8c8;
  --axentra-container-one-background-color: #ffffff;
  --axentra-main-heading-border-color: #111;
  --axentra-menu-heading-text-color: '#000';
  --axentra-menu-items-color: #575757;
  --axentra-menu-items-select-color: #000000;
  --axentra-card-text-background-color: #fff;
  --axentra-card-font-family: 'Cormorant Garamond';
  --axentra-menu_heading_text_color: black;
  --axentra-btn-background-color: #ffffff ;
  --axentra-btn-text-color: #111111 ;
  --axentra-btn-text-hover-color: #e6e6e6;
  --axentra-btn-background-hover-color: #242424;
  --axentra-btn-border-color: #000000 ;

  
} */


.add-to-wishlist {
  background-color: rgb(1, 1, 1);
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

/* body {
  font-family: var(--axentra-font-family);
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

} */
.layout-four {
  font-family: var(--axentra-font-family);
  margin: 0;
  padding: 0;
}
.login-container {
  height: 100vh;
}

.outer-container {
  background-color: var(--axentra-container-two-background-color);
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bar {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.xircls-header-container {
  display: none;
}

.menu-options-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bar>button {
  padding: 10px;
  background-color: transparent;
  color: #000;
  font-size: 25px;
  border-radius: 0%;
  border: none;
  width: fit-content;
  height: fit-content;
}

.header-bar>button:hover {
  background-color: #FFF9F5;
  color: #000;
  box-shadow: 1px 1px 10px rgba(235, 234, 234, 0.411);
}

.sub-container {
  display: flex;
  background-color: var(--axentra-container-two-background-color);
}

.sub-container {
  padding: 20px;
}

@media (max-width: 768px) {
  .sub-container {
      padding: 0px;
  }
}

.container-1 {
  display: block;
  width: 20%;
  padding: 10px;
  text-align: center;
  background-color: var(--axentra-container-one-background-color);
  border: 1px solid var(--axentra-card-border-color)
  /* background-color: white; */
}

.container-2 {
  display: block;
  width: 80%;
  margin-left: 20px;
  text-align: center;
  background-color: var(--axentra-container-two-background-color);
}

#xircls-menu {
  width: 100%;
  margin: auto;
  text-align: left;
}
.menu-list{
  display: flex;
  flex-direction: column;
  font-family: var(--axentra-secondaryFontFamily);
  gap: 4px;
}

.xircls-menu-list {
  list-style-type: none;
  padding: 0;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xircls-menu-item {
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  width: 100%;
  border-radius: 12px;
  display: inline-flex !important;
  align-items: center;
}

.xircls-menu-icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  color: var(--axentra-menu-items-color);
  margin-left: 20px;
  align-items: center;
    justify-content: center;
    display: flex;
  /* Using the predefined variable */
}

.xircls-menu-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--axentra-menu-items-color);
  /* Using the predefined variable */
  font-family: var(--axentra-secondaryFontFamily);
  /* Using the predefined variable */
}

.xircls-menu-item.active .xircls-menu-label {
  color: var(--axentra-menu-items-select-color);
  /* Using the predefined variable */
  font-weight: bold;
  font-family: var(--axentra-secondaryFontFamily);
  /* Using the predefined variable */
}
.xircls-menu-item:hover{
  background-color: var(--axentra-sidenavbtnhoverbackground);
  color: var(--axentra-sidenavbtnhovercolor);
}

.xircls-menu-item.active .xircls-menu-icon  {
  color: var(--axentra-menu-items-select-color);
}
.xircls-menu-item:hover .xircls-menu-icon {
  color: var(--axentra-sidenavbtnhovercolor);
}
.xircls-menu-item:hover .xircls-menu-label {
  color: var(--axentra-sidenavbtnhovercolor);
}
.xircls-menu-item.active {
  background-color: var(--axentra-sidenavbtnhoverbackground);
  border-radius: 12px;
}
#tabHeading {
  text-align: left;
  padding: 0px 20px 20px 20px;
  margin: 0px;
  font-weight: 600;
  color: var(--axentra-heading-color);
  /* Using the predefined variable */
  font-family: var(--axentra-font-family);
}

@media (max-width: 768px) {
  #tabHeading {
      text-align: left;
      padding: 20px 20px 20px 20px;
      margin: 0px;
      font-weight: 600;
      color: var(--axentra-heading-color);
      /* Using the predefined variable */
      font-family: var(--axentra-font-family);
  }

}

/* #content hr {
  margin: 0px 0px 0px 20px;
  width: 200px;
  height: 2px;
  background-color: var(--axentra-main-heading-border-color);
} */

#tabContent {
  margin-left: 20px;
  /* margin-top: 40px; */
}

@media (max-width: 768px) {
  #tabContent {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 20px;
  }
}

/* Basic styling for the card */

#cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
}

.cardContainer .card {
  border: none;
  padding: 8px;
  background-color: var(--axentra-card-background-color);
  font-family: var(--axentra-card-font-family);
  font-size: 14px;
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
}

.cardContainer .card:hover {
  box-shadow: 5px 5px 15px rgba(221, 220, 220, 0.45);
}

/* Row container */
.cardContainer .row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 5px 10px;
}

/* Column container inside row */
.cardContainer .col {
  /* flex: 1; */
  padding: 10px;
}

#content-row .col {
  flex: 1;
}

/* Heading styling */
.cardContainer h3 {
  font-size: 18px;
  margin: 0;
  color: var(--axentra-card-heading-color);
}

/* Button styling */

.cardContainer button {
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  color: var(--axentra-heading-color);
  /* Using the predefined variable - could also consider --axentra-card-text-color if more appropriate */
  border: none;
  font-family: var(--axentra-font-family);
  /*Add font family*/
}

.cardContainer button:hover {
  background-color: var(--axentra-card-background-color);
  /* Or potentially a different background color if desired */
  color: #333333;
  /* No direct variable match, needs more context.  Could be --axentra-heading-color or similar */
  font-family: var(--axentra-font-family);
}

/* Label styling */
.cardContainer .label {
  font-weight: bold;
  color: var(--axentra-card-label-color);
  padding-left: 20px;
}

/* Value styling */
.cardContainer .value {
  color: var(--axentra-card-text-color);
  background-color: var(--axentra-card-text-background-color);
  border-radius: 4px;
  padding: 1px 4px;
  font-weight: bold;
}

/* List styling */
.cardContainer .row .col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 30px;
}

ul,
li {
  list-style-type: none;
  padding-inline-start: 0px !important;
}

.cardContainer .row .col li {
  padding: 5px 0;
  /* Add spacing between list items */
}

.cardContainer input {
  padding: 12px;
  /* Using existing border-radius */
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 16px;
  text-align: left !important;
  color: var(--axentra-card-text-color);
  border-radius: var(--axentra-card-border-radius);
  font-family: var(--axentra-secondaryFontFamily);
  /*Adding font family*/
}

#address-card {
  border: 1px solid var(--axentra-card-border-color);
  border-radius: 25px;
  /* Keep as is (not in root) or consider adding to root and using var(--address-card-border-radius) */
  width: 300px;
  height: 250px;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  font-family: var(--axentra-card-font-family);
}

#address-card:hover {
  /* border: 1px solid #dbdbdb; */
  box-shadow: 1px 1px 10px rgba(214, 214, 214, 0.74);
  /* background-color: #fff; */
}

.address-tag {
  background-color: var(--axentra-card-text-background-color);
  border-radius: 15px;
  color: var(--axentra-card-text-color);
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  text-wrap: nowrap;
}

.address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

/* .address-tag:hover {
  color: #000;
  background-color: #ffffff;
} */

#address-row {
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  text-align: left;
}

#heading-row {
  display: flex;
  justify-content: space-between;
}

#heading-row h3 {
  font-family: var(--axentra-card-font-family);
}

.input-field {
  display: flex;
  align-items: center;
  border: none !important;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.input-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  width: 30%;
  color: var(--axentra-card-label-color);
}

.input-field input {
  width: 70%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
}

.input-field select {
  width: 70%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
}

.product-cell {
  text-align: center;
}

.product-details {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  flex-direction: row;
}

.product-details a {
  text-decoration: none;
  cursor: pointer;
  color: var(--axentra-heading-color);
  /* Assuming this is a heading-like link */
}

/* Modal Styling */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Keep semi-transparent background */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: var(--axentra-card-background-color);
  /* Apply card background color */
  border-radius: var(--axentra-card-border-radius);
  /* Apply card border radius */
  border: 1px solid var(--axentra-card-border-color);
  /* Apply card border */
  font-family: var(--axentra-card-font-family);
  /*Apply card font family*/
}

.redeem-modal-content {
  background-color: var(--axentra-card-background-color);
  padding: 20px;
  border-radius: 8px;
  margin: 100px auto;
  position: relative;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal-heading {
  color: var(--axentra-card-heading-color);
  font-family: var(--axentra-card-font-family);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  color: var(--axentra-card-text-color);
  /*  A standard text color from the card context.  Or --axentra-heading-color */
  cursor: pointer;
  font-family: var(--axentra-font-family);
}

.close-btn:hover {
  color: red;
  /* No variable equivalent provided.  Consider defining one if "red" is a theme color */
}

.modal-body {
  margin: 20px 0;
  font-size: 16px;
  color: #555;
  border: 1px solid var(--axentra-card-border-color);
  padding: 20px 10px;
  box-shadow: 0 4px 300px rgb(215, 215, 215);
  border-radius: var(--axentra-card-border-radius);
  font-family: var(--axentra-card-font-family);
}

.modal-button {
  padding: 10px 15px;
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  border: 1px solid var(--axentra-btn-border-color);
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.modal-button:hover {
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color)
}


/* Optional: Animation for modal (fade-in) */
@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.modal-content {
  animation: fadeIn 0.3s ease-in-out;
}

.table-container {
  overflow-x: auto;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--axentra-card-font-family);
  background-color: var(--axentra-card-background-color);
}

.custom-table td {
  padding: 20px;
  font-size: 14px;
  border: none;
}

.custom-table th {
  text-align: center;
  border-bottom: 1px solid var(--axentra-card-border-color);
  font-size: 14px;
  padding: 10px;
}

.custom-table img {
  max-width: 50px;
  height: auto;
}

.custom-table .action-buttons {
  margin: 5px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
}

.order-list {
  list-style-type: none;
  padding: 0%;
}

.track-order-link {
  text-decoration: none;
  color: inherit;
}

.action-buttons-cell .delete-btn {
  color: var(--axentra-btn-text-color);
  background-color: var(--axentra-btn-background-color);
  border: var(--axentra-btn-border-color);
  border-radius: 4px;
  font-family: var(--axentra-font-family);
}

.action-buttons-cell .delete-btn:hover {
  color: var(--axentra-btn-text-hover-color);
  background-color: var(--axentra-btn-background-hover-color);
}

.toggle-cell {
  text-align: center;
}

.toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: var(--axentra-menu-items-color);
  /* Using a color that seems suitable for interactive elements */
  font-family: var(--axentra-font-family);
}

.toggle-btn i {
  pointer-events: none;
}

.toggle-btn:hover {
  background-color: transparent;
  /* Keep transparent */
  color: var(--axentra-heading-color);
  /* Or var(--axentra-menu-items-select-color) if you want it to match the active menu item color */
  font-family: var(--axentra-font-family);
}

.cancelled-text {
  color: #fff;
  /*  Generally a good choice for text on a colored background */
  background-color: red;
  /* See note below */
  padding: 1px 5px;
  display: block;
  border-radius: 6px;
  font-size: 12px;
  width: fit-content;
  font-weight: bold;
  text-align: center;
  margin: auto;
  font-family: var(--axentra-font-family);
}

.more-info-row {
  padding: 10px;
  background-color: var(--axentra-card-background-color);
  /* Now using card background color */
  border: 1px solid var(--axentra-card-border-color);
  /* Add card Border */
  border-radius: var(--axentra-card-border-radius);
  /* Add card border-radius */
  font-family: var(--axentra-font-family);
}

.order-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.order-actions button {
  margin-right: 10px;
}

.order-details-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 15px;
}

.order-details-table td {
  padding: 10px;
  border: 1px solid var(--axentra-card-border-color);
  font-size: 13px;
}

.order-details-table th {
  padding: 10px;
  border: 1px solid var(--axentra-card-border-color);
  font-size: 13px;
}

.order-payment-info {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.order-payment-info p {
  margin: 5px 0;
  font-size: 13.5px;
}

.pagination-controls span {
  font-size: 13px;
}

.pagination-controls {
  text-align: right;
  border-top: 1px solid var(--axentra-card-border-color);
  padding: 20px 5px 0px 0px;
}

#address-buttons {
  display: flex;
  justify-content: space-evenly;
}

.address-buttons {
  display: flex;
}

.address-paragraph {
  margin: 0px;
}

/* whishlist */

.wishlist-card {
  border: 1px solid var(--axentra-card-border-color);
}

#wishlist-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

.wishlist-item {
  width: 220px;
  border: 1px solid var(--axentra-card-border-color);
  padding: 15px;
  text-align: center;
}

.wishlist-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #f0f0f0;
}

.wishlist-item h3 {
  font-size: 14px;
  margin: 10px 0;
}

.wishlist-item p {
  font-size: 16px;
  font-weight: bold;
}

.wishlist-item button {
  width: 100%;
  margin-bottom: 5px;
}

.user-avatar {
  text-align: center;
  margin: 20px 10px;
}

.user-avatar h4 {
  font-family: var(--axentra-font-family);
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 30px;
  /* line-height: 80px; */
  text-align: center;
  margin: 0 auto;
  background-color: var(--axentra-profile-background-color);
  border: var(--axentra-profile_border_size) solid var(--axentra-profile_border_color);
  color: var(--axentra-card-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
}
.EmptyTextAvtar{
  display: block !important;
}
.avatar.text-avatar:empty::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent; /* keep it see-through if needed */
}

#xircls-profile h4,
#xircls-profile p {
  color: var(--axentra-menu_heading_text_color);
}

#password-button {
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  border: 1px solid var(--axentra-btn-border-color);
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 14px;
  text-wrap: nowrap;
}

#password-button:hover {
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color);
}

/* Add to Cart Button */
.add-to-cart-btn,
.buy-now-btn {
  width: 100%;
}




@media (max-width: 300px) {
  .wishlist-grid {
      grid-template-columns: 1fr;
      /* One card per row */
  }
}

/* Grid container for item cards (Wishlist, Recently Viewed, etc.) */
.item-card-grid {
  display: grid;
  gap: 20px;
  /* Adjust spacing between cards */
  /* padding-top: 20px; Add some space above the grid */
  grid-template-columns: 1fr;
  /* Default: 1 column for mobile */
}

/* Desktop layout: 3 columns */



/* Tablet layout: 2 columns (Optional) */
@media (max-width: 1055px) {

  /* Adjust breakpoint */
  .item-card-grid {
      grid-template-columns: repeat(2, 1fr) !important;
  }
}

.item-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Styling for the individual item card */
.item-card {
  background-color: var(--axentra-card-background-color);
  /* Use theme variable  */
  border-radius: var(--axentra-card-border-radius);
  /* Use theme variable  */
  border: 1px solid var(--axentra-card-border-color);
  /* Use theme variables */
  box-shadow: var(--box-shadow, 0 1px 3px rgba(0, 0, 0, 0.1));
  /* Use theme variable or default */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  font-family: var(--axentra-card-font-family);
  /* Use theme variable */
}

.item-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Image container */
.item-card-image-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Creates a square aspect ratio, adjust if needed (e.g., 75% for 4:3) */
  overflow: hidden;
  /* Ensure image stays within bounds */
}

.item-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Scales image nicely */
  transition: transform 0.3s ease;
}

.item-card:hover .item-card-image {
  transform: scale(1.05);
  /* Slight zoom on hover */
}



/* Card content area */
.item-card-content {
  padding: 15px;
  flex-grow: 1;
  /* Allows content to fill space */
  display: flex;
  flex-direction: column;
}

.item-card-title {
  font-size: 16px;
  font-weight: 600;
  /* Bolder title */
  color: black;
  /* Using theme variable for card headings */
  /* margin: 0 0 8px 0; Spacing below title */
  /* line-height: 1.3; */
  /* min-height: 2.6em; Reserve space for ~2 lines */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Add ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: var(--axentra-secondaryFontFamily);
}

.item-card-title a {
  color: inherit;
  /* Inherit color from h3 */
  text-decoration: none;
}

.item-card-title a:hover {
  text-decoration: underline;
}

.item-card-subtitle {
  text-align: left;
  font-size: 14px;
  font-family: var(--axentra-secondaryFontFamily);
}

/* Selected Variants dropdown (Pick Any 2/3 etc.) */
.item-card-selected-variants-wrap {
  margin-top: 8px;
  text-align: left;
}
.item-card-selected-variants-label {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  font-family: var(--axentra-secondaryFontFamily);
}
.item-card-selected-variants-label:hover {
  color: #333;
}
.item-card-selected-variants-label .item-card-selected-variants-chevron {
  transition: transform 0.2s ease;
}
.item-card-selected-variants-label.open .item-card-selected-variants-chevron {
  transform: rotate(180deg);
}
.item-card-selected-variants-list {
  margin-top: 6px;
  padding-left: 12px;
  border-left: 2px solid #e0e0e0;
}
/* Force dropdown OPEN by default for single-variant wishlist */
.item-card-single-variant-wrap .item-card-variant-list-open {
  display: block !important;
}
.item-card-selected-variants-row {
  font-size: 12px;
  color: #666;
  padding: 4px 0;
  line-height: 1.3;
}
.item-card-variant-row-with-edit {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.item-card-variant-row-with-edit .item-card-variant-row-name {
  flex: 1;
  min-width: 0;
}
.item-card-variant-row-with-edit .item-card-variant-edit-icon {
  margin-left: 0;
  flex-shrink: 0;
}

/* Single selected variant: edit icon next to variant name */
.item-card-single-variant-wrap .item-card-selected-variants-label {
  flex-wrap: nowrap;
  align-items: center;
}
.item-card-variant-edit-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 4px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  color: #555;
  border-radius: 4px;
  flex-shrink: 0;
  vertical-align: middle;
}
.item-card-variant-edit-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.item-card-variant-edit-icon:hover {
  color: #333;
  background: #eee;
}
.item-card-variant-label-text {
  margin-right: 2px;
}
/* Chevron when open (single-variant default state) */
.item-card-single-variant-wrap .item-card-variant-label-open .item-card-selected-variants-chevron {
  transform: rotate(180deg);
}
/* Add All to Cart button loader */
.xircls-add-all-loader-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #e5e7eb;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

/* Wishlist variant modal */
.omc-variant-modal-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #e5e7eb;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}
.omc-variant-option-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.omc-variant-option-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
  flex-wrap: wrap;
}
.omc-variant-option-title {
  font-weight: 600;
}
.omc-variant-option-price {
  color: #666;
}
.omc-variant-out-of-stock {
  color: #c00;
}
.omc-variant-option--current {
  border-color: #d1d5db !important;
  background: #f9fafb !important;
}
.omc-variant-option:disabled {
  cursor: not-allowed !important;
  opacity: 0.85;
}
.omc-variant-current-badge {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #eef2ff;
  color: #3730a3;
  border: 1px solid #c7d2fe;
}
.omc-variant-out-of-stock-badge {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.omc-variant-option--out-of-stock {
  opacity: 0.85;
}
.omc-variant-option--changing {
  background: #f3f4f6 !important;
}
.omc-variant-option-changing-text {
  color: #374151;
  font-weight: 600;
}
.item-card-date {
  font-size: 0.8rem;
  color: var(--axentra-card-label-color, #666);
  /* Use theme variable */
  margin-bottom: 10px;
}

.item-card-price {
  font-size: 15px;
  font-weight: bold;
  color: black;
  /* Using theme variable for card headings */
  margin-top: auto;
  /* Push price towards the bottom if content area grows */
  font-family: var(--axentra-secondaryFontFamily);
}

/* Card actions area */
.item-card-actions {
  padding: 0 15px 15px 15px;
  /* Padding only bottom/sides */
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  /* Space between buttons */
  flex-wrap: wrap;
  /* Allow buttons to wrap on small cards */
}

.item-card-actions-wishlist {
  padding: 15px 15px 15px 15px;
  /* Padding only bottom/sides */
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
  align-items: center;
  /* Space between buttons */
  flex-wrap: wrap;
  /* Allow buttons to wrap on small cards */
}

/* Shared button styles */
.item-card-actions button {
  /* flex-grow: 1; Make buttons share space */
  padding: 10px 10px;
  border-radius: var(--axentra-card-border-radius);
  /*Use Card's Border Radius for each button */
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: var(--axentra-btn-text-color);
  /* Use theme variable */
  background-color: var(--axentra-btn-background-color);
  /* Use theme variable */
  /* border: 1px solid var(--axentra-btn-border-color, #000); Use theme variable */
  /* transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease; */
  /* min-width: 100px; Ensure minimum width */
  font-family: var(--axentra-font-family);
}
.item-card-actions button:hover{
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color);
}


.item-card-add-to-cart-btn {
  border-radius: 14px !important;
  font-size: 12px !important;
  padding: 8px 12px !important;
}

.item-buy-now-btn {
  border-radius: 14px !important;
  font-size: 12px !important;
  padding: 8px 12px !important;
}

.item-card-add-to-cart-btn-wishlist {
  border-radius: 14px !important;
  /* Keeping as is per your instruction */
  font-size: 14px !important;
  padding: 8px 12px !important;
  width: 48% !important;
  color: var(--axentra-btn-text-color) !important;
  /* Using theme variable */
  background-color: var(--axentra-btn-background-color) !important;
  /*Specific value*/
  cursor: pointer !important;
  font-family: var(--axentra-font-family);
  border: var(--axentra-btn-border-color) !important;
}

.item-card-add-to-cart-btn-wishlist {
  background-color: var(--axentra-btn-background-color) !important;
  color: var(--axentra-btn-text-color) !important;
}
.item-card-add-to-cart-btn-wishlist:hover {
  background-color: var(--axentra-btn-background-hover-color) !important;
  color: var(--axentra-btn-text-hover-color) !important;
}
.item-card-add-to-cart-btn-wishlist:disabled,
.item-buy-now-btn-wishlist:disabled {
  cursor: not-allowed !important;
  opacity: 0.55 !important;
  filter: grayscale(15%);
}
.item-card-add-to-cart-btn-wishlist:disabled:hover,
.item-buy-now-btn-wishlist:disabled:hover {
  background-color: var(--axentra-btn-background-color) !important;
  color: var(--axentra-btn-text-color) !important;
}
/* Add to Cart button */
.icon-only-btn {
  background-color: #eee !important;
  /*keep this*/
  color: #eee !important;
  /*keep this*/
  border: 1px solid var(--axentra-card-border-color);
  font-family: var(--axentra-font-family);
}

.icon-only-btn:hover {
  /* background-color: var(--axentra-btn-background-color, transparent); Use theme variable */
  /* color: var(--axentra-btn-text-color, #000); Use theme variable */
  background-color: #ccc !important;
  color: gray !important;
}


.item-buy-now-btn-wishlist {
  border-radius: 14px !important;
  /* Keeping as is per your instruction */
  font-size: 14px !important;
  padding: 8px 12px !important;
  width: 48% !important;
  color: var(--axentra-btn-text-color) !important;
  /*Keep this as is as no such variabble in root css*/
  background-color: var(--axentra-btn-background-color) !important;
  /*Using the root value*/
  border: none;
  /*Keep this as is as no such variabble in root css*/
  font-weight: 400 !important;
  cursor: pointer !important;
  font-family: var(--axentra-font-family);
}

.item-buy-now-btn-wishlist:hover {
  background-color: var(--axentra-btn-background-hover-color) !important;
  color: var(--axentra-btn-text-hover-color) !important;
}

.add-cart-icon {
  padding: 10px !important;
  width: fit-content !important;
  background-color: #eee !important;
  color: gray !important;
}

/* Buy Now button */
.item-card-buy-now-btn {
  /* Example: Different style for Buy Now */
  background-color: var(--axentra-btn-text-color, #000);
  /* Use theme variable (swap bg/text) */
  color: var(--axentra-btn-background-color, #fff);
  /* Use theme variable */
  border-color: var(--axentra-btn-text-color, #000);
  /* Match background */
}

.item-card-buy-now-btn:hover {
  background-color: var(--axentra-btn-text-hover-color, #555);
  /* Darker shade on hover */
  color: var(--axentra-btn-background-hover-color, #fff);
  border-color: var(--axentra-btn-text-hover-color, #555);
}

/* View Product button (for other types) */
.item-card-view-btn {
  /* background-color: var(--axentra-btn-background-color, transparent); Use theme variable */
  /* color: var(--axentra-btn-text-color, #000); Use theme variable */
  /* width: 100%; Make it full width if it's the only button */
}

.item-card-view-btn:hover {
  /* background-color: var(--axentra-btn-background-hover-color, #000); Use theme variable */
  /* color: var(--axentra-btn-text-hover-color, #fff); Use theme variable */
}

/* Container for the top-right wishlist button */
.item-card-wishlist-btn-container {
  position: absolute;
  top: 10px;
  /* Adjust as needed */
  right: 10px;
  /* Adjust as needed */
  z-index: 2;
}

/* Styling for the simple wishlist remove button */
.item-card-wishlist-remove-btn {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #EF4444;
  /* Red color for solid heart */

  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.item-card-wishlist-remove-btn:hover {
  background-color: #ddd;
  color: #EF4444;
  transform: scale(1.1);
}

.item-card-wishlist-remove-btn i.fa-heart {
  font-size: 1.5rem;
}

/* Ensure the parent image container allows absolute positioning */
.item-card-image-container {
  position: relative;
  /* Other style
  s (width, padding-top, etc.) */
}

.item-card-add-wishlist-btn {
  background-color: white;
  color: #EF4444;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  padding: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.item-card-add-wishlist-btn:hover {
  background-color: #e5e5e5;
  color: #EF4444;
  border: none;
}

/* ::::::::::::::::::::::::: MEDIA QUERY FOR MOBILE ::::::::::::::::::::: */



/* All existing CSS remains.  Add the following to the end. */

#cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Spacing between the cards */
}

.data-card {
  /* Add other styling */
  margin-bottom: 20px;
  /* Spacing between stacked cards */
}

.form-field-wrapper {
  display: flex !important;
  flex-direction: column;
}

#data-card-form-address-0 {
  width: fit-content;
}

#data-card-personal {
  background-color: var(--axentra-card-background-color);
  border-radius: var(--axentra-card-border-radius);
  padding: 30px;
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

#data-card-address {
  background-color: var(--axentra-card-background-color);
  border-radius: var(--axentra-card-border-radius);
  padding: 30px;
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

@media (max-width: 768px) {
  #data-card-address {
      background-color: var(--axentra-card-background-color);
      border-radius: var(--axentra-card-border-radius);
      padding: 10px 10px 30px 10px;
      font-family: var(--axentra-font-family);
      border: 1px solid var(--axentra-card-border-color);
  }
}

.other-relation-input-wrapper {
  display: none !important;
}

.omc-required-asterisk {
  color: #dc2626;
  font-weight: 600;
}

.omc-profile-field-disabled,
.omc-profile-field-disabled .data-card-input,
.contact-info-item.omc-profile-field-disabled label {
  opacity: 0.55;
}

.omc-profile-field-disabled .data-card-input,
.omc-profile-field-disabled.data-card-input {
  background-color: #f3f4f6 !important;
  color: #6b7280 !important;
  cursor: not-allowed;
}

.detail-div.omc-profile-field-disabled .prof-label,
.detail-div.omc-profile-field-disabled .prof-value {
  color: #9ca3af;
}

.profileEmail.omc-profile-field-disabled {
  color: #9ca3af;
  opacity: 0.55;
}

.data-card-input {
  padding: 12px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 16px;
  color: var(--axentra-card-text-color);
  /*Assuming to have some relationship with the card selected*/
  font-family: var(--axentra-secondaryFontFamily);
}

.data-card-label {
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  color: var(--axentra-card-label-color);
  margin-bottom: 2px !important;
  font-family: var(--axentra-secondaryFontFamily);
}

#profile-card-wrapper {
  background-color: var(--axentra-card-background-color);
  /* Card Background Color */
  padding: 10px;
  border-radius: var(--axentra-card-border-radius);
  /* Card Border Radius */
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

.data-card-heading {
  text-align: left;
  width: 100%;
  display: block;
  font-weight: 800;
  font-size: 24px;
  color: var(--axentra-card-heading-color);
  /* Applying Root var */
  margin-top: auto;
  font-family: var(--axentra-font-family);
}

.save-button button {
  background-color: var(--axentra-btn-background-color) !important;
  /* Root Variable Usage */
  color: var(--axentra-btn-text-color) !important;
  /* Root Variable Usage */
  border-radius: var(--axentra-card-border-radius) !important;
  /* Root Variable Usage */
  padding: 10px !important;
  font-family: var(--axentra-font-family);
  transition: ease-in 0.3s !important; 
}
.save-button:hover{
  background-color: var(--axentra-btn-background-hover-color) !important;
  color: var(--axentra-btn-text-hover-color) !important;
}
.RedirectEdit:hover{
  background-color: var(--axentra-btn-background-hover-color) !important;
  color: var(--axentra-btn-text-hover-color) !important;
}
.contact-info-card {
  border: 1px solid var(--axentra-card-border-color);
  /* Using Theme Variables */
  padding: 10px;
  margin-top: 10px;
  /* Add some space between profile and contact cards */
  font-family: var(--axentra-font-family);
}

.contact-info-card div {
  margin-bottom: 5px;
}

.contact-info-card label {
  font-weight: bold;
  margin-right: 5px;
}

#contact-card-wrapper {
  background-color: var(--axentra-card-background-color);
  /* Apply card background color */
  padding: 10px;
  border-radius: var(--axentra-card-border-radius);
  /* Apply card border radius */
  margin-top: 20px;
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

.contact-info {
  display: flex;
  /* Use flexbox for layout */
  flex-direction: column;
  /* Stack the contact items vertically */
}

.contact-info-item {
  margin-bottom: 5px;
  /* Add spacing between items */
}

.contact-info-item label:first-child {
  /* font-weight: bold;      Make the labels stand out */
  display: block;
  /* Ensure label is on its own line */
  font-size: 14px;
  color: var(--axentra-card-label-color);
}

.contact-info-item label:nth-child(2) {
  display: block;
  /* Make value on its own line */
  margin-top: -5px;
  margin-bottom: 5px;
  color: var(--axentra-card-text-color);
  /* Changed to match a selected item color */
  font-weight: 500;
  font-size: 16px;
  font-family: var(--axentra-font-family);
}

.contact-info-item label {
  text-align: start;
}

.contact-info {
  padding: 10px;
}

#data-card-form-password {
  display: block;
  /* margin: auto; */
  width: 75%;
  padding: 40px;
  background-color: var(--axentra-card-background-color);
  /* Using root css */
  border-radius: var(--axentra-card-border-radius);
  /* Using root css */
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

.omc-table-container {
  overflow-x: auto;
  /* Enable horizontal scrolling for smaller screens */
}

.omc-custom-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  /* Ensure rounded corners are visible */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); Optional subtle shadow */
  background-color: white;
  /* White background */
  /* border-radius: var(--axentra-card-border-radius); */
  font-family: var(--axentra-secondaryFontFamily) !important;
}

.omc-custom-table th,
.omc-custom-table td {
  padding: 24px 20px;
  border-left: none !important;
  border-right: none !important;
  text-align: left;
  border-bottom: 1px dashed var(--axentra-card-border-color);
  mix-blend-mode: multiply;
  font-family: var(--axentra-secondaryFontFamily) !important;

}

.omc-custom-table thead {
  background-color: white;
  border-bottom: 1px solid var(--axentra-card-border-color);
  /* Light gray background for header */
}

.omc-custom-table th {
  font-weight: bold;
  color: #333;
}

/* Style for actions to look like text links */
.omc-order-actions {
  white-space: nowrap;
  /* Prevent text from wrapping */
}

.omc-order-actions a,
.omc-order-actions span {
  /* color: #007bff; Link color */
  /* color: var(--axentra-btn-background-color); */
  /* background-color: var(--axentra-btn-background-color); */
  text-decoration: none;
  /* Remove underlines */
  margin-right: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 13px;
  /* Smooth color transition */
  font-family: var(--axentra-secondaryFontFamily);
  /* border: 1px solid black; */
  padding: 3px 7px;
  border-radius: 7px;

}

.omc-order-actions a:hover,
.omc-order-actions span:hover {
  /* color: var(--axentra-btn-text-hover-color);
  background-color: var(--axentra-btn-background-hover-color);
  font-weight: 800; */
  /* color: #0056b3; Darker color on hover */
  /* Optional underline on hover */
}

.omc-cancelled-text {
  color: #fff;
  background-color: red;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 10px;
  width: fit-content;
  border-radius: 10px;
}

#order-status-unfulfilled {
  padding: 5px 10px;
  color: black;
  background-color: #E0E0E0;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 800;
  text-transform: capitalize;
}

#order-status-fulfilled {
  padding: 5px 10px;
  color: white;
  background-color: #007A5E;
  border-radius: 30px;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: bold;
}

.omc-pagination-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  background-color: white;
  border-left: 1px solid var(--axentra-card-border-color);
  border-bottom: 1px solid var(--axentra-card-border-color);
  border-right: 1px solid var(--axentra-card-border-color);
}

.omc-pagination-button {
  border: none;
  background-color: var(--axentra-btn-background-color);
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 5px;
  color: var(--axentra-btn-text-color);
  font-family: var(--axentra-secondaryFontFamily);
}

.omc-table-header {
  display: flex;
  /* Use flexbox to arrange title and search */
  justify-content: space-between;
  /* Space them out */
  align-items: center;
  /* Align items vertically at the top */
  padding: 10px;
  border-radius: var(--axentra-card-border-radius) var(--axentra-card-border-radius) 0px 0px;
  background-color: white;
  font-family: var(--axentra-font-family);
  /* border-left: 1px solid var(--axentra-card-border-color);
  border-top: 1px solid var(--axentra-card-border-color);
  border-right: 1px solid var(--axentra-card-border-color); */
}

.omc-table-header div p {
  margin: 0px
}

.omc-search-box {
  position: relative;
  display: flex;
  align-items: center;
  /* Styles for the title and search wrapper: */
  width: 30%;
  /* Occupies a portion of the container */
  margin: 0px;
  /* Set appropriate top margin */
}

@media (max-width: 786px) {
  .omc-search-box {
      position: relative;
      display: flex;
      align-items: center;
      /* Styles for the title and search wrapper: */
      width: 60%;
      /* Occupies a portion of the container */
      margin: 0px;
      /* Set appropriate top margin */
  }
}

.omc-search-box i.fa.fa-search {
  position: relative;
  /* left: 10px; */
  color: #cdd0d6;
  /* top: 14px; */
  right: 30px;
}

.omc-search-input {
  padding: 10px 10px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}


.omc-pagination-controls .omc-pagination-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.detail-div {
  display: flex;
  flex-direction: column;
}

.sec-card {
  background-color: var(--axentra-card-background-color);
  border-radius: 12px;
  width: 75%;
  /* margin: auto; */
  border: 1px solid var(--axentra-card-border-color);
  padding: 22px !important;
}

@media (max-width: 768px) {
  .sec-card {
      background-color: var(--axentra-card-background-color);
      border-radius: var(--axentra-card-border-radius);
      width: 100%;
      font-family: var(--axentra-font-family);
      padding: 18px !important;
  }
  .omc-pagination-button {
font-size: 10px !important;
  }
  .pagination-text-table {
    font-size: 11px !important;
  }


  #data-card-form-password {
      display: block;
      padding: 30px;
      background-color: var(--axentra-card-background-color);
      border-radius: var(--axentra-card-border-radius);
      width: 100%;
      font-family: var(--axentra-font-family);
  }
}

.sec-card h3 {
  text-align: left;
}

.tips-sec {
  display: flex;
  text-align: start;
  margin-top: 10px;
}

.fa-shield {
  color: #fa5c9e;
}


button {
  border: none;
}

.profileEmail {}

.profileName {
  font-size: 20px;
  font-weight: 800;

}

.stats-number {
  font-size: 18px;
  font-weight: 800;
}

.stats-text {
  font-size: 14px;
}

.omc-table-heading {
  margin-left: 5px;
}

@media (max-width: 768px) {
  #cards-wrapper {
      justify-content: start;
  }

  .item-card-grid {
      grid-template-columns: auto !important;
      /* Set all the grids to be auto so that they take their size and make them responsive */
      padding: 20px;
  }

  .omc-last-container {
      margin-top: 20px
  }

  #omc-dashorder-container {
      width: 100%;
      margin-bottom: 30px;

      border-radius: var(--axentra-card-border-radius);
  }

  #dashboardContainer {
      flex-direction: column;
  }

  /* For Smaller text on mobile  */
  #omc-dashprofile-name {
      font-size: 18px !important;
      margin-top: 0px !important;
  }

}

@media (max-width: 768px) {
  .details-column {
      grid-template-columns: lfr;
  }
}

.order-details-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  background: var(--axentra-card-background-color);
  /* Using card variable */
  /* padding: 20px; */
  border-radius: var(--axentra-card-border-radius);
  /* Using card variable */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  /* Ensure it's on top */
  max-width: 95%;
  max-height: 90%;
  overflow: auto;
  width: 500px;
  /* Adjust as needed */
  display: none;
  /* IMPORTANT: Hidden by default */
  transition: 0.3s ease;
  /* Fade-in effect */
  font-family: var(--axentra-font-family);
}

/* Ensure overlay covers the whole screen */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 999;
  /* Below the modal */
  display: none;
  /* Hidden by default */
}

/* Animate in from the top */
.item-card-sale-badge {
  position: absolute;
  top: 15px;
  /* Adjust as needed */
  left: 15px;
  /* Adjust as needed */
  background-color: #ef4444;
  /* Red */
  color: white;
  padding: 0px 10px;
  /* Small padding */
  border-radius: 20px;
  font-size: 0.8em;
  /* Smaller font size */
  font-weight: bold;
  z-index: 1;
  /* Ensure it's on top */
}

.item-card-sale-badge:hover {
  position: absolute;
  top: 15px;
  /* Adjust as needed */
  left: 15px;
  /* Adjust as needed */
  background-color: #f79d9d;
  /* Red */
  color: white;
  padding: 0px 10px;
  /* Small padding */
  border-radius: 20px;
  font-size: 0.8em;
  /* Smaller font size */
  font-weight: bold;
  z-index: 1;
  /* Ensure it's on top */
}


button {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

input::-webkit-input-placeholder {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

input:-ms-input-placeholder {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

input:-moz-placeholder {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

input::-moz-placeholder {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

input {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

select {
  font-family: var(--axentra-secondaryFontFamily) !important;
}

/* Add to your existing CSS file */

/* Mobile-specific header */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: var(--axentra-container-one-background-color);
  /* Or any desired background */
}

.hamburger-icon {
  font-size: 24px;
  cursor: pointer;
  color: var(--axentra-menu-items-color);
  /* Make sure it's visible */
}

/* Initially hide container-1 (menu) on smaller screens */
/* .container {
  padding: '20px 40px'
} */

@media (max-width: 768px) {
  .container-1 {
      display: none;
      /* Initially hide the menu */
      width: 100%;
      /* Take full width when shown */
      position: absolute;
      /* Position over the content */
      top: 60px;
      /* Adjust as needed */
      left: 0;
      background-color: var(--axentra-container-one-background-color);
      /* Ensure background */
      z-index: 10;
      /* Ensure it's above other content */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      /* Optional shadow */

  }

  /* .container {
      padding: 0px;
  } */

  .container-1.show {
      display: block;
      /* Make the menu visible */
  }

  .container-2 {
      width: 100%;
      /* Take full width on smaller screens */
      margin-left: 0;
      /* Remove margin */
      background-color: var(--axentra-container-two-background-color);
  }

  /* Mobile menu items */
  .xircls-menu-list {
      flex-direction: column;
      /* Stack menu items */
      align-items: stretch;
      /* Full width */
  }

  .xircls-menu-item {
      margin: 0;
      /* Remove margins */
      padding: 15px;
      /* Adjust padding */
      /* border-bottom: 1px solid #eee; Add separators */
      text-align: left;
      /* Left-align text */
      margin: 0;
  }

  .sub-container {
      flex-direction: column;
  }
}

/* Add to your existing CSS file */

/* Mobile-specific header */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f7edf1;
  /* Or any desired background */
}

.hamburger-icon {
  font-size: 24px;
  cursor: pointer;
  color: #4f5866;
  /* Make sure it's visible */
}

/* Initially hide container-1 (menu) on smaller screens */
@media (max-width: 768px) {
  #xircls-menu-container {
      display: none;
      /* Initially hide the menu */
      width: 100%;
      /* Take full width when shown */
      position: absolute;
      /* Position over the content */
      top: 135px;
      /* Adjust as needed */
      left: 0;
      background-color: var(--axentra-container-one-background-color);
      /* Ensure background */
      z-index: 10;
      /* Ensure it's above other content */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      /* Optional shadow */

  }

  #xircls-menu-container.show {
      display: block;
      /* Make the menu visible */
  }

  .container-2 {
      width: 100%;
      /* Take full width on smaller screens */
      margin-left: 0;
      /* Remove margin */
      background-color: var(--axentra-container-two-background-color);
  }

  /* Mobile menu items */
  .xircls-menu-list {
      flex-direction: column;
      /* Stack menu items */
      align-items: stretch;
      /* Full width */
  }

  .xircls-menu-item {
      margin: 0;
      /* Remove margins */
      padding: 15px;
      /* Adjust padding */
      /* border-bottom: 1px solid #eee; Add separators */
      text-align: left;
      /* Left-align text */
      margin: 0;
  }

  .sub-container {
      flex-direction: column;
  }

  .xircls-header-container {
      display: block !important;
  }

  .container-1 {
      display: none;
  }
}

/* Add to your existing CSS file */

/* Mobile-specific header */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f7edf1;
  /* Or any desired background */
}

.hamburger-icon {
  font-size: 24px;
  cursor: pointer;
  color: #4f5866;
  /* Make sure it's visible */
}

/* Mobile menu items alignment */
.xircls-menu-list {
  text-align: center;
  /* Center menu items */
}

.xircls-menu-item {
  display: inline-block;
  text-align: left;
}

.mobile-menu-container {
  display: none;
}

/* Initially hide container-1 (menu) on smaller screens */
@media (max-width: 768px) {
  #xircls-menu-container {
      display: none;
      /* Initially hide the menu */
      width: 100%;
      /* Take full width */
      position: relative;
      /* Remove absolute positioning */
      top: auto;
      /* Reset top */
      left: auto;
      /* Reset left */
      background-color: var(--axentra-container-one-background-color);
      /* Ensure background */
      z-index: auto;
      /* Remove z-index */
      box-shadow: none;
      /* Remove shadow */
      padding: 10px;
      /* Add some padding around the menu */
      margin-bottom: 10px;
      /* Add spacing below the menu */
  }

  #xircls-menu-container.show {
      display: block;
      /* Make the menu visible */
  }

  .xircls-menu-list {
      text-align: left;
      align-items: flex-start !important;
  }

  .xircls-menu-item {
      margin: 0;
      /* Remove margins */
      padding: 10px 10px;
      /* border-bottom: 1px solid #eee; Add separators */
      text-align: left;
      /* Left-align text */
      margin: 0px 0px 0px 0px;
  }

  .container-2 {
      width: 100%;
      /* Take full width on smaller screens */
      margin-left: 0;
      /* Remove margin */
      background-color: var(--axentra-container-two-background-color);
  }

  .mobile-menu-container {
      display: block;
      margin: 20px;
  }

  .sub-container {
      flex-direction: column;
  }

  /* show the button on mobile  */
  .xircls-header-container {
      display: block !important;
  }

  /* don show original menu on phone */
  .container-1 {
      display: none;
  }
}

/* Add to your existing CSS file */

/* Mobile specific dashboard styles */
/* Add to your existing CSS file */

@media (max-width: 768px) {
  /* Existing styles */
.orderTittlediv1{
  display: flex;
  justify-content: space-between;
}
  #dashboardContainer {
      margin-top: -7%;
  }

  #ordersContainer {
    margin-top: -5%;
  }
  #wishListsContainer {
    margin-top: -7%;
  }
  #RecentsContainer {
    margin-top: -12%;
  }
  #omc-dashprofile-top {
      display: flex !important;
      flex-direction: column;
      text-align: left !important;
  }

  #omc-dashprofile-content {
      display: flex;
      flex-direction: column;
  }

  /* Mobile specific styles for dash profile section */
  #omc-dashprofile-card {
      text-align: center;
      background-color: var(--axentra-card-background-color);
      border-radius: var(--axentra-card-border-radius);
      border: 1px solid var(--axentra-card-border-color);
  }

  #omc-dashprofile-content {
      flex-direction: column;
      /* Stack sections on top of each other */
      align-items: center;
      /* Center all in each container */
      padding: 5px;
  }

  @media (max-width: 768px) {
      /* Existing styles (if you've already implemented them from previous steps) */


  }

  .detail-div {
      display: flex;
      flex-direction: column;
      text-align: center !important;
  }

  #omc-dashprofile-content,
  omc-dashprofile-content * {
      flex-direction: column;
      align-items: center;
  }

  #omc-dash {
      margin-bottom: 1rem;
      /* Provide spacing between direct children within */
  }

  #omc-dashprofile-image {
      margin-bottom: 1rem;
      display: flex;
      flex-direction: column;
  }

  /* The details column, make it one item vertical. */
  .details-column {
      grid-template-columns: 1fr !important;
      /* One column layout */
      margin: 0 auto;
      width: 90%;
      /* Adjust the it */
  }

  #omc-dashprofile-name,
  #omc-dashprofile-member-type {
      text-align: center;
      /* Always center everything */
  }

  .details-column {
      grid-template-columns: none !important;

  }

  /*  This is now inline  */
  .detail-div {
      display: flex;
      flex-direction: column;
      /* Each detail is stacked vertically */
  }

  /* .detail-div span {
      text-align: center;
  } */

}

.details-column {
  width: 66%;
}

@media (max-width: 768px) {
  .details-column {
      width: 100%;
  }
}

#xircls-close-menu {
  display: none;
}

@media (max-width: 768px) {
  #xircls-close-menu {
      display: block;
  }
}

.cancel-btn-mobile {
  color: var(--axentra-btn-text-color);
  font-size: 10px;
  /* Reduce */
  font-weight: 500;
  background: none;
  border: none;
  padding: 5px 8px;
  border-radius: var(--axentra-card-border-radius);
  /*Applying Root CSS Radius*/
  background-color: var(--axentra-btn-background-color);
  /*Applying Root CSS Background Color*/
  cursor: pointer;
  font-family: var(--axentra-font-family);
}
.edit-btn-mobile{

  color: var(--axentra-btn-text-color);
  font-size: 10px;
  /* Reduce */
  font-weight: 500;
  background: none;
  border: none;
  padding: 5px 8px;
  border-radius: var(--axentra-card-border-radius);
  /*Applying Root CSS Radius*/
  background-color: var(--axentra-btn-background-color);
  /*Applying Root CSS Background Color*/
  cursor: pointer;
  font-family: var(--axentra-font-family);
}
.buyagain-btn-mobile {
  color: var(--axentra-btn-text-color);
  font-size: 10px;
  /* Reduce */
  font-weight: 500;
  background: none;
  border: none;
  padding: 5px 8px;
  border-radius: var(--axentra-card-border-radius);
  background-color: var(--axentra-btn-background-color);
  cursor: pointer;
  font-family: var(--axentra-font-family);
}

.trackorder-btn-mobile {
  color: var(--axentra-btn-text-color);
  font-size: 10px;
  /* Reduced */
  font-weight: 500;
  padding: 5px 8px;
  border-radius: var(--axentra-card-border-radius);
  background: none;
  border: none;
  background-color: var(--axentra-btn-background-color);
  cursor: pointer;
  font-family: var(--axentra-font-family);
}

.vieworder-btn-mobile {
  color: var(--axentra-btn-text-color);
  font-size: 10px;
  /* Reduced */
  font-weight: 500;
  padding: 5px 8px;
  border-radius: var(--axentra-card-border-radius);
  background: none;
  border: none;
  background-color: var(--axentra-btn-background-color);
  cursor: pointer;
  font-family: var(--axentra-font-family);
}

.order-price-mobile {
  font-weight: 500;
  color: var(--axentra-card-label-color);
  font-size: 12px;
  margin: 0;
}

.order-status-mobile {
  font-size: 10px;
  color: #2e0016;
  margin-bottom: -10px;
  margin-top: 0;
  background-color: #dcfce7;
  padding: 5px;
  border-radius: 16px;
  margin-left: 10px;
}

.order-orderid-mobile {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: -10px;
  margin-top: 0;
}

.order-title-mobile {
  font-weight: 500;
  color: var(--axentra-card-label-color);
  font-size: 14px;
  /* Corrected font size */
  margin-bottom: -2px;
  margin-top: 0 !important;
}

.order-image-mobile {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.375rem;
}

.order-div-mobile {
  background-color: var(--axentra-card-background-color);
  /* Card background */
  border-radius: var(--axentra-card-border-radius);
  /* Card corner */
  padding: 1rem;
  /* Padding all sides */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* Shaddow */
  margin-bottom: 0;
  /* Ensure not too much spacing after */
  font-family: var(--axentra-secondaryFontFamily);
}

.mobile-recent-orders {
  overflow: auto;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* Add gap to make space b/w the components as well */
}

.allorders-table-text {
  font-weight: 500;
  margin: 0px;
  font-size: 16px;
  color: black;
}

.pagination-text-table {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
  font-family: var(--axentra-secondaryFontFamily);
  color: var(--axentra-card-text-color);
}

.order-table-headers {
  font-size: 12px;
  text-align: left !important;
}

.close-modal {
  padding: 10px 20px;
  background: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-top: 10px;
  display: flex;
}

#omc-dashorder-title {
  font-family:var(--axentra-font-family) !important;
  font-weight: 600;
  font-size: 20px;
  color: var(--axentra-card-heading-color);
}

.omc-recent-order {
  margin-bottom: 1rem;
  padding: 10px !important;
  border-bottom: 1px solid #E5E7EB;
  font-family:var(--axentra-secondaryFontFamily) !important;
}

.dashOrder-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashOrder-imgdetails-div {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.dashOrder-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.dashOrder-order-title {
  font-weight: 500;
  color: var(--axentra-card-label-color);
  text-align: left;
}

.dashOrder-order-id {
  color: #6B7280;
  text-align: left;
  font-size: 14px;
  color: var(--axentra-card-text-color);
}

.dashOrder-price {
  font-weight: 800;
  font-size: 16px;
  color: var(--axentra-card-label-color);
}

.dashOrder-status {
  background-color: #D1FAE5;
  color: #16A34A;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 10px;
}

.dashOrder-date {
  font-size: 0.875rem;
  color: var(--axentra-card-text-color);
  font-size: 14px
}

.dashOrder-buyagain {
  color: var(--axentra-btn-text-color, #111);
  font-size: 12px;
  font-weight: 600;
  background-color: var(--axentra-btn-background-color, #fff);
  border: 1px solid var(--axentra-btn-border-color, #111);
  padding: 6px 10px;
  border-radius: var(--axentra-card-border-radius, 10px);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  font-family: var(--axentra-secondaryFontFamily, inherit) !important;
  flex: 0 0 auto;
}
.dashOrder-track {
  color: var(--axentra-btn-text-color, #111);
  font-size: 12px;
  font-weight: 600;
  background-color: var(--axentra-btn-background-color, #fff);
  border: 1px solid var(--axentra-btn-border-color, #111);
  padding: 6px 10px;
  border-radius: var(--axentra-card-border-radius, 10px);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  font-family: var(--axentra-font-family, inherit);
  flex: 0 0 auto;
}

/* Desktop dashboard "View Details" button should match existing dashboard buttons */
.dashOrder-viewdetails {
  color: var(--axentra-btn-text-color, #111);
  font-size: 12px;
  font-weight: 600;
  background-color: var(--axentra-btn-background-color, #fff);
  border: 1px solid var(--axentra-btn-border-color, #111);
  padding: 6px 10px;
  border-radius: var(--axentra-card-border-radius, 10px);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  font-family: var(--axentra-font-family, inherit);
  flex: 0 0 auto;
}

.dashorder-actions {
  align-items: center;
  flex-wrap: wrap;
}


.dashOrderContainer-mobile {
  background-color: var(--axentra-card-background-color);
  border-radius: var(--axentra-card-border-radius);
  padding: 20px;
  margin-bottom: 1rem;
  /* Added margin for better spacing */
  text-align: left;
  border: 1px solid var(--axentra-card-border-color);
  font-family: var(--axentra-secondaryFontFamily);
}

#omc-dashorder-title-mobile {
  font-weight: 600;
  font-size: 14px !important;
  /* Slightly smaller heading */
  margin: 0;
  color: var(--axentra-card-heading-color);
}

#omc-dashorder-view-all-mobile {
  color: var(--axentra-btn-background-color) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  cursor: pointer !important;
  /* margin-top: -5px !important; */
}

.dash-order-title {
  font-weight: 500;
  color: var(--axentra-card-label-color);
  /* Use heading color from root */
  font-size: 12px;
  /* Corrected font size */
  margin-bottom: -2px;
  font-family: var(--axentra-secondaryFontFamily);
}

.dash-order-id {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: -10px;
  color: var(--axentra-card-text-color);
  margin-top: 0;
}

.dash-order-status {
  font-size: 10px;
  color: #2e0016;
  margin-bottom: -10px;
  margin-top: 0;
  background-color: #dcfce7;
  padding: 5px;
  border-radius: 16px;
  margin-left: 10px
}

.dash-order-price {
  font-weight: 500;
  color: var(--axentra-card-label-color);
  font-size: 13px;
  margin: 0;
}
.titleAndPriceDiv{
  margin-bottom: 5px;
}
  .dash-order-view {
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
    font-size: 11px;
    /* Reduced */
    font-weight: 500;
    color: var(--axentra-btn-text-color, #111);
    background-color: var(--axentra-btn-background-color, #fff);
    border: 1px solid var(--axentra-btn-border-color, #111);
    cursor: pointer;
    flex: 0 0 auto;
  }
.dash-order-track {
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
  font-size: 11px;
  /* Reduced */
  font-weight: 500;
    color: var(--axentra-btn-text-color, #111);
    background-color: var(--axentra-btn-background-color, #fff);
    border: 1px solid var(--axentra-btn-border-color, #111);
  cursor: pointer;
    margin-left: 10px;
    flex: 0 0 auto;
  
  }
  .dash-order-edit {
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
    font-size: 11px;
    /* Reduced */
    font-weight: 500;
    color: var(--axentra-btn-text-color, #111);
    background-color: var(--axentra-btn-background-color, #fff);
    border: 1px solid var(--axentra-btn-border-color, #111);
    cursor: pointer;
    margin-left: 10px;
    flex: 0 0 auto;
  
  }
  .dash-order-cancel {
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
    font-size: 11px;
    /* Reduced */
    font-weight: 500;
    color: var(--axentra-btn-text-color, #111);
    background-color: var(--axentra-btn-background-color, #fff);
    border: 1px solid var(--axentra-btn-border-color, #111);
    cursor: pointer;
    margin-left: 10px;
    flex: 0 0 auto;
  
  }
.dash-order-buy {
    color: var(--axentra-btn-text-color, #111);
    background-color: var(--axentra-btn-background-color, #fff);
  font-size: 11px;
  /* Reduce */
  font-weight: 500;
  border: 1px solid var(--axentra-btn-border-color, #111);
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
  cursor: pointer;
    margin-left: 10px;
    flex: 0 0 auto;
}

#omc-dashprofile-title {
  font-family: var(--axentra-font-family) !important;
  font-weight: 600;
  font-size: 20px;
  color: var(--axentra-card-heading-color);
}

#omc-dashprofile-edit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  color: black;
  border: none;
  font-size: 14px;
  cursor: pointer;
  font-weight: 800;
  background-color: var(--axentra-card-background-color);
}

@media (max-width: 768px) {
  #omc-dashprofile-edit-button {
      display: flex;
      align-items: center;
      justify-content: center !important;
      gap: 0.5rem;
      padding: 0.5rem 1rem;
      color: black;
      border: none;
      font-size: 14px;
      cursor: pointer;
      /* margin-top: 20px; */
      font-weight: 800;
      background-color: var(--axentra-card-background-color);
  }
}

#omc-dashprofile-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  color: var(--axentra-card-label-color);
}

#omc-dashprofile-member-type {
  color: black;
  margin: 0px;
  font-size: 14px;
  color: var(--axentra-card-text-color);
}

.progress-bg {
  background-color: #E5E7EB;
  border-radius: 1rem;
  height: 10px;
  width: 16rem;
}

.progress-bar {
  background-color: #fa5c9e;
  height: 8px;
  border-radius: 1rem;
  width: 75%;
  display: block !important;
}

.percent-text {
  margin-left: 0.5rem;
  font-size: 12px;
  color: #4B5563;
}

.complete-prof {
  font-size: 12px;
  color: #6B7280;
  margin: 0px
}

.prof-label {
  color: var(--axentra-card-label-color);
  margin-bottom: 0.375rem;
  text-align: center !important;
  font-size: 14px;
  font-family: var(--axentra-font-family);
}

.prof-value {
  font-weight: 500;
  text-align: center !important;
  color: var(--axentra-card-text-color);
  /* Using the 'selected' menu item color */
  /* width: 70%; */
  font-family: var(--axentra-font-family);
}

.saveButton-password {
  background-color: var(--axentra-btn-background-color) !important;
  padding: 16px !important;
  border-radius: var(--axentra-card-border-radius) !important;
  /* Applying Root Radius */
  color: var(--axentra-btn-text-color) !important;
  width: 100% !important;
  margin-top: 10px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  font-family: var(--axentra-font-family);
}

.saveButton-profile {
  background-color: var(--axentra-btn-background-color) !important;
  padding: 11px 12px !important;
  border-radius: var(--axentra-card-border-radius) !important;
  color: var(--axentra-btn-text-color) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: var(--axentra-font-family);
}

.save-button {
  background-color: var(--axentra-btn-background-color) !important;
  padding: 11px 12px !important;
  border-radius: var(--axentra-card-border-radius) !important;
  color: var(--axentra-btn-text-color) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: var(--axentra-font-family);
}

.RedirectEdit {
  background-color: var(--axentra-btn-background-color) !important;
  padding: 11px 12px !important;
  border-radius: var(--axentra-card-border-radius) !important;
  color: var(--axentra-btn-text-color) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: var(--axentra-font-family);
}

.prof-heading {
  font-Weight: 800;
  font-Size: 18px !important;
  Text-Align: Left;
  Color: var(--axentra-card-heading-color);
  /* Using card-specific heading color */
  Margin-Bottom: 10px;
  Font-Family: var(--axentra-font-family);
}

.pass-desc {
  display: block;
  margin-bottom: 20px !important;
  text-align: left !important;
  font-size: 15px !important;
}

.fa-eye:hover {
  color: #000;
}

.forgot-pass {
  color: var(--axentra-btn-background-color);
  /* Assumed to have relationship with button */
  display: block;
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--axentra-font-family);
}

.pass-req-div {
  border: 1px solid var(--axentra-card-border-color);
  padding: 16px;
  border-radius: var(--axentra-card-border-radius);
  background-color: var(--axentra-card-background-color);
  color: var(--axentra-card-text-color);
  margin-bottom: 20px;
  font-family: var(--axentra-font-family);
}

.req-heading {
  font-size: 18px;
  /* margin: 0; */
  font-weight: 500;
  color: var(--axentra-card-heading-color);
  margin-bottom: 8px;
  text-align: left;
  font-family: var(--axentra-font-family);
}

.req-list {
  font-size: 14px;
  color: var(--axentra-card-text-color);
  list-style-type: none;
  padding-left: 0;
  font-family: var(--axentra-font-family);
}

.set-reminder-modal {
  font-family: var(--axentra-font-family);
}

.set-reminder-modal .heading-section {
  display: flex;
  text-align: start;

}

.reminder-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--axentra-card-heading-color);
  /* Using card-specific heading color */
  margin-bottom: 10px;
  font-family: var(--axentra-font-family);
}

.flex-div {
  padding: 10px
}

.set-reminder-modal label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.set-reminder-modal input[type="time"],
.set-reminder-modal input[type="email"] {
  padding: 8px;
  border: 1px solid #ebebeb;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: var(--axentra-font-family);
}

#time {
  font-family: var(--axentra-font-family)
}

#email {
  font-family: var(--axentra-font-family)
}

.set-reminder-modal .actions-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s;
}

.set-reminder-modal .actions-buttons button:first-child {
  background-color: #888;
  margin-right: 10px;
}

.set-reminder-modal .actions-buttons button:last-child {
  background-color: #007bff;
}

.set-reminder-modal .actions-buttons button:hover {
  opacity: 0.9;
}

.email-Div {
  margin-bottom: 30px;
}

#email {
  width: 70%
}



#reminder-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.reminder-modal-div {
  background-color: var(--axentra-card-background-color);
  padding: 2rem;
  border-radius: var(--axentra-card-border-radius);
  width: 400px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0, 2);
  font-family: var(--axentra-font-family);
}

.reminder-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
  font-size: 3.5rem;
  cursor: pointer;
}

.reminder-modal-subheading {
  font-size: 14px;
  margin-bottom: 1rem;
}

.empty-calendar-cell {
  display: block !important;
}


/* Modal Overlay */
#reminder-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Box */
.reminder-modal-div {
  background: var(--axentra-card-background-color);
  padding: 2rem;
  border-radius: var(--axentra-card-border-radius);
  width: 400px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-family: var(--axentra-font-family);
}

@media (max-width: 768px) {
  .reminder-modal-div {
      background: var(--axentra-card-background-color);
      padding: 2rem;
      border-radius: var(--axentra-card-border-radius);
      width: 80%;
      position: relative;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      font-family: var(--axentra-font-family);

  }

  .calendar-day {
      height: 30px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      border-radius: 6px !important;
      padding: 0px !important;
  }
}

/* Close Button */
.reminder-modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Subheading */
.reminder-modal-subheading {
  margin-bottom: 1rem;
  color: #444;
}

/* Calendar Styles */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 8px;
}

.calendar-nav-btn {
  cursor: pointer !important;
  font-size: 24px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important;
  border-radius: 12px !important;
  color: #000 !important;
  padding: 0px 10px 3px 10px !important;
}

.calendar-nav-btn:hover {
  background-color: #e4e4e4 !important;
}

.calendar-month-year {
  font-weight: bold;
  font-size: 14px;
}

.calendar-days-row,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
  text-align: center;
  font-size: 12px;
}

.calendar-day-name {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.calendar-day {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-day.clickable {
  cursor: pointer;
}

.calendar-day.clickable:hover {
  background-color: #e4e4e4;
}

.calendar-day.selected {
  background-color: #000;
  color: #fff;
}

.calendar-day.today {
  background-color: transparent;
  border: 1px solid #000;
}

.calendar-day.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.calendar-day.faded {
  color: #ccc;
}

.calendar-day.faded {
  color: #ccc;
  pointer-events: none;
}


.country-code-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown-button {
  background: #fff !important;
  border: 1px solid #ebebeb !important;
  padding: 8px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #222 !important;
  font-family: var(--axentra-font-family);
  border-radius:  var(--axentra-card-border-radius) 0 0 var(--axentra-card-border-radius) ;
}

.chevron-icon {
  transition: transform 0.3s;
}

.dropdown-options {
  position: absolute;
  top: 102%;
  left: 0;
  width: 33%;
  background: #fff;
  height: 200px;
  border: 1px solid #ebebeb;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 4px;
  overflow: auto;
  border-radius: 12px;
  scrollbar-width: none;
  /* Firefox */

}

.dropdown-options::-webkit-scrollbar {
  width: 0px;
  /* Set width of the scrollbar to 0 to hide it */
  height: 0px;
  /* Hide horizontal scrollbar */
}

.dropdown-item {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  /* Using card-specific heading color */
  font-family: var(--axentra-font-family);
}

.dropdown-item:hover {
  background-color: #d1d1d1;
  border-radius: 12px;
}

.phone-icon {
  color: #555;
}

.hidden {
  display: none;
}

/* In your CSS file (e.g., your-style.css) */

/* Style for the saved addresses container */
.saved-addresses-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  /* Responsive grid */
  gap: 15px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .saved-addresses-container {
      display: grid;
      grid-template-columns: repeat(1, minmax(300px, 1fr));
      /* Responsive grid */
      gap: 15px;
      margin-top: 20px;
  }
}

/* Style for individual saved address cards */
.saved-address-card {
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
  padding: 15px;
  position: relative;
  /* For positioning the delete icon */
  background-color: var(--axentra-card-background-color);
  text-align: left;
  font-family: var(--axentra-secondaryFontFamily);
}

/* Style for the address text */
.address-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-line;
  /*  Allows line breaks to be rendered correctly */
}

/* Style for the delete icon */
.delete-address-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #888;
  cursor: pointer;
  font-size: 14px;
  /* Adjust size as needed */
}

.delete-address-icon:hover {
  color: #e44d26;
  /* Change color on hover */
}

.inner-save-div {
  display: flex;
  gap: 5px;
}

.inner-save-div i {
  display: flex;
  margin-top: 0px;
}

.address-text h3 {
  display: flex;
  margin-bottom: -15px;
  margin-top: -3px;
}

.add-address-button {
  padding: 8px !important;
  font-size: 16px !important;
  color: var(--axentra-btn-text-color) !important;
  /*Using the root background*/
  border-radius: var(--axentra-card-border-radius) !important;
  width: 100% !important;
  background-color: var(--axentra-btn-background-color) !important;
  /*Using root background*/
  margin-top: 10px;
  border: 1px solid var(--axentra-btn-background-color) !important;
  transition: 0.3s ease;
  font-family: var(--axentra-font-family);
}

.add-address-button:hover {
  border: 1px dashed #ccc !important;
  background-color: white !important;
  padding: 8px !important;
  font-size: 16px !important;
  color: black !important;
  border-radius: 10px !important;
  width: 100% !important;
  margin-top: 10px;

}

#new-address-form-container {
  border: 1px solid #ebebeb;
  border-radius: var(--axentra-card-border-radius);
  padding: 24px;
  margin-top: 16px;
  font-family: var(--axentra-font-family);
}

.save-cancel-buttons {
  grid-column: 2;
  justify-content: end;
  display: flex;
  gap: 10px;
}

.cancel-button {
  padding: 11px 12px !important;
  background: var(--axentra-btn-background-color) !important;
  color: var(--axentra-btn-text-color) !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
  /* display : flex; */
  
}

.cancel-button:hover {
  padding: 11px 12px !important;
  background: var(--axentra-btn-background-hover-color) !important;
  color: var(--axentra-btn-text-hover-color) !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
  /* display : flex; */
}

.add-new-address-title {
  font-size: 16px;
  text-align: left;
  margin-top: 0px;
  color: var(--axentra-card-heading-color);
  font-weight: 500;
  margin-bottom: 8px;
}

.other-relation-input {
  margin-top: 20px;
}

.date-icon-calendar {
  margin-right: 10px !important;
}

.default-badge {
  font-size: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 10px;
  color: #111 !important;
  background-color: #ebebeb;
  border: 1px solid #222;

}

.default-address-icon {}

.plus-icon-address {
  margin-right: 10px;
}

.eye-pass:hover {
  color: black;
}

.remind-bell {
  margin-right: 4px;
}

@media (max-width: 768px) {
  .cards-wrapper-unique {
      display: flex !important;
      gap: 16px !important;
      margin-bottom: 32px !important;
      flex-direction: column;

  }
}

.cards-wrapper-unique {
  display: flex !important;
  gap: 16px !important;
  margin-bottom: 32px !important;
}

.dashboard-card-unique {
  background-color: var(--axentra-card-background-color) !important;
  border-radius: var(--axentra-card-border-radius) !important;
  border: 1px solid var(--axentra-card-border-color) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 20px !important;
  font-family: var(--axentra-font-family);
  flex: 1;
}

.top-row-unique {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.title-value-unique {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.card-title-unique {
  color: var(--axentra-card-label-color) !important;
  font-size: 14px !important;
  text-align: left;
  font-family: var(--axentra-secondaryFontFamily) !important;
}

.card-value-unique {
  font-weight: 600 !important;
  margin-top: -5px !important;
  text-align: left !important;
  font-size: 24px !important;
  color: var(--axentra-card-text-color) !important;
  font-family: var(--axentra-secondaryFontFamily) !important;
}


.card-icon-container-unique {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.change-div-unique {
  margin-top: 12px !important;
  display: flex !important;
  align-items: center !important;
}

.change-span-unique {
  display: flex !important;
  align-items: center !important;
}

/* Example FA icons converted */
.bell-icon {
  /* additional styles if needed */
}

.dashprofile-card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  background-color: var(--axentra-card-background-color) !important;
  border-radius: var(--axentra-card-border-radius) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 20px !important;
  margin-bottom: 32px !important;
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

.dashprofile-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}

@media (min-width: 769px) {
  #omc-dashprofile-card #omc-dashprofile-title,
  #omc-dashprofile-card .dashprofile-title {
    text-align: left !important;
  }
}

.dashprofile-title {
  /* No inline styles were applied here */
}

.dashprofile-edit-button {
  /* No inline styles were applied here */
}

.dashprofile-content {
  display: flex !important;
  justify-content: space-between !important;
  /* padding: 20px !important; */
  gap: 15px !important;
}

.dashprofile-image-column {
  width: 33% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

@media (max-width: 768px) {
  .dashprofile-image-column {
      width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
  }
}

.dashprofile-image {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  margin-bottom: 1rem !important;
}

.dashprofile-name-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.omc-mobile-only {
  display: none !important;
}

.dashprofile-name {
  /* No inline styles were applied here */
}

.dashprofile-member-type {
  /* No inline styles were applied here */
}

.dashprofile-completion-container {
  display: flex !important;
  align-items: center !important;
}

.progress-bg {
  /* No inline styles were applied here */
}

.progress-bar {
  /* No inline styles were applied here */
}

.percent-text {
  /* No inline styles were applied here */
}

.complete-prof {
  /* No inline styles were applied here */
}

.details-column {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0px !important;
}

@media (max-width: 768px) {
  /* --- Mobile profile card layout override (per requirement) --- */
  #omc-dashprofile-top {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #omc-dashprofile-title {
    text-align: left !important;
  }

  .dashprofile-top {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* title left + edit button right */
  #omc-dashprofile-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
  }
  #omc-dashprofile-edit-button-header {
    display: inline-flex !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }

  /* avatar left + data on right */
  .dashprofile-image-column {
    width: 100% !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  .dashprofile-name-meta {
    align-items: flex-start !important;
    text-align: left !important;
  }

  /* hide labels/details on mobile; show only data next to avatar */
  .details-column {
    display: none !important;
  }
  #omc-dashprofile-member-type {
    display: none !important; /* hides "Customer Id: ..." label */
  }
  .omc-mobile-only {
    display: block !important;
  }
  #omc-dashprofile-edit-button {
    display: none !important; /* hide the old bottom edit button */
  }
  .prof-label {
    display: none !important;
  }

  .details-column {
      display: grid !important;
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 15px !important;
  }
  
}



.detail-div {
  /* No inline styles were applied here */
}

.prof-label {
  /* No inline styles were applied here */
}

.prof-value {
  /* No inline styles were applied here */
}

.dashorder-container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  background-color: var(--axentra-card-background-color) !important;
  border-radius: var(--axentra-card-border-radius) !important;
  padding: 1.5rem !important;
  font-family: var(--axentra-font-family);
  border: 1px solid var(--axentra-card-border-color);
}

.dashorder-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.dashorder-content {
  overflow: hidden !important;
  padding: 15px !important;
}

.dashorder-view-all {
  color: var(--axentra-btn-background-color) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  cursor: pointer !important;
  font-family: var(--axentra-font-family);
}

.dashorder-title-price-div {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

.dashorder-title-div {
  display: flex !important;
  flex-direction: column !important;
}

.dashorder-meta-details {
  margin-top: 0.5rem !important;
  display: flex !important;
  gap: 1rem !important;
  align-items: center !important;
}

.dashorder-actions {
  margin-top: 1rem !important;
  display: flex !important;
  gap: 1rem !important;
}

.dashOrderContainer-mobile {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.mobile-dashorder-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: left !important;
  margin-bottom: 1rem !important;
  /* Spacing before the orders begin */
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.mobile-dashorder-title {
  /* No inline styles applied */
}

.mobile-dashorder-view-all {
  /* No inline styles applied */
}

.mobile-dashorder-content {
  overflow: auto !important;
  /* Enable scrolling if needed */
  padding: 0.5rem !important;
  /* Reduced padding */
  display: flex !important;
  /* Display for horizontal */
  flex-direction: column !important;
  /* Each items on top for smaller viewports*/
}

.mobile-order-img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover !important;
  border-radius: 0.375rem !important;
}

.mobile-order-image-details {
  display: flex !important;
}

.mobile-order-text-price {
  display: flex
}

.mobile-order-inner {
  background-color: var(--axentra-card-background-color) !important;
  /* Each order items on mobile */
  border-radius: var(--axentra-card-border-radius) !important;
  /* Round the corners  */
  display: flex !important;
  /* Make sure each of is correctly */
  justify-content: space-between !important;
  font-family: var(--axentra-secondaryFontFamily);
}

.table-scrollable-wrapper {
  overflow: auto !important;
  /* border: 1px solid var(--axentra-card-border-color); */
}

.order-table-headers-left {
  text-align: left !important;
  font-size: 12px !important;
}

.order-table-row {
  font-size: 12px !important;
}

.order-table-data-bold {
  font-weight: 800 !important;
  color: black !important;
  /* Assuming this color is similar to selected menu items */
  font-family: var(--axentra-font-family);
}

.more-items-div {
  font-size: 10px !important;
  margin-top: 4px !important;
}

.order-table-data-left {
  text-align: left !important;
}

.mobile-order-table-container {
  border-radius: 1rem !important;

  text-align: left !important;
}

.mobile-order-table-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: left !important;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.mobile-order-inner-div {
  display: flex !important;
  flex-direction: column !important;
}

.mobile-order-img-details-div {
  display: flex !important;
  gap: 10px !important;
}

.profile-container-child {
  display: flex !important;
  gap: 20px !important;
}

.profile-cards-wrapper {
  width: 30% !important;
}

.data-cards-wrapper {
  width: 100% !important;
}

.personal-card-element {
  width: 100% !important;
  box-sizing: border-box !important;
}

.shipping-address-container {
  width: 100% !important;
  box-sizing: border-box !important;
}

.shipping-address-element {
  width: 100% !important;
  box-sizing: border-box !important;
}

.new-address-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.other-relation-input-wrapper {
  display: none;
}

.new-address-form-container {
  display: none !important;
}

.new-address-form-container-visible {
  display: block !important;
}

.mobile-profile-container-child {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.mobile-profile-cards-wrapper {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.mobile-data-cards-wrapper {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.mobile-personal-card-element {
  width: 100% !important;
  box-sizing: border-box !important;
}

.mobile-personal-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

@media (max-width: 768px) {
  .mobile-personal-form {
      display: flex !important;
      flex-direction: column !important;
      gap: 1rem !important;
  }

}

.mobile-shipping-address-container {
  width: 100% !important;
  box-sizing: border-box !important;
}

.mobile-shipping-address-element {
  width: 100% !important;
  box-sizing: border-box !important;
}

.mobile-new-address-form-container {
  display: none !important;
}

.mobile-new-address-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.mobile-new-address-form-container-visible {
  display: block !important;
}

.data-card-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

@media (max-width:768px) {
  .data-card-form-grid {
      display: flex !important;

  }
}

.data-card-form-block {
  display: block !important;
}

.data-card-description {
  display: block !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  font-size: 15px !important;
  color: black;
  font-family: var(--axentra-secondaryFontFamily)
}

.password-field-wrapper {
  margin-bottom: 20px !important;
}

.custom-date-div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  position: relative !important;
  /* Make relative for positioning the calendar */
}

.custom-date-button {
  display: flex !important;
  width: 100% !important;
  border: 1px solid #ebebeb !important;
  background-color: #fff !important;
  padding: 12px !important;
  outline: none !important;
  font-size: 16px !important;
  color: #222 !important;
  cursor: pointer !important;
  text-align: left !important;
  /* Keep the text aligned left */
  font-family: var(--axentra-font-family);
  border-radius: var(--axentra-card-border-radius);
}

.custom-calendar-container {
  position: absolute !important;
  top: 100% !important;
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  display: none;
  z-index: 10 !important;
  /* Ensure it's on top */
  box-sizing: border-box !important;
  /* Include padding and border in the element's total width and height */
  padding: 12px !important;
  /* Add some padding inside the calendar */
  font-family: var(--axentra-font-family);
}

.contact-wrapper {
  display: flex !important;
  gap: 0px !important;
  position: relative !important;
}

.profile-save-button {
  grid-column: 2 !important;
  /* Span the button across both columns */
  justify-self: end !important;
  /* Align button to the right. */
}

.forgot-pass-hovered {
  text-decoration: underline !important;
}

.req-list-item {
  display: flex !important;
  align-items: left !important;
  margin-bottom: 8px !important;
  text-align: left !important;
  align-items: center !important;
}

.check-icon-green {
  font-size: 16px !important;
  color: #10b981 !important;
  margin-right: 8px !important;
}

.saveButton-disabled {
  display: none;
}

#data-card-input-contact {
  width: 100%;
  border-radius: 0 var(--axentra-card-border-radius) var(--axentra-card-border-radius) 0;
}

.contact-data-card {
  background-color: var(--axentra-card-background-color);
  padding: 10px !important;
}

.contact-card-heading {
  margin: 0px !important;
  text-align: left !important;
  font-weight: 800;
  color: var(--axentra-card-heading-color);
  font-size: 18px;
}

.image-avatar {
  object-fit: cover !important;
  width: 128px !important;
  height: 128px !important;
  cursor: pointer !important;
}

.image-container-wrapper {
  position: relative !important;
  width: 100px !important;
  margin: auto;
}

.xircls-plus-icon {
  position: absolute !important;
  bottom: 0px !important;
  right: 0px !important;
  background-color: var(--axentra-btn-background-color) ;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--axentra-btn-text-color) !important;
  cursor: pointer !important;
  font-family: var(--axentra-font-family);
  transition: ease-in 0.3s;
}
.xircls-plus-icon:hover{
  background-color: var(--axentra-btn-background-hover-color);
  
}

.profileEmail {
  color: var(--axentra-card-label-color) !important;
}

.profileName {
  color: var(--axentra-card-heading-color) !important;
}

.prof-div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.stats-column {
  display: flex !important;
  flex-direction: column !important;
}

.stats-div {
  display: flex !important;
  justify-content: center !important;
  gap: 60px !important;
  margin-top: 20px !important;
  color: var(--axentra-card-text-color) !important;
  /* Using Root CSS, so elements follow root css. */
  font-family: var(--axentra-font-family);
}

.no-wishlist-text {
  margin-top: 50px !important;
  text-align: center !important;
}

.recently-viewed-sale-badge {
  left: 15px !important;
  top: 15px !important;
}

.item-card-price-reminder {
  display: flex !important;
  justify-content: space-between !important;
  margin: 0px 20px;
}

.item-card-price-reminder span {
  font-size: 12px !important;
}

.item-card-price-reminder span {
  display: flex !important;
  align-items: center !important;
  color: var(--axentra-btn-background-color) !important;
  cursor: pointer !important;
}

.item-card-actions-recent-viewed {
  display: flex !important;
  gap: 10px !important;
}

.item-card-actions-wishlist {
  display: flex !important;
  width: 100% !important;
   gap: 10px;
  /* justify-content: space-between !important; */
}
.item-card-actions-wishlist button {
  flex: 1;      
  width: auto;  
}

.reminder-modal-overlay {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100vh !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
}

.reminder-modal-div {
  pointer-events: auto !important;
}

.reminder-modal-header {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.375rem !important;
  text-align: left !important;
}

#reminder-modal-title h2 {
  font-weight: 600 !important;
  font-size: 18px !important;
  margin: 0px !important;
}

#reminder-modal-title {
  font-weight: 600 !important;
  font-size: 18px !important;
  margin: 0px !important;
}


.reminder-modal-form {
  margin-top: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.reminder-modal-date-div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  position: relative !important;
  /* Make relative for positioning the calendar */
}

.reminder-modal-date-label {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 8px !important;
}

.reminder-modal-date-button {
  display: flex !important;
  width: 100% !important;
  border-radius: var(--axentra-card-border-radius) !important;
  border: 1px solid #e980a8 !important;
  background-color: #f3a0bc !important;
  padding: 12px !important;
  outline: none !important;
  font-size: 14px !important;
  color: var(--axentra-btn-text-color) !important;
  cursor: pointer !important;
  text-align: left !important;
  /* Keep the text aligned left */
  font-family: var(--axentra-font-family);
}

.reminder-modal-calendar-container {
  position: absolute !important;
  top: 115% !important;
  left: 10% !important;
  width: 80% !important;
  background-color: var(--axentra-card-background-color) !important;
  border: 1px solid var(--axentra-card-border-color) !important;
  border-radius: var(--axentra-card-border-radius) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  display: none;
  z-index: 10 !important;
  /* Ensure it's on top */
  box-sizing: border-box !important;
  /* Include padding and border in the element's total width and height */
  padding: 12px !important;
  font-family: var(--axentra-font-family);
}

.reminder-modal-time-div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.reminder-modal-time-label {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 8px !important;
}

.reminder-modal-time-input-wrapper {
  display: flex !important;
  align-items: center !important;
}

.reminder-modal-clock-icon {
  margin-right: 0.5rem !important;
  color: #6B7280 !important;
}

.reminder-modal-time-input {
  display: flex !important;
  width: 100% !important;
  background-color: #fff !important;
  border: 1px solid #ebebeb !important;
  color: #222 !important;
  padding: 12px !important;
  outline: none !important;
  font-family: var(--axentra-font-family);
}

.reminder-modal-notification-div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.reminder-modal-notification-label {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 8px !important;
}

.reminder-modal-radio-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  outline: none !important;
}

.reminder-modal-method-container {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.reminder-modal-radio-btn {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  cursor: pointer !important;
  outline: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--axentra-font-family);
}

.reminder-modal-actual-radio {
  transform: translateX(-100%) !important;
  position: absolute !important;
  pointer-events: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
}

.reminder-modal-method-label {
  font-weight: 500 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  font-size: 14px !important;
}

.reminder-modal-radio-inner-span {
  font-size: 10px;
  color: var(--axentra-btn-background-color);
  /*Assumed that the btn and this radio are similar */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--axentra-font-family);
}


.reminder-modal-contact-info-div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.reminder-modal-contact-info-label {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 8px;
}

.reminder-modal-contact-info-input {
  display: flex !important;
  width: 100% !important;
  background-color: #fff !important;
  border: 1px solid #ebebeb !important;
  color: #222 !important;
  padding: 12px !important;
  outline: none !important;

  font-size: 16px !important;
  font-family: var(--axentra-font-family);
}

.reminder-modal-contact-info-input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
  /* Ensure it's fully visible in Firefox */
}

/* For Internet Explorer 10-11 */
.reminder-modal-contact-info-input:-ms-input-placeholder {
  color: #000 !important;
}

/* For Microsoft Edge */
.reminder-modal-contact-info-input::-ms-input-placeholder {
  color: #000 !important;
}


.reminder-modal-actions-div {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  padding-top: 1rem !important;
}

.reminder-modal-cancel-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  border-radius: 12px !important;
  background-color: var(--axentra-btn-background-color) !important;
  cursor: pointer !important;
  outline: none !important;
  padding: 10px !important;
  color: var(--axentra-btn-text-color) !important;
}

.reminder-modal-set-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  border-radius: var(--axentra-card-border-radius) !important;
  color: var(--axentra-btn-text-color) !important;
  background-color: var(--axentra-btn-background-color) !important;
  cursor: pointer !important;
  outline: none !important;
  border: none !important;
  padding: 10px !important;
  font-family: var(--axentra-font-family);
}

.responsive-width {
  width: 50% !important;
}

@media (max-width: 768px) {
  .responsive-width {
      width: 90% !important;
      height: 80% !important;
  }
}

.order-details-modal-title-div {
  padding: 10px !important;
}

.order-details-modal-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-align: left !important;
  display: flex !important;
  justify-content: space-between !important;
  margin-left: 5px !important;
  text-wrap: nowrap;
}

.order-details-modal-close-button-top {
  font-size: 20px !important;
  font-weight: bold !important;
  color: black !important;
  cursor: pointer !important;
  position: absolute !important;  
  top: 10px !important;
  right: 20px !important;
}

.order-details-modal-title-hr {
  margin: 0 !important;
}

.order-details-modal-container-div {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
}

@media (max-width: 768px) {
  .order-details-modal-container-div {
      display: block !important;

  }
}

.order-details-modal-info-section {
  background-color: var(--axentra-card-background-color) !important;
  padding: 5px !important;
  font-family: var(--axentra-font-family);
}

.order-details-modal-info-heading {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--axentra-card-heading-color) !important;
  margin-bottom: 10px !important;
  font-family: var(--axentra-secondaryFontFamily);
}

.order-details-modal-info-details {
  font-size: 14px !important;
  color: var(--axentra-card-text-color) !important;
  font-family: var(--axentra-secondaryFontFamily);
}

.order-details-modal-info-label {
  color: var(--axentra-card-label-color) !important;
  font-family: var(--axentra-secondaryFontFamily);
}

.order-summary {
  padding: 10px !important;
}

@media (max-width: 768px) {
  .order-summary {
      padding: 10px !important;
      overflow-x: auto !important;
  }
}

.order-summary-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--axentra-card-heading-color) !important;
  margin-bottom: 10px !important;
  font-family: var(--axentra-font-family);
}

.order-summary-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: var(--axentra-card-border-radius) !important;
  border: 1px solid var(--axentra-card-border-color) !important;
  font-family: var(--axentra-font-family);
}

.order-summary-thead {
  /* background-color: var(--axentra-card-background-color) !important; */
  font-family: var(--axentra-font-family);
}

.order-summary-th {
  padding: 12px !important;
  text-align: left !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #6B7280 !important;
}

.order-summary-tbody {
  font-size: 14px !important;
  color: #6B7280 !important;
}

.order-summary-item-row {
  background-color: #F9FAFB !important;
}

.order-summary-item-cell {
  padding: 12px !important;
  text-align: left !important;
  color: #111 !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.order-summary-item-image {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  margin-right: 10px !important;
}

.order-summary-item-title {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .order-summary-item-title {
      font-size: 10px !important;
  }
}

.order-summary-quantity-cell {
  padding: 12px !important;
  color: #6B7280 !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.order-summary-price-cell {
  padding: 12px !important;
  font-weight: 600 !important;
  color: #111 !important;
  border-bottom: 1px solid #e5e7eb !important;
  font-size: 16px !important;
  text-wrap: nowrap;
}

@media (max-width: 768px) {
  .order-summary-price-cell {
      padding: 12px !important;
      font-weight: 600 !important;
      color: #111 !important;
      border-bottom: 1px solid #e5e7eb !important;
      font-size: 10px !important;
      text-wrap: nowrap;
  }

}

.order-summary-shipping-row {
  background-color: #F9FAFB !important;
}

.order-summary-shipping-cell {
  padding: 12px !important;
  text-align: left !important;
  color: #111 !important;
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .order-summary-shipping-cell {
      padding: 12px !important;
      text-align: left !important;
      color: #111 !important;
      font-size: 10px !important;
  }
}

.order-summary-quantity-shipping {
  padding: 12px !important;
  text-align: center !important;
  color: #6B7280 !important;
}

.order-summary-price-shipping {
  padding: 12px !important;
  text-align: right !important;
  font-weight: 600 !important;
  color: #111 !important;
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .order-summary-price-shipping {
      padding: 12px !important;
      text-align: right !important;
      font-weight: 600 !important;
      color: #111 !important;
      font-size: 10px !important;
  }
}

.order-summary-total-row {
  background-color: #F9FAFB !important;
}

.order-summary-total-label {
  padding: 12px !important;
  font-weight: 600 !important;
  color: #111 !important;
  font-size: 16px !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .order-summary-total-label {
      padding: 12px !important;
      font-weight: 600 !important;
      color: #111 !important;
      font-size: 10px !important;
      border-bottom: none !important;
  }
}

.order-summary-total-value {
  padding: 12px !important;
  text-align: right !important;
  font-weight: 700 !important;
  color: #4A90E2 !important;
  font-size: 16px !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .order-summary-total-value {
      padding: 12px !important;
      text-align: right !important;
      font-weight: 700 !important;
      color: #4A90E2 !important;
      font-size: 10px !important;
      border-bottom: none !important;
  }
}

.order-details-hr {
  border: 1px solid #e4e4e4 !important;
  margin: 20px 0px 10px 0px !important
}

.order-details-modal-container {
  padding: 10px !important;
}

.close-modal {
  background: var(--axentra-btn-background-color) !important;
  color: var(--axentra-btn-text-color) !important;
}

.close-modal-hover {
  background: var(--axentra-btn-background-hover-color) !important;
  color: var(--axentra-btn-text-hover-color);
  /* Darkens the background. */
}

.sec-card-title {
  color: var(--axentra-card-heading-color);
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

.shield-container {
  width: 20px !important;
}

.tips-sec {
  display: flex !important;
  text-align: start !important;
  gap: 10px !important;
}

.tips-sec span {
  color: var(--axentra-card-text-color) !important;
}

.trackorder-btn-mobile-spacing {
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.vieworder-btn-mobile-spacing {
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.buyagain-btn-mobile-spacing {
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.cancel-btn-mobile-spacing {
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.edit-btn-mobile-spacing {
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mobile-order-inner-style {
  /* Each order items on mobile */
  border-radius: 16px !important;
  /* Round the corners  */
  display: flex !important;
  /* Make sure each of is correctly */
  justify-content: space-between !important;
  width: 100%;
}

.empty-items-card {
  background-color: var(--axentra-card-background-color) !important;
  border-radius: var(--axentra-card-border-radius) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 48px !important;
  text-align: center !important;
  height: 65vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: var(--axentra-font-family);
  margin-bottom: 25px;
}

.empty-items-icon-container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 64px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #feeef5 !important;
  /* Keeping hardcoded color as it's a unique style */
  border-radius: 9999px !important;
  margin-bottom: 16px !important;
  font-family: var(--axentra-font-family);
}

.empty-items-icon {
  /* font-size: 32px !important; */
  color: var(--axentra-btn-background-color) !important;
  /* Assuming this should match the button color */
  font-family: var(--axentra-font-family);
  margin-bottom: -5px;
}

.empty-items-heading {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  margin-bottom: 0px !important;
  font-family: var(--axentra-secondaryFontFamily) !important;
}

.empty-items-paragraph {
  font-size: 12px !important;
  color: #6b7280 !important;
  margin-bottom: 0px !important;
  font-family: var(--axentra-secondaryFontFamily) !important;
}

.empty-items-card-wrapper {
  display: flex !important;
  flex-direction: column !important;
  margin: auto !important;
}

.eye-pass {
  position: absolute !important;
  right: 5px !important;
  top: 70% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
}

/* .button-spacing {
  margin: 5px 0px !important;
} */

.mobile-order-hr {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  background-color: var(--axentra-btn-background-color) !important;
  border-bottom: 1px solid var(--axentra-btn-background-color) !important;
}

.reminder-modal-method-icon {
  margin-right: 6px;
}

.sec-list-title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: var(--axentra-card-heading-color);
}

#xircls-loyalty-card {
  padding: 10px;
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
  background-color: var(--axentra-card-background-color);
  width: 100%;
  margin-top: 10px;
}

.point-title {
  font-size: 24px;
  color: var(--axentra-card-heading-color);
  font-weight: 500;
}

.loyalty-header {
  display: flex;
  margin: auto;
  align-items: center;
  gap: 10px;
}

.point-loyalty-label {
  color: var(--axentra-menu-items-color);
  font-weight: 500;
}

.points {
  color: var(--axentra-menu-items-color);
  font-weight: 500;
}

@media (max-width: 768px) {
  #omc-dashorder-content {}

  .mobile-order-flex {
      background-color: var(--axentra-card-background-color);
      width: 100%;
  }
  .mobile-order-actions {
    overflow-x: auto;
    width: 100%;
    margin-top: 10px;
    display: flex;
    white-space: nowrap;
  }
}
.mobile-order-actions::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mobile-order-actions {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.hr-order-main {
  margin: 0px;
  background-color: var(--axentra-card-border-color);
  color: var(--axentra-card-border-color);
}

.edit-address-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px;
}

@media (max-width: 768px) {
  .edit-address-form {
      display: flex !important;
      flex-direction: column !important;
      gap: 1rem !important;
  }
}

.edit-address-icon {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #888;
  cursor: pointer;
  font-size: 14px;
}

#edit-address-title {
  font-size: 16px;
  text-align: left;
  margin-top: 0px;
  color: var(--axentra-card-heading-color);
  font-weight: 500;
  margin-bottom: 8px;
}

/* External CSS */

#progressContainer {
  margin-top: 24px;
  max-width: 400px;
  width: 60%;
}

#headerDiv {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

#progressTextSpan {
  color: #4B5563;
}

#percentageSpan {
  font-weight: 500;
}

#progressBarContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #E5E7EB;
  height: 8px;
}

#progressBarFill {
  height: 100%;
  width: 50%;
  background-color: #2563EB;
  transition: all 0.2s ease-in-out;
  transform: translateX(0%);
  display: block;
}

#pointsTextParagraph {
  margin-top: 8px;
  font-size: 14px;
  color: #6B7280;
  text-align: left;
}

#pointsSpan {
  font-weight: 600;
  color: #2563EB;
}

/* Styles for the balance component */

#balanceContainer {
  /* margin-top: 16px; */
  display: flex;
  align-items: center;
  background-color: var(--axentra-card-background-color);
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
  padding: 12px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#balanceSection {
  margin-right: 24px;
}

#balanceLabel {
  font-size: 12px;
  color: var(--axentra-card-label-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#balanceAmountContainer {
  display: flex;
  align-items: baseline;
}

#amountSpan {
  font-size: 24px;
  font-weight: 700;
  color: var(--axentra-card-text-color);
}

#pointsSpan {
  margin-left: 4px;
  color: var(--axentra-card-label-color);
}

#tierContainer {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #ffffff;
  border: 1px solid var(--axentra-card-border-color);
  color: var(--axentra-card-text-color);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
}

#tierIcon {
  width: 16px;
  height: 16px;
}

#loyalty-progress-div {
  display: flex;
  /* gap: 20px; */
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}

/* Tablist styles */

#tabListContainer {
  /* border-bottom: 1px solid #E5E7EB; */
  margin-bottom: 24px;
}

#tabListWrapper {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: left;
  border-radius: 8px;
  padding: 4px;
  background-color: transparent;
  margin-bottom: -1px;
  /* Compensate for border */
  outline: none;
  /* Remove focus outline */
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

#tabListWrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
@media (max-width: 768px) {
  #tabListWrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #tabListWrapper::-webkit-scrollbar {
    display: none;
  }

  #tabListWrapper button {
    font-size: 0.6em;
  }
}
/* Common button styles */
#tabListWrapper button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}

/* Inactive tab styles */
#tabListWrapper button[data-state="inactive"] {
  color: black;
  border-bottom: 2px solid transparent;
}

/* Active tab styles */
#tabListWrapper button[data-state="active"] {
  color: var(--axentra-btn-text-color);
  /* border-bottom: 2px solid var(--axentra-btn-background-hover-color); */
  background-color: var(--axentra-btn-background-color);
}

/* Hover styles */
#tabListWrapper button:hover {
  /* Add hover styles if needed */
}

/* Focus styles */
#tabListWrapper button:focus {
  /* Add focus styles if needed */
}

#waysToEarnContent {
  /* Styles for the container */
  /* margin-top: -16px; */
}

#waysToEarnTitle {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 5px;
  text-align: left;
}


.ways-to-earn-card {
  display: flex;
  align-items: center;
  background-color: var(--axentra-card-background-color);
  padding: 16px;
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}

.ways-to-earn-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.ways-to-earn-icon {
  margin-right: 16px;
  padding: 15px 15px 15px 15px;
  background-color: #e9e9e9;
  border: none;
  color: #000;
  border-radius: 9999px;
}

.ways-to-earn-text {
  flex-grow: 1;
}

.ways-to-earn-card-title {
  font-weight: 500;
  color: var(--axentra-card-label-color);
  text-align: left;
  margin: 0px;
}

.ways-to-earn-card-description {
  font-size: 14px;
  color: var(--axentra-card-text-color);
  text-align: left;
  margin: 0px;
}

.ways-to-earn-points {
  display: flex;
      align-items: center;
  background-color: var(--axentra-card-background-color);
  border: 1px solid var(--axentra-card-border-color);
  color: var(--axentra-card-text-color);
  padding: 0px 20px;
      border-radius: 9999px;
      font-size: 16px;
      font-weight: 500;
      margin-left: 20px;
}


#way-to-earn-container {
  display: flex;
  flex-direction: row;
  gap: 90px;
}
.waysToEarnList1 {
  display: flex;
    flex-direction: column;
    gap: 20px;
     /* width: 50%; */

}
.ways-to-earn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-top: 1rem;
}

.ways-to-earn-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ways-to-earn-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
}

.ways-to-earn-icon {
  background: #f7f7f7;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.way-to-earn-container{
  display: block !important;
}
#waysToEarnList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* width: 50%; */

}

#quickRedemptionSection {
  width: 50%;
}


#quickRedemptionTitle {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
  text-align: left;
  /* margin-top: 10px; */
}

.redeem-points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Single column layout */
  gap: 16px;
}

.redeem-points-card {
  background-color: var(--axentra-card-background-color);
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}

.redeem-points-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.redeem-points-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.redeem-points-card-title {
  font-weight: 500;
  color: #111827;
  margin: 0px;
  font-size: 16px;
  text-align: left;
}

.redeem-points-card-cost {
  font-size: 14px;
  font-weight: 500;
  color: #2563EB;
  text-align: left;
}

.redeem-points-redeem-button {
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #ffffff;
  border: 1px solid #2563EB;
  color: #2563EB;
  cursor: pointer;
  text-align: center;
}

/* View All Link */
#viewAllLinkContainer {
  margin-top: 24px;
  text-align: center;
  /* Center the link */
}

#viewAllLink {
  display: inline-flex;
  align-items: center;
  color: #2563EB;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  gap: 5px;
}

#viewAllLink:hover {
  text-decoration: underline;
}

#viewAllIcon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

/* pointsHistoryContent */
#pointsHistoryContent {
  margin-top: 16px;
}

#pointsHistoryTitle {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
  text-align: left;
}

#pointsHistoryTableContainer {
  background-color: #ffffff;
  border: var(--axentra-card-border-color) solid var(--axentra-card-border-color);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#pointsHistoryTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0px !important;
  /* Prevents double borders */
}

/* Table Headers */
#pointsHistoryTable th {
  padding: 12px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: var(--axentra-card-label-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: var(--axentra-card-border-color) solid var(--axentra-card-border-color);
}

/* Table Rows */
#pointsHistoryTable tbody tr {
  background-color: var(--axentra-card-background-color);
  cursor: pointer;
  transition: background-color 0.3s;
  /* Smooth hover effect */
  border-bottom: 1px solid var(--axentra-card-border-color)
}

/* #pointsHistoryTable tbody tr:hover { */
/* background-color: #f9f9f9; Light gray on hover */
/* } */

/* Table Data Cells */
#pointsHistoryTable td {
  padding: 16px 24px;
  font-size: 14px;
  color: var(--axentra-card-text-color);
  border: none;
  /* Remove vertical borders */
  text-align: left;
}



/* Points Cell Styling */
#pointsHistoryTable td:last-child {
  font-weight: 500;
  text-align: left;
  /* Right-align points */
}

#pointsHistoryTable td.type-earn {
  color: #10B981;
  /* Green for earned points */
}

#pointsHistoryTable td.type-redeem {
  color: #EF4444;
  /* Red for redeemed points */
}

/* View Full History Link */
#viewFullHistoryDiv {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: #6B7280;
}

#viewFullHistoryLink {
  color: #2563EB;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

#viewFullHistoryLink:hover {
  color: #1D4ED8;
  /* Darker blue on hover */
}

/* Responsive Design (Optional) */
@media (max-width: 768px) {

  #pointsHistoryTable th,
  #pointsHistoryTable td {
      padding: 8px 12px;
      /* Smaller padding on smaller screens */
      font-size: 12px;
      /* Smaller font on smaller screens */
  }

  #balanceContainer {
      margin-bottom: 10px !important;
  }
}

/*  redeemPointsContent */
#redeemPointsContent {
  margin-top: 16px;
}

#redeemPointsTitle {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
  text-align: left;
}

.redeem-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.redeem-option-card {
  background-color: var(--axentra-card-background-color);
  border: 1px solid var(--axentra-card-border-color);
  border-radius: var(--axentra-card-border-radius);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: border 0.2s ease;
  cursor: pointer;
  padding: 20px;
}

.redeem-option-card:hover {
  border-color: #D1D5DB;
}


.redeem-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.redeem-option-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  text-align: left;
  margin: 0px;
}

.redeem-option-card-cost {
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  color: #2563EB;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.redeem-option-redeem-button {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background-color: #2563EB;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.redeem-option-redeem-button:hover {
  background-color: #1D4ED8;
  /* Darker blue on hover */
}

@media (max-width: 768px) {
  #loyalty-progress-div {
      display: block;
      margin-bottom: 16px;
  }

  #progressContainer {
      width: 100%;
  }

  #way-to-earn-container {
      display: block !important;
  }

  #waysToEarnList {
      width: 100% !important;
      /* display: flex !important; */
  }
.waysToEarnList1 {
  display: flex !important;
}
  #quickRedemptionSection {
      width: 100% !important;
  }

  .redeem-points-grid {
      grid-template-columns: 1fr !important;
  }
}

/* membershipContent Styles */

#membershipContent {
  margin-top: 16px;
}

#membershipTitle {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
  text-align: left;
}

.membership-tiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.membership-tier-card {
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 12px;
  padding: 24px;
  transition: border 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.membership-tier-card:hover {
  border-color: #B0BEC5;
}

.membership-tier-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.membership-tier-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0px;
}

.current-tier-badge {
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  color: #2563EB;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
}

.membership-tier-points-section {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E7EB;
  text-align: left;
}

.membership-tier-points-label {
  font-size: 14px;
  color: #6B7280;
}

.membership-tier-points-value {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.membership-tier-benefits-title {
  font-size: 14px;
  font-weight: 500;
  color: #4B5563;
  margin-bottom: 12px;
  text-align: left;
}

.membership-tier-benefits-list {
  list-style-type: none;
  padding: 0;
}

.membership-tier-benefit {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 8px;
  text-align: left;
}

.benefit-check-icon {
  color: #2563EB;
  margin-right: 8px;
  margin-top: 2px;
}

/* Add media query to make it responsive */
@media (max-width: 768px) {
  .membership-tiers-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

#actionheading {
  gap: 10px;
  justify-content: end;
}

@media (max-width: 768px) {
  #actionheading {
      gap: 10px;
      justify-content: center;
  }
}

#actionheading button {
  padding: 11px 12px;
  font-size: 10px;
  border: none;
  border-radius: var(--axentra-card-border-radius);
  color: var(--axentra-btn-text-color);
  background-color: var(--axentra-btn-background-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

#actionheading button:hover {
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color);
}

.loyaltyModal {
  /*Updated CSS selector*/
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  position: relative;
}

.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.points-table-content-wrapper {
  border-radius: var(--axentra-card-border-radius) var(--axentra-card-border-radius) 0 0;
}

#pointsHistoryTable tr {
  border-bottom: 1px solid var(--axentra-card-border-color);
  background-color: var(--axentra-card-background-color);
}

#pointsContainer {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
  justify-content: center;
}

.points-edit-button {
  padding: 4px 6px;
  border: 1px solid var(--axentra-btn-border-color);
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  cursor: pointer;
}

.points-redeem-button {
  padding: 4px 6px;
  border: 1px solid var(--axentra-btn-border-color);
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  cursor: pointer;
}

.points-save-button {
  padding: 4px 6px;
  border: 1px solid var(--axentra-btn-border-color);
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  cursor: pointer;
}

.points-edit-button:hover {
  padding: 4px 6px;
  border: 1px solid var(--axentra-btn-border-color);
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color);
  cursor: pointer;
}

.points-save-button:hover {
  padding: 4px 6px;
  border: 1px solid var(--axentra-btn-border-color);
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color);
  cursor: pointer;
}

.points-redeem-button:hover {
  padding: 4px 6px;
  border: 1px solid var(--axentra-btn-border-color);
  background-color: var(--axentra-btn-background-hover-color);
  color: var(--axentra-btn-text-hover-color);
  cursor: pointer;
}

.redeem-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--axentra-card-heading-color);
}

.xircls-reminder-card {
  margin-bottom: 12px;
}

.xircls-reminder-wrapper {
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: var(--axentra-card-border-radius);
  padding: 8px;
}

.xircls-reminder-content {
  display: flex;
  align-items: flex-start;
}

.xircls-clock-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2px;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
  color: #2563eb;
}

.xircls-reminder-text {
  flex-grow: 1;
}

.xircls-reminder-title {
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
  text-align: left;
}

.xircls-reminder-subtext {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}

.xircls-reminder-actions {
  display: flex;
  margin-left: 4px;
  gap: 4px;
}

.xircls-edit-btn,
.xircls-delete-btn {
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
}

.xircls-edit-btn:hover {
  color: #2563eb;
}

.xircls-delete-btn:hover {
  color: #ef4444;
}

.xircls-edit-icon,
.xircls-delete-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2px;
  fill: none !important;
}

.xircls-reminder-div {
  padding: 0px 10px;

}

/* General Modal Styling */
#xircls-loyalty-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 50;
  display: grid;
  width: 100%;
  max-width: 768px;
  /* Equivalent of max-w-lg */
  transform: translate(-50%, -50%);
  gap: 16px;
  /* Equivalent of gap-4 */
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  padding: 24px;
  /* sm:rounded-lg and sm:max-w-md */
  /* These need to be handled responsively with media queries if perfect match is required */
}

/* Modal Content */
.xircls-modal-content {
  position: relative;
  /* Required for absolute positioning of the close button */
}

/* Text Container (Title & Description) */
.xircls-modal-text-container {
  text-align: center;
}

@media (min-width: 640px) {

  /* sm: */
  .xircls-modal-text-container {
      text-align: left;
  }
}

/* Title */
.xircls-modal-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  /* Equivalent of tracking-tight */
  color: #1f2937;
  text-align: center;
}

/* Description */
.xircls-modal-description {
  font-size: 14px;
  color: #4b5563;
  text-align: center;
}

@media (min-width: 640px) {

  /* sm: */
  .xircls-modal-description {
      text-align: left;
  }
}

/* Reward Details */
.xircls-reward-details {
  margin-top: 24px;
  /* Equivalent of my-6 */
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Reward Header */
.xircls-reward-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

/* Reward Name */
.xircls-reward-name {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

/* Reward Points */
.xircls-reward-points {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #4f46e5;
  /* Primary-700 equivalent */
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
}

/* Balance Details */
.xircls-balance-details {
  font-size: 14px;
  color: #4b5563;
}

/* Current Balance */
.xircls-current-balance {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

/* Current Balance Value */
.xircls-current-balance-value {
  font-weight: 500;
  color: #1f2937;
}

/* Cost */
.xircls-cost {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

/* Cost Value */
.xircls-cost-value {
  font-weight: 500;
  color: #b91c1c;
  /* Red-600 equivalent */
}

/* Remaining Balance */
.xircls-remaining-balance {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
}

/* Remaining Balance Value */
.xircls-remaining-balance-value {
  font-weight: 500;
  color: #1f2937;
}

/* Button Section */
.xircls-button-section {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 12px;
}

@media (min-width: 640px) {

  /* sm: */
  .xircls-button-section {
      flex-direction: row;
      gap: 8px;
  }
}

/* Cancel Button */
.xircls-cancel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 6px;
  /* Equivalent of rounded-md */
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  color: #374151;
  height: 40px;
  padding: 8px 16px;
  cursor: pointer;
}

.xircls-cancel-button:hover {
  background-color: #f2f4f7;
  color: #111827;
}

/* Confirm Button */
.xircls-confirm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 6px;
  /* Equivalent of rounded-md */
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  height: 40px;
  padding: 8px 16px;
  background-color: #4f46e5;
  /* Primary equivalent */
  color: #fff;
  cursor: pointer;
  border: none;
  /* Remove border */
}

.xircls-confirm-button:hover {
  background-color: #4338ca;
  /* Primary-600 equivalent */
}

/* Close Button */
.xircls-close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 4px;
  /* Equivalent of rounded-sm */
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  /* Make the background transparent */
  border: none;
  /* Remove any borders */
  padding: 0;
  /* Remove padding */
  line-height: 1;
  /* Reset line-height */
  display: flex;
  /* Use flexbox for alignment */
  align-items: center;
  /* Align items vertically */
  justify-content: center;
  /* Align items horizontally */
}

.xircls-close-button:hover {
  opacity: 1;
  background-color: #f9fafb;
  /* Add background color on hover, if desired */
}

/* sr-only class */
.xircls-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.xircls-discount-card {
  background-color: white;
  padding: 20px;
  margin: 24px 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: sans-serif;
  font-size: 14px;
  color: #4b5563;
}

.xircls-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.xircls-card-title {
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.xircls-card-points {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #1d4ed8;
  padding: 4px 10px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 14px;
}

.xircls-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.xircls-card-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

.xircls-card-row.last {
  padding-top: 4px;
  border-bottom: none;
}

.xircls-bold-text {
  font-weight: 500;
  color: #111827;
}

.xircls-red-text {
  color: #dc2626;
}

.xircls-loyalty-footer-buttons {
  color: var(--axentra-btn-text-color);
  background-color: var(--axentra-btn-background-color);
  cursor: pointer;
  padding: 8px 16px;
  border-radius: var(--axentra-card-border-radius);
  border: 1px solid var(--axentra-btn-border-color);
}

.xircls-loyalty-footer-buttons:hover {
  color: var(--axentra-btn-text-hover-color);
  background-color: var(--axentra-btn-background-hover-color);
  cursor: pointer;
  padding: 8px 16px;
  border-radius: var(--axentra-card-border-radius);
  border: 1px solid var(--axentra-btn-border-color);
}

.xircls-loyalty-moal-footer {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.xircls-custom-redeem-points-button {
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  padding: 8px 16px;
  border: 1px solid var(--axentra-btn-border-color);
  border-radius: var(--axentra-card-border-radius);
  cursor: pointer;
  display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.customRedeemModal.xircls-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.xircls-modal {
  background-color: white;
  padding: 24px;
  border-radius: 10px;
  max-width: 500px;
  width: 95%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.xircls-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #555;
}

.xircls-modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-bottom: 8px;
}

.xircls-modal-description {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.xircls-balance-card {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
}

.xircls-balance-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

.xircls-points {
  font-weight: bold;
  color: #1e40af;
}

.xircls-balance-subtext {
  font-size: 12px;
  color: #888;
}

.xircls-options {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.xircls-option-button {
  flex: 1;
  padding: 10px 0;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
  color: var(--axentra-card-text-color);
}
.xircls-milestone-option-button {
  /* flex: 1; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
  color: #333;
}

.xircls-option-button:hover {
  border-color: #1e40af;
}

.xircls-option-button:disabled {
  background-color: #f4f4f4;
  color: #bbb;
  cursor: not-allowed;
}

.xircls-custom-input {
  position: relative;
  margin-bottom: 24px;
}

.xircls-custom-input input {
  width: 100%;
  padding: 10px 5px 10px 12px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}

.xircls-suffix {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 12px;
}

.xircls-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.xircls-cancel-btn,
.xircls-proceed-btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.xircls-cancel-btn {
  background-color: white;
  color: #444;
}

.xircls-cancel-btn:hover {
  background-color: #f5f5f5;
}

.xircls-proceed-btn {
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  border: none;
}

.xircls-proceed-btn:disabled {
  background-color: #94a3b8;
  cursor: not-allowed;
}

.moreitems-dashorder {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .moreitems-dashorder {
      text-align: left;
      font-size: 10px;
      font-weight: 400;
      margin-top: 3px;
  }
}


/* Mobile Navigation Bar (#xircls-mobile-menu) */
.xircls-mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  gap:5px;
  height: 60px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  justify-content: space-around;
  align-items: stretch;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
}

/* Mobile menu items */
.xircls-mobile-nav .xircls-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: var(--axentra-menu-items-color);
  font-size: 11px;
  text-decoration: none;
  position: relative; /* For positioning the badge */
}

.xircls-mobile-nav .xircls-menu-item .xircls-menu-icon svg {
  width: 22px ;
  height: 22px;
  margin-bottom: 3px;
 
}

.xircls-mobile-nav .xircls-menu-item .xircls-menu-label {
  font-size: 11px;
  font-weight: normal;
}

/* Active state */
.xircls-mobile-nav .xircls-menu-item.active {
  color: var(--axentra-menu-items-select-color);
}
.xircls-mobile-nav .xircls-menu-item.active .xircls-menu-label,
.xircls-mobile-nav .xircls-menu-item.active .xircls-menu-icon {
  color: var(--axentra-menu-items-select-color);

  font-weight: 600;
}
.xircls-mobile-nav .xircls-menu-item:hover {
  background-color: var(--xircls-nav-hover-bg);
  color: var(--xircls-nav-hover-text);
}

.xircls-mobile-nav {
  overflow-x: auto; /* Enable horizontal scroll */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: none; /* Firefox: hide scrollbar */
}

/* Hide scrollbar on WebKit browsers (Chrome, Safari) */
.xircls-mobile-nav::-webkit-scrollbar {
  display: none;
}
.xircls-mobile-nav.top-mode {
  position: sticky;
  z-index: 9;
  /* top: 0; */
  bottom: auto;
  top: var(--xircls-nav-margin-top);
  bottom: var(--xircls-nav-margin-bottom);
}
.xircls-mobile-nav.bottom-mode {
  position: fixed;
  bottom: 0;
}
/* ================= TOP BAR INSIDE APP ================= */

#xircls-top-bar {
  position: fixed;
  top: 0;
  z-index: 1200;

  display: none;
  align-items: center;

  height: 52px;
  padding: 6px 10px;

  background: var(--axentra-main-background, #fff);
  border-bottom: 1px solid #eee;
}

/* hamburger button */
#xircls-hamburger-btn {
  position: relative;   /* IMPORTANT */
  background: var(--xircls-hamburger-bg);
  color: var(--xircls-hamburger-icon);
  border: none;
   margin-left: auto; 
  font-size: 26px;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);

  display: none;
}
.xircls-drawer-item {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background: transparent;
  color: var(--x-drawer-text);
}

.xircls-drawer-item:hover {
  background: var(--x-drawer-hover-bg);
  color: var(--x-drawer-hover-text);
}
.xircls-drawer-item.active {
  background: var(--x-drawer-active-bg);
  color: var(--x-drawer-active-text);
}
.drawer-icon svg {
  width: 20px;
  height: 20px;
}
/* ===== CHROME TAB STYLE NAV ===== */

.xircls-mobile-nav {
  background: #f5f6f7;
  padding: 6px 6px env(safe-area-inset-bottom);
}

/* Each tab */
.xircls-mobile-nav .xircls-menu-item {
  border-radius: 14px 14px 0 0;
  padding: 6px 8px;
  margin: 0 4px;

  background-color: var(--xircls-nav-normal-bg);

  transition: all .2s ease;
}

/* ICON + LABEL */
.xircls-mobile-nav .xircls-menu-item svg {
  opacity: .7;
}

.xircls-mobile-nav .xircls-menu-item .xircls-menu-label {
  font-size: 10.5px;
}

/* ACTIVE TAB */
.xircls-mobile-nav .xircls-menu-item.active {
  background-color: var(--xircls-nav-normal-bg);

  color: var(--axentra-menu-items-select-color);

  box-shadow:
    0 -1px 0 rgba(0,0,0,.08),
    0 -3px 6px rgba(0,0,0,.08);

  transform: translateY(-3px);
}

/* inactive */
.xircls-mobile-nav .xircls-menu-item:not(.active):hover {
  background-color: var(--xircls-nav-hover-bg);
  color: var(--xircls-nav-hover-text);
  transform: translateY(-3px);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .15);
}


/* ===== API DRIVEN CHROME TAB NAV ===== */

.xircls-mobile-nav {
  background: var(--xircls-nav-normal-bg);
  /* padding: var(--xircls-nav-padding); */
 
}

/* tabs */
.xircls-mobile-nav .xircls-menu-item {
  background-color: var(--xircls-nav-normal-bg);
  color: var(--xircls-nav-normal-text);

  border-radius: 14px 14px 0 0;

  padding: 6px 12px;
  margin: 0 3px;
 transform: translateY(-3px);
    /* box-shadow: 0 -2px 6px rgba(0, 0, 0, .15); */
  transition: all .18s ease;
}

/* ACTIVE TAB */
.xircls-mobile-nav .xircls-menu-item.active {
  background: var(--xircls-nav-selected-bg);
  color: var(--xircls-nav-selected-text);

  transform: translateY(-2px);
  box-shadow: 0 -2px 6px rgba(0,0,0,.15);
}

/* .xircls-mobile-nav .xircls-menu-item.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--xircls-nav-selected-bg);
} */

/* ================= HAMBURGER DRAWER ================= */

#xircls-hamburger-btn {
  position: sticky;
  top:55px;
  left: auto;
  right: 0;
  z-index: 1200;

  /* margin: 10px; */

  background: white;
  border: none;
  font-size: 26px;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);

  display: none;
}


/* Overlay */
#xircls-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* Drawer Panel */
#xircls-drawer {
  position: fixed;
  top: 0;
  right: 0;      /* 👈 right side */
  left: auto;

  width: 280px;
  height: 100%;

  background: var(--x-drawer-bg);
  color: var(--x-drawer-text);
  z-index: 1201;

  transform: translateX(100%);   /* hidden to right */
  transition: transform .3s ease;

  display: flex;
  flex-direction: column;
}

#xircls-drawer.open {
  transform: translateX(0);
}


#xircls-drawer.open {
  transform: translateX(0);
}
.xircls-mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  gap: 5px;
  height: 60px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  justify-content: space-around;
  align-items: stretch;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

#xircls-drawer-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.drawer-header {
  padding: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

#xircls-drawer-content .xircls-menu-item {
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}

.Axentra-ReturnBtn {
  color: var(--axentra-btn-text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
    background: none;
    border: none;
    background-color: var(--axentra-btn-background-color);
    cursor: pointer;
    font-family: var(--axentra-font-family);
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.Axentra-returnclose {
   
    font-size: 14px;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: var(--axentra-card-border-radius);
    background: none;
    border: none;
   
    cursor: pointer;
    font-family: var(--axentra-font-family);
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .xircls-mobile-nav {
      display: flex ;
   
  }
  .xircls-menu-icon {
      margin-right: 0px !important;
      width: 24px;
      height: 24px;
      color: var(--axentra-menu-items-color);
      margin-left: 0px !important;
      /* Using the predefined variable */
  }
  .xircls-mobile-menu-icon {
    margin-right: 0px !important;
    /* width: 24px !important;
    height: 24px !important; */
   color: var(--xircls-nav-normal-text);
    margin-left: 0px !important;
    /* Using the predefined variable */
}
.xircls-menu-item {
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  width: 100%;
  border-radius: 12px;
  display: inline-flex !important;
  align-items: center;
}
.xircls-menu-item.active .xircls-mobile-menu-icon{
   color: var(--xircls-nav-selected-text);

}
.xircls-menu-item.active .xircls-mobile-menu-label {
   color: var(--xircls-nav-selected-text);

}
.xircls-menu-item.active {
  background-color: transparent;
  border-radius: 12px;
}
.xircls-menu-item:hover{
  background-color: transparent;
  /* color: var(--axentra-menu-items-color); */
}
  .image-container-wrapper {
      position: relative !important;
      width: 100px !important;
      margin: auto;
  }

  .Axentra-returnModal {
    width: 92% !important;
    max-height: 80vh !important;

  }
  .Axentra-returnmodal-header {
    font-size: 16px !important;
  }
  .Axentra-ReturnOrderImg {
    width: 42px !important;
    height: 42px !important;
  }
  .Axentra-ReturnOrderName {
    font-size: 12px !important;
  }
  .Axentra-ReturnOrderVariant {
    font-size: 11px !important;
  }
.Axentra-ReturnOrderprice {
  font-size: 10px !important;
}
.Axentra-ReasonReturnModal {
  font-size: 13px !important;
}
.Axentra-ReasonReturnModal1 {
  font-size: 14px !important;
}
.Axentra-returnLabel {
  font-size: 12px !important;
}
.Axentra-ReplaceStepper {
  padding: 0px !important;
}
.Axentra-ReplaceStepperContent {
  font-size: 12px !important;
}
}
.remove-address-btn{
  position: absolute;
  top: 10px;
  right: 35px;
  cursor: pointer;
}
.edit-address-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.edit-shipping-modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
padding: 20px;
border-radius: var(--axentra-card-border-radius);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
z-index: 1001; /* Higher than the overlay */
width: 500px; /* Adjust as needed */
}

.edit-shipping-form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
padding: 12px 28px;
}
@media (max-width: 768px) {
.edit-shipping-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 90%;
  overflow-y: auto;
}
.shippingFromDiv{
  overflow-y: auto;
  height: 90%;
}
}

.form-group {
margin-bottom: 10px;
}

.form-group label {
display: block;
margin-bottom: 5px;
font-weight: bold;
font-family: var(--axentra-secondaryFontFamily);
}

.form-group input, select {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: var(--axentra-card-border-radius);
box-sizing: border-box;
font-family: var(--axentra-secondaryFontFamily);

}

.modal-actions {
margin-top: 10px;
display: flex;
justify-content: flex-end;
grid-column: 2;
}

.modal-actions button {
margin-left: 10px;
padding: 8px 16px;
border: none;
border-radius: 4px;
cursor: pointer;
}

.btn-primary {
  background-color: var(--axentra-btn-background-color);
  color: var(--axentra-btn-text-color);
  border-radius: 10px;
  border: 1px solid var(--axentra-btn-border-color);
}

.btn-secondary {
background-color: #6c757d;
color: white;
}

.edit-shipping-icon {
cursor: pointer;
}

.order-details-modal-title-div {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.omc-cancelled-div {
  margin-left: 15px;
  margin-bottom: 6px;
  margin-top: -10px;
}


:root {
  --Xircls_track_primary-color: #266b4b;
  --Xircls_track_text-dark: #212529;
  --Xircls_track_text-medium: #495057;
  --Xircls_track_text-light: #6c757d;
  --Xircls_track_bg-main: #ffffff;
  --Xircls_track_bg-subtle: #f8f9fa;
  --Xircls_track_border-color: #dee2e6;
}

.xircls-track-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 37, 41, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-sizing: border-box;
  font-family: var(--axentra-secondaryFontFamily);
}
.xircls-track-modal-overlay.xircls-track-modal-open {
  opacity: 1;
}
.xircls-track-modal-content {
  background-color: var(--Xircls_track_bg-main);
  border-radius: var(--axentra-card-border-radius);
  width: 90%;
  height: 90%;
  max-width: 48rem; 
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-family: var(--axentra-secondaryFontFamily);

}

.xircls-track-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--Xircls_track_border-color);
  flex-shrink: 0;
}
.xircls-track-modal-header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--Xircls_track_text-dark);
  margin: 0;
}
.xircls-track-modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 9999px;
  line-height: 1;
  color: var(--Xircls_track_text-medium);
}
.xircls-track-modal-close-btn:hover { background-color: #f1f1f1; }
.xircls-track-modal-close-btn svg { width: 1.25rem; height: 1.25rem; }

.xircls-track-modal-body {
  padding: 0 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
  background-color: var(--Xircls_track_bg-subtle);
}

.xircls-track-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #e9ecef;
  border-radius: 0.5rem;
  padding: 0.25rem;
  margin: 1.5rem 0;
}
.xircls-track-tab {
  padding: 0.6rem 1rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--Xircls_track_text-medium);
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.xircls-track-tab.xircls-track-tab--active {
  background-color: var(--Xircls_track_bg-main);
  color: var(--Xircls_track_text-dark);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.xircls-track-tab-panel { display: none; }
.xircls-track-tab-panel.xircls-track-tab-panel--active { display: block; }
.xircls-track-panel-section {
  background-color: var(--Xircls_track_bg-main);
  padding: 1.5rem;
  border: 1px solid var(--Xircls_track_border-color);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.xircls-track-panel-section h3 {
  font-size: 1.125rem; font-weight: 600; margin: 0 0 0.25rem 0; color: var(--Xircls_track_text-dark);
}
.xircls-track-panel-section > p {
  font-size: 0.875rem; color: var(--Xircls_track_text-light); margin: 0;
}

.xircls-track-primary-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; margin-top: 1rem;
  padding: 0.75rem 1rem; font-size: 0.875rem; font-weight: 600; color: white; background-color: var(--Xircls_track_primary-color);
  border: none; border-radius: 0.375rem; cursor: pointer; text-decoration: none; transition: background-color 0.2s;
}
.xircls-track-primary-btn-itemSection {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%;
  padding: 4px; font-size: 0.875rem; font-weight: 600; color: white; background-color: var(--Xircls_track_primary-color);
  border: none; border-radius: 0.375rem; cursor: pointer; text-decoration: none; transition: background-color 0.2s;
}

/* --- Overall Tracking Tab --- */
.xircls-track-progress-container { margin: 2.5rem 0 1.5rem 0; position: relative; }
.xircls-track-progress-container-itemwise { margin: 0 !important; position: relative; }
.xircls-track-progress-track {
  position: absolute; top: 20px; left: 12%; width: 76%; height: 4px;
  background-color: var(--Xircls_track_border-color); transform: translateY(-50%);
}
.xircls-track-progress-track-itemwise {
  position: absolute; top: 20px; left: 15%; width: 68%; height: 4px;
  background-color: var(--Xircls_track_border-color); transform: translateY(-50%);
}
.xircls-track-progress-fill { height: 100%; background-color: var(--Xircls_track_primary-color); transition: width 0.5s ease-in-out; }
.xircls-track-progress-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.xircls-track-progress-steps-itemwise { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); }

.xircls-track-progress-step { display: flex; flex-direction: column; align-items: center; text-align: center; }
.xircls-track-progress-step-icon {
  width: 40px; height: 40px; border-radius: 9999px; background-color: var(--Xircls_track_border-color);
  color: var(--Xircls_track_text-light); display: flex; align-items: center; justify-content: center;
  transition: all 0.3s ease; z-index: 1; border: 4px solid var(--Xircls_track_bg-main);
}
.xircls-track-progress-step.xircls-track-progress-step--active .xircls-track-progress-step-icon { background-color: var(--Xircls_track_primary-color); color: white; border-color: var(--Xircls_track_bg-main); }
.xircls-track-progress-step p { font-size: 0.75rem; margin-top: 0.5rem; color: var(--Xircls_track_text-medium); }
.xircls-track-progress-step.xircls-track-progress-step--active p { font-weight: 600; color: var(--Xircls_track_text-dark); }
.xircls-track-info-box {
  background-color: var(--Xircls_track_bg-main); padding: 1rem; border-radius: 0.5rem;
  border: 1px solid var(--Xircls_track_border-color); max-width: 440px; margin: 1.5rem auto 0 auto;
}
.xircls-track-info-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; padding: 0.5rem 0; }
.xircls-track-info-row span:first-child { color: var(--Xircls_track_text-light); }
.xircls-track-info-row span:last-child { color: var(--Xircls_track_text-dark); font-weight: 500; }
.xircls-track-shipping-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.xircls-track-shipping-details h3 { margin: 0 0 0.5rem 0; font-weight: 600; font-size: 1rem; }
.xircls-track-shipping-details div p { margin: 0; font-size: 0.875rem; color: var(--Xircls_track_text-medium); line-height: 1.5; }


/* --- Item-wise Status Tab --- */
.xircls-track-item-card {
  background-color: var(--Xircls_track_bg-main);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.xircls-track-item-image {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.xircls-track-item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* --- CHANGE: Restore desktop header layout --- */
.xircls-track-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.25rem;
}
.xircls-track-item-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--Xircls_track_text-dark);
}

.xircls-track-item-info {
  font-size: 0.9rem;
  color: var(--Xircls_track_text-light);
  margin: 0 0 1.25rem 0;
}
.xircls-track-item-shipment-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.xircls-track-item-shipment-col {
  display: flex;
  flex-direction: column;
}
.xircls-track-item-shipment-label {
  font-size: 0.9rem;
  color: var(--Xircls_track_text-light);
  margin-bottom: 0.25rem;
}
.xircls-track-item-shipment-value {
  font-size: 0.9rem;
  color: var(--Xircls_track_text-dark);
  font-weight: 500;
}
.xircls-track-item-progress-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--Xircls_track_text-light);
  margin-bottom: 1.25rem;
}

/* --- CHANGE: CSS to show/hide responsive buttons --- */
.xircls-track-btn-mobile {
  display: none;
}
.xircls-track-btn-desktop {
  display: block;
}
.xircls-track-item-track-btn-wrapper.xircls-track-btn-desktop {
  /* Set a width for the button in the header on desktop */
  width: 150px; 
  flex-shrink: 0;
}


.xircls-track-item-stepper {
  position: relative;
  padding-bottom: 1.5rem;
}
.xircls-track-item-stepper-track,
.xircls-track-item-stepper-fill {
  position: absolute;
  top: 5px;
  left: 0;
  height: 3px;
  border-radius: 3px;
}
.xircls-track-item-stepper-track {
  width: 100%;
  background-color: #e5e7eb;
  z-index: 1;
}
.xircls-track-item-stepper-fill {
  width: 0;
  background-color: var(--Xircls_track_primary-color);
  z-index: 2;
  transition: width 0.5s ease;
}
.xircls-track-item-stepper-step {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.xircls-track-item-stepper-step:nth-child(3) { left: 0; transform: translateX(0%); }
.xircls-track-item-stepper-step:nth-child(4) { left: 50%; transform: translateX(-50%); }
.xircls-track-item-stepper-step:nth-child(5) { left: 100%; transform: translateX(-100%); }
.xircls-track-item-stepper-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e5e7eb;
  border: 2px solid var(--Xircls_track_bg-main);
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.xircls-track-item-stepper-step.xircls-track-item-stepper-step--active .xircls-track-item-stepper-dot {
  background-color: var(--Xircls_track_primary-color);
}
.xircls-track-item-stepper-label {
  position: absolute;
  top: 20px;
  font-size: 0.8rem;
  color: var(--Xircls_track_text-light);
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.xircls-track-item-stepper-step.xircls-track-item-stepper-step--active .xircls-track-item-stepper-label {
  color: var(--Xircls_track_text-dark);
  font-weight: 500;
}
.xircls-track-primary-btn:hover,
.xircls-track-primary-btn-itemSection:hover {
  color: white !important; /* Force text to stay white */
  filter: brightness(90%); /* Add a subtle visual feedback on hover */
}

/* --- Modal Footer --- */
.xircls-track-modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--Xircls_track_border-color);
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  background-color: var(--Xircls_track_bg-main);
}
.xircls-track-secondary-btn {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--Xircls_track_text-dark);
  background-color: var(--Xircls_track_bg-main);
  border: 1px solid var(--Xircls_track_border-color);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.xircls-track-secondary-btn:hover {
  background-color: var(--Xircls_track_bg-subtle);
}

/* --- Other styles --- */
.xircls-track-primary-btn:disabled { /* ... */ }
.xircls-track-loading-spinner { /* ... */ }
@keyframes spin { /* ... */ }
.xircls-track-progress-step--complete .xircls-track-progress-step-icon { background-color: #266b4b; color: #ffffff; }
.xircls-track-progress-step--complete p { color: #266b4b; font-weight: 600; }
.xircls-track-progress-step--active .xircls-track-progress-step-icon { background-color: #0dfd19; color: white; }
.xircls-track-progress-step--pending .xircls-track-progress-step-icon { background-color: #dee2e6; color: #6c757d; }
.xircls-track-progress-step--pending p { color: #6c757d; font-weight: normal; }

/*
==========================================================================
  MOBILE RESPONSIVE STYLES (screens <= 768px)
==========================================================================
*/
@media (max-width: 768px) {
  .xircls-track-modal-overlay {
      padding: 0;
      align-items: flex-start;
      overflow: hidden;
  }
  .xircls-track-modal-content {
      width: 95%;
      height: 90%;
      max-width: 100%;
      max-height: 100%;
      border-radius: 0;
      margin-top: 10%;
      border-radius: var(--axentra-card-border-radius);
      box-shadow: none;
  }
  .xircls-track-modal-body {
      flex-grow: 1;
      overflow-y: auto;
      padding: 1rem;
  }
  .xircls-track-modal-header,
  .xircls-track-modal-footer {
      flex-shrink: 0;
      padding-left: 1rem;
      padding-right: 1rem;
  }
  .xircls-track-modal-header h2 { font-size: 1.1rem; }
  .xircls-track-progress-container { margin: 2rem 0; }
  .xircls-track-progress-container-itemwise { margin: 0; }
  


  .xircls-track-progress-step p { font-size: 9px; }
  .xircls-track-progress-step-icon { border: none; }
  .xircls-track-shipping-details {
      grid-template-columns: 1fr;
      gap: 1.5rem;
  }

  /* --- Item-wise Status Tab (Mobile) --- */
  .xircls-track-item-card {
      flex-direction: column;
      padding: 1rem;
      gap: 1rem;
  }
  .xircls-track-item-image {
      width: 100px;
      height: 100px;
      align-self: center;
  }
  /* --- CHANGE: Revert header to simple block layout --- */
  .xircls-track-item-header {
      display: block;
      margin-bottom: 0;
  }
  .xircls-track-primary-btn-itemSection {
      padding: 0.4rem 0.8rem;
      font-size: 0.8rem;
  }
  
  /* --- CHANGE: Hide desktop button, show mobile button --- */
  .xircls-track-btn-desktop {
      display: none;
  }
  .xircls-track-btn-mobile {
      display: block;
      margin-top: 2rem; /* Spacing for the bottom button */
  }

  .xircls-track-item-info { margin-bottom: 1rem; }
  .xircls-track-item-shipment-info {
      flex-direction: column;
      gap: 0.5rem;
      margin-bottom: 10px;
      margin-top: 10px;
  }

  /* --- Item Progress Stepper Fix (Mobile) --- */
  .xircls-track-item-stepper-label { font-size: 0.75rem; }
  .xircls-track-item-stepper-step:nth-child(3) .xircls-track-item-stepper-label {
      left: 0;
      transform: translateX(0);
      text-align: left;
  }
  .xircls-track-item-stepper-step:nth-child(5) .xircls-track-item-stepper-label {
      left: 100%;
      transform: translateX(-100%);
      text-align: right;
  }
}
/* 
.container  {
  padding: 0px !important;
} */
#theme-container {
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
   position: relative;
   background-color: white;
}
svg.xircls_svg,
.xircls_svg.icon,
.xircls_svg[class^="icon-"] {
  display: inline-block !important;
  /* vertical-align: middle !important; */
  width: 20px !important;
  height: 20px !important;
  font-size: 21px !important;
 fill: none !important;
 stroke: currentColor !important;
}

svg.xircls_svg_social,
.xircls_svg_social.icon,
.xircls_svg_social[class^="icon-"] {
  /* display: inline-block !important; */
  /* vertical-align: middle !important; */
  width: 20px !important;
  height: 20px !important;
  font-size: 21px !important;
 fill: none !important;
 stroke: currentColor !important;
}

svg.xircls_svg4,
.xircls_svg4.icon,
.xircls_svg4[class^="icon-"] {
width: 20px !important;
  height: 20px !important;
  font-size: 21px !important;
}
svg.xircls_svg1,
.xircls_svg1.icon,
.xircls_svg1[class^="icon-"] {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 21px !important;
  height: 21px !important;
  font-size: 21px !important;
  fill: currentColor !important;
 stroke: none !important;
}
svg.xircls_svg2,
.xircls_svg2.icon,
.xircls_svg2[class^="icon-"] {
  display: inline-block !important;
  /* vertical-align: middle !important; */
  width: 14px !important;
  height: 14px !important;
  font-size: 14px !important;
 fill: none !important;
 stroke: currentColor !important;
 
}
svg.xircls_svg3,
.xircls_svg3.icon,
.xircls_svg3[class^="icon-"] {
  display: inline-block !important;
  /* vertical-align: middle !important; */
  width: 14px !important;
  height: 14px !important;
  font-size: 14px !important;
 fill: currentColor !important;
 stroke: currentColor !important;
}
svg.xircls_offer_svg {
   display: inline-block !important;
   width: 27px !important;
  height: 27px !important;
  font-size: 21px !important;
 fill: none !important;
 stroke: currentColor !important;
}
.SideProfileEmail .SideNavEditProfile{
  font-family: var(--axentra-secondaryFontFamily);
}
.xircls-option-button-selected {
  border-color: #1e40af; /* Or any color you prefer */
}
.xircls-milestone-option-button-selected{
  border-color: #1e40af; /* Or any color you prefer */
}

.Axentra-thin-scrollbar {
  scrollbar-width: none; /* Firefox */
}
.Axentra-thin-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

#Axentra_loyalCardss {
  display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 5px;
}
#Axentra_loyalCards {
  text-align: left;
}


@media (max-width: 768px) {
  #Axentra_loyalCardss {
    display: flex;
        flex-direction: column;
        align-items: normal !important;
        gap: 5px;
        margin-bottom: 20px;
  }
  .Axentra_redeemSection {
    width: 100% !important;
  }
}



/* ================================================== */
/* == Axentra High-Fidelity Return Status Styling == */
/* ================================================== */

/* The main container for the action row content */
.Axentra-returnSatus-actions-cell {
    padding: 16px;
    background-color: #ffffff;
}

/* Container for the top row of action links (View, Return, etc.) */
.Axentra-returnSatus-links-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 16px; /* Space between links and status box */
}

.Axentra-returnSatus-action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #4b5563; /* Subtle dark gray for action links */
    font-size: 14px;
    font-weight: 500;
}

/* Base styles for the status box */
.Axentra-returnSatus-box {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid;
    font-family: var(--axentra-secondaryFontFamily);
    margin-top: 10px;
}

.Axentra-returnSatus-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2px;
}

.Axentra-returnSatus-title-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Axentra-returnSatus-icon {
   display: flex;
   align-items: center;
}

.Axentra-returnSatus-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.Axentra-returnSatus-pill {
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 9999px;
    white-space: nowrap;
}

.Axentra-returnSatus-description {
    font-size: 13px;
    margin: 0 0 4px 0;
}

.Axentra-returnSatus-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
}

.Axentra-returnSatus-detail-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.Axentra-returnSatus-detail-label {
    color: #6b7280;
    font-weight: 600;
}

.Axentra-returnSatus-detail-value {
    color: #374151;
    font-weight: 400;
}

.Axentra-returnSatus-track-link,
.Axentra-returnSatus-support-link {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 4px;
}
.Axentra-returnSatus-track-link:hover,
.Axentra-returnSatus-support-link:hover {
    text-decoration: underline;
}

/* --- Color Variants --- */

/* PENDING (Yellow/Orange Theme) */
.Axentra-returnSatus-box-pending { background-color: #fffbeb; border-color: #fde68a; }
.Axentra-returnSatus-box-pending .Axentra-returnSatus-icon { color: #d97706; }
.Axentra-returnSatus-box-pending .Axentra-returnSatus-title { color: #92400e; }
.Axentra-returnSatus-box-pending .Axentra-returnSatus-description { color: #92400e; }
.Axentra-returnSatus-box-pending .Axentra-returnSatus-pill { color: #92400e; border: 1px solid #fcd34d; background-color: #fef3c7; }

/* APPROVED (Blue Theme) */
.Axentra-returnSatus-box-approved { background-color: #eff6ff; border-color: #bfdbfe; }
.Axentra-returnSatus-box-approved .Axentra-returnSatus-icon { color: #2563eb; }
.Axentra-returnSatus-box-approved .Axentra-returnSatus-title { color: #1e40af; }
.Axentra-returnSatus-box-approved .Axentra-returnSatus-description { color: #1e40af; }
.Axentra-returnSatus-box-approved .Axentra-returnSatus-pill { display: none; }

/* DENIED (Gray/Neutral Theme) */
.Axentra-returnSatus-box-denied { background-color: #f9fafb; border-color: #e5e7eb; }
.Axentra-returnSatus-box-denied .Axentra-returnSatus-icon { color: #4b5563; }
.Axentra-returnSatus-box-denied .Axentra-returnSatus-title { color: #1f2937; }
.Axentra-returnSatus-box-denied .Axentra-returnSatus-description { color: #4b5563; }
.Axentra-returnSatus-box-denied .Axentra-returnSatus-pill { display: none; }

.Axentra-return-btn-mobile {
   color: var(--axentra-btn-text-color);
  font-size: 10px;
  /* Reduced */
  font-weight: 500;
  padding: 5px 8px;
  border-radius: var(--axentra-card-border-radius);
  background: none;
  border: none;
  background-color: var(--axentra-btn-background-color);
  cursor: pointer;
  font-family: var(--axentra-font-family);
}
.Axentra-return-btn-mobile-spacing {
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

@media (max-width: 768px) {
  .Axentra-returnSatus-track-link {
     color: var(--axentra-btn-text-color);
  background-color: var(--axentra-btn-background-color);
  text-decoration: none;
  /* Remove underlines */
 
  cursor: pointer;
 
  transition: color 0.3s ease;
  /* Smooth color transition */
  font-family: var(--axentra-secondaryFontFamily);
  /* border: 1px solid black; */
  padding: 3px 7px;
  border-radius: 7px;
  }
  .Axentra-returnSatus-title {
    font-size: 11px;
  }
  .Axentra-returnSatus-description {
    font-size: 10px;
  }
  .Axentra-returnSatus-details {
    font-size: 9px;
  }
  .Axentra-returnSatus-pill {
    font-size: 8px;
  }
  .Axentra-offer-card-container {
    margin-right: 3% !important;
  }
}

#apply-checkout-btn {
    color: var(--axentra-btn-text-color);
  background-color: var(--axentra-btn-background-color);
  text-decoration: none;
  /* Remove underlines */
 
  cursor: pointer;
 
  transition: color 0.3s ease;
  /* Smooth color transition */
  font-family: var(--axentra-secondaryFontFamily);
  /* border: 1px solid black; */
  padding: 10px;
  border-radius: 7px;
}
.Axentra_offer_next {
  color: var(--axentra-btn-text-color) !important;
  background-color: var(--axentra-btn-background-color) !important;
  text-decoration: none;
  /* Remove underlines */
 
  cursor: pointer;
 
  transition: color 0.3s ease;
  /* Smooth color transition */
  font-family: var(--axentra-secondaryFontFamily);
  /* border: 1px solid black; */
  padding: 10px;
  border-radius: 7px;
}

.Axentra_offer_prev {
  text-decoration: none;
  /* Remove underlines */
 
  cursor: pointer;
 
  transition: color 0.3s ease;
  /* Smooth color transition */
  font-family: var(--axentra-secondaryFontFamily);
  /* border: 1px solid black; */
  padding: 10px;
  border-radius: 7px;
}
.Axentra-custom-checkbox {
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;

  width: 16px !important;
  height: 16px !important;
  margin-top: 4px !important;
  cursor: pointer !important;

  clip: auto !important;
  position: static !important;
  overflow: visible !important;
  padding: initial !important;
  border: initial !important;
}

.Axentra-custom-checkbox:disabled {
  cursor: not-allowed;
}

.Axentra-track-btn-color {

  color: #9334ea !important;
}
.Axentra-view-btn-color {
  color: #336fef !important;
}
.Axentra-edit-btn-color {
  color: #16a34a !important;
}
.Axentra-cancel-btn-color {
  color: #e33034 !important;
}
.Axentra-reorder-btn-color {
  color: #0d9488 !important;
}
.Axentra-return-btn-color {
  color: #ef6523 !important;
}
.Axentra-exchange-btn-color {
  color: #4f46e7 !important;
}
.Axentra-replace-btn-color {
  color: #9a3ded !important;
}

/* --- Axentra Cancellation Status Box Styles --- */

/* The main container for the status box */
.Axentra-Cancel-status-box {
  display: flex;
  align-items: flex-start; /* Align icon to the top of the text block */
  padding: 12px;
  margin-top: 12px;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  width: 100%;
  box-sizing: border-box; /* Ensures padding is included in the width */
}

/* Style for when cancellation IS available */
.Axentra-Cancel-status-box--available {
  background-color: #FEF9EF;
  border: 1px solid #F6D38B;
  color: #c2653c;
}

/* Style for when cancellation is NOT available */
.Axentra-Cancel-status-box--unavailable {
  background-color: #FEF9EF;
  border: 1px solid #F6D38B;
  color: #c2653c;
}

/* The warning icon on the left */
.Axentra-Cancel-icon {
  margin-right: 0px;
  flex-shrink: 0; /* Prevents the icon from shrinking */
  /* The SVG inside will inherit the color from the parent box */
}
.Axentra-Cancel-icon1 {
  margin-right: 0px;
  margin-left: 5px;
  height: 12px !important;
  width: 12px !important;
  fill: none;
  align-items: center;
  flex-shrink: 0; /* Prevents the icon from shrinking */
  /* The SVG inside will inherit the color from the parent box */
}
/* A wrapper for the text to allow for vertical stacking */
.Axentra-Cancel-text-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-top: -5px;
}
.Axentra-Cancel-text-wrapper1 {
  display: flex;
  flex-direction: row;
  line-height: 1.4;
  margin-top: -5px;
}
/* The main, top line of text */
/* The main, top line of text */
.Axentra-Cancel-title {
  font-weight: 600;
  margin-right: 0px !important;
}
.Axentra-Cancel-title1 {
  font-weight: 600;
  margin-right: 0px !important;
  color: #353538 !important;
}
/* Main text container */
.Axentra-Cancel-main-text {
  font-size: 13px;
  font-weight: 500; /* Keep default for others */
  color: #9c4938;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding: 4px 6px; */
}



/* The countdown timer element specifically */
.Axentra-Cancel-timer {
  margin-left: 6px; 
  font-size: 11.5px !important;
}

/* The smaller, bottom line of text */
.Axentra-Cancel-sub-text {
  font-size: 12px;
  font-weight: 400 !important;
  margin-top: -3px;
}
.Axentra-Cancel-sub-text1 {
  font-size: 12px;
  font-weight: 400 !important;
  margin-top: 0px;
  color: #474849 !important;
}
/* Existing styles remain as they are */

/* Mobile view adjustments */
@media (max-width: 768px) {
  .Axentra-Cancel-status-box {
    gap: 4px;
    align-items: flex-start;
    padding: 10px;
    margin-top: 8px;
  }

  .Axentra-Cancel-icon {
    margin-bottom: 6px; /* Give space below the icon */
    margin-right: 0;
  }
  .Axentra-Cancel-title1 {
  font-weight: 600;
  margin-right: 0px !important;
  color: #353538 !important;
  font-size: 10.5px !important;
}
.Axentra-Cancel-text-wrapper1 {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-top: 0px;
}
  .Axentra-Cancel-icon1 {
    margin-left: 10px;
    height: 10px !important;
    width: 10px !important;
  }

  .Axentra-Cancel-text-wrapper {
    margin-top: 0;
    width: 100%;
  }

  .Axentra-Cancel-main-text {
    font-size: 12px; /* Slightly smaller */
    flex-wrap: wrap; /* Allow wrapping on small screens */
  }

  .Axentra-Cancel-title {
    font-size: 10.5px;
    margin-bottom: 2px;
  }

  .Axentra-Cancel-timer {
    font-size: 10px !important;
    margin-left: 4px;
  }

  .Axentra-Cancel-sub-text {
    font-size: 10px;
    margin-top: 2px;
    line-height: 1.3;
  }
  .Axentra-Cancel-sub-text1 {
  font-size: 10px;
  font-weight: 400 !important;
  margin-top: 0px;
  color: #474849 !important;
}
}
  .sub-box:hover {
    background: #f9fafb;
  }
  /* Mobile styles */
@media (max-width: 640px) {
  .sub-item-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .sub-item-top {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .sub-item-bottom {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
  }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.data-card-input {
  margin-bottom: 0px !important;
}

/* ===========================
   OMC Dash Profile (MOBILE)
   Final overrides (must win)
   =========================== */
@media (max-width: 768px) {
  /* Header: title left, edit right */
  #omc-dashprofile-card #omc-dashprofile-top,
  #omc-dashprofile-card .dashprofile-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: left !important;
  }

  #omc-dashprofile-card #omc-dashprofile-title,
  #omc-dashprofile-card .dashprofile-title {
    text-align: left !important;
    margin: 0 !important;
  }

  #omc-dashprofile-card #omc-dashprofile-edit-button-header {
    display: inline-flex !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }

  /* Body: avatar left, data immediately on right */
  #omc-dashprofile-card #omc-dashprofile-content,
  #omc-dashprofile-card .dashprofile-content {
    display: block !important;
    text-align: left !important;
  }

  #omc-dashprofile-card .dashprofile-image-column {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 12px !important;
    text-align: left !important;
  }

  #omc-dashprofile-card .dashprofile-name-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin: 0 !important;
    gap: 4px !important;
  }

  /* No labels on mobile */
  #omc-dashprofile-card .details-column,
  #omc-dashprofile-card .prof-label {
    display: none !important;
  }

  /* Hide customer id label on mobile */
  #omc-dashprofile-card #omc-dashprofile-member-type,
  #omc-dashprofile-card .dashprofile-member-type {
    display: none !important;
  }

  /* Hide old bottom edit button */
  #omc-dashprofile-card #omc-dashprofile-edit-button {
    display: none !important;
  }

  /* Show mobile-only data fields */
  #omc-dashprofile-card .omc-mobile-only {
    display: block !important;
  }
}