:root {
  --rating-color: #ffd700;
  --midNight: #001e31 !important;
  --primary: #0074FC !important;
  --primary-hover: #005dca !important;
  --seondary: #e4e6e9 !important;
  --secondary-hover: #cecfcf !important;
  --black: #000000 !important;
  --white: #ffffff !important;
  --gray-50: #f3f6f9 !important;
  --gray-100: #6c757d;
  --gray-300: #4e4d4d;
  --charcoal: #525252 !important;
  --neutral-100: #f8f9fa;
  --neutral-200: #e9ecef;
  --neutral-400: #9b9b9b;
  --neutral-500: #727272;
  --neutral-600: #606060;
  --neutral-700: #555555;
  --neutral-800: #3f3f3f;
  --microstore-btn: #9f6329;
  --badge-active-color: #01bc1d;
  --badge-active-bg: #d2ffd7;
  --badge-inactive-color: #ec1e27;
  --badge-inactive-bg: #ffdedf;
  --badge-warning-bg: #FCEDD7;
  --badge-warning-color: #EEA439;
  --badge-failed-attempt-rgb: 248, 118, 131;
  --badge-new-rgb: 77, 159, 255;
  --badge-confirmed-rgb: 69, 143, 230;
  --badge-hold-rgb: 245, 166, 35;
  --badge-fulfillment-inprocess-rgb: 62, 127, 204;
  --badge-booked-rgb: 47, 181, 169;
  --badge-pickup-ready-rgb: 82, 190, 128;
  --badge-in-transit-rgb: 35, 157, 86;
  --badge-delivered-rgb: 91, 156, 37;
  --badge-returned-rgb: 246, 84, 100;
  --badge-return-to-shipper-rgb: 197, 67, 80;
  --badge-cancelled-rgb: 155, 155, 155;
  --badge-replacement-rgb: 155, 81, 224;
  --badge-opacity: 0.27;
  --spinner-color: #183153;
  --svg-stroke: var(--midNight);
  --tab-order-bg-active: #1A82FC !important;
  /* Bright blue from first image */
  --tab-finance-bg-active: #a7f9ca !important;
  --tab-bg-inactive: #333333;
  /* Dark gray for inactive tabs */
  --tab-text-active: #ffffff;
  --tab-text-inactive: #525252;
  --bg-color: #202124;
}

::selection {
  color: var(--white);
  background-color: var(--primary);
}

::placeholder {
  color: var(--charcoal);
}

a {
  text-decoration: none !important;
  color: var(--charcoal) !important;
}

body {
  overflow-x: hidden !important;
}

svg,
a,
button,
i {
  cursor: pointer;
}

.form-control:focus-visible,
.form-control:focus,
.form-control:hover,
.form-control {
  border: 1.5px solid var(--neutral-400);
}

.form-control::placeholder {
  color: var(--charcoal) !important;
}

.text-gray {
  color: var(--gray-100);
}

.eye-toggle {
  position: relative;
}

.eye-check,
.eye-check-two {
  background: transparent !important;
  cursor: pointer;
  border: none;
}

.eye-toggle .eye-check,
.eye-toggle .eye-check-two {
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: 5;
}

.floating-eye-toggle .floating-eye-check-two {
  position: absolute;
  top: 8px;
  right: 21px;
  z-index: 5;
}

.btn-orio-auth {
  background: var(--primary);
  color: var(--white);
  height: 38px;
  line-height: 10px;
  min-width: 150px;
}

.logo-wrapper {
  margin-bottom: 40px;
}

/*=========================Screen Sizes=========================*/
.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.text-gray {
  color: var(--neutral-600) !important;
}

.font-gray {
  color: #7b7a7a !important;
}

.th-text-gray {
  color: #464e5f !important;
}

.th-text-iceburk {
  color: var(--midNight);
}

.leading-22 {
  line-height: 22px !important;
}

.leading-24 {
  line-height: 24px !important;
}

