.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* custome */

.error {
  color: red !important;
  position: absolute !important;
  font-size: small !important;
  margin-top: -3px;
}
/* 
  .mm-collapse {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  
  .mm-show {
    max-height: 1000px; /* A large value to ensure all content fits
    opacity: 1;
  } */

.order-request2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.order-request2 thead th {
  font-weight: 600;
  color: white;
  padding: 12px 20px;
  background-color: var(--primary);
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  white-space: nowrap;
  font-size: medium;
}

.order-request2 tbody tr {
  transition: box-shadow 0.3s ease;
}

.order-request2 tbody tr:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important;
  z-index: 1;
  position: relative;
}

.order-request2 tbody tr td {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  border-bottom: none;

  vertical-align: middle;
}

.media3 img {
  width: 80px !important;
}

.order-request2 tbody tr .media img {
  /* border-radius: 50%; */
  /* max-width: 200px; */
  /* border: 1px solid gray var(--bs-border-opacity); */
  width: 150px;
  height: 80px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  /* margin-bottom: 15px; */
  /* transition: box-shadow 0.3s ease; */
}

/* Responsive Styling */
@media (max-width: 768px) {
  /* .table-responsive {
          overflow-x: auto;
        } */

  .order-request2 tbody tr {
    /* display: block; */
    /* box-shadow: 0px 10px 5px 12px rgba(5, 6, 6, 0.15) !important; */
    margin-bottom: 15px;
  }

  .order-request2 tbody tr td {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 0;
  }

  .order-request2 thead th {
    padding: 10px;
  }

  .order-request2 tbody tr td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
    flex: 1;
    text-align: left;
  }

  /* .order-request2 thead {
          display: none;
        } */
}

.add-btn {
  font-weight: 500;
  font-size: 20px;
}

.plus-sign {
  width: 27px;
  font-weight: 700;
}

.sticky-btn {
  position: fixed;
  /* top: 20; */
  right: 15px;
  z-index: 10;
}

.sticky-btn2 {
  position: fixed;
  /* top: 20; */
  right: 145px;
  z-index: 10;
}

.sticky-btn4 {
  position: fixed;
  /* top: 20; */
  right: 274px;
  z-index: 10;
}

.sticky-btn3 {
  position: fixed;
  /* top: 20; */
  right: 60px;
  z-index: 10;
}

/* Dropdown Arrow Styling */
.dropdown-arrow,
.dropdown-arrow:hover,
.dropdown-arrow::after,
.dropdown-arrow::selection {
  -webkit-appearance: none; /* for Safari */
  -moz-appearance: none; /* for Firefox */
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px; /* space for the arrow */
}

/* order details */

.order-details-container {
  /* display: flex; */
  /* gap: 20px; */
  padding: 20px;
  background-color: #f8f9fa;
}

.shipping-details,
.order-summary,
.pricing-summary {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 17px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shipping-details h5,
.order-summary h4,
.order-summary h5,
.pricing-summary p {
  margin: 8px 0;
}

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

.order-details-container p {
  font-size: 14.5px;
}

.order-details {
  overflow: auto;
}

.download-button {
  background-color: #fff;
  border: none;
  /* padding: 10px 15px; */
  /* border-radius: 4px; */
  cursor: pointer;
  color: blue;
}

.order-status {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--primary);
}

.order-item {
  display: flex;
  align-items: center;
  gap: 15px;
  /* margin-top: 10px; */
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.item-details {
  flex: 1;
}

.item-total {
  font-weight: bold;
  font-size: 13px;
}

.pricing-summary p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.order-total {
  font-weight: bold;
  font-size: 1em;
}

.download-file {
  width: 21px;
}

.order-id {
  color: var(--primary);
}

/* confirm cancel buttons */
.action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.confirm-button {
  background-color: var(--color-blue);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-radius: 4px;
  width: 100%;
}

.confirm-button:hover {
  background-color: #3a99a2;
}

.cancel-button {
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-radius: 4px;
  width: 100%;
}

.cancel-button:hover {
  background-color: #d0454a;
}

/* loader */

.loader-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 50px;  */
  /* Adjust height as needed */
  margin: 0px !important;
  z-index: 999999999999999;
}

.loader2 {
  border: 3.5px solid rgb(158, 157, 157);
  border-left-color: #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-left: -50px !important;
  margin-top: -40px !important;
  margin-bottom: 0px !important;
  z-index: 99999999999999;
}

.loader-container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 50px;  */
  /* Adjust height as needed */
  margin: 0px !important;
  z-index: 999999999999999;
}

.loader3 {
  border: 3.5px solid rgb(158, 157, 157);
  border-left-color: #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-left: -50px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  z-index: 99999999999999;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* star */

.asterisk {
  color: var(--primary);
  font-size: 9px;
}

.card-header2 {
  border-bottom: 1px solid #ccc;
}

.card-title2 {
  margin-bottom: -1rem !important;
  cursor: pointer;
  padding-bottom: 8px; /* Adjust as needed */
  position: relative; /* This allows the border to be positioned at the bottom */
}

.active-tab::after {
  content: "";
  position: absolute;
  bottom: -4px; /* Adjust this based on the spacing you need */
  left: 0;
  width: 100%;
  height: 3.5px;
  background-color: var(--primary); /* Pink color for the active border */
}

.active-tab {
  font-weight: bold;
}

/* Main container for vertical alignment */
.tracking-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  width: 600px;
  margin: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

/* Styling for each tracking step */
.tracking-step {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 0;
  width: 100%;
}

/* Connector line between dots */
.step-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 45px); /* Extend this to connect dots */
  background-color: #d3d3d3;
  z-index: -1;
}

.completed .step-icon::before {
  background-color: #4caf50; /* Green for completed steps */
}

.pending .step-icon::before {
  background-color: #ffb74d; /* Gold for pending steps */
}

/* Hide line after the last dot */
.tracking-step:last-child .step-icon::before {
  display: none;
}

/* Icon styling for each step */
/* .step-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-right: 1rem;
    z-index: 1;
    position: relative;
  } */

.step-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin: 0 2rem;
  z-index: 1;
  position: relative;
}

.completed .step-icon {
  background-color: #4caf50; /* Green for completed steps */
}

.pending .step-icon {
  background-color: #ffb74d; /* Gold for pending steps */
}

.checkmark {
  display: inline-block;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}

/* Text styles for step information */
.step-info {
  text-align: left;
  /* width: 170px; */
}

.step-title {
  font-weight: bold;
  color: #333;
  margin: 0;
}

.step-date {
  color: #777;
  font-size: 0.9rem;
  margin: 0;
}

.media2 {
  width: 100px !important;
}

/* Custom title style for SweetAlert2 */
.swal-custom-title {
  font-size: 1.2rem; /* Smaller font size */
  font-weight: bold;
}

/* Custom icon style for SweetAlert2 */
.swal-custom-icon {
  width: 60px; /* Smaller icon size */
  height: 60px;
}

.font-primary {
  font-family: var(--font-primary);
}

/* spinner */

.spinner-grow2,
.spinner-border2 {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  position: absolute;
  margin-left: -45px;
  bottom: 25px;
  animation: var(--bs-spinner-animation-speed) linear infinite
    var(--bs-spinner-animation-name);
}