.leading-30 {
  line-height: 25px !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-11 {
  z-index: 11 !important;
}

.z-20 {
  z-index: 20 !important;
}

.left-1neg {
  left: -1px;
}

.left-neg3 {
  left: -3px !important;
}

.top-22 {
  top: 22px !important;
}

.top-neg4 {
  top: -4px !important;
}

.top-13 {
  top: 13px;
}

.top-15 {
  top: 15px;
}

.top-37 {
  top: 37px;
}

.right-18 {
  right: 18px !important;
}

.right-36 {
  right: 36px;
}

.right-16 {
  right: 16px;
}

.right-0 {
  right: 0px !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-79 {
  top: 79px !important;
}

.top-72 {
  top: 72px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-03 {
  margin-bottom: 3px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-lg-231 {
  margin-left: 231px !important;
}

.mt-lg-60 {
  margin-top: 3.8rem !important;
}

.mt-6 {
  margin-top: 4.5rem;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.pt-46 {
  padding-top: 46px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-02 {
  padding-top: 2px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.p-17 {
  padding: 17px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.px-34 {
  padding: 0px 34px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.h-60 {
  height: 60px !important;
}

.h-8 {
  height: 8px !important;
}

.h-114 {
  height: 114px !important;
}

.h-102 {
  height: 102px !important;
}

.h-10 {
  height: 10px !important;
}

.h-34 {
  height: 34px;
}

.h-250 {
  min-height: calc(100vh - 364px) !important;
}

.h-14 {
  height: 15px !important;
}

.h-42 {
  height: 42px !important;
}

.h-20 {
  height: 20px !important;
}

.h-18 {
  height: 18px !important;
}

.h-47 {
  height: calc(1.5em + 24px) !important;
}

.h-45 {
  height: 45px !important;
}

.h-38 {
  height: 38px !important;
}

.h-80 {
  height: 80px !important;
}

.h-180 {
  height: 180px !important;
}

.h-md-355 {
  height: 355px !important;
}

.h-lg-455 {
  height: 455px !important;
}

.h-290 {
  height: 290px !important;
}

.h-110 {
  height: 110px;
}

.h-380 {
  height: 380px !important;
}

.h-245 {
  height: 245px !important;
}

.h-md-74 {
  height: 75% !important;
}

.h-100vh {
  height: 100vh !important;
}

.h-200 {
  height: 200px;
}

.h-500 {
  height: 500px;
}

.max-h-510 {
  max-height: 510px;
}

.min-h-120 {
  min-height: 120px;
}

.min-h-450 {
  min-height: 450px;
}

.min-h-80 {
  min-height: 80px !important;
}

.max-h-445 {
  max-height: 445px !important;
}

.w-13 {
  width: 13px !important;
}

.w-130 {
  width: 130px !important;
}

.w-280 {
  width: 280px !important;
}

.w-536 {
  width: 536px !important;
}

.w-140 {
  width: 140px !important;
}

.w-84 {
  width: 84px !important;
}

.w-60 {
  width: 60px !important;
}

.w-650 {
  width: 650px !important;
}

.w-77 {
  width: 77px;
}

.w-200 {
  width: 200px !important;
}

.w-122 {
  width: 122px !important;
}

.w-104 {
  width: 104px !important;
}

.w-98 {
  width: 98px !important;
}

.w-12 {
  width: 12px !important;
}

.w-14 {
  width: 14px;
}

.w-17 {
  width: 17px !important;
}

.w-16 {
  width: 16px !important;
}

.w-18 {
  width: 18px !important;
}

.w-20 {
  width: 20px !important;
}

.w-21 {
  width: 21px !important;
}

.w-22 {
  width: 22px !important;
}

.w-23 {
  width: 23px !important;
}

.w-24 {
  width: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.w-28 {
  width: 28px !important;
}

.w-27 {
  width: 27px !important;
}

.w-36 {
  width: 36px !important;
}

.w-95 {
  width: 95px !important;
}

.w-44 {
  width: 44px !important;
}

.w-65 {
  width: 65px !important;
}

.w-80 {
  width: 80px !important;
}

.w-90 {
  width: 90px !important;
}

.w-150 {
  width: 150px !important;
}

.w-185 {
  width: 185px !important;
}

.max-w-48 {
  width: 48% !important;
}

.w-30 {
  width: 30% !important;
}

.min-w-90 {
  min-width: 90px !important;
}

.min-w-220 {
  min-width: 220px !important;
}

.min-w-135 {
  min-width: 135px;
}

.min-w-193 {
  min-width: 193px !important;
}

.min-w-22 {
  min-width: 300px;
}

.max-w-110 {
  max-width: 110px !important;
}

.max-w-240 {
  max-width: 240px;
}

.min-w-auto {
  min-width: auto !important;
}

.min-w-105 {
  min-width: 105px;
}

.min-w-220 {
  min-width: 220px !important;
}

.min-w-146 {
  min-width: 146px !important;
}

.min-w-60 {
  min-width: 60px !important;
}

.max-w-445 {
  max-width: 445px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-180 {
  max-width: 180px !important;
}

.max-w-525 {
  max-width: 525px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-400px {
  max-width: 400px;
}

.max-w-262 {
  max-width: 262px !important;
}

.max-w-410 {
  max-width: 410px;
}

.w-max-content {
  width: max-content !important;
}

.gap-x-30 {
  row-gap: 30px;
}

.gap-8 {
  column-gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-x-18 {
  column-gap: 18px;
}

.gap-y-18 {
  row-gap: 18px;
}

.gap-x-12 {
  column-gap: 12px;
}

.gap-60 {
  column-gap: 60px;
}

.border-radius-right-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

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

.border-radius-left-0 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.border-radius-4 {
  border-radius: 4px !important;
}

.border-radius-8,
.rounded-8 {
  border-radius: 8px !important;
}

.border-radius-9 {
  border-radius: 9px !important;
}

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

.border-tl-radius {
  border-top-left-radius: 8px !important;
}

.border-bl-radius {
  border-bottom-left-radius: 8px !important;
}

.border-tr-radius {
  border-top-right-radius: 8px !important;
}

.border-br-radius {
  border-bottom-right-radius: 8px !important;
}

.border-tl-radius-4 {
  border-top-left-radius: 4px !important;
}

.border-bl-radius-4 {
  border-bottom-left-radius: 4px !important;
}

.border-tr-radius-4 {
  border-top-right-radius: 4px !important;
}

.border-br-radius-4 {
  border-bottom-right-radius: 4px !important;
}

.border-dashed {
  border: 1px dashed #cccccc !important;
}

/*=========================Screen Sizes=========================*/
/*=========================BTN STYLES=========================*/
button.btn.btn-onboard-watch {
  background: var(--white);
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #3b3a4b;
  width: 160px;
  margin: 0px auto;
  height: 47px;
}

button.btn.btn-onboard-watch:hover {
  background: var(--primary);
  color: var(--white);
}

button.btn.btn-onboard-watch:hover .play-icon path {
  fill: var(--white);
}

button.btn.btn-store {
  background: var(--primary);
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  width: 180px;
  margin: 0px auto;
}

button.btn.btn-store:hover {
  background: var(--primary-hover) !important;
}

button.btn.btn-create {
  background: var(--primary);
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  width: 200px;
  margin: 0px auto;
}

button.btn.btn-create:hover {
  background: var(--primary-hover) !important;
}

.btn-orio {
  background: var(--primary) !important;
  color: var(--white) !important;
  height: 45px;
  min-width: 185px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-orio:hover {
  background: var(--primary-hover) !important;
  color: var(--white) !important;
}

.btn-default {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--microstore-btn) !important;
  color: var(--white) !important;
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 0px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.btn-rounded {
  background: var(--microstore-btn) !important;
  color: var(--white) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.btn-circle {
  background: var(--microstore-btn) !important;
  color: var(--white) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.btn-3d {
  background: var(--microstore-btn) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white) !important;
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 30px;
  border-bottom: 8px;
  border-bottom-color: #8b4016;
  border-bottom-style: solid;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.hr-border {
  border-color: var(--neutral-400) !important;
}

.btn-secondary-orio-outline {
  background: transparent;
  color: #474747 !important;
  height: 45px;
  min-width: 185px;
  border-radius: 10px;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--neutral-400);
}

.btn-secondary-orio-outline:hover {
  background-color: var(--seondary);
  border: 1px solid var(--seondary);
}

.btn-secondary-orio {
  background: var(--seondary);
  color: var(--gray-300);
  height: 45px;
  min-width: 185px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-secondary-orio:hover {
  background: var(--secondary-hover);
  color: var(--gray-300);
}

.btn-secondary-sm {
  color: var(--neutral-700);
  background-color: #e4e6eb;
  height: 42px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-secondary-sm:hover {
  background: #cbcdd3 !important;
  color: var(--neutral-700);
}

.btn-custom {
  color: var(--neutral-700);
  height: 45px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 49px;
}

.btn-custom:hover {
  color: var(--neutral-700);
}

.border-secondary {
  border: 1px solid #ababab !important;
}

.cancelBtn {
  padding: 0 !important;
  margin: 0 !important;
  background: var(--gray-50) !important;
  height: 30px;
  border-radius: 8px;
  color: #000 !important;
  min-width: 60px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dt-buttons button {
  color: var(--neutral-700) !important;
  line-height: 29px !important;
  height: 41px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  transform: none !important;
}

.dt-button-collection.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

div.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

.primary-gradient-bg {
  background: #f5f5f5 !important;
}

/* =========================== badges ========================== */
.badge-error,
.badge-error a {
  background-color: #ffe2e6;
  color: #f64e60;
}

.badge-failed-attempt {
  background: rgba(var(--badge-failed-attempt-rgb), var(--badge-opacity));
  color: rgb(var(--badge-failed-attempt-rgb));
}

.badge-new {
  background: rgba(var(--badge-new-rgb), var(--badge-opacity));
  color: rgb(var(--badge-new-rgb));
}

.badge-confirmed {
  background: rgba(var(--badge-confirmed-rgb), var(--badge-opacity));
  color: rgb(var(--badge-confirmed-rgb));
}

.badge-hold {
  background: rgba(var(--badge-hold-rgb), var(--badge-opacity));
  color: rgb(var(--badge-hold-rgb));
}

.badge-fulfillment-inprocess {
  background: rgba(var(--badge-fulfillment-inprocess-rgb), var(--badge-opacity));
  color: rgb(var(--badge-fulfillment-inprocess-rgb));
}

.badge-booked {
  background: rgba(var(--badge-booked-rgb), var(--badge-opacity));
  color: rgb(var(--badge-booked-rgb));
}

.badge-pickup-ready {
  background: rgba(var(--badge-pickup-ready-rgb), var(--badge-opacity));
  color: rgb(var(--badge-pickup-ready-rgb));
}

.badge-in-transit {
  background: rgba(var(--badge-in-transit-rgb), var(--badge-opacity));
  color: rgb(var(--badge-in-transit-rgb));
}

.badge-delivered,
.badge-shipped {
  background: rgba(var(--badge-delivered-rgb), var(--badge-opacity));
  color: rgb(var(--badge-delivered-rgb));
}

.badge-ready-to-return,
.badge-returned {
  background: rgba(var(--badge-returned-rgb), var(--badge-opacity));
  color: rgb(var(--badge-returned-rgb));
}

.badge-return-to-shipper {
  background: rgba(var(--badge-return-to-shipper-rgb), var(--badge-opacity));
  color: rgb(var(--badge-return-to-shipper-rgb));
}

.badge-cancelled {
  background: rgba(var(--badge-cancelled-rgb), var(--badge-opacity));
  color: rgb(var(--badge-cancelled-rgb));
}

.badge-replacement,
.badge-accepted {
  background: rgba(var(--badge-replacement-rgb), var(--badge-opacity));
  color: rgb(var(--badge-replacement-rgb));
}

.status-badge-warning,
.status-badge-one-time {
  background-color: var(--badge-warning-bg);
  color: var(--badge-warning-color) !important;
}

.status-badge-active,
.badge-active,
.badge-paid {
  background: var(--badge-active-bg);
  color: var(--badge-active-color);
}

.status-badge-not-approved,
.badge-inactive,
.badge-deactive {
  background: var(--badge-inactive-bg);
  color: var(--badge-inactive-color);
}

/* ============================ badges ================================= */
.empty-circle {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 32px solid #f6f6f6;
  margin: auto;
  font-size: 45px;
  line-height: 65px;
  color: #333;
  display: block;
}

.pr_image_uploaded {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.65rem;
  z-index: 9;
}

.pr_image_uploaded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

label.creat-lable {
  font-size: 14px;
  line-height: 18px;
}

.background-orio {
  background-image: url(.././img/Orio-Pattern.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh !important;
  overflow: hidden;
}

.select2-container--bootstrap4 .select2-selection,
.rd-100 {
  border-radius: 8px !important;
}

.parsley-errors-list {
  margin: 0 !important;
  padding: 7px 0px 0px 5px !important;
}

.parsley-errors-list li {
  list-style-type: none;
  color: red;
  font-size: 13px !important;
}

/*=================== SIDEBAR WORK ===================*/
.app-sidebar {
  background: var(--white) !important;
}

.nav-logo>a.brand-logo {
  width: 100px;
  transition: all 0.3s;
  margin: 0 auto;
}

.sidebar-collapsed .nav-logo>a.brand-logo {
  width: 60px;
  transition: all 0.3s;
}

.nav-logo>a.brand-logo>img {
  width: 100%;
}

.table td,
.table th {
  font-size: 13px;
  line-height: 20px;
}

div#reportrange {
  font-size: 13px;
  width: 330px !important;
}

.fx-ul-scroll-list {
  height: 273px;
  overflow-y: auto;
}

.fx-ul-scroll-list-cities {
  height: 432px;
  overflow-y: auto;
}

.fx-ul-scroll-list-menus {
  height: 625px;
  overflow-y: auto;
}

.list-cities-min-height {
  min-height: 350px;
}

.coursor-pointer {
  cursor: pointer;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  text-align: start;
}

#order-status-shipments {
  height: 380px;
}

#order-status-shipments .order-status-list {
  flex: 0;
}

.order-status-dropdown {
  width: 100% !important;
  font-size: 13px;
  padding: 5px 10px;
  text-align: center;
  height: 32px;
}

.action-perform-btns>a {
  display: inline-block;
  margin-right: 5px;
}

.action-perform-btns>a>svg {
  width: 15px;
  height: 15px;
}

.swal2-styled.swal2-cancel {
  background-color: #ccc !important;
}

.swal2-styled.swal2-confirm {
  background-color: #e72d52 !important;
}

.text-address {
  height: 3em;
  overflow: hidden;
}

.select2-container .select2-search--inline,
.select2-container .select2-selection--multiple .select2-selection__choice {
  line-height: 28px;
  font-size: 13px;
}

.sidebar-navigation ul .fade.mm-collapse {
  display: none;
  height: 0px;
  opacity: 0;
  transition: all 0.3s;
}

.sidebar-navigation ul .fade.mm-collapse.mm-show {
  display: block;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}

form label {
  font-size: 12px;
  font-weight: 600;
}

form input.form-control,
form textarea.form-control,
form select.form-control {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: var(--charcoal) !important;
  font-family: Heebo-Regular;
  letter-spacing: 0.4px;
}

.couriers-tab-wrap ul li>a img {
  display: block;
  margin: 0 auto;
}

.couriers-tab-wrap ul li>a img.imgActive {
  display: none;
}

.couriers-tab-wrap ul li>a.active img,
.couriers-tab-wrap ul li>a.hover img {
  display: none;
}

.couriers-tab-wrap ul li>a.active img.imgActive,
.couriers-tab-wrap ul li>a.hover img.imgActive {
  display: block;
}

/* ============ Column Visiblity ============== */
.dropdown-item.active,
.dropdown-item:active {
  color: var(--gray-300) !important;
  background-color: #e4e6eb !important;
}

a.dt-button.buttons-select-cells,
a.dt-button.buttons-select-rows,
a.dt-button.buttons-select-columns {
  position: relative;
  width: 175px;
  text-align: left;
}

a.dt-button.buttons-columnVisibility.ui-state-active,
a.dt-button.buttons-columnVisibility {
  position: relative;
  width: 230px;
  text-align: left;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.dt-button.buttons-columnVisibility {
  display: inline-block;
  overflow: hidden;
}

a.dt-button.buttons-columnVisibility:before,
a.dt-button.buttons-columnVisibility.checked:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 17.7px;
  height: 17.7px;
  box-sizing: border-box;
}

a.dt-button.buttons-columnVisibility.checked:before {
  background-color: var(--white);
  border-color: #afafaf;
}

a.dt-button.buttons-columnVisibility:before {
  content: "";
  border: 0.5px solid #d1d2db;
  border-radius: 0.29rem;
}

.dt-button>span {
  margin-left: 10px;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: var(--gray-300) !important;
}

a.dt-button.buttons-columnVisibility.checked:after {
  content: "";
  width: 10px;
  margin-top: 4px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007aff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

a.dt-button.buttons-columnVisibility {
  position: relative !important;
  width: 170px;
  text-align: left;
  padding-left: 25px;
}

div.dt-button-collection.dropdown-menu {
  width: min-content;
  max-height: 288px;
  height: auto;
  overflow-y: scroll;
  padding: 10px 0px;
  z-index: 1 !important;
  left: -138px !important;
  top: 47px !important;
  border: 0;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  z-index: 9 !important;
  overflow-y: auto;
  overflow-x: hidden;
  transition: none !important;
}

div.dt-button-collection.dropdown-menu>.buttons-columnVisibility {
  padding: 0rem 1.5rem !important;
}

div.dt-button-collection.dropdown-menu>.buttons-columnVisibility:hover,
div.dt-button-collection.dropdown-menu>.buttons-columnVisibility:active,
div.dt-button-collection.dropdown-menu>.buttons-columnVisibility.active {
  background-color: var(--white) !important;
}

div.dt-button-background {
  position: relative !important;
}

.exportButton~.dt-button-background~.dt-button-collection {
  left: -128px !important;
}

.dataCollection {
  background-color: transparent !important;
  padding: 6px 0 !important;
}

div.dt-button-collection.dropdown-menu .buttons-columnVisibility:nth-child(2) {
  display: none !important;
}

.dt-button-collection-title~buttons-columnVisibility:first-child {
  display: none !important;
}

div.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: 0 !important;
  width: 70%;
  top: 54% !important;
  left: 16% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: 0 !important;
  width: 80%;
  top: 54% !important;
  left: 11% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.fixed.column {
  margin-left: 0 !important;
  width: 50%;
  top: 54% !important;
  left: 25% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

.custom-control-input:checked~.custom-control-label:before {
  color: var(--white);
  border-color: #007aff;
  background-color: var(--white);
}

.dt-button-collection.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

div.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
  margin-bottom: 0px;
}

/* ============ Column Visiblity ============== */
.daterangepicker.ltr {
  display: none;
}

#trackingModal .ticketinfowrap .infodiv {
  text-align: center !important;
}

#trackingModal .ticketcreatewrap .popheading>h4 {
  font-size: 20px;
  line-height: 22px;
  color: var(--neutral-400);
  font-weight: 500;
  margin-bottom: 0px;
}

.ticketinfowrap {
  background: #f4f5fd;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  overflow-x: auto;
  justify-content: space-around;
}

.ticketinfowrap .infodiv {
  padding: 12px !important;
  border-left: 1px solid #e7e7e7;
  background: #f4f5fd;
}

#trackingModal .ticketinfowrap .infodiv {
  width: auto;
  height: auto;
}

#trackingModal .ticketinfowrap .infodiv span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

#trackingModal .ticketinfowrap .infodiv span.boldspan {
  font-weight: 600;
}

.orderview .ticketinfowrap .infodiv span.btn {
  padding: 0.35rem 1.25rem;
  min-width: 80px;
  height: 24px;
  line-height: 12px;
}

#trackingModal .ticketinfowrap .infodiv span {
  font-size: 14px;
  font-weight: 400;
}

#trackingModal .ticketinfowrap .infodiv span.btn-orio {
  font-size: 13px;
  line-height: 10px;
}

#trackingModal .ticketcreatewrap .popheading>h4 {
  font-size: 20px;
  line-height: 22px;
  color: var(--neutral-400);
  font-weight: 500;
  margin-bottom: 0px;
}

#trackingModal .ticketcreatewrap .shipdetails {
  margin-top: 10px;
}

#trackingModal .ticketcreatewrap .shipdetails>span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--neutral-400);
}

.user-right ul li {
  margin-bottom: 8px;
}

.user-right ul {
  list-style: none;
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--midNight) !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 25px !important;
  left: 2px !important;
  background-color: transparent !important;
  font-size: 19px;
  color: #828282 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: none !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
  display: flex !important;
}

table.dataTable>tbody>tr.child,
table.dataTable>tbody>tr.child>td.child {
  padding: 0px !important;
}

table.dataTable>tbody>tr.child ul.dtr-details li {
  display: grid !important;
  border: none !important;
  text-align: center !important;
  padding: 0.75rem !important;
}

.text-decoration {
  text-decoration: underline !important;
}

#sortable1,
#sortable2 {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  margin-right: 10px;
}

#sortable1 li,
#sortable2 li {
  margin: 0 5px 5px 5px;
  padding: 8px 8px 14px 8px;
  border-bottom: 1px solid #d1d2db;
  cursor: move;
}

.increment-btn,
.decrement-btn {
  cursor: pointer;
}

/*=========================DEVELOPER CENTER=========================*/
.main-p {
  margin-top: 0in;
  margin-right: 0in;
  margin-bottom: 3px;
  margin-left: 0in;
  line-height: 13.5pt;
}

.kurly_braces {
  font-size: 14px;
  font-family: "Courier New";
  color: var(--black);
}

.data_text {
  font-size: 14px;
  font-family: "Courier New";
  color: #a31515;
}

.data_braces {
  font-size: 14px;
  font-family: "Courier New";
  color: var(--black);
}

.api_detail_text {
  font-size: 14px;
  font-family: "Courier New";
  color: #a31515;
}

.colons {
  font-size: 14px;
  font-family: "Courier New";
  color: var(--black);
}

.api_detail_text_1 {
  font-size: 14px;
  font-family: "Courier New";
  color: #0451a5;
}

.main_veiw_1 {
  margin-left: 50px;
}

.main_veiw_2 {
  margin-left: 100px;
}

.wordpress_img img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

.cp a {
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 22px;
  z-index: 7;
}

.cp {
  position: relative;
}

.cp input {
  color: var(--primary);
}

.view-data pre span {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

.view-data pre {
  line-height: 30px;
}

.view-data {
  background: #edeff8;
  padding: 15px;
}

.tab-content {
  padding: 20px;
  border-top: 0px;
  border-bottom: 0px;
}

.view-data ul {
  list-style: none;
  padding-left: 0px;
}

.view-data ul li {
  margin-bottom: 6px;
}

.url-box {
  background: #edeff8;
  padding: 10px;
}

.Parameter p {
  margin-bottom: 0px;
}

/*=========================DEVELOPER CENTER=========================*/
/*=========================WhatsAPP=========================*/
.btn-whatsapp-gif {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.btn-whatsapp-gif a {
  color: var(--white) !important;
}

/*=========================WhatsAPP=========================*/
/*=========================Notification=========================*/
.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 22px;
}

.channel-card {
  background: var(--white);
  border-radius: 12px;
  padding: 18px;
  position: relative;
}

.channel-icon {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}

.channel-icon>svg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.channel-card .channel-name {
  font-size: 17px;
  font-family: "Heebo-SemiBold";
  color: var(--midNight);
  margin-bottom: 8px;
}

.channel-status-badges {
  display: flex;
  gap: 10px;
}

.modal-md {
  max-width: 550px !important;
}

.modal-lg {
  max-width: 600px !important;
}

.timeline-container {
  margin: 0 auto;
  background: var(--white);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.date-header {
  /* background-color: #e6e6e6; */
  /* padding: 7px 20px; */
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* border-radius: 20px; */
  display: inline-block;
}

.notification-heading {
  padding: 4px 15px;
  font-family: Heebo-Bold;
  font-size: larger;
  color: var(--black);
}

.notification-item {
  padding: 8px 20px 15px 20px;
  position: relative;
}

.notification-item:last-child {
  border-bottom: 1px solid #f1f3f4;
}

.notification-header {
  display: flex;
  align-items: center;
}

.notification-title {
  font-size: 16px;
  font-family: Heebo-SemiBold;
  /* color: #212529; */
  margin-right: 5px;
}

.new-badge {
  background-color: #007bff;
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  line-height: 16px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.notification-content {
  color: #495057;
  font-size: 15px;
  line-height: 1.5;
  /* padding: 5px 0px 12px 0px; */
  padding: 9px 0px 4px 0px;
}

.notification-time {
  font-family: "Heebo-Bold";
  font-size: 12px;
  font-weight: 500;
}

.first-section {
  padding-top: 0;
}

.custom-dropdown-menu {
  max-width: 430px !important;
  width: 430px !important;
  transform: translate3d(-237px, 54px, 0px) !important;
}

.hidden-input-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: var(--charcoal) !important;
  font-family: Heebo-Regular;
  letter-spacing: 0.4px;
  text-align: center;
  border: 0px;
}

.hidden-input-lg:focus-visible {
  border: 0px !important;
  outline: none !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.notification-dropdown {
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  cursor: pointer;
}

.notification-item .new-badge {
  background-color: #007bff;
  color: var(--white);
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: 500;
  font-size: 10px;
  height: 17px;
}

.notification-item p {
  margin: 0;
  font-size: 13px;
  padding: 6px 0 12px 0;
}

.notification-item .time {
  font-size: 11px;
  font-weight: bold;
  font-family: "Heebo-Bold";
  color: var(--black);
}

.dropdown-divider {
  margin: 0;
  border-top: 1px solid var(--neutral-200);
}

.popover-title {
  font-weight: bold;
}

.notification-header {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid var(--neutral-200);
  background-color: var(--neutral-100);
}

.notification-footer {
  padding: 10px 15px;
  background-color: var(--neutral-100);
}

.day-notifictaion-button {
  border-radius: 20px;
  padding: 4px 17px;
  background: #e3e6e9;
  width: fit-content;
  text-align: center;
  margin-left: 20px;
  margin-top: 10px;
  color: var(--black);
  font-size: 12px;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.dot {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  opacity: 0;
  animation: blink 5s infinite;
}

.ringing {
  animation: ring 0.5s infinite;
}

/*=========================Notification=========================*/
.bg-fixed {
  position: sticky;
  top: 0;
  height: 100vh;
}

/* =======================Tags======================== */
.order_tags .label-info {
  background-color: #cbd0d6;
}

.order_tags .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  line-height: 1;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.bootstrap-tagsinput .tag {
  color: var(--gray-300) !important;
  background: var(--seondary) !important;
}

.order_tags .bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: fit-content;
  padding: 10px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--midNight);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1.5px solid var(--neutral-400) !important;
  border-radius: 0.6rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/* =======================Tags======================== */
/*=========================Topbar Icons=========================*/
.user-icon,
.notification-icon {
  width: 21px;
}

.truncate-admin-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60px;
  display: inline-block;
  vertical-align: middle;
}

/*=========================Topbar Icons=========================*/
/*=========================Label Tag=========================*/
label.creat-lable {
  font-family: Heebo-Regular !important;
  /* color: var(--charcoal) !important; */
  font-weight: 600 !important;
}

/*=========================Label Tag=========================*/
/*=========================Breadcrumb=========================*/
.breadcrumb-item a {
  color: var(--charcoal) !important;
  font-weight: 300 !important;
  font-family: Heebo-Regular !important;
}

.breadcrumb-item.active {
  color: var(--neutral-600) !important;
  font-weight: 200 !important;
  font-family: Heebo-Light !important;
}

/*=========================Breadcrumb=========================*/
.form-label {
  font-family: Heebo-Regular !important;
  color: var(--charcoal) !important;
  font-size: 13px !important;
  font-weight: 700;
}

.upload-sizing-label {
  font-family: Heebo-Light !important;
  color: var(--charcoal) !important;
  font-size: 11px !important;
}

.txt-limit-label {
  font-family: Heebo-Light !important;
  color: var(--charcoal) !important;
  font-size: 13px !important;
}

/*=========================Microstore=========================*/
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container .select2-selection--single {
  border: 1.5px solid var(--neutral-400) !important;
}

.theme-setting-title {
  font-size: 16px;
  font-family: Heebo-SemiBold;
}

.theme-preview-title {
  font-size: 13px;
  font-family: Heebo-SemiBold;
}

.color-picker-primary {
  padding: 8px 16px;
  font-size: 13px;
  color: var(--white);
  border: none;
  border-radius: 7px;
  cursor: pointer;
  text-align: left;
  font-family: Heebo-Light;
}

.color-picker-primary:focus {
  outline: none;
}

.color-picker-secondary {
  padding: 8px 16px;
  font-size: 13px;
  color: var(--white);
  border: none;
  border-radius: 7px;
  cursor: pointer;
  text-align: left;
  font-family: Heebo-Light;
}

.color-picker-primary:focus {
  outline: none;
}

textarea {
  resize: none !important;
}

.input-group-text {
  padding: 0rem !important;
  width: 55px !important;
  height: 45px !important;
}

.theme-preview-img {
  height: 164px !important;
  width: 554px !important;
}

.content-preview-img {
  height: 153px !important;
  width: 554px !important;
}

.skeletonImg-img {
  border: 2px solid #a6a6a6;
  border-radius: 18px;
}

.theme-card-bg {
  background-color: var(--gray-50);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.theme-card-bg::after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 18px;
}

.theme-card-bg:hover::after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.after-style {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.after-style:hover {
  opacity: 1;
}

.after-style img {
  width: 24px;
}

.theme-img {
  width: 100%;
  transition: transform 0.3s ease;
}

.theme-card-bg:hover .theme-img {
  transform: scale(1.1);
}

/*=========================Microstore=========================*/
/*=========================Auth Screen=========================*/
.auth-bg {
  width: 100%;
  background: linear-gradient(180deg, var(--primary) 0%, #004596 100%);
  position: relative;
}

.auth-bg-img {
  background-image: url("/assets/img/auth/waveGrilled.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-title {
  color: var(--midNight) !important;
  font-size: 33px !important;
  font-family: Heebo-Bold;
  text-align: center;
}

.auth-text {
  color: #474747 !important;
  font-size: 14px !important;
  font-family: Heebo-Medium !important;
  text-align: center;
}

.text-end {
  text-align: end !important;
}

.auth-card {
  max-width: 490px;
}

.auth-slider-card {
  font-family: "Sora", sans-serif;
  font-style: normal;
}

.auth-slider-card>.swiper {
  padding-bottom: 28px;
}

.testimonial-author,
.auth-slider-card h1 {
  margin-bottom: 0px;
  color: var(--white);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
}

.testimonial-review {
  margin-bottom: 0px;
  color: var(--white);
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  max-width: 590px;
  margin: 18px 0px 18px;
}

.testimonial-rating {
  text-align: center;
  margin-bottom: 10px;
}

.testimonial-designation {
  color: var(--white);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.partners-logo-container {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 36px;
  column-gap: 35px;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-avatar {
  border-radius: 100%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0px auto 20px;
}

.testimonial-avatar>img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.text-decoration-underline {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,
      var(--white)) !important;
}

/*=========================Auth Screen=========================*/
.donut-container {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  height: 100%;
}

.adsBG-one {
  background-image: url("/assets/img/ads/orioFrame.png");
  background-color: var(--midNight);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.adsBG-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/img/ads/orioHalfFrameVertical.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right;
}

.adsCarousel {
  border-radius: 15px;
}

.rules-gradient-bg {
  background-image: url("/assets/img/svg/rules-gradient-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.own-store {
  background-image: url("/assets/img/ads/own-store.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 3px) !important;
}

.swiper-pagination-bullet-active {
  background: var(--white) !important;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: var(--charcoal) !important;
}

tbody tr td {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
}

#orderDetail tbody tr td .text-charcoal,
#rulesTable tbody tr td .text-charcoal {
  padding-top: 10px !important;
}

/* .table td {
  padding: 0rem 1rem !important;
}  */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.status-card-border-b {
  border-bottom: 1px solid #5454 !important;
}

.dt-search {
  border: 0 !important;
  height: 45px !important;
  border-radius: 8px !important;
}

.dt-search:focus {
  box-shadow: none !important;
}

button.applyBtn {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  border-radius: 8px;
}

button.applyBtn:hover {
  background-color: var(--primary-hover) !important;
}

.filter-counter {
  width: 14px;
  height: 15px;
  position: absolute;
  background-color: var(--primary);
  border-radius: 100%;
  color: var(--white) !important;
  font-size: 9px;
  line-height: 1px;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custome-file-label {
  padding: 10px;
  top: 0;
  left: 0;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: calc(1.5em + 24px);
  width: 78px;
  text-align: center;
  line-height: 23px;
  position: absolute;
  border: 1.5px solid var(--neutral-400);
  margin: 0px;
  font-weight: 100;
  background-color: #e5f1ff !important;
}

.quantity-control-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: var(--charcoal) !important;
  font-family: Heebo-Regular;
  letter-spacing: 0.4px;
  border: 2px solid #cccccc;
  border-radius: 0.6rem;
  height: calc(1.5em + 1.68rem + 2px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rotate-180 {
  rotate: 180deg;
}

.w-185>.select2-container .select2-selection--single .select2-selection__arrow b {
  color: var(--charcoal) !important;
}

.w-185>.select2-container--bootstrap4 .select2-selection--single {
  background: var(--seondary) !important;
  border: 0px !important;
}

.scanloadsheet {
  height: 45px !important;
  background: var(--gray-50) !important;
  border-radius: 0.6rem !important;
}

/* ======================= loaders ======================== */
.spinner-sm {
  --uib-size: 28px;
  --uib-speed: 0.9s;
  --uib-color: var(--spinner-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.spinner-md {
  --uib-size: 50px;
  --uib-speed: 0.9s;
  --uib-color: var(--spinner-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.spinner-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.spinner-circle::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.spinner-circle:nth-child(2) {
  transform: rotate(45deg);
}

.spinner-circle:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.spinner-circle:nth-child(3) {
  transform: rotate(90deg);
}

.spinner-circle:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.spinner-circle:nth-child(4) {
  transform: rotate(135deg);
}

.spinner-circle:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.spinner-circle:nth-child(5) {
  transform: rotate(180deg);
}

.spinner-circle:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.spinner-circle:nth-child(6) {
  transform: rotate(225deg);
}

.spinner-circle:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.spinner-circle:nth-child(7) {
  transform: rotate(270deg);
}

.spinner-circle:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.spinner-circle:nth-child(8) {
  transform: rotate(315deg);
}

.spinner-circle:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.spinner_loader {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 3px;
  margin: 5px;
}

/* Base shimmer animation */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

/* Container for shimmer loader */
.shimmer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #f6f7f8;
  overflow: hidden;
  position: relative;
}

.shimmer {
  background: linear-gradient(to right, #e0e0e0 0%, #c2c2c2 50%, #e0e0e0 100%);
  background-size: 1000px 100%;
  animation: shimmer 1.5s infinite;
}

/* ================== loaders ============================== */
input[type="file"] {
  padding: 10px 108px !important;
  line-height: 23px !important;
}

input::file-selector-button {
  display: none;
}

.recommended-size {
  color: var(--charcoal) !important;
  font-size: 12px !important;
}

.tc-title {
  color: var(--midNight);
  font-weight: 500;
  font-size: 16px;
}

.modal-header h6 {
  line-height: 28px !important;
  color: var(--midNight);
}

.fa-ellipsis-v {
  font-size: 16px !important;
  color: var(--charcoal) !important;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-link {
  text-decoration: underline !important;
  color: var(--primary) !important;
}

@keyframes spin_shimmer {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

.icn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* alert notification */
.alert-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 32px 18px;
  border-radius: 13px;
}

.alert-banner-content {
  display: flex;
  align-items: top;
}

.alert-banner-content h1 {
  color: var(--midNight);
  font-family: Heebo-Bold;
  font-size: 17px;
  margin-bottom: 3px !important;
}

.alert-banner-content p {
  color: var(--neutral-600);
  font-family: Heebo-Medium;
  font-size: 15px;
  margin-bottom: 0px !important;
}

.alert-banner-close {
  color: var(--midNight);
  font-family: Heebo-semiBold;
  font-size: 15px;
  margin-bottom: 0px !important;
  text-underline-offset: 4px;
  text-decoration-line: underline;
  cursor: pointer;
}

.fx-ul-scroll-list-variations {
  height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
}

.heading-text {
  color: var(--midNight);
}

.body-text {
  color: var(--neutral-600);
}

/*=========================== Arrow Spinner ===========================*/
.arrowSpinner {
  width: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

/*=========================== Arrow Spinner ===========================*/
.dataTables_scrollBody::-webkit-scrollbar {
  width: 0 !important;
}

.dataTables_scrollBody {
  -ms-overflow-style: none !important;
}

.dataTables_scrollBody {
  position: static !important;
  height: 457px !important;
}

.order-flow-timeline {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.order-flow-timeline h6 {
  color: var(--neutral-600);
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-Regular !important;
}

.order-flow-timeline p {
  margin-bottom: 0px;
  color: var(--midNight);
  font-size: 20px;
  font-family: Heebo-Bold !important;
  margin-left: auto;
}

.revenue-status-box {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.revenue-status-box h6 {
  color: var(--midNight);
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-SemiBold !important;
}

.revenue-status-box p {
  margin-bottom: 0px;
  color: var(--midNight);
  font-size: 13px;
  font-family: Heebo-Medium !important;
  margin-left: auto;
}

.customer-status-box {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.customer-status-box h6 {
  color: var(--midNight);
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-SemiBold !important;
}

.customer-status-box p {
  margin-bottom: 0px;
  color: var(--midNight);
  font-size: 13px;
  font-family: Heebo-Medium !important;
  margin-left: auto;
}

.order-status-box {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.order-status-box h6 {
  color: var(--midNight);
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-SemiBold !important;
}

.order-status-box p {
  margin-bottom: 0px;
  color: var(--midNight);
  font-size: 13px;
  font-family: Heebo-Medium !important;
  margin-left: auto;
}

.order-status-box h5>a {
  margin-bottom: 0px;
  color: var(--midNight) !important;
  font-size: 13px;
  font-family: Heebo-Medium !important;
}

.pending-payments-box {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.pending-payments-box>div:first-child {
  border-bottom: 1px dashed var(--neutral-600);
  padding-bottom: 32px;
}

.pending-payments-box> :nth-child(2) {
  padding-top: 15px;
}

.pending-payments-box> :nth-child(2) h6 {
  font-family: Heebo-SemiBold !important;
  margin-right: 7px !important;
}

.pending-payments-box h6 {
  color: var(--neutral-600);
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-Regular !important;
}

.pending-payments-box p,
.dashboard-graphs-box p {
  color: var(--midNight);
  font-weight: 500;
  font-size: 21px;
  font-family: "Heebo-Bold";
  letter-spacing: 0.5px;
}

.dashboard-graphs-box {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 15px 15px 10px 15px;
}

.dashboard-graphs-box h6 {
  color: var(--neutral-600);
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-Regular !important;
}

.graphs-container {
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.graphs-box {
  border-radius: 8px;
  background: var(--white);
  width: 100%;
  padding: 15px 15px 10px 15px;
}

.graphs-box h6 {
  color: var(--midNight);
  font-weight: 500;
  font-size: 13px;
}

.graphs-box p {
  color: var(--midNight);
  font-weight: 400;
  font-size: 13px;
}

.dtfc-has-left {
  width: 100% !important;
}

.dtfc-has-left.dataTable.display>tbody>tr:nth-child(even)>td:nth-child(2),
.dtfc-has-left.dataTable.order-column.stripe>tbody>tr:nth-child(even)>td:nth-child(2),
.dtfc-has-left.dataTable.display>tbody>tr:nth-child(odd)>td:nth-child(2),
.dtfc-has-left.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>td:nth-child(2) {
  border-right: 1px solid #cccccc !important;
}

.logo-placeholder {
  width: 80px;
  height: 40px;
  border-radius: 5px;
}

.progress-bar-placeholder {
  flex: 1;
  height: 10px;
  margin: 0 10px;
  border-radius: 5px;
}

.text-placeholder {
  width: 40px;
  height: 20px;
  border-radius: 5px;
}

tr.odd td {
  background-color: var(--white) !important;
}

.datatable-more-select {
  min-height: auto;
  max-height: 255px;
  overflow-y: auto !important;
}

.btn-performAction {
  min-width: 193px;
  background: transparent;
  border: 1.5px solid var(--neutral-400) !important;
  border-radius: 8px;
  height: 42px;
}

.chevron-icon {
  color: var(--midNight);
  font-size: 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  color: var(--charcoal);
}

.rotate-90ng {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.rotate-360 {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
}

.rotate-0 {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.btn-applyaction {
  box-shadow: 0 0 0 transparent;
  /*background: var(--gray-50);*/
  width: 48px;
  color: var(--white);
  padding: 0.4rem 0.9rem;
  font-size: 0.83125rem;
  border: 0;
  height: 42px;
  border-radius: 8px;
  position: relative;
}

.capitalize {
  text-transform: capitalize;
}

.tooltip .tooltip-inner {
  border-radius: 8px !important;
}

.export {
  color: var(--gray-300);
  font-size: 15px;
  font-family: "Heebo-Regular";
  text-transform: capitalize;
}

.dt-search {
  width: 49px !important;
  height: 42px !important;
  transition: width 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  background-repeat: no-repeat !important;
  background-position: left calc(0.8em + 0.1875rem) center !important;
  background-size: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4737 19.9474C15.7059 19.9474 19.9474 15.7059 19.9474 10.4737C19.9474 5.24151 15.7059 1 10.4737 1C5.24151 1 1 5.24151 1 10.4737C1 15.7059 5.24151 19.9474 10.4737 19.9474Z' stroke='%23525252' stroke-width='2'/%3E%3Cpath d='M24.9999 25L17.1841 17.1842' stroke='%23525252' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.dt-search:hover {
  background-color: var(--gray-50) !important;
  width: 185px !important;
  padding: 0.7rem 0.5rem 0.7rem 2.8rem !important;
}

.dt-search:not(:placeholder-shown) {
  background-color: var(--gray-50) !important;
  width: 185px !important;
  padding: 0.7rem 0.5rem 0.7rem 2.8rem !important;
}

.secondary-select2~.select2-container {
  width: 100% !important;
}

.custom-select2~.select2-container {
  width: 100% !important;
}

.secondary-select2~.select2-container>.selection>.select2-selection {
  height: 42px !important;
}

.secondary-select2~.select2-container>.selection>.select2-selection--multiple {
  height: auto !important;
}

.secondary-select2~.select2-container>.selection>.select2-selection>.select2-selection__rendered>.select2-selection__placeholder {
  line-height: 40px;
}

.secondary-select2~.select2-container>.selection>.select2-selection>.select2-selection__rendered {
  min-height: 42px !important;
  line-height: 40px !important;
}

.applyall {
  display: flex !important;
  align-items: center !important;
}

.secondary-form-control {
  height: 42px !important;
}

.test-loader {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, var(--primary) 94%, #0000) top/5px 5px no-repeat,
    conic-gradient(#0000 30%, var(--primary));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

/* new loader */
.btn-loader {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, var(--charcoal) 94%, #0000) top/5px 5px no-repeat,
    conic-gradient(#0000 30%, var(--charcoal));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

.action-loader {
  margin-right: 10px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, var(--charcoal) 94%, #0000) top / 3px 3px no-repeat,
    conic-gradient(#0000 30%, var(--charcoal));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  animation: l13 1s infinite linear;
}

/* new loader */
.action-perform-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tracking loder */
.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070919;
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 0.8;
}

.overlay-loader-text {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: bold;
  width: 150px;
}

.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots::after {
  content: "";
  display: inline-block;
  animation: dotsAnimation 1.5s infinite;
  margin-left: 5px;
}

@keyframes dotsAnimation {
  0% {
    content: "";
  }

  33% {
    content: ".";
  }

  66% {
    content: "..";
  }

  100% {
    content: "...";
  }
}

/* tracking loder */
.shadow-md {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.select2-selection .select2-selection--multiple {
  height: auto !important;
}

.tooltip {
  pointer-events: none;
}

.form-check-input {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--white);
}

.form-check-input:checked {
  border-color: var(--primary);
  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007aff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.custom-padding-control {
  padding: 0.84rem 1rem !important;
}

.charcoal {
  color: var(--neutral-600) !important;
}

.rating_star {
  color: var(--rating-color);
  font-size: 14px;
}

.table thead th {
  vertical-align: middle !important;
}

.best-selling-products-slider-table>thead>tr>th,
.top-customers-slider-table>thead>tr>th {
  font-size: 12px;
  color: #464e5f;
  font-family: Heebo-Bold !important;
  background: var(--gray-50);
  border: 0px !important;
}

.absolute {
  position: absolute;
}

.user-avatar-box a {
  color: var(--gray-300) !important;
  font-size: 15px;
  font-weight: 400;
  font-family: Heebo-Medium !important;
  text-transform: capitalize;
}

.user-avatar-box .pop-over {
  display: none;
  position: absolute;
  width: 185px;
  background: white;
  right: 0px;
  top: 35px;
  border-radius: 9px;
  padding: 10px 0px;
  z-index: 12;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

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

.chevron-icon.rotate {
  transform: rotate(180deg);
}

.dropdown.show .chevron-icon {
  transform: rotate(180deg);
}

.btn-onboard-logo {
  background: var(--primary);
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: var(--white) !important;
  margin: 0px auto;
  height: 55px;
  line-height: 36px;
  padding: 8px 42px;
}

.btn-onboard-logo:hover {
  background: var(--primary-hover) !important;
  color: var(--white);
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(100%);
}

svg {
  flex-shrink: 0 !important;
}

table.dataTable tbody tr td {
  word-wrap: break-word;
  word-break: break-all;
}

div.dataTables_scrollBody {
  border-left: 1px solid transparent !important;
}

.leading-25 {
  line-height: 25px;
}

.shrink-table td {
  padding: 0.2rem 1rem !important;
}

.sidebar-menu-icon {
  margin-right: 12px;
}

.duplicate-row {
  color: red !important;
  background-color: #f8d7da !important;
}

tr.row-red td {
  background-color: #f8d7da !important;
}

.duplicate-row .duplicate-order-row {
  color: red !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-col {
  flex-direction: column;
}

.btn-daterangepicker {
  background: var(--white);
  color: var(--midNight);
  height: 39px;
  width: auto;
  border-top-left-radius: 28px;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
  border-bottom-left-radius: 28px;
}

.btn-daterangepicker:hover {
  background: var(--white);
  color: var(--gray-300);
}

.daterangepicker .ranges li {
  padding: 10px 10px;
  border-radius: 8px;
  color: var(--midNight);
  font-family: Heebo-SemiBold !important;
}

.daterangepicker .ranges {
  padding: 10px 10px;
  border-right: 1px solid #ddd;
}

.daterangepicker {
  border: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 22px;
  border-radius: 10px;
  position: fixed !important;
  top: 115px !important;
}

.hidden {
  display: none !important;
}

.flow-diagram {
  width: 100% !important;
  min-height: 600px;
  position: relative;
  background-color: var(--white);
  padding: 20px 0px;
  zoom: 105%;
  border-radius: 12px;
}

.stage-label {
  position: absolute;
  text-align: left;
  font-weight: bold !important;
  font-size: 13px;
  width: 180px;
  border-bottom: 1px solid #e0e0e0;
}

.stage-total {
  font-weight: bold;
  float: right;
}

.day-label {
  position: absolute;
  text-align: center;
  font-family: Heebo-SemiBold;
  font-size: 11px;
  font-weight: bold;
  color: var(--midNight) !important;
  bottom: 0;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-value {
  position: absolute;
  font-size: 12px;
  color: var(--midNight);
  font-weight: bold;
}

.horizontal-line {
  position: absolute;
  height: 1px;
  background-color: #e0e0e0;
}

/* ==================== Snake Graph ======================= */
/* ======================== add product ================================== */
.add-product-left-bx {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.add-product-right-bx-one {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.add-product-right-bx-two {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.add-product-right-bx-three {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  padding: 20px 17px;
}

.custom-dropzone {
  width: 100%;
  border-radius: 8px;
  border: 2px dashed var(--neutral-400);
  padding: 22px 16px;
}

.custom-dropzone p {
  color: var(--charcoal);
  font-size: 15px;
  font-family: Heebo-Bold !important;
  text-align: center;
  margin: 0px;
}

.text-midNight {
  color: var(--midNight) !important;
}

.attribute-title {
  color: var(--midNight);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0px 0px 0px 4px;
}

.attribute-badge {
  background-color: #e4e4e4;
  font-size: 14px;
  color: var(--midNight);
  padding: 3px 12px 3px 15px;
  border-radius: 6px;
  max-width: max-content;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 6px;
}

.attribute-badge>svg {
  cursor: pointer;
}

.variants-table thead th {
  color: var(--midNight) !important;
  font-size: 14px !important;
  background: var(--white) !important;
  font-family: Heebo-SemiBold !important;
  text-transform: capitalize;
}

.variants-table tr td {
  padding: 1rem 1rem;
  border-bottom: 2px solid var(--neutral-400) !important;
}

.variants-table tr th {
  border-bottom: 2px solid var(--neutral-400) !important;
}

.variants-img-container {
  border-radius: 6px;
  border: 1px dashed #898989;
  padding: 7px;
  width: 55px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.variants-img-container>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.text-underline {
  text-decoration: underline;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-col {
  flex-direction: column;
}

.dialog-edit-size {
  min-width: 650px !important;
}

.no-notification {
  padding: 10px 15px;
  background-color: var(--neutral-100);
}

/* ========================== top and side bar ============================ */
.scrollbar-container {
  margin-top: 60px;
}

.app-header {
  z-index: 12 !important;
  left: 0px !important;
  background-color: #292929 !important;
}

.hamburger-top {
  display: flex;
  justify-content: right;
}

.hamburger-box {
  padding-left: 10px;
}

.app-header .hamburger-inner {
  background-color: #c2c2c2 !important;
  width: 15px !important;
}

.hamburger-inner:after {
  bottom: -6px;
  width: 20px;
}

.hamburger-inner:before {
  width: 25px !important;
}

.app-header .d-44 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 37px !important;
  width: 37px !important;
}

.nav-bar-menu a {
  font-family: Heebo-Regular;
  color: #c2c2c2 !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
}

.nav-active a {
  color: #000 !important;
}

.nav-bar-menu {
  background: #292929 !important;
  color: #6c757d;
  background: transparent;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 146px !important;
  border-top-left-radius: 25px;
  border-top-right-radius: 35px;
  box-shadow: 0px -6px 6px 0px #0000004D;
}

.nav-bar-menu:hover {
  background: var(--neutral-800) !important;
  font-family: Heebo-SemiBold;
}

.nav-bar-menu:hover a,
.nav-bar-menu.active a {
  /* color: var(--midNight) !important; */
  font-family: Heebo-SemiBold;
}

.order-nav.active {
  /* background: #f3f6f9 !important; */
  border-top-right-radius: 60px;
  background: linear-gradient(180deg, var(--primary) -26.06%, #f3f6f9 437.2%) !important;
}

.finanicy-nav:hover,
.order-nav:hover {
  background-color: #3f3f3f !important;
}

.order-nav.active a,
.finanicy-nav:hover a,
.order-nav:hover a {
  color: #fff !important;
  font-family: Heebo-SemiBold;
}

.finanicy-nav.active {
  border-top-right-radius: 60px;
  background: linear-gradient(180deg, #02FF6E -215.82%, #f3f6f9 220.83%) !important;
}

.finanicy-nav.active a {
  color: var(--midNight) !important;
}

.app-content {
  padding: 60px 0 0 230px;
}

.onboarding-app-content {
  padding: 60px 0 0 0;
  background: var(--gray-50) !important;
}

.app-sidebar {
  width: 230px;
}

.app-topbar-logo {
  min-height: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 33px 0 25px !important;
}

.company-logo img {
  width: 100px;
  height: 50px;
}

.hamburger--elastic.is-active:not(.collapsed) .hamburger-inner:after {
  width: 26px !important;
}

.hamburger--elastic.is-active:not(.collapsed) .hamburger-inner {
  width: 26px !important;
}

.app-header {
  height: 60.7px;
}

.nav-bar-menu.nav-active {
  background-color: var(--gray-50);
}

.active-dot {
  position: absolute;
  height: 7px;
  width: 7px;
  background: green;
  border-radius: 100%;
  top: 10px;
  right: 180px;
}

.cover-reporting {
  /* background: linear-gradient(180deg, #1a82fc -13.82%, rgba(243, 246, 249, 0.1) 60.83%); */
  /*background: linear-gradient(177.54deg, #1A82FC 9.94%, rgba(243, 246, 249, 0.1) 60.2%) !important;
  inset: 0;
  height: 310px;
  position: absolute;*/
}

/* ========================================= reporting dashboard ======================================== */
.card-option {
  min-height: 160px;
  background: var(--white);
  border: none;
  border-radius: 12px;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 27px;
  cursor: pointer;
  color: #111010;
}

.card-option h6 {
  font-weight: 700;
  color: var(--midNight);
}

.section1-card {
  min-height: 100px;
  border-radius: 12px;
}

small {
  color: gray;
}

.card-heading {
  font-weight: 600;
}

.box {
  border-bottom-style: dashed;
  border-width: 1px;
  border-color: gray;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.dashboard-tile-text {
  color: var(--neutral-600);
  font-weight: 400;
  font-size: 14px;
  font-family: Heebo-Regular !important;
}

.small-card-text {
  height: 80px;
  font-size: 13px;
}

.modal-close-btn {
  min-width: 110px !important;
}

.text-sm-center {
  text-align: center;
}

.tariff-table-center {
  display: flex;
  margin: auto;
  width: 90px;
}

.tariff-table-mr {
  display: flex;
  width: 75px;
}

/* ======================================= onboarding =============================================== */
.tariff-table-ml {
  display: flex;
  width: 89px;
  margin-left: auto;
}

.tariff-table-center {
  display: flex;
  margin: auto;
  width: 90px;
}

.tariff-table-mr {
  display: flex;
  width: 75px;
}

.onboarding-video {
  height: 312px;
  width: 100% !important;
}

.onboarding-card {
  background: var(--white);
  border-radius: 12px;
  padding: 20px 15px;
}

.multi-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 11px;
}

.multi-rating-body {
  display: flex;
  align-items: center;
  justify-content: start;
}

.multi-rating-body span {
  color: var(--midNight);
  font-size: 14px;
  font-family: Heebo-Regular !important;
}

.rating-stars-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.onboarding-card-body h5 {
  color: var(--midNight);
  font-size: 17px;
  font-family: Heebo-Bold !important;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.onboarding-card-body h4 {
  color: var(--midNight);
  font-size: 16px;
  font-family: Heebo-Medium !important;
}

.onboarding-card-body p {
  color: var(--neutral-600);
  font-size: 15px;
  font-family: Heebo-Regular !important;
  margin-bottom: 0;
}

.onboarding-card-body:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 2px solid #eae5e5;
  margin-bottom: 24px;
}

/* .btn_tariff { color: var(--charcoal) !important; background-color: var(--seondary) !important; } .btn_tariff:hover{ color: var(--charcoal) !important; background-color: var(--gray-50) !important; } */
.step-wizard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px auto 30px;
}

.step {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px 15px;
  color: var(--neutral-600);
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 215px;
  height: 60px;
  margin-bottom: 10px;
}

.step:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.step:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  background-color: var(--white);
  color: var(--midNight);
  font-family: Heebo-Regular !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 14px;
}

.completed {
  background-color: #b3d5fe;
}

.completed .step-circle {
  background-color: var(--primary);
  color: var(--white);
}

.active-step {
  display: flex;
  justify-content: start;
  height: 78px;
  align-items: center;
  background: var(--primary);
  border-radius: 8px;
}

.active-step .step-circle {
  background-color: var(--white);
  color: var(--primary);
}

.active-step .step-subtitle,
.active-step .step-title {
  color: var(--white);
}

.upcoming {
  background-color: #e3ecec;
}

.upcoming .step-circle {
  background-color: #adacac;
  color: var(--white);
}

.step-title {
  color: var(--neutral-600);
  text-transform: uppercase;
  font-size: 15px;
}

.step-subtitle {
  color: var(--neutral-600);
  font-size: 14px;
  font-family: "Heebo-Regular" !important;
}

.onboarding-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 506px;
  margin-top: 20px;
  border-radius: 20px;
}

.onboarding-video iframe {
  width: 100%;
  height: 520px;
}

.tariff-table tbody tr td {
  border: 0px !important;
}

.flex-col {
  flex-direction: column;
}

.tariff-table {
  background-color: var(--white);
  width: 100%;
  /* max-width: 600px; */
  margin-inline: auto;
}

.main-heading,
.tariff-table .table-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
}

.tariff-table .table thead th {
  background-color: #e6f1ff;
  color: var(--midNight);
  font-weight: bold;
  border: none;
  padding: 10px;
  font-size: 14px;
  font-family: "Heebo-Bold";
}

.tariff-table .table tbody tr:nth-child(odd) {
  background-color: var(--white);
}

.tariff-table .table tbody tr:nth-child(even) {
  background-color: #f1f2f2;
}

.tariff-table .table tbody td {
  color: var(--charcoal);
  padding: 10px;
  font-size: 15px;
  border: none;
}

.checkbox-container>label {
  color: var(--midNight);
  font-size: 14px;
  margin-top: 4px;
}

.terms-content-container {
  overflow-y: scroll;
  height: 155px;
}

.checkbox-container {
  display: flex;
  justify-content: left;
  align-items: center;
}

.upload-box {
  border: 2px dashed #aaa9a9;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
}

.enable-interaction {
  pointer-events: auto;
}

.disable-interaction {
  pointer-events: none;
}

.v-none {
  visibility: none;
}

.v-hidden {
  visibility: hidden;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.modal-header .close {
  position: absolute;
  top: 7px;
  right: 26px;
}

#account_password.form-control.is-invalid {
  background-position: 86% calc(0.5em + 0.5rem) !important;
}

.bi .bi-eye-slash {
  display: flex;
  justify-content: center;
}

.date_range {
  line-height: 24px;
}

#account_password.form-control.is-invalid,
#account_password.form-control.is-valid,
#parsley-id-13.form-control.is-invalid,
#web_password.is-invalid,
#web_password.is-valid,
#up_web_password.is-valid,
#up_web_password.is-invalid,
#up_account_password.is-invalid,
#up_account_password.is-valid {
  background-position: 90% calc(0.5em + 0.5rem) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.visible-none {
  visibility: visible !important;
}

.dropdown-item.videofilter {
  cursor: pointer;
}

.tiles-logo-img {
  width: 90px;
  position: relative;
  height: 48px;
}

.text-charcoal {
  color: var(--charcoal) !important;
}

.inline-grid {
  display: inline-grid !important;
}

.dropdown-sm {
  height: 25px;
  color: var(--midNight);
  background: var(--gray-50);
  border: 0;
  font-size: 12px;
  min-width: 110px;
  border-radius: 4px;
}

.line-item-badge {
  background: var(--gray-50);
  width: max-content;
  padding: 10px 20px;
  border-radius: 8px;
  color: var(--charcoal);
  font-size: 15px;
  font-family: "Heebo-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}

.line-item-img-body {
  /* background-image: url(/uploads/dummy-product-image.jpg); */
  /* border: 1px solid #afafaf; */
  background-image: url(/assets/img/svg/product-default-image.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Courier Performance */
.percentage-text {
  position: absolute;
  top: 65%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: bold;
  color: #1f2937;
  z-index: 10;
}

.progress-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  height: 100px;
}

.progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.progress-bar {
  width: 9px;
  background-color: #e5e7eb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar1 {
  height: 65px;
}

.progress-bar2 {
  height: 80px;
}

.progress-bar3 {
  height: 85px;
}

.progress-bar4 {
  height: 90px;
}

.progress-bar5 {
  height: 100px;
}

.progress-fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: height 0.5s ease;
}

.progress-fill.active {
  background-color: #3b82f6;
}

.progress-number {
  font-size: 12px;
  font-weight: 500;
}

.dashboard-graphs-box {
  border-radius: 12px;
  background: var(--white);
  width: 100%;
  height: 165px;
  padding: 15px 25px 10px 25px;
}

.tiles-logo-img {
  width: 90px;
  position: relative;
  height: 48px;
}

.active-order-grid {
  background-color: var(--primary) !important;
}

.active-order-grid:hover>svg path,
.active-order-grid>svg path {
  stroke: var(--white) !important;
  fill: var(--white) !important;
}

.active-order-grid:hover {
  background-color: var(--primary-hover) !important;
}

.child-line-item-row:hover {
  background: transparent !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* ========================================== order =========================================== */
.modal-height-cn {
  min-height: calc(100vh - 60px) !important;
}

.modal-xl-cn {
  width: calc(100% - 230px) !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

/* ADD PRODUT ORDER CREATE */
.hidden-input-lg {
  font-size: 13px;
  line-height: 18px;
  /* padding: 10px; */
  color: var(--charcoal) !important;
  font-family: Heebo-Regular;
  letter-spacing: 0.4px;
  text-align: center;
  border: 0px;
  width: 50px;
}

.quantity-control-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: var(--charcoal) !important;
  font-family: Heebo-Regular;
  letter-spacing: 0.4px;
  border: 1.5px solid var(--neutral-400);
  border-radius: 0.6rem;
  height: calc(1.5em + 1.5rem + 1.6px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-new-product {
  font-size: 13px;
}

.modal-header .close {
  position: absolute;
  top: 9px;
  right: 26px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ========== dashboard tiles popup ===========   */
.info-icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.popup-box {
  display: none;
  position: absolute;
  top: 43px;
  left: -6px;
  width: 270px;
  height: auto;
  padding: 15px 25px;
  background: var(--white);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  font-size: 14px;
  z-index: 10;
}

.letter-spacing-none {
  letter-spacing: 0 !important;
}

.circle {
  width: 8px;
  height: 8px;
  margin: 6px 0 0 6px;
  background-color: green;
  border-radius: 50%;
  animation: growShrink 1.2s infinite ease-in-out;
}

@keyframes growShrink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* ========== dashboard tiles popup ===========   */
.fa-calendar-alt {
  position: absolute !important;
  top: 15px !important;
  right: 30px !important;
  z-index: 10;
}

.append-text {
  background-color: var(--gray-50);
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 23px;
  right: 9px;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-input-group {
  position: relative;
}

/*#dateWise tbody tr td {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
}*/

.popup-panel {
  display: none;
  position: absolute;
  top: 115%;
  width: 300px;
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
}

.tab {
  border-color: gray;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
}

.tdl {
  border-color: gray;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  margin: 0;
  padding: 4px;
}

.tdl1 {
  border-color: gray;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  margin: 0;
  padding: 4px;
}

.order-grid-btn a {
  background-color: var(--gray-50);
}

/* .even-row {
  background-color: #f9fafe;
} */
.window-footer {
  position: sticky;
  inset: 0;
  background: var(--white);
}

/* ==========navbar search btn ============ */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#search-filter {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  /* width: 100%; */
}

.nav-search {
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background-color: var(--neutral-800);
  /* transition: width 0.4s ease, background-color 0.3s ease, padding-left 0.4s ease !important; */
  transition: all 0.3s ease !important;
  padding-left: 35px !important;
  width: 37px;
  height: 37px !important;
  cursor: pointer;
  outline: none;
}

.nav-search::placeholder {
  color: #999;
}

.nav-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

.nav-search.active {
  background-color: var(--neutral-800) !important;
  width: 100%;
  padding: 0.7rem 45px 0.7rem 2.5rem !important;
  cursor: text;
  outline: none;
}

.search-btn {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-search.active+.search-btn {
  right: auto;
  left: 14px;
  transform: translateY(-50%);
}

.search-btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4737 19.9474C15.7059 19.9474 19.9474 15.7059 19.9474 10.4737C19.9474 5.24151 15.7059 1 10.4737 1C5.24151 1 1 5.24151 1 10.4737C1 15.7059 5.24151 19.9474 10.4737 19.9474Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M24.9999 25L17.1841 17.1842' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: all 0.3s ease;
}

.clear-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  padding: 0;
}

.clear-btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: all 0.3s ease;
}

.nav-search.active~.clear-btn {
  opacity: 1;
  pointer-events: auto;
}

/* ==========navbar search btn ============ */
.top-customers-slider-table thead,
.best-selling-products-slider-table thead {
  letter-spacing: 0.4px;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.table-footer-wrapper,
.btn-bg {
  background-color: var(--gray-50);
}

.overflow-clip {
  overflow: clip;
}

#windowModal .modal-body {
  position: static !important;
}

.select2-selection__choice {
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==========order table img=========== */
.order-img {
  width: 75px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: end;
}

.order-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  object-position: left;
}

/* =============== order table img ========== */
.sidebar-collapsed .app-sidebar--light .sidebar-navigation ul>li.mm-active>a {
  padding: 0 25px 0 20px !important;
}

.sidebar-collapsed:hover .app-sidebar--light .sidebar-navigation ul>li.mm-active>a {
  padding: 0 2rem;
}

.highlight-red {
  background-color: #f832452e;
}

.text-decoration-underline {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.text-decoration-opacity {
  text-decoration: underline !important;
  text-decoration-color: rgba(0, 0, 0, 0.3) !important;
}

/* ============= table footer============= */
.table-footer-wrapper .row>.col-md-6:first-child {
  padding-left: 0 !important;
}

.table-footer-wrapper .row>.col-md-6:last-child {
  padding-right: 0 !important;
}

/* ============== table footer ============== */
.vertical-align-top {
  vertical-align: top;
}

.review-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
}

.review-img {
  width: 50px;
  height: 50px;
  position: relative;
}

input[type="password"],
.eye-toggle input[type="text"] {
  padding-right: 64px !important;
}

/* ========== datatable length select box ================= */
.dataTables_length select,
::picker(select) {
  appearance: base-select !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 57px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center !important;
  cursor: pointer;
}

.dataTables_length ::picker(select) {
  border: none;
  border-radius: 8px;
}

.dataTables_length select option {
  background: #d8dce2;
  padding: 5px 10px 3px 9px;
  transition: 0.4s;
  color: var(--charcoal);
}

.dataTables_length select option:first-of-type {
  border-radius: 8px 8px 0 0;
}

.dataTables_length select option:last-of-type {
  border-radius: 0 0 8px 8px;
}

select option::checkmark,
select::picker-icon {
  display: none !important;
  content: none !important;
}

/* ========== datatable length select box ================= */
#password.form-control.is-invalid,
#password.form-control.is-valid,
#retypepassword.form-control.is-invalid,
#retypepassword.form-control.is-valid {
  background-position: 90% calc(0.4em + 0.5rem) !important;
}

.bootstrap-tagsinput input {
  font-size: 13px;
}

/* ========== label transformation input ========= */
.input-group>.form-control:not(:last-child) {
  border-radius: 8px;
}

.input-group {
  position: relative;
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

.input-group textarea+.floating-label {
  top: 15% !important;
}

.input-group textarea+.floating-label,
.input-group textarea.floating-input.parsley-error+.floating-label,
.input-group textarea.is-invalid+.floating-label,
.input-group textarea.is-valid+.floating-label,
.input-group textarea:focus+.floating-label,
.input-group textarea:not(:placeholder-shown)+.floating-label,
.input-group textarea.filled+.floating-label {
  top: 15% !important;
  transform: translateY(0) !important;
}

.input-group textarea.form-control.is-invalid~.floating-label {
  top: 15% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  /* white ko apne background se match karen */
  box-shadow: 0 0 0 30px var(--white) inset !important;
  -webkit-text-fill-color: var(--charcoal) !important;
  caret-color: var(--charcoal) !important;
  /* cursor color */
  animation: autofill-fix 1s forwards;
  transition: background-color 5000s ease-in-out 0s;
  /* delay trick to prevent yellow flash */
}

.floating-label {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: var(--charcoal);
  font-size: 13px;
  /* cursor: text; */
  pointer-events: none;
  transition: all 0.3s ease;
  transform-origin: left center;
  display: flex;
  align-items: center;
  height: auto;
  font-weight: 600;
  padding: 0 8px;
  background-color: var(--white);
  z-index: 3 !important;
}

.floating-input {
  width: 100% !important;
  height: 45px;
  padding: 8px 12px;
  border: 1px solid var(--neutral-400);
  border-radius: 8px;
  font-size: 14px;
  color: var(--charcoal);
  transition: all 0.2s ease;
  font-family: inherit;
}

.floating-input::placeholder {
  color: transparent;
}

.floating-input:focus {
  outline: 0;
  border-color: var(--neutral-400);
}

.input-group .floating-input:focus~.floating-label,
.input-group .floating-input:not(:placeholder-shown)~.floating-label {
  top: 0;
  font-size: 13px;
  color: var(--charcoal);
}

.input-group .floating-input:focus~.floating-label,
.input-group .floating-input:active~.floating-label,
.input-group:has(.bootstrap-tagsinput.focus) .floating-label,
.input-group .form-control.is-invalid:focus~.floating-label {
  top: 0 !important;
  color: var(--charcoal);
}

.input-group .floating-input:not(:focus):not(:placeholder-shown)~.floating-label {
  color: var(--charcoal);
}

.input-group .form-control.is-invalid~.floating-label {
  top: 30% !important;
}

.input-group:has(.select2-selection__rendered[title=""]) .floating-label,
.input-group:has(.select2-selection__rendered:not([title])) .floating-label,
.input-group select:not(.has-value)~.floating-label {
  top: 50%;
  transform: translateY(-50%);
}

.input-group input:focus+.floating-label,
.input-group input:not(:placeholder-shown)+.floating-label,
.input-group input.filled+.floating-label,
.input-group textarea.filled+.floating-label,
.input-group:has(.select2-selection__rendered[title]:not([title=""])),
.input-group:has(.select2-selection__choice) .floating-label,
.input-group:has(.select2-container--focus) .floating-label,
.input-group:has(.select2-container--open) .floating-label {
  top: 0 !important;
  transition: all 0.3s ease;
}

.input-group textarea.floating-input:focus+.floating-label,
.input-group textarea.floating-input:not(:placeholder-shown)+.floating-label {
  top: -7px !important;
}

/* ========== label transformation input ========= */
.dataCollection {
  background-color: transparent !important;
  padding: 6px 10px !important;
}

.dataCollection:hover {
  background-color: var(--gray-50) !important;
}

/* Retention Report */
.white-space-normal {
  white-space: normal;
}

.status-badge-replacement {
  background: #deedff;
  color: var(--primary);
}

.customer-retention-skeleton {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
}

.customer-retention-skeleton .skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: customerRetentionShimmer 15s linear infinite;
  border-radius: 6px;
}

@keyframes customerRetentionShimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.customer-retention-title {
  width: 320px;
  height: 18px;
  margin-bottom: 14px;
}

.customer-retention-legend {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.customer-retention-pill {
  width: 180px;
  height: 14px;
  border-radius: 20px;
}

.customer-retention-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 260px;
}

.customer-retention-bar {
  width: 18px;
}

table[data-view="orderv2"] thead th,
table[data-view="orderv3"] thead th,
table[data-view="customer-retend-report"] thead th,
table[data-view="product-retend-report"] thead th,
table[data-view="rules-v2"] thead th,
table[data-view="rules-v2"] tbody td,
table[data-view="sales-report"] thead th,
table[data-view="sales-report"] tbody td,
table[data-view="product-retend-report"] tbody td,
table[data-view="customer-retend-report"] tbody td,
table[data-view="product-sales-report"] thead th,
table[data-view="product-sales-report"] tbody td {
  vertical-align: top !important;
}

.status-badge-delivered {
  background: var(--badge-active-bg);
  color: var(--badge-active-color);
}

.status-badge-returned {
  background-color: #f8d3cc;
  color: #dd2200;
}

.status-badge-lg {
  padding: 3px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Heebo-Bold";
}

.status-badge {
  font-weight: 500;
  color: var(--midNight);
  font-size: 11px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  /* border-top-left-radius: 0px; */
}

.status-badge-shipped {
  background-color: var(--gray-50);
}

/* ===================== platform pg ==================== */
.flowchart-container {
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.courier-cards-horizontal,
.platform-cards-horizontal,
.location-cards-horizontal {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 0;
}

.flow-item-line {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 18px;
  width: 100%;
}

/* .platform-cards-horizontal { margin-bottom: 50px; } */
.platform-cards-horizontal .flow-item-line::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 50px;
  background: var(--neutral-200);
  transform: translateX(-50%);
  z-index: 1;
}

.platform-cards-horizontal .flow-item-line::after {
  content: "";
  position: absolute;
  top: calc(100% + 50px);
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--neutral-200);
  z-index: 1;
  transform: translateY(-2px);
}

.platform-cards-horizontal .flow-item-line:first-child::before,
.platform-cards-horizontal .flow-item-line:first-child::after {
  display: none;
}

.platform-cards-horizontal .flow-item-line:first-child {
  position: relative;
}

.platform-cards-horizontal .flow-item-line:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 50px;
  background: transparent;
  border-left: 2px solid var(--neutral-200);
  border-bottom: 2px solid var(--neutral-200);
  border-bottom-left-radius: 20px;
  z-index: 1;
  transform: none;
}

.platform-cards-horizontal .flow-item-line:last-child::before,
.platform-cards-horizontal .flow-item-line:last-child::after {
  display: none;
}

.platform-cards-horizontal .flow-item-line:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 50%;
  left: auto;
  width: 50%;
  height: 50px;
  background: transparent;
  border-right: 2px solid var(--neutral-200);
  border-bottom: 2px solid var(--neutral-200);
  border-bottom-right-radius: 20px;
  z-index: 1;
  transform: none;
}

.tree-center-line {
  width: 2px;
  /* height: 40px; */
  height: 52px;
  /* background: var(--neutral-200); */
  margin: 0 auto;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}

.vertical-line-connector {
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, #edebeb 0%, #edebeb 100%);
  position: relative;
  z-index: 1;
}

.oms-to-location-connector {
  width: 2px;
  /* height: 40px; */
  height: 52px;
  /* background: var(--neutral-200); */
  margin: 0 auto;
}

.courier-cards-horizontal,
.location-cards-horizontal {
  margin-top: 0;
  padding-top: 50px;
  align-items: flex-start;
}

.courier-cards-horizontal .flow-item-line::before,
.courier-cards-horizontal .flow-item-line::after,
.location-cards-horizontal .flow-item-line::before,
.location-cards-horizontal .flow-item-line::after {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  transform: none;
}

.courier-cards-horizontal .flow-item-line::before,
.location-cards-horizontal .flow-item-line::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 50px;
  background: var(--neutral-200);
  transform: translateX(-50%);
  z-index: 1;
}

.courier-cards-horizontal .flow-item-line::after,
.location-cards-horizontal .flow-item-line::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 50px);
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--neutral-200);
  z-index: 1;
}

.courier-cards-horizontal .flow-item-line:first-child::before,
.location-cards-horizontal .flow-item-line:first-child::before {
  display: none;
}

.courier-cards-horizontal .flow-item-line:first-child::after,
.location-cards-horizontal .flow-item-line:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 50%;
  height: 52px;
  background: transparent;
  border-left: 2px solid var(--neutral-200);
  border-top: 2px solid var(--neutral-200);
  border-top-left-radius: 20px;
  z-index: 1;
}

.courier-cards-horizontal .flow-item-line:last-child::before,
.location-cards-horizontal .flow-item-line:last-child::before {
  display: none;
}

.courier-cards-horizontal .flow-item-line:last-child::after,
.location-cards-horizontal .flow-item-line:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  left: auto;
  width: 50%;
  height: 52px;
  background: transparent;
  border-right: 2px solid var(--neutral-200);
  border-top: 2px solid var(--neutral-200);
  border-top-right-radius: 20px;
  z-index: 1;
}

.add-flow-btn {
  background: var(--gray-50);
  border: 1px solid var(--gray-50);
  border-radius: 16px;
  padding: 14px 25px;
  cursor: pointer !important;
  font-family: "Heebo-Medium";
  transition: all 0.3s ease;
  font-size: 15px;
  color: var(--midNight);
  min-width: 180px;
  position: relative;
}

.platform-badge {
  background: linear-gradient(180deg, var(--primary) 0%, #004596 100%);
  color: var(--white);
  border-radius: 18px;
  padding: 30px 25px;
  font-size: 28px;
  font-family: "Heebo-Bold";
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  min-width: 195px;
  text-align: center;
}

.integration-step-header {
  text-align: center;
  padding: 0 30px 0;
}

.integration-step-title {
  font-size: 28px;
  font-family: "Heebo-Bold";
  color: var(--midNight);
  margin-bottom: 12px;
}

.integration-step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}

.integration-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 6px solid #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--gray-100);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.integration-step-circle.active {
  border: 6px solid var(--primary);
  color: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 116, 252, 0.2);
}

.integration-step-circle.completed {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.integration-step-circle.active>i {
  color: var(--primary);
  line-height: 9px;
}

.integration-step-circle>i {
  color: #d1d5db;
  line-height: 9px;
}

.integration-step-circle.completed>i {
  color: var(--white);
}

.integration-step-circle svg {
  width: 18px;
  height: auto;
}

.integration-step-line {
  width: 150px;
  height: 3px;
  background: var(--neutral-400);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.integration-step-line.active {
  background: var(--primary);
}

.integration-step-line.completed {
  background: var(--primary);
}

/* integration-step Content */
.integration-step-content {
  min-height: 400px;
  width: 100%;
}

.integration-step-section {
  display: none;
}

.integration-step-section.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.platform-content-title {
  font-size: 27px;
  font-family: "Heebo-Bold";
  color: var(--midNight);
  text-align: center;
  margin-bottom: 10px;
}

.platform-content-subtitle {
  font-size: 16px;
  font-family: "Heebo-Regular";
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 30px;
  max-width: 660px;
  margin-inline: auto;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.platform-card {
  grid-column: 1 / -1;
  /* 1 card per row */
}

.platform-card {
  background: linear-gradient(33deg, #e9efff80 50%, #a7b1e980 100%);
  border-radius: 18px;
  padding: 38px 25px;
  cursor: pointer !important;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  min-height: 150px;
  position: relative;
  overflow: hidden;
}

.platform-card.selected {
  background: var(--midNight);
}

.platform-card img {
  max-width: 150px;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.platform-card .platform-name {
  font-size: 18px;
  font-family: "Heebo-Medium";
  color: var(--midNight);
  margin: 0;
  transition: all 0.3s ease;
}

.platform-card.selected .platform-name {
  color: var(--white);
}

.platform-icon-img {
  width: 150px;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.platform-card .dark-icon {
  display: block;
}

.platform-card .light-icon {
  display: none;
}

.platform-card.selected .dark-icon {
  display: none;
}

.platform-card.selected .light-icon {
  display: block;
}

.courier-content-title {
  font-size: 27px;
  font-family: "Heebo-Bold";
  color: var(--midNight);
  text-align: center;
  margin-bottom: 10px;
}

.courier-content-subtitle {
  font-size: 16px;
  font-family: "Heebo-Regular";
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 30px;
  max-width: 660px;
  margin-inline: auto;
}

.courier-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.courier-card {
  background: linear-gradient(33deg, #e9efff80 50%, #a7b1e980 100%);
  border-radius: 18px;
  padding: 38px 25px;
  cursor: pointer !important;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  min-height: 150px;
  position: relative;
  overflow: hidden;
}

.courier-card.selected {
  background: var(--midNight);
}

.courier-card img {
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.courier-card .courier-name {
  font-size: 18px;
  font-family: "Heebo-Medium";
  color: var(--midNight);
  margin: 0;
  transition: all 0.3s ease;
}

.courier-card.selected .courier-name {
  color: var(--white);
}

.courier-icon-img {
  width: 150px;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.courier-card .dark-icon {
  display: block;
}

.courier-card .light-icon {
  display: none;
}

.courier-card.selected .dark-icon {
  display: none;
}

.courier-card.selected .light-icon {
  display: block;
}

.integration-step-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.platform-form-group {
  margin-bottom: 25px;
}

.platform-form-group label {
  font-size: 14px;
  font-family: "Heebo-Medium";
  color: #495057;
  margin-bottom: 8px;
  display: block;
}

.platform-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--neutral-200);
  border-radius: 8px;
  font-size: 14px;
  font-family: "Heebo-Regular";
  transition: all 0.3s ease;
}

.platform-form-control::placeholder {
  color: #9ca3af;
}

.platform-form-description {
  color: var(--charcoal);
  font-size: 15px;
  font-family: "Heebo-Medium";
}

.sync-loader-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin: 30px 0;
}

.shopify-image-container {
  text-align: center;
  margin: 30px 0;
}

.shopify-store-img {
  max-width: 100%;
  width: 500px;
  height: auto;
}

.platform-spinner-circle {
  width: 120px;
  height: 120px;
}

.platform-spinner {
  animation: rotate 2s linear infinite;
  width: 120px;
  height: 120px;
}

.platform-spinner .path {
  stroke: var(--primary);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.platform-success-checkmark {
  animation: scaleIn 0.5s ease;
}

.platform-success-checkmark svg {
  width: 120px;
  height: 140px;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.sync-button-container {
  text-align: center;
  margin-top: 30px;
}

.btn-connecting {
  background: var(--primary);
  position: relative;
  padding-left: 60px;
}

.platform-icon-container {
  height: 57px;
  width: auto;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.courier-icon-container {
  height: 50px;
  width: auto;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-icon-container {
  height: 45px;
  width: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.courier-icon-container img,
.platform-icon-container img,
.location-icon-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.more-courier-wrapper,
.more-location-wrapper,
.more-platform-wrapper {
  position: relative;
  z-index: 2;
}

.more-count-label {
  position: absolute;
  bottom: -30px;
  right: -10px;
  font-size: 14px;
  font-family: "Heebo-Medium";
  color: var(--midNight) !important;
  text-decoration: underline !important;
  cursor: pointer;
  z-index: 5;
}

.stacked-card {
  border-right: 5px solid var(--white);
}

.add-flow-btn.stacked-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 100%;
  height: 100%;
  background: rgb(243 246 249 / 75%);
  border: 1px solid rgb(243 246 249 / 75%);
  border-radius: 18px;
  z-index: -1;
}

.add-flow-btn.stacked-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  width: 100%;
  height: 100%;
  background: rgb(243 246 249 / 50%);
  border: 1px solid rgb(243 246 249 / 50%);
  border-radius: 18px;
  z-index: -2;
  opacity: 0.6;
}

.mini-add-btn {
  position: absolute;
  top: -30px;
  right: -18px;
  border: none;
  background: transparent;
  font-family: "Heebo-Medium";
  color: var(--midNight);
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
}

.all-platforms-list-card {
  background: var(--white);
  border-radius: 20px !important;
  padding: 0;
  overflow: hidden;
}

.all-platforms-list-item {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  border-top: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

.all-platforms-list-item:hover {
  background-color: #fcfcfc;
}

.platform-number {
  color: #eef2ff;
  font-family: "Heebo-Bold";
  font-size: 110px;
  line-height: 1;
  min-width: 130px;
  margin-right: 50px;
}

.platform-info {
  margin-right: 150px;
  width: 384px;
}

.platform-logos {
  display: flex;
  align-items: center;
}

.status-badge-lg {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Heebo-SemiBold";
  white-space: nowrap;
}

/* ===================== progress bar ==================== */
.bg-delivered-gradient {
  background: linear-gradient(to right,
      #6cff8e 0%,
      #1bbe41 50%,
      #1bbe41 100%) !important;
}

.bg-booked-gradient {
  background: linear-gradient(to right,
      #fde6ff 0%,
      #f3bdf3 50%,
      #f3bdf3 100%) !important;
}

.bg-orders-gradient {
  background: linear-gradient(to right,
      #c5e0ff 0%,
      #94c5ff 50%,
      #94c5ff 100%) !important;
}

.bg-network-gradient {
  background: linear-gradient(to right,
      #d5e9ff 0%,
      var(--primary) 70%,
      var(--primary) 100%) !important;
}

.bg-payment-gradient {
  background: linear-gradient(to right,
      #6cff8e 0%,
      #1bbe41 50%,
      #1bbe41 100%) !important;
}

.bg-speed-gradient {
  background: linear-gradient(to right,
      #fbde7e 0%,
      #fd5e00 50%,
      #fd5e00 100%) !important;
}

.btn-list-export {
  background: #e5e6ea;
  width: 48px;
  height: 42px;
  color: var(--white);
  padding: 0.4rem 0.9rem;
  font-size: 0.83125rem;
  border: 0;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-list-search {
  background: #e5e6ea;
  width: 48px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding: 0 12px;
  transition: width 0.35s ease;
}

.btn-list-search:focus-within,
.btn-list-search:hover {
  width: 200px;
}

.btn-list-search:has(.list-search-input:not(:placeholder-shown)) {
  width: 200px;
}

.list-search-icon {
  flex-shrink: 0;
}

.list-search-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 14px;
}

.btn-list-search:hover .list-search-input,
.btn-list-search:focus-within .list-search-input,
.btn-list-search:has(.list-search-input:not(:placeholder-shown)) .list-search-input {
  opacity: 1;
}

.webhook-toggle-container span {
  color: var(--midNight);
  font-size: 16px;
  font-family: "Heebo-Medium";
}

.modal-description {
  margin-bottom: 0 !important;
  color: var(--neutral-600);
  font-size: 14px;
  text-align: center;
}

/* ===================== progress bar ==================== */
.text-ice-blue {
  color: var(--ice-blue) !important;
}

.no-result {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-empty {
  background: #ececec !important;
}

.y-scroll-hide::-webkit-scrollbar:vertical {
  width: 0 !important;
  display: none !important;
}

.y-scroll-hide::-webkit-scrollbar:horizontal {
  height: 8px;
}

.sticky-header thead {
  position: sticky;
  inset: 0;
  z-index: 1;
}

/* ============== trends graph ====================== */
.status-item {
  background: var(--gray-50);
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
  margin-bottom: 12px !important;
  cursor: pointer;
}

.status-item.active .status-label,
.status-item.active .status-value {
  color: var(--white);
}

/* Failed Attempt */
.status-item.Failed.active {
  background: rgb(var(--badge-failed-attempt-rgb));
}

/* Booked */
.status-item.Booked.active {
  background: rgb(var(--badge-booked-rgb));
}

/* New */
.status-item.New.active {
  background: rgb(var(--badge-new-rgb));
}

/* Confirmed */
.status-item.Confirmed.active {
  background: #458fe6;
}

/* Replacement */
.status-item.Replacement.active {
  background: rgb(var(--badge-replacement-rgb));
}

/* Deleted / Cancelled */
.status-item.Deleted.active,
.status-item.Cancelled.active {
  background: var(--neutral-400);
}

/* In Transit */
.status-item.Transit.active {
  background: rgb(var(--badge-in-transit-rgb));
}

/* Delivered */
.status-item.Delivered.active {
  background: rgb(var(--badge-delivered-rgb));
}

/* Return To Shipper */
.status-item.Shipper.active {
  background: rgb(var(--badge-return-to-shipper-rgb));
}

/* Pickup Ready */
.status-item.Pickup.active {
  background: rgb(var(--badge-pickup-ready-rgb));
}

/* On Hold */
.status-item.Hold.active {
  background: rgb(var(--badge-hold-rgb));
}

/* Ready To Return */
.status-item.Returned.active {
  background: rgb(var(--badge-returned-rgb));
}

/* Fulfillment Inprocess */
.status-item.Fulfillment.active {
  background: rgb(var(--badge-fulfillment-inprocess-rgb));
}

.status-item.failed.active .status-label,
.status-item.failed.active .status-value,
.status-item .status-label.cancelled.active {
  color: var(--white);
}

/* Default text */
.status-label,
.status-value {
  font-size: 13px;
  white-space: nowrap;
  color: var(--midNight);
}

/* ==================== rules =================== */
.rule-gradient-card {
  position: relative;
  /* pseudo-element ke liye zaroori */
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, var(--primary) 0%, #9ec9f7 100%);
}

.rule-gradient-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/auth/bg-element.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* ya contain, jo fit ho */
  transform-origin: center;
  /* image ke center se rotate hoga */
}

input[readonly],
textarea[readonly],
select[readonly],
input:disabled,
textarea:disabled,
select:disabled,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  cursor: not-allowed !important;
  background-color: var(--white) !important;
}

.user-chat-box {
  background-color: var(--gray-50);
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  position: relative;
}

.sharp-border {
  width: 18px;
  background: var(--gray-50);
  height: 9px;
  position: absolute;
  left: -7px;
  bottom: 0px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 0;
}

#old_password.form-control.is-invalid,
#old_password.form-control.is-valid,
#new_password.form-control.is-invalid,
#new_password.form-control.is-valid,
#confirm_password.form-control.is-invalid,
#confirm_password.form-control.is-valid,
#password.form-control.is-invalid,
#password.form-control.is-valid,
#confirmPassword.form-control.is-invalid,
#confirmPassword.form-control.is-valid,
#retypepassword.form-control.is-invalid,
#retypepassword.form-control.is-valid,
.was-validated input[type="password"].form-control:valid,
.was-validated input[type="password"].form-control:invalid,
input[type="password"].form-control.is-valid,
input[type="password"].form-control.is-invalid {
  background-position: 90% calc(0.4em + 0.5rem) !important;
}

table tr:only-child td>.action-perform-btns {
  padding: 8px 0;
}

.dataTables_scrollBody {
  scroll-snap-type: y mandatory;
}

.dataTables_scrollBody tr {
  scroll-snap-align: start;
}

.dataTables_scrollBody {
  scroll-behavior: smooth;
}

.dataTables_scrollBody table tr {
  display: table-row;
  height: auto;
}

/* ======================= responsive ============================== */
@media (max-width:450px) {
  .skeleton-sidebar {
    display: none;
  }

  .skeleton-barchild.skeleton-button {
    opacity: 0 !important;
  }

  .nav-line-alt .nav-item {
    margin-left: 1.6rem;
  }

  .btn-list-search:focus-within,
  .btn-list-search:hover,
  .btn-list-search:has(.list-search-input:not(:placeholder-shown)) {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .integration-step-header {
    padding: 0 !important;
  }
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 2.5rem 3rem;
  }

  .auth-slider-card {
    padding: 2.5rem 3rem;
    max-width: 750px;
  }

  .partners-logo-body>img,
  .partners-logo-body {
    width: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .auth-card {
    padding: 2.5rem 1rem;
  }

  .auth-slider-card {
    padding: 2.5rem 1rem;
    max-width: 575px;
  }

  .partners-logo-body>img,
  .partners-logo-body {
    width: 80px;
  }
}

@media (min-width: 325px) and (max-width: 1199px) {
  .auth-card {
    padding: 2.5rem 0rem;
  }

  .auth-slider-card {
    max-width: 500px;
  }

  .partners-logo-container {
    row-gap: 20px;
    column-gap: 25px;
  }

  .partners-logo-body>img,
  .partners-logo-body {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .secondary-select2~.select2-container {
    width: 193px !important;
  }
}

/* ==================== Snake Graph ======================= */
@media (min-width: 1400px) {
  .flow-diagram {
    width: auto !important;
  }
}

/* @media (min-width: 1300px) and (max-width: 1399px) {
  .flow-diagram {
    width: 710px !important;
  }
} */
@media screen and (max-width: 1024px) {
  .flow-diagram {
    overflow: auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .flow-diagram {
    width: 730px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .flow-diagram {
    width: auto !important;
    overflow: scroll;
  }
}

/* ==================== Snake Graph ======================= */
/* ==================== Responsive ======================= */
@media (min-width: 320px) and (max-width: 550px) {
  .w-md-536 {
    width: auto;
  }

  .dialog-edit-size {
    min-width: auto !important;
  }
}

@media (max-width: 991.98px) {
  .app-content {
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .nav-bar-menu {
    width: 156px !important;
  }
}

@media (min-width: 1200px) {
  .navbar-menu-list {
    display: flex !important;
    margin-left: 34px !important;
    margin-top: 12px;
  }
}

@media (max-width: 450px) {
  .app-topbar-logo {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .sidebar-open-mobile .app-content {
    transform: translate3d(227px, 0, 0);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .onboarding-video {
    position: relative !important;
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .onboarding-video {
    height: 200px;
  }
}

@media (min-width: 576px) {
  .step {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .onboarding-video {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .step {
    width: calc(33.33% - 10px);
  }

  .onboarding-card {
    padding: 30px 20px;
  }

  .onboarding-video {
    height: auto;
  }
}

@media (min-width: 992px) {
  .step {
    width: calc(33.33% - 10px);
  }

  .onboarding-video iframe {
    height: 535px;
  }

  .btn-orio,
  .btn-secondary-orio {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .step {
    width: 215px;
    margin: 0;
  }

  .onboarding-video {
    position: fixed;
    top: 88px;
    height: 506px;
    width: auto !important;
    margin-top: 0;
  }

  .video-below-text {
    top: 587px;
    position: fixed;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-xl-cn {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .modal-xl-cn {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .ml-lg-231 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .modal-xl-cn {
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .h-md-74 {
    height: 100% !important;
  }
}

@media screen and (max-width: 520px) and (min-width: 300px) {
  .h-380 {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .right-md-185 {
    right: 185px;
  }

  .right-md-40 {
    right: 40px;
  }
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 20.66667%;
    max-width: 19.66667%;
  }
}

@media (max-width: 768px) {
  .channels-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) {
  .platform-grid {
    gap: 30px;
  }

  .platform-card:nth-child(1) {
    grid-column: 1 / 4;
  }

  .platform-card:nth-child(2) {
    grid-column: 4 / 7;
  }

  .platform-card:nth-child(3) {
    grid-column: 7 / 10;
  }

  .platform-card:nth-child(4) {
    grid-column: 10 / 13;
  }

  .platform-card:nth-child(5) {
    grid-column: 2 / 5;
  }

  .platform-card:nth-child(6) {
    grid-column: 5 / 8;
  }

  .platform-card:nth-child(7) {
    grid-column: 8 / 11;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .platform-grid {
    gap: 30px;
  }

  .platform-card {
    grid-column: span 4;
  }
}

@media (max-width: 767px) {
  .add-flow-btn {
    min-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .step-line {
    width: 85px;
  }
}

@media (max-width: 1600px) {
  .courier-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .courier-card img {
    max-width: 120px !important;
  }
}

@media (max-width: 1400px) {
  .courier-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .courier-card img {
    max-width: 100px !important;
  }
}

@media (max-width: 1080px) {
  .courier-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .courier-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .courier-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .add-flow-btn {
    min-width: 170px;
  }

  .mini-add-btn {
    right: -17px;
  }
}

@media (min-width: 1501px) {
  .add-flow-btn {
    min-width: 195px;
  }
}

@media (min-width: 1501px) {
  .add-flow-btn {
    min-width: 195px;
  }
}

@media (max-width: 699px) {
  .flow-item:not(:last-child) {
    display: none !important;
  }

  .oms-to-location-connector,
  .platform-cards-horizontal .flow-item-line:first-child::before,
  .courier-cards-horizontal .flow-item-line:last-child::after,
  .location-cards-horizontal .flow-item-line:last-child::after,
  .courier-cards-horizontal .flow-item-line:first-child::after,
  .location-cards-horizontal .flow-item-line:first-child::after {
    opacity: 0;
  }

  .tree-center-line,
  .platform-cards-horizontal .flow-item-line:last-child::before {
    display: none;
  }

  /* .platform-cards-horizontal {
  margin-bottom: 0 !important;
 } */
}

@media (min-width: 700px) and (max-width: 1399px) {
  .flow-item:not(:first-child):not(:nth-child(3)):not(:last-child) {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .flow-item {
    display: block;
  }
}

@media (max-width: 1200px) {
  .platform-info {
    margin-right: 50px;
    width: 230px;
  }
}

@media (max-width: 992px) {
  .platform-number {
    font-size: 80px;
    margin-right: 24px;
  }

  .platform-info {
    margin-right: 30px;
    width: 220px;
  }
}

@media (max-width: 575px) {
  .all-platforms-list-item {
    padding: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .all-platforms-list-item {
    padding: 20px;
  }

  .platform-number {
    font-size: 52px;
  }

  .platform-info {
    margin-right: 0;
    flex: 1;
    min-width: 200px;
  }

  .platform-logos {
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .all-platforms-list-item {
    padding: 20px 15px;
    align-items: flex-start;
  }

  .platform-number {
    font-size: 50px;
    margin-right: 15px;
    min-width: auto;
  }

  .platform-info {
    width: 100%;
    margin-bottom: 15px;
  }

  .platform-logos {
    width: 100%;
    margin-left: 0;
    /* padding-top: 15px; */
    /* border-top: 1px dashed #eee; */
    justify-content: space-between;
  }

  .platform-logos img.mr-5 {
    margin-right: 0 !important;
  }
}

@media (max-width: 1200px) {

  .platform-cards-horizontal,
  .location-cards-horizontal {
    justify-content: flex-start;
  }

  .flow-item-line {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {

  .btn-orio,
  .btn-wrapper,
  .btn-secondary-orio {
    width: 100% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .dt-search:hover {
    width: 150px !important;
  }
}

@media (max-width: 767px) {
  .h-md-355 {
    height: auto !important;
  }

  .h-lg-455 {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .integration-step-line {
    width: 120px;
  }
}

@media (max-width: 991px) {
  .bg-fixed {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .modal-header {
    flex-direction: row;
    justify-content: space-around;
  }

  .modal-body {
    padding: 1rem;
  }
}

/* ===================== Topbar ======================== */
@media (max-width:767px) {
  .navbar-menu-list {
    margin-top: 13px;
    margin-left: 34px;
  }

  .tab-wrapper {
    width: 100px !important;
  }

  .mobile-button-hide {
    display: none;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .navbar-menu-list {
    margin-top: 12px;
    margin-left: 33px;
  }
}

@media(min-width:768px) {
  .mobile-button-hide {
    display: flex;
  }
}

@media (min-width:1500px) {

  .was-validated input[type="password"].form-control:invalid,
  input[type="password"].form-control.is-valid,
  input[type="password"].form-control.is-invalid {
    background-position: 90% calc(0.4em + 0.5rem) !important;
  }
}

/* ===================== Topbar ======================== */
/* ===================== dynamic badges component ======================== */
.status-badge-component {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/* Sizes */
.status-badge-component[data-size="sm"] {
  padding: 0 0.7em;
  /* line-height: 21px; */
  height: 20px;
  font-size: 9px;
  font-weight: 700;
}

.status-badge-component[data-size="md"] {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  height: 21px;
}

.status-badge-component[data-size="lg"] {
  /* line-height: 19.5px; */
  font-family: "Heebo-Bold";
  font-size: 13px;
  letter-spacing: 0.5px;
  height: 25px;
}

.status-badge-component[data-variant="normal"] {
  border-radius: 4px;
  padding: 3px 12px;
}

.status-badge-component[data-variant="default"] {
  border-radius: 6px;
  /* line-height: 17px; */
  padding: 3px 12px;
}

.status-badge-component[data-variant="parent"] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 8px;
}

.status-badge-component[data-variant="child"] {
  border-top-left-radius: 0px;
  border-top-right-radius: 3.2px;
  border-bottom-left-radius: 3.2px;
  border-bottom-right-radius: 3.2px;
  padding: 0 10px !important;
  color: var(--midNight) !important;
  line-height: 21px;
}

.status-badge-component[data-status="inactive"],
.status-badge-component[data-status="unpaid"] {
  background: #ffdedf;
  color: #ec1e27;
}

.status-badge-component[data-status="active"],
.status-badge-component[data-status="paid"] {
  background: #d2ffd7;
  color: #01bc1d;
}

.status-badge-component[data-status="failed-attempt"] {
  background: rgba(var(--badge-failed-attempt-rgb), var(--badge-opacity));
  color: rgb(var(--badge-failed-attempt-rgb));
}

.status-badge-component[data-status="new"] {
  background: rgba(var(--badge-new-rgb), var(--badge-opacity));
  color: rgb(var(--badge-new-rgb));
}

.status-badge-component[data-status="confirmed"] {
  background: rgba(var(--badge-confirmed-rgb), var(--badge-opacity));
  color: rgb(var(--badge-confirmed-rgb));
}

.status-badge-component[data-status="hold"] {
  background: rgba(var(--badge-hold-rgb), var(--badge-opacity));
  color: rgb(var(--badge-hold-rgb));
}

.status-badge-component[data-status="fulfillment-inprocess"] {
  background: rgba(var(--badge-fulfillment-inprocess-rgb),
      var(--badge-opacity));
  color: rgb(var(--badge-fulfillment-inprocess-rgb));
}

.status-badge-component[data-status="booked"] {
  background: rgba(var(--badge-booked-rgb), var(--badge-opacity));
  color: rgb(var(--badge-booked-rgb));
}

.status-badge-component[data-status="pickup-ready"] {
  background: rgba(var(--badge-pickup-ready-rgb), var(--badge-opacity));
  color: rgb(var(--badge-pickup-ready-rgb));
}

.status-badge-component[data-status="in-transit"] {
  background: rgba(var(--badge-in-transit-rgb), var(--badge-opacity));
  color: rgb(var(--badge-in-transit-rgb));
}

.status-badge-component[data-status="delivered"],
.status-badge-component[data-status="shipped"] {
  background: rgba(var(--badge-delivered-rgb), var(--badge-opacity));
  color: rgb(var(--badge-delivered-rgb));
}

.status-badge-component[data-status="ready-to-return"],
.status-badge-component[data-status="returned"] {
  background: rgba(var(--badge-returned-rgb), var(--badge-opacity));
  color: rgb(var(--badge-returned-rgb));
}

.status-badge-component[data-status="return-to-shipper"] {
  background: rgba(var(--badge-return-to-shipper-rgb), var(--badge-opacity));
  color: rgb(var(--badge-return-to-shipper-rgb));
}

.status-badge-component[data-status="cancelled"],
.status-badge-component[data-status="deleted"] {
  background: rgba(var(--badge-cancelled-rgb), var(--badge-opacity));
  color: rgb(var(--badge-cancelled-rgb));
}

.status-badge-component[data-status="replacement"],
.status-badge-component[data-status="accepted"] {
  background: rgba(var(--badge-replacement-rgb), var(--badge-opacity));
  color: rgb(var(--badge-replacement-rgb));
}

.status-badge-component[data-status="one-time"],
.status-badge-component[data-status="in-process"] {
  background-color: #FCEDD7;
  color: #EEA439 !important;
}

.nav-search:-webkit-autofill,
.nav-search:-webkit-autofill:hover,
.nav-search:-webkit-autofill:focus,
.nav-search:-webkit-autofill:active .nav-search:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #3F3F3F inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid #3F3F3F !important;
}

.text-green {
  color: #1D9D30 !important;
}

.green-underline {
  text-decoration: underline !important;
  text-decoration-color: #1D9D30 !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.max-width-100 {
  max-width: 100px;
}

.selling-product-image {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/svg/product-default-image.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* background-image: url(/uploads/dummy-product-image.jpg); */
  /* border: 1px solid #ddd; */
}

.column-break {
  /* max-width: 345px !important; */
  min-width: 345px !important;
  display: inline-block;
  white-space: normal;
}

.scanloadsheet:-webkit-autofill,
.scanloadsheet:-webkit-autofill:hover,
.scanloadsheet:-webkit-autofill:focus,
.scanloadsheet:-webkit-autofill:active .scanloadsheet:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--gray-50) inset !important;
  -webkit-text-fill-color: var(--charcoal) !important;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid var(--gray-50) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.list-search-input:-webkit-autofill,
.list-search-input:-webkit-autofill:hover,
.list-search-input:-webkit-autofill:focus,
.list-search-input:-webkit-autofill:active .list-search-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e5e6ea inset !important;
  -webkit-text-fill-color: var(--charcoal) !important;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid #e5e6ea !important;
}

input[data-toggle="datepicker"] {
  cursor: pointer !important;
}

.progress-booked {
  color: #f3bdf3;
}

.progress-order {
  color: #94c5ff;
}

.progress-delivered {
  color: #1bbe41;
}

.progress-default {
  color: #cccccc;
}

/* ================Theme Setting Colorpicker ==================== */
.bg-black {
  background-color: var(--black) !important;
}

.color-input-container {
  display: flex;
  align-items: center;
}

.color-preview {
  position: relative;
  display: flex;
  align-items: center;
  width: 50px;
  height: 41.5px;
  border-radius: 8px;
  cursor: pointer;
  background: var(--white);
}

.color-picker-hidden {
  position: absolute;
  opacity: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.preview-image-container {
  border: 1.5px solid #cccc;
  border-radius: 12px;
}

/* ================Theme Setting Colorpicker ==================== */
/* =========================== Financify ========================= */
.financify-stat-card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.financify-arrow-up {
  color: #10b981;
  /* Green arrow */
  font-size: 1.2rem;
}

.financify-sparkline-container {
  position: absolute;
  bottom: -5px;
  right: 10px;
  width: 120px;
  height: 50px;
}

.financify-cover {
  background: linear-gradient(179.46deg, #02FF6E -130.27%, rgba(243, 246, 249, 0.1) 70.6%);
  inset: 0;
  height: 310px;
  position: absolute;
}

.numbers-text {
  color: var(--midNight);
  font-size: 14px;
}

.total-expense-revenue {
  font-size: 19px !important;
}

.append-field {
  width: 18px;
  height: 16px;
  margin-top: 10px;
  border-color: var(--midNight);
  border-bottom: 1.6px solid var(--midNight);
  border-left: 1.6px solid var(--midNight);
  border-bottom-left-radius: 4px;
}

/* ====================== ADVANCED PAYMENT ====================== */

.advance-graph-box {
  height: 100px;
  padding: 10px;
  border-radius: 12px;
}

.bg-greyish {
  background-color: #EFF6FF !important;
}

.bg-greenish {
  background-color: #F2F6F9;
}

.text-greenish {
  color: #15803D;
}

.bg-blueish {
  background-color: #F0FDF4;
}

.text-blueish {
  color: #1D4ED8;
}

.bg-redish {
  background-color: #FFF7ED;
}

.text-redish {
  color: #C2410C;
}

.w-400 {
  width: 400px;
}

.font-SemiBold {
  font-family: Heebo-SemiBold;
}

.font-regular {
  font-family: Heebo-Regular;
}

.payment-check-wrapper {
  position: relative;
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-check-wrapper img {
  position: relative;
  z-index: 2;
}

.payment-pulse {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  animation: pulseEffect 1.7s infinite;
  z-index: 1;
}

@keyframes pulseEffect {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    opacity: 1;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(40, 167, 69, 0.08);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.2);
    box-shadow: 0 0 0 45px rgba(40, 167, 69, 0);
    opacity: 0;
  }
}

/* ====================== ADVANCED PAYMENT ====================== */
/* ================== courier companies progress bar ================================ */
.stats-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-row {
  display: flex;
  align-items: center;
}

.stat-row:last-child {
  margin-bottom: 0;
}

.stat-label {
  width: 60px;
  font-size: 12px;
  font-family: Heebo-Medium;
  text-align: right;
  margin-right: 12px;
}

.stat-progress {
  width: 160px !important;
  height: 14px;
  border-radius: 12px;
  background-color: transparent;
  position: relative;
  border: none;
  overflow: visible;
}

.stat-progress .courier-progress-bar {
  border-radius: 12px;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
}

.stat-progress .courier-progress-bar span {
  position: relative;
  color: white;
}

.progress-speed {
  background: linear-gradient(90deg, #fde047, #f97316);
}

.progress-cost {
  background: linear-gradient(90deg, #86efac, #22c55e);
}

.progress-payment {
  background: linear-gradient(90deg, #93c5fd, #3b82f6);
}

.progress-booked {
  color: #f3bdf3;
}

.progress-order {
  color: #94c5ff;
}

.progress-delivered {
  color: #1bbe41;
}

.progress-default {
  color: #cccccc;
}

/* =========================== Topbar ========================= */
.tab-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 140px;
  cursor: pointer;
  margin-right: -17px;
  transition: transform 0.2s ease;
}

.tab-wrapper:nth-child(1) {
  z-index: 10;
}

.tab-wrapper:nth-child(2) {
  z-index: 9;
}

.tab-wrapper:nth-child(3) {
  z-index: 8;
}

.tab-wrapper:nth-child(4) {
  z-index: 7;
}

.tab-wrapper:nth-child(5) {
  z-index: 6;
}

.tab-wrapper:nth-child(6) {
  z-index: 5;
}

.tab-wrapper.active {
  z-index: 20;
}

.tab-wrapper:hover {
  z-index: 15;
}

.tab-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.tab-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 42px;
  background: var(--tab-bg-inactive);
  border-top-left-radius: 16px;
  transition: background 0.2s ease;
  border: 0 !important;
  outline: 0 !important;
}

.tab-wrapper:hover .tab-bg-left,
.tab-wrapper:hover .tab-bg-right {
  background: #3f3f3f !important;
}

.tab-wrapper.active .tab-bg-right,
.tab-wrapper.active .tab-bg-left {
  bottom: -2px;
}

.tab-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  background: var(--tab-bg-inactive);
  transform-origin: bottom left;
  transform: skewX(28deg);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 2px;
  transition: background 0.2s ease;
  border: 0 !important;
  outline: 0 !important;
}

.tab-content {
  position: relative;
  z-index: 1;
  padding: 0 40px 0 24px;
  /* Extra padding on right to make room for slant */
  font-size: 15px;
  font-weight: 500;
  user-select: none;
  transition: color 0.2s ease;
  color: #C2C2C2;
  font-family: Heebo-Medium;
}

.order-tab.active .tab-bg-left,
.order-tab.active .tab-bg-right {
  background: var(--tab-order-bg-active) !important;
}

.finance-tab.active .tab-bg-left,
.finance-tab.active .tab-bg-right {
  background: var(--tab-finance-bg-active) !important;
}

.tab-wrapper:not(.active) {
  color: #fff !important;
  /* filter: drop-shadow(0px -6px 10px rgba(0, 0, 0, 0.3));  */
  filter: drop-shadow(1px -2px rgba(0, 0, 0, 0.1));
}

.tab-wrapper {
  text-decoration: none;
  color: #C2C2C2 !important;
  font-family: Heebo-Light !important;
}

.order-tab:hover .tab-content,
.order-tab.active .tab-content,
.order-tab:hover,
.order-tab.active a {
  color: #ffffff !important;
  font-family: Heebo-SemiBold;
}

.finance-tab:hover .tab-content,
.finance-tab:hover {
  color: #ffffff !important;
  font-family: Heebo-SemiBold;
}

.finance-tab.active .tab-content,
.finance-tab.active a {
  color: var(--midNight) !important;
  font-family: Heebo-SemiBold;
}

.tab-wrapper.active {
  filter: none;
  box-shadow: none;
  z-index: 50;
}

.tab-wrapper:not(.active):hover {
  /* filter: drop-shadow(0px -6px 12px rgba(0, 0, 0, 0.5)); */
  transition: filter 0.2s ease;
}

/* =========================== Topbar ========================= */
.progress-empty {
  background: #d3d3d3 !important;
}

.app-content--inner {
  position: relative;
  z-index: 1;
}

.app-content--inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: linear-gradient(to bottom, #1A82FC 4.06%, rgba(243, 246, 249, 0.1) 60.2%) !important;
  z-index: -1;
  pointer-events: none;
}

.no-cover-gradient .app-content--inner::before {
  display: none;
}

.previous .page-link,
.next .page-link {
  width: 38px !important;
}

.custom-control-label {
  font-family: Heebo-Regular;
  color: #525252;
  font-weight: 600;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 0 !important;
}

.previous .page-link,
.next .page-link {
  width: 38px !important;
}

.table-tab-content-wrapper .tab-content {
  color: #525252 !important;
}

.account-status {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  height: 70px;
  display: flex;
  justify-content: space-between;
}

.text-profit {
  color: #02AD4B !important;
}

.text-revenue {
  color: #378ADD !important;
}

/* ============customer rating badges =================== */
.status-badge-component[data-status="rating-badge-delivered"] {
  background: rgba(var(--badge-delivered-rgb), var(--badge-opacity));
  color: rgb(var(--badge-delivered-rgb));
}

.status-badge-component[data-status="rating-badge-booked"] {
  background: rgba(var(--badge-booked-rgb), var(--badge-opacity));
  color: rgb(var(--badge-booked-rgb));
}

.status-badge-component[data-status="rating-badge-return"] {
  background: rgba(var(--badge-returned-rgb), var(--badge-opacity));
  color: rgb(var(--badge-returned-rgb));
}

.status-badge-component[data-variant="rating-badge"] {
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  height: 18px !important;
}

/* ============customer rating badges =================== */
/* ============Marketing =================== */

/* ---------- Section heading ---------- */
.mkt-section-title {
  font-family: 'Heebo-Bold';
  margin-bottom: 0;
}

.mkt-section-sub {
  margin-bottom: 0;
}

/* ---------- KPI cards ---------- */
.mkt-kpi-card {
  border-radius: 8px;
  background: var(--white);
  height: 100%;
}

.mkt-kpi-body {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.1rem;
}

.mkt-kpi-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.9rem;
  flex: 0 0 auto;
}

.mkt-kpi-icon svg {
  width: 22px;
  height: 22px;
}

.mkt-kpi-label {
  font-family: 'Heebo-SemiBold';
}

.mkt-kpi-value {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1;
}

.mkt-kpi-sub {
  font-size: 0.72rem;
  color: #909090;
  margin-top: 0.3rem;
}

.mkt-kpi-card.kpi-channels {
  border-left: 3px solid var(--primary);
}

.mkt-kpi-card.kpi-active {
  border-left: 3px solid #28A745;
}

.mkt-kpi-card.kpi-draft {
  border-left: 3px solid #FFC107;
}

.mkt-kpi-card.kpi-spend {
  border-left: 3px solid #FF6B35;
}

.mkt-kpi-card.kpi-leads {
  border-left: 3px solid #17A2B8;
}

.mkt-kpi-card.kpi-roas {
  border-left: 3px solid #6F42C1;
}

.mkt-kpi-card.kpi-revenue {
  border-left: 3px solid #1abc9c;
}

.mkt-icon-channels {
  background: rgba(0, 116, 252, 0.10);
  color: var(--primary);
}

.mkt-icon-active {
  background: rgba(40, 167, 69, 0.10);
  color: #28A745;
}

.mkt-icon-draft {
  background: rgba(255, 193, 7, 0.12);
  color: #d39e00;
}

.mkt-icon-spend {
  background: rgba(255, 107, 53, 0.10);
  color: #FF6B35;
}

.mkt-icon-leads {
  background: rgba(23, 162, 184, 0.10);
  color: #17A2B8;
}

.mkt-icon-roas {
  background: rgba(111, 66, 193, 0.10);
  color: #6F42C1;
}

.mkt-icon-revenue {
  background: rgba(26, 188, 156, 0.10);
  color: #1abc9c;
}

.mkt-icon-neutral {
  background: rgba(96, 96, 96, 0.08);
  color: #606060;
}

/* ---------- KPI delta ---------- */
.mkt-kpi-delta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.1rem 0.45rem;
  border-radius: 30px;
  margin-top: 0.35rem;
}

.mkt-kpi-delta.up {
  background: rgba(40, 167, 69, 0.10);
  color: #28A745;
}

.mkt-kpi-delta.down {
  background: rgba(220, 53, 69, 0.10);
  color: #DC3545;
}

.mkt-kpi-delta.flat {
  background: rgba(96, 96, 96, 0.08);
  color: #606060;
}

/* ---------- Status pills ---------- */
.mkt-pill {
  display: inline-block;
  padding: 0.25em 0.7em;
  font-size: 0.6rem;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.6;
}

.mkt-pill-draft {
  background: #ecedef;
  color: #495057;
}

.mkt-pill-scheduled {
  background: #dff7fb;
  color: #117a8b;
}

.mkt-pill-running {
  background: #d6f5e3;
  color: #1e7e3d;
}

.mkt-pill-paused {
  background: #fff4d6;
  color: #b58105;
}

.mkt-pill-completed {
  background: #d9e9ff;
  color: #0e51a8;
}

.mkt-pill-failed {
  background: #ffe0e3;
  color: #c0153b;
}

.mkt-pill-connected {
  background: #d6f5e3;
  color: #1e7e3d;
}

.mkt-pill-disconnected {
  background: #ecedef;
  color: #495057;
}

.mkt-pill-coming {
  background: #fff1ea;
  color: #c74910;
}

.mkt-pill-info {
  background: #dff7fb;
  color: #117a8b;
}

.mkt-pill-warning {
  background: #fff4d6;
  color: #b58105;
}

.mkt-pill-success {
  background: #d6f5e3;
  color: #1e7e3d;
}

.mkt-pill-danger {
  background: #ffe0e3;
  color: #c0153b;
}

.mkt-pill-purple {
  background: #ece2f7;
  color: #5a2f9f;
}

/* ---------- Filter strip ---------- */
.mkt-filter-strip {
  background: var(--white);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}


/* ---------- Table polish ---------- */
.mkt-table thead th {
  background: #FAFBFC;
  border-top: none;
  border-bottom: 1px solid #ECECEC;
  color: #606060;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0.85rem 0.9rem;
}

.mkt-table tbody td {
  border-top: 1px solid #F2F3F5;
  padding: 0.85rem 0.9rem;
  vertical-align: middle;
  font-size: 0.85rem;
  color: #2c3e50;
}

.mkt-table tbody tr:hover {
  background: #FAFBFC;
}

/* ---------- Action buttons ---------- */
.mkt-action-btn {
  border: 1px solid #ECECEC;
  background: #e3e4e6;
  color: #525252;
  border-radius: 6px;
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mkt-action-btn.primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.mkt-action-btn.primary:hover {
  background: #005ECC;
  color: var(--white);
}

.mkt-action-btn.danger {
  color: #c0153b;
  border-color: #f5c2c7;
}

.mkt-action-btn.danger:hover {
  background: #ffe0e3;
  color: #c0153b;
}

/* ---------- Channel card ---------- */
.mkt-channel-card {
  border-radius: 12px;
  background: var(--white);
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mkt-channel-head {
  display: flex;
  justify-content: space-between;
}

.mkt-channel-brand {
  display: flex;
  align-items: start;
  gap: 0.75rem;
}

.mkt-channel-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: 0.95rem;
  letter-spacing: 0.4px;
}

.mkt-logo-meta {
  background: linear-gradient(135deg, #1877F2 0%, #0866FF 100%);
}

.mkt-logo-google {
  background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC04 75%, #EA4335 100%);
}

.mkt-logo-tiktok {
  background: #000;
}

.mkt-logo-snap {
  background: #FFFC00;
  color: #1c1c1c;
}

.mkt-logo-youtube {
  background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
}

.mkt-channel-name {
  font-weight: 700;
  color: #1c1c1c;
  font-size: 0.95rem;
  line-height: 1.1;
}

.mkt-channel-sub {
  font-size: 0.74rem;
  color: #909090;
}

.mkt-channel-body {
  font-size: 0.84rem;
  color: #2c3e50;
  flex: 1;
}

.mkt-channel-foot {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* ---------- Wizard stepper ---------- */
.mkt-stepper {
  display: flex;
  gap: 0;
  background: var(--white);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

.mkt-step {
  flex: 1 1 0;
  min-width: 160px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  padding: 0.25rem 0.5rem;
}

.mkt-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 28px;
  height: 2px;
  background: #ECECEC;
}

@media (max-width:1100px) {
  .mkt-step:not(:last-child)::after {
    display: none;
  }

}

.mkt-step.is-complete:not(:last-child)::after {
  background: #28A745;
}

.mkt-step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ECECEC;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.mkt-step.is-active .mkt-step-dot {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 116, 252, 0.15);
}

.mkt-step.is-complete .mkt-step-dot {
  background: #28A745;
  color: var(--white);
}

.mkt-step-text {
  line-height: 1.2;
}

.mkt-step-num {
  font-size: 0.68rem;
  color: #909090;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mkt-step-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1c1c1c;
}

.mkt-step.is-active .mkt-step-name {
  color: var(--primary);
}

.mkt-step.is-complete .mkt-step-name {
  color: #28A745;
}

.mkt-wizard-panel {
  background: var(--white);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.mkt-wizard-side {
  background: var(--white);
  border-radius: 12px;
  padding: 1.25rem;
}

.mkt-wizard-side h6 {
  font-family: Heebo-SemiBold;
}

.mkt-wizard-side ol {
  padding-left: 1.1rem;
}

.mkt-wizard-side ol li {
  padding: 0.25rem 0;
  color: #495057;
  font-size: 0.85rem;
}

.mkt-wizard-side .alert {
  font-size: 0.82rem;
}

.mkt-wizard-actions {
  display: flex;
  justify-content: end;
}

/* ---------- Help accordion ---------- */
.mkt-accordion .card {
  border: 1px solid #ECECEC;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.mkt-accordion .card-header {
  background: #FAFBFC;
  border-bottom: 1px solid #ECECEC;
  padding: 0.65rem 0.9rem;
  cursor: pointer;
}

.mkt-accordion .card-header button {
  color: var(--midNight);
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mkt-accordion .card-body {
  padding: 0.9rem;
  font-size: 0.85rem;
  color: #525252;
}

.mkt-accordion .card-body b {
  color: var(--midNight);
}

/* ---------- Audience card ---------- */
.mkt-audience-card {
  border-radius: 12px;
  background: var(--white);
  padding: 1.1rem;
  height: 100%;
}

.mkt-audience-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.mkt-audience-icon svg {
  width: 18px;
  height: 18px;
}

.mkt-audience-name {
  font-family: Heebo-Bold;
  font-size: 0.95rem;
  margin: 0 0 0.2rem 0;
}

.mkt-audience-desc {
  font-size: 13px;
  color: #525252;
  ;
  margin: 0 0 0.7rem 0;
  line-height: 1.35;
  min-height: 32px;
}

.mkt-audience-size {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--midNight);
}

.mkt-audience-meta {
  font-size: 0.75rem;
  color: #525252;
}

.mkt-spark {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 22px;
}

.mkt-spark span {
  width: 5px;
  background: var(--primary);
  border-radius: 2px;
  opacity: 0.85;
}

/* ---------- Creative tile ---------- */
.mkt-creative-tile {
  /* border: 1px solid #ECECEC; */
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  /* transition: all 0.25s ease; */
}

.mkt-creative-thumb {
  height: 160px;
  /* background: linear-gradient(135deg, #f0f2f5 0%, #e9ecef 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909090;
  position: relative;
}

.mkt-creative-thumb svg {
  width: 38px;
  height: 38px;
  opacity: 0.55;
}

.mkt-creative-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
}

.mkt-creative-body {
  padding: 0.75rem 0.85rem;
}

.mkt-creative-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mkt-creative-meta {
  font-size: 0.72rem;
  color: #909090;
  margin-top: 0.15rem;
}

/* ---------- Ad copy box ---------- */
.mkt-copy-box {
  /* border: 1px solid #ECECEC; */
  border-radius: 10px;
  background: var(--white);
  padding: 1rem;
  height: 100%;
}

.mkt-copy-box .mkt-copy-headline {
  font-weight: 700;
  color: var(--midNight);
  font-size: 0.95rem;
  margin: 0 0 0.25rem 0;
}

.mkt-copy-box .mkt-copy-body {
  font-size: 0.85rem;
  margin: 0 0 0.6rem 0;
}

.mkt-copy-box .mkt-copy-body b {
  color: var(--midNight);
}

.mkt-copy-box .mkt-copy-meta {
  font-size: 0.72rem;
  color: #909090;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ---------- Upload dropzone ---------- */
.mkt-dropzone {
  border: 1px dashed #cfe2ff;
  border-radius: 10px;
  background: #FAFBFC;
  padding: 1.5rem;
  text-align: center;
  color: #606060;
}

.mkt-dropzone svg {
  width: 36px;
  height: 36px;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.mkt-dropzone .mkt-dropzone-title {
  font-weight: 600;
  color: #1c1c1c;
}

/* ---------- CTA banner ---------- */
.mkt-cta {
  background: #DAECD4;
  border: 1px solid #45A028;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.mkt-cta .mkt-cta-text {
  flex: 1;
  min-width: 200px;
}

.mkt-cta .mkt-cta-title {
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}

.mkt-cta .mkt-cta-sub {
  color: #606060;
  font-size: 0.85rem;
  margin: 0.1rem 0 0 0;
}

/* ---------- Tabs polish ---------- */
.mkt-tabs .nav-link {
  color: #606060;
  font-weight: 500;
  padding: 0.55rem 1rem;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
}

.mkt-tabs .nav-link.active {
  color: var(--primary);
  background: transparent;
  border-bottom: 2px solid var(--primary);
}

/* ---------- Chart placeholder ---------- */
.mkt-chart-ph {
  background: linear-gradient(135deg, #FAFBFC 0%, #ffffff 100%);
  border: 1px dashed #D6D9DC;
  border-radius: 10px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909090;
  font-size: 0.85rem;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}

.mkt-chart-ph svg {
  width: 28px;
  height: 28px;
  opacity: 0.5;
}

/* ---------- Activity feed row ---------- */
.mkt-activity-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #F2F3F5;
}

.mkt-activity-row:last-child {
  border-bottom: none;
}

.mkt-activity-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mkt-activity-icon svg {
  width: 16px;
  height: 16px;
}

.mkt-activity-body {
  flex: 1;
  min-width: 0;
}

.mkt-activity-title {
  font-size: 0.86rem;
  color: var(--midNight);
  margin: 0;
}

.mkt-activity-sub {
  font-size: 0.74rem;
  color: #909090;
  margin-top: 0.1rem;
}

.mkt-activity-meta {
  font-size: 0.72rem;
  color: #909090;
  margin-left: auto;
  white-space: nowrap;
}

/* ---------- Stat strip ---------- */
.mkt-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
}

.mkt-strip>div {
  flex: 1 1 0;
  min-width: 120px;
  padding: 0.85rem 1rem;
  border-right: 1px solid #ECECEC;
}

.mkt-strip>div:last-child {
  border-right: none;
}

.mkt-strip .mkt-strip-label {
  font-size: 0.7rem;
  color: #909090;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 0.25rem;
}

.mkt-strip .mkt-strip-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c1c1c;
}

/* ---------- Coming Soon hero ---------- */
.mkt-soon-hero {
  background: linear-gradient(135deg, #0d1b3d 0%, #1f2a52 50%, #5e2bb0 100%);
  color: var(--white);
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mkt-soon-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
}

.mkt-soon-hero::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(123, 97, 255, 0.30) 0%, transparent 70%);
}

.mkt-soon-hero>* {
  position: relative;
  z-index: 1;
}

.mkt-soon-badge {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.mkt-soon-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  background: linear-gradient(120deg, #fff 0%, #cfd5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mkt-soon-sub {
  font-size: 1.05rem;
  opacity: 0.85;
  max-width: 640px;
  margin: 0 auto 1.5rem auto;
}

/* ---------- Capability cards (AI page) ---------- */
.mkt-cap-card {
  /* border: 1px solid #ECECEC; */
  border-radius: 12px;
  background: var(--white);
  padding: 1.25rem;
  height: 100%;
  /* transition: all 0.25s ease; */
}

.mkt-cap-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.mkt-cap-icon svg {
  width: 22px;
  height: 22px;
}

.mkt-cap-title {
  font-family: 'Heebo-SemiBold';
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.mkt-cap-desc {
  font-size: 0.85rem;
  margin: 0;
}

/* ---------- Roadmap ---------- */
.mkt-roadmap {
  position: relative;
  padding-left: 1.75rem;
}

.mkt-roadmap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 2px;
  background: #ECECEC;
}

.mkt-roadmap-item {
  position: relative;
  padding: 0 0 1rem 0;
}

.mkt-roadmap-item::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 116, 252, 0.12);
}

.mkt-roadmap-item.is-future::before {
  border-color: #adb5bd;
  box-shadow: 0 0 0 3px rgba(173, 181, 189, 0.2);
}

/* .mkt-roadmap-title { font-weight: 600; color: #1c1c1c; margin: 0; } */
.mkt-roadmap-desc {
  font-size: 0.8rem;
  color: #606060;
  margin: 0;
}

/* ---------- Credential row (Settings page) ---------- */
.mkt-cred-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0;
}

.mkt-cred-row:last-child {
  border-bottom: none;
}

.mkt-cred-row .label {
  font-size: 0.78rem;
  color: #909090;
}

/* .mkt-cred-row .value { font-family: "Heebo-Medium;" } */

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .mkt-strip>div {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid #ECECEC;
  }

  .mkt-strip>div:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .mkt-soon-title {
    font-size: 1.6rem;
  }
}

.text-decoration-opacity {
  text-decoration: underline !important;
  text-decoration-color: rgba(0, 0, 0, 0.3) !important;
}

.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: var(--primary);
  border-color: transparent;
}

.btn-light {
  border: transparent;
}

.bg-light-gray {
  background-color: #ddd !important;
}

/* ============Marketing =================== */
@media (max-width:575px) {
  .daterangepicker .ranges {
    display: none;
  }
}

.modal-content {
  border: none !important;
}

/* ============datatable onload width ============= */
.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table.dataTable,
.dataTables_scrollBody table.dataTable {
  min-width: 100% !important;
}

.dataTables_scrollHeadInner {
  padding-right: 0 !important;
}

tbody tr:last-child:nth-child(n + 2) td {
  border-bottom: 0 !important;
}

tbody tr td:has(.no-data-img) {
  border-bottom: 0 !important;
}

/* ====================== create cn modal ================================= */
.cp-badge-top {
  background: #eef2f7;
  color: #495057;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.cp-grid {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.cp-card {
  background: #CCE3FE;
  border-radius: 8px;
  padding: 10px 12px;
  position: relative;
  text-align: left;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.02); */
  transition: all 0.2s ease-in-out;
}

.cp-card.highlight-card {
  background: #F3F6F9;
}

.cp-card-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #007bff;
  color: #fff;
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 10px;
  white-space: nowrap;
}

.cp-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  margin-right: 8px;
  color: #fff;
}

.cp-rank-other {
  background: #ffffff;
  color: #6c757d;
  border: 1px solid #ced4da;
}

.cp-header {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.cp-logo {
  height: 27px;
  max-width: 110px;
  object-fit: contain;
}

.cp-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 0px;
  color: var(--neutral-600);
  font-weight: 500;
}

.cp-stat-val {
  font-size: 15px;
  font-weight: 800;
  color: var(--midNight);
}

.cp-stat-val.text-success {
  color: #1D9E75 !important;
}

@media (max-width:767.99px) {
  .cp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:575.99px) {
  .cp-grid {
    grid-template-columns: 1fr;
  }
}

.max-w-755 {
  max-width: 755px !important;
}

/* ================================ create cn modal ============================= */