@keyframes spinner-border2 {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border2 {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border2-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow2 {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow2-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border2,
  .spinner-grow2 {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.order-request3 th,
.order-request3 td {
  padding: 12px 15px !important;
}

/* Tooltip styling */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip appearance when hovering over the button */
.btn:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Button border-radius to apply consistently on hover */
.btn2 {
  border: none; /* Add border if needed */
}

.addedDesignNo {
  font-size: 12px;
  position: absolute;
}

.pricing-summary {
  font-size: 1rem;
  margin-bottom: 20px;
}
.pricing-summary p {
  margin: 10px 0;
}
.pricing-summary .pay-button {
  padding: 5px 15px;
  font-size: 0.9rem;
}

.pricing-summary .collect-button {
  padding: 5px 15px;
  font-size: 0.9rem;
  background-color: var(--color-yellow);
}

.pricing-summary .order-total {
  font-weight: bold;
}
.pricing-summary hr {
  margin: 15px 0;
}

.table {
  border-radius: 20px; /* Round the corners of the table */
  overflow: hidden; /* Ensure table content respects the rounded corners */
  border-collapse: separate; /* Allows proper rounding of corners */
  border-spacing: 0; /* Remove gaps between cells for better appearance */
}

.card {
  border-radius: 20px; /* Round the corners of the card */
  overflow: hidden; /* Ensure content respects the rounded corners */
}

.pay-btn {
  --bs-text-opacity: 1;
  background-color: var(--color-blue) !important;
  color: white;
}
.payment-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.back-head {
  margin-top: 11px !important;
  margin-right: 20px !important;
}

.input-size {
  width: 50%;
}
.size-table {
  width: 70%;
}
.css-13cymwt-control {
  background: #fff;
  border: 0.0625rem solid #d7dae3;
  padding: 0.3125rem 1.25rem;
  color: #3e4954;
  height: 3.5rem;
  border-radius: 0.5rem !important;
}
.css-t3ipsp-control {
  background: #fff;
  border: 0.0625rem solid #d7dae3;
  padding: 0.3125rem 1.25rem;
  color: #3e4954;
  height: 3.5rem;
  border-radius: 0.5rem !important;
}
.psize {
  font-size: 13px;
  margin-bottom: 6px;
}
.hwquntitybtn {
  height: 2rem;
  width: 2rem;
  border-radius: 5px;
}
.backbtnquntity {
  background-color: #4baebc;
}
.vertical-line {
  border-left: 1px solid #ccc; /* Thickness and color of the line */
  height: 100%; /* Full height */
  margin: 0 auto;
}
.summaryp {
  font-weight: 600;
  text-align: center;
}
.headcolor {
  color: #e55157;
}

/* incoice download */
.body2 {
  font-family: Arial, sans-serif !important;
  padding: 20px !important;
  background-color: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  /* Light green background color */
  /* min-height: 112.5vh !important; */
  line-height: 21px !important;
}
.body2 p {
  color: #111 !important;
  margin-bottom: 0 !important;
}
.body3 {
  font-family: Arial, sans-serif !important;
  padding: 20px !important;
  background-color: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  /* Light green background color */
  /* min-height: 112.5vh !important; */
  line-height: 21px !important;
}
.body3 p {
  color: #111 !important;
}
.container2 {
  background-color: #fff !important;
  padding: 20px !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  max-width: 800px !important; /* Limit container width for better mobile view */
  margin: 0 auto !important; /* Center the container */
}
.container3 {
  background-color: #fff !important;
  padding: 0px !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}
.header2 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}
.logo2 {
  max-width: 100px !important;
}
.order-info {
  text-align: right !important;
}
.order-info h2 {
  margin: 0 !important;
  font-size: 1.2em !important;
}
.address-container {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}
.address-box {
  background-color: #f0f0f0 !important;
  padding: 10px !important;
  border-radius: 5px !important;
  width: 49% !important; /* Reduce width of address boxes */
}
.details-table,
.items-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 20px !important;
  overflow-x: auto !important; /* Enable horizontal scrolling if needed */
}
.details-table th,
.details-table td,
.items-table th,
.items-table td {
  border: 1px solid #ccc !important;
  padding: 6px !important;
  text-align: left !important;
}
.items-table th {
  background-color: #f0f0f0 !important;
}
.total-info {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 20px !important; /* Add some space at the top */
  font-size: larger !important;
}
.total-info-table1 {
  width: auto !important;
  border-collapse: collapse !important;
}
.total-info-table1 th,
.total-info-table1 td {
  border: none !important;
  padding: 7px !important;
  text-align: right !important;
  font-size: 13px !important;
  /* padding: 7px 15px; */
}

.items-table td:last-child,
.items-table td:first-child {
  border-radius: 0 !important;
}
.address-box .strong {
  margin-bottom: 8px !important;
}

.total-info-table1 th,
.total-info-table1 td {
  border: none !important;
  padding: 8px !important;
  text-align: right !important;
  font-size: 13px !important;
  padding: 10px 15px;
}
.total-info-table1 th {
  text-align: left !important;
  padding-right: 20px !important;
}
.footer2 {
  text-align: center !important;
  margin-top: 20px !important;
  font-size: 12px !important;
  color: #777 !important;
}
.footer2 p {
  margin: 5px 0 !important;
}
.additional-info1 {
  /* background-color: #fff !important; */
  padding: 2px !important;
  margin-top: 20px !important;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important; */
  background: rgb(245, 244, 244) !important;
  /* background: linear-gradient(135deg, #f5f4f4, #dcdcdc, #b3b3b3); */
}

.additional-info1 p {
  background-color: white !important;
  padding: 10px !important;
}
/* A4 Page Size for PDF */
@page {
  size: Letter;
  margin: 5mm;
  page: Letter;
}
/* Print styles */
@media print {
  .body2 {
    background-color: #fff;
    padding: 0;
  }
  .body3 {
    background-color: #fff;
    padding: 0;
  }
  .container2 {
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
  }
  .container3 {
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
  }
  .header2 {
    flex-direction: row;
    align-items: flex-start;
  }
  .order-info {
    text-align: right;
    margin-top: 0;
  }
  .details-table th,
  .details-table td,
  .items-table th,
  .items-table td {
    padding: 6px;
    font-size: 11px;
  }
  /* Make table headers and cells stack on top of each other */
  .details-table th,
  .details-table td,
  .items-table th,
  .items-table td {
    display: table-cell;
    width: auto;
  }
  /* Add labels before the data in each cell for clarity */
  .details-table td::before,
  .items-table td::before {
    content: none;
  }
  .items-table td {
    text-align: left;
  }
  .items-table td:nth-child(5)::before,
  .items-table td:nth-child(6)::before {
    text-align: left;
  }
  .items-table {
    width: 100%;
    margin: 0;
  }
  .total-amount {
    font-size: 1.2em;
  }
  .footer2 {
    margin-top: 20px;
    font-size: 12px;
  }
}

.address-box2 {
  background-color: #fdfdfd !important;
  padding: 10px !important;
  border-radius: 5px !important;
  width: 87% !important; /* Reduce width of address boxes */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* end */

.transaction-history {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.transaction-item {
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.transaction-item.add {
  background-color: #d4edda;
  color: #155724;
}

.transaction-item.reduce {
  background-color: #f8d7da;
  color: #721c24;
}

/* order-form */
.order-input {
  border: 0.1px solid gray;
  width: 80px;
  padding: 3px 7px;
  border-radius: 6px;
}

.custom-col {
  flex: 0 0 calc(18.45% - 1rem) !important; /* Ensures 5 columns per row */
  max-width: calc(18.45% - 1rem) !important;
  width: calc(18.45% - 1rem) !important;
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
  border: 1px solid black !important;
  color: black !important;
  margin-bottom: 1rem;
}

.custom-col p {
  margin: 0px !important;
}

.mini-box {
  position: relative;
  border-right: none !important;
  width: 20px;
  height: 30px;
  border: 1px solid black;
  border-left: 1px solid gray !important;
}

.border-right {
  border-right: 0.5px solid gray;
  padding: 0 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.forgot-password {
  cursor: pointer;
  color: var(--primary);
  font-weight: 600;
}

.footer2 {
  text-align: center !important;
  margin-top: 20px !important;
  font-size: 12px !important;
  color: #777 !important;
}
.footer2 p {
  margin: 5px 0 !important;
  color: #777 !important;
}
.additional-info1 {
  /* background-color: #fff !important; */
  padding: 2px !important;
  margin-top: 20px !important;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important; */
  background: rgb(245, 244, 244) !important;
  /* background: linear-gradient(135deg, #f5f4f4, #dcdcdc, #b3b3b3); */
}

.additional-info1 p {
  background-color: white !important;
  padding: 10px !important;
}

/* ServerErrorOverlay.css */
.server-error-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* transparent dark overlay */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

.server-error-message {
  background-color: #fff;
  padding: 60px 85px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
