a {
  text-decoration: none !important;
  color: #525252 !important;
}
body {
  overflow-x: hidden !important;
}
:root {
  --rating-color: #ffd700;
  --primary-color: #0074fc;
  --ice-blue: #eef2ff;
}
::selection {
  color: #fff;
  background-color: #0074fc;
}
::placeholder {
  color: #525252;
}
.form-control:focus-visible,
.form-control:focus,
.form-control:hover,
.form-control {
  border: 1.5px solid #9b9b9b;
}
.form-control::placeholder {
  color: #525252 !important;
}
.text-gray {
  color: #6c757d;
}
.eye-toggle {
  position: relative;
}
.eye-check,
.eye-check-two {
  background: transparent !important;
  cursor: pointer;
  border: none;
}
.eye-toggle .eye-check {
  position: absolute;
  top: 8px;
  right: 18px;
}
.eye-toggle .eye-check-two {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 5;
}
.btn-orio-auth {
  background: #0074fc;
  color: #fff;
  height: 38px;
  line-height: 10px;
  min-width: 150px;
}
.logo-wrapper {
  margin-bottom: 40px;
} 
button.btn.btn-create {
  background: #0074fc;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  width: 200px;
  margin: 0px auto;
}
button.btn.btn-create:hover {
  background: #005dca !important;
}
.btn-orio {
  background: #0074fc !important;
  color: #fff !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: #005dca !important;
  color: #fff !important;
}
.btn-default {
  background: #9f6329 !important;
  color: #fff !important;
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 0px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}
.hr-border {
  border-color: #9b9b9b !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 #9b9b9b;
}
.btn-secondary-orio-outline:hover {
  background-color: #e4e6e9;
  border: 1px solid #e4e6e9;
}
.btn-secondary-orio {
  background: #e4e6e9;
  color: #4e4d4d;
  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: #cecfcf;
  color: #4e4d4d;
}
.btn-secondary-sm {
  color: #555555;
  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: #555555;
}
.btn-custom {
  color: #555555; /* background-color: #f3f6f9; */
  height: 45px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
}
.btn-custom:hover {
  /* background: #cecfcf !important; */
  color: #555555;
}
.border-secondary {
  border: 1px solid #ababab !important;
}
.btn-logout {
  border-radius: 8px !important;
  font-weight: 400 !important;
  border: none !important;
  background-color: #e4e6e9 !important;
  min-width: 125px;
  height: 42px;
  line-height: 26px;
}
.btn-logout:hover {
  background-color: #f7414e !important;
  color: #ffe2e6 !important;
}
.btn-logout:hover .logout-icon path {
  fill: #ffe2e6 !important;
}
.btn-logout-icon {
  color: #b5b8ba;
}
.btn-logout-icon:hover {
  color: red;
}
.cancelBtn {
  padding: 0 !important;
  margin: 0 !important;
    background: #f3f6f9 !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: #555555 !important; /* background-color: #f3f6f9 !important; */
  line-height: 29px !important;
  height: 41px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  transform: none !important;
} /* .dt-buttons button:hover { background-color: #e4e6e9 !important; } */ /* .dt-buttons:nth-child(3) button, .dt-buttons:nth-child(2) button { margin-right: 10px !important; } */
.dt-button-collection.dropdown-menu {
  visibility: visible;
  opacity: 1;
}
div.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}
.badge-error,
.badge-error a {
  background-color: #ffe2e6;
  color: #f64e60;
  /* border: 1px solid #f64e60; */
}
.badge-replacement {
  background: #66cccc2e;
  color: #66cccc;
  /* border: 1px solid #66cccc; */
}
.badge-deleted {
  background: #46464629;
  color: #464646;
  /* border: 1px solid #464646; */
}
.badge-returned {
  color: #f83245;
  background: #f832452e;
  /* border: 1px solid #f83245; */
}
.badge-accepted {
  background: #9b51e029;
  color: #9b51e0;
  /* border: 1px solid #9b51e0; */
}
.badge-in-transit {
  background: #f3b98cad;
  color: #ea7317;
  /* border: 1px solid #ea7317; */
}
.badge-rejected {
  background: #ff740036;
  color: #ff7400;
  /* border: 1px solid #ff7400; */
}
.badge-delivered {
  background: #1bc9432b;
  color: #15ad38;
  /* border: 1px solid #15ad38; */
}
.badge-onroute {
  background: #f2d01636;
  color: #f2d016;
  /* border: 1px solid #f2d016; */
}
.badge-shipped {
  color: #4191ff;
  background: #4191ff2e;
  /* border: 1px solid #4191ff; */
}
.bg-shipped {
  background: #75c698 !important;
}
.text-shipped {
  color: #75c698 !important;
}
.bg-on-route {
  background: #ffd767 !important;
}
.text-on-route {
  color: #ffd767 !important;
}
.bg-accepted {
  background: #b9d3b6 !important;
}
.text-accepted {
  color: #b9d3b6 !important;
}
.bg-in-transit {
  background: #ea7317 !important;
}
.text-in-transit {
  color: #ea7317 !important;
}
.bg-delivered {
  background: #36b2a3 !important;
}
.text-delivered {
  color: #36b2a3 !important;
}
.bg-return-to-shipper {
  background: #e86199 !important;
}
.text-return-to-shipper {
  color: #e86199 !important;
}
.bg-returned,
.bg-cancelled {
  background: #f7414e !important;
}
.text-returned,
.text-cancelled {
  color: #f7414e !important;
}
.bg-rejected {
  background: #f90b22 !important;
}
.text-rejected {
  color: #f90b22 !important;
}
.bg-new {
  background: #3290ff !important;
}
.bg-success-summary {
  background: #0074fc !important;
}
.bg-failed-summary {
  background: #f65464 !important;
}
.text-new {
  color: #3290ff !important;
}
.bg-first-attempt {
  background: #0294cc !important;
}
.text-first-attempt {
  color: #0294cc !important;
}
.bg-second-attempt {
  background: #0180b0 !important;
}
.text-second-attempt {
  color: #0180b0 !important;
}
.bg-third-attempt {
  background: #016b93 !important;
}
.text-third-attempt {
  color: #016b93 !important;
}
.bg-call-attempt {
  background: #97acc1 !important;
}
.text-call-attempt {
  color: #97acc1 !important;
}
.bg-on-hold {
  background: #fec601 !important;
}
.text-on-hold {
  color: #fec601 !important;
}
.bg-confirmed {
  background: #8ac855 !important;
}
.text-confirmed {
  color: #8ac855 !important;
}
.bg-ready-for-dispatch {
  background: #13a89e !important;
}
.text-ready-for-dispatch {
  color: #13a89e !important;
}
.bg-replacement {
  background: #fb7481 !important;
}
.text-replacement {
  color: #fb7481 !important;
}
.bg-deleted {
  background: #464646 !important;
}
.text-deleted {
  color: #464646 !important;
}
.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;
}
/* .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;
} /* td .select2-container--bootstrap4 { width: 140px !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 ===================*/
.circle {
  width: 8px;
  height: 8px;
  margin: 9px 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);
  }
}
.sidebar-collapsed
  .app-sidebar--light
  .sidebar-navigation
  ul
  > li.mm-active
  > a {
  padding: 0 25px 0 20px;
}
.sidebar-collapsed:hover
  .app-sidebar--light
  .sidebar-navigation
  ul
  > li.mm-active
  > a {
  padding: 0 2rem;
}

.app-sidebar {
  background: #fff !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-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: #525252 !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: #4e4d4d !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;
}
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: #ffffff;
  border-color: #afafaf !important;
}
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: #4e4d4d !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: 0.29rem 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: #fff !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 10px !important;
}
.dataCollection:hover{
  background-color: #f3f6f9 !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: #fff;
  border-color: #007aff;
  background-color: #fff;
}
.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: #727272;
  font-weight: 500;
  margin-bottom: 0px;
}
.ticketinfowrap {
  background: #f4f5fd;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-around;
  color:#001e31 !important;
}
.ticketinfowrap .infodiv {
  padding: 12px !important;
  border-left: 1px solid #e7e7e7;
  background: #f4f5fd;
}
#trackingModal .ticketinfowrap .infodiv {
  width: auto;
  height: auto;
  overflow: hidden;
}
#trackingModal .ticketinfowrap .infodiv span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
#trackingModal .ticketinfowrap .infodiv span.boldspan {
  font-weight: 600;
  color: #001e31;
}
.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: #727272;
  font-weight: 500;
  margin-bottom: 0px;
}
#trackingModal .ticketcreatewrap .shipdetails {
  margin-top: 25px;
}
#trackingModal .ticketcreatewrap .shipdetails > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #727272;
}
.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: #131332 !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;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration {
  text-decoration: underline !important;
}
.text-decoration-opacity {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
#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;
}
.spinner_loader {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 3px;
  margin: 5px;
}
.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: black;
}
.data_text {
  font-size: 14px;
  font-family: "Courier New";
  color: #a31515;
}
.data_braces {
  font-size: 14px;
  font-family: "Courier New";
  color: black;
}
.api_detail_text {
  font-size: 14px;
  font-family: "Courier New";
  color: #a31515;
}
.colons {
  font-size: 14px;
  font-family: "Courier New";
  color: 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: 3;
}
.cp {
  position: relative;
}
.cp input {
  color: #0074fc;
}
.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: #ffffff !important;
} /*=========================WhatsAPP=========================*/
/*=========================Notification=========================*/
@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;
}
@media (max-width: 991px) {
  .bg-fixed {
    display: none;
  }
}
/* =======================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: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.bootstrap-tagsinput .tag {
  color: #4e4d4d !important;
  background: #e4e6e9 !important;
}
.order_tags .bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: 45px;
  max-height: fit-content;
  padding: 10px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3e66;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.5px solid #9b9b9b !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;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 18px;
} /*=========================Label Tag=========================*/
/*=========================Modal=========================*/
@media screen and (max-width: 576px) {
  .modal-header {
    flex-direction: row;
    justify-content: space-around;
  }
  .modal-body {
    padding: 1rem;
  }
} /*=========================Modal=========================*/ /*=========================Breadcrumb=========================*/
.breadcrumb-item a {
  color: #525252 !important;
  font-weight: 300 !important;
  font-family: Heebo-Regular !important;
}
.breadcrumb-item.active {
  color: #606060 !important;
  font-weight: 200 !important;
  font-family: Heebo-Light !important;
} /*=========================Breadcrumb=========================*/
.form-label {
  font-family: Heebo-Regular !important;
  color: #525252 !important;
  font-size: 13px !important;
}
.upload-sizing-label {
  font-family: Heebo-Light !important;
  color: #525252 !important;
  font-size: 11px !important;
}
.txt-limit-label {
  font-family: Heebo-Light !important;
  color: #525252 !important;
  font-size: 13px !important;
} /*=========================Microstore=========================*/
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container .select2-selection--single {
  border: 1.5px solid #9b9b9b !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; /* background-color: #9f6329; */
  color: #fff;
  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; /* background-color: #000000; */
  color: #fff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  text-align: left;
  font-family: Heebo-Light;
}
.color-picker-primary:focus {
  outline: none;
}
.pt-46 {
  padding-top: 46px;
}
textarea {
  resize: none !important;
}
.input-group-text {
  padding: 0rem !important;
  width: 55px !important;
  height: 45px !important;
}
.border-right-radius-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !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: #f3f6f9;
  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: 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);
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-18 {
  margin-bottom: 18px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-26 {
  margin-bottom: 26px !important;
} /*=========================Microstore=========================*/
/*=========================Auth Screen=========================*/
.auth-bg {
  width: 100%;
  background: linear-gradient(180deg, #0074fc 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: #001e31 !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: white;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
}
.testimonial-review {
  margin-bottom: 0px;
  color: 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: white;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.pt-24 {
  padding-top: 24px !important;
}
.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;
}
@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;
  }
}
.text-decoration-underline {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #fff) !important;
} /*=========================Auth Screen=========================*/
.fw-400 {
  font-weight: 400 !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-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-110{
  font-size: 110px !important;
}
.text-gray {
  color: #606060 !important;
}
.font-gray {
  color: #7b7a7a !important;
}
.th-text-gray {
  color: #464e5f !important;
}
.th-text-iceburk {
  color: #131332;
}
.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important ;
}
.px-34 {
  padding: 0px 34px;
}
.h-200 {
  height: 200px;
}
.max-h-510 {
  max-height: 510px;
}
.min-h-450 {
  min-height: 450px;
}
.h-90vh {
  height: 90vh !important;
}
.h-md-74 {
  height: 75% !important;
}
.h-90 {
  height: 90% !important;
}
.h-245 {
  height: 245px !important;
}
.h-380 {
  height: 380px !important;
}
.h-110 {
  height: 110px;
}
.h-14 {
  height: 15px !important;
}
.h-114{
  height: 114px !important;
}
.h-102{
  height: 102px !important;
}
.h-500 {
  height: 500px;
}
.h-20 {
  height: 20px !important;
}
.h-18 {
  height: 18px !important;
}
.h-47 {
  height: calc(1.5em + 24px) !important;
}
.h-45 {
  height: 45px !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-536 {
  width: 536px !important;
}
.w-140 {
  width: 140px !important;
}
.w-84 {
  width: 84px !important;
}
.w-60 {
  width: 60px !important;
}
.w-200 {
  width: 200px !important;
}
.w-650 {
  width: 650px !important;
}
.w-13 {
  width: 13px !important;
}
.w-280 {
  width: 280px !important;
}
.w-185 {
  width: 185px !important;
}
.min-width-auto {
  min-width: auto !important;
}
.min-w-193 {
  min-width: 193px !important;
}
.min-w-146{
  min-width: 146px !important;
}
.min-w-60{
  min-width: 60px !important;
}
.min-w-600{
  min-width: 600px !important;
}
.min-w-90 {
  min-width: 90px !important;
}
.min-w-135 {
  min-width: 135px;
}
.min-w-220 {
  min-width: 220px !important;
}
.max-w-180 {
  max-width: 180px !important;
}
.max-w-525 {
  max-width: 525px !important;
}
.max-w-250 {
  max-width: 250px !important;
}
.max-w-48 {
  width: 48% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40px !important;
}
.max-w-100 {
  max-width: 100%;
}
.max-w-262 {
  max-width: 262px !important;
}
.max-w-400px {
  max-width: 400px;
}
.w-max-content {
  width: max-content !important;
}
.max-w-240 {
  max-width: 240px;
}
.min-w-auto {
  min-width: auto !important;
}
.min-w-105 {
  min-width: 105px;
}
.donut-container {
  height: 100%;
}
.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;
}
.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: white !important;
}
bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #525252 !important;
}
tbody tr td {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
}
#orderDetail tbody tr td .text-charcoal {
  padding-top: 4px !important;
}
/* #orderDetail tbody tr td div div {
  margin-bottom: 0.5rem !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;
}
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: #0074fc !important;
  border-color: #0074fc !important;
  border-radius: 8px;
}
button.applyBtn:hover {
  background-color: #005dca !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;
}
.pb-39 {
  padding-bottom: 39px !important;
}
.filter-counter {
  width: 14px;
  height: 15px;
  position: absolute;
  background-color: #0074fc;
  border-radius: 100%;
  color: #fff !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: 20px;
  position: absolute;
  border: 1.5px solid #9b9b9b;
  margin: 0px;
  font-weight: 100;
  background-color: #e5f1ff !important;
}
.leading-22 {
  line-height: 22px !important;
}
.leading-24 {
  line-height: 24px !important;
}
.leading-30 {
  line-height: 25px !important;
}
.left-1neg {
  left: -1px;
}
.quantity-control-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: #525252 !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;
} /* =============== top bar notification popup =================== */
.notification-dropdown {
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  cursor: pointer;
}
.notification-item .new-badge {
  background-color: #007bff;
  color: #fff;
  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: black;
}
.dropdown-divider {
  margin: 0;
  border-top: 1px solid #e9ecef;
}
.popover-title {
  font-weight: bold;
}
.notification-header {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}
.notification-footer {
  padding: 10px 15px;
  background-color: #f8f9fa;
}
.day-notifictaion-button {
  border-radius: 20px;
  padding: 4px 17px;
  background: #e3e6e9;
  width: fit-content;
  text-align: center;
  margin-left: 20px;
  margin-top: 10px;
  color: black;
  font-size: 12px;
} /* =========================== notification page================= */
.timeline-container {
  margin: 0 auto;
  background: 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: 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;
  margin-right: 5px;
}
.new-badge {
  background-color: #007bff;
  color: 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: 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;
} /* .add-new-product { font-family: Heebo-SemiBold !important; color: #525252 !important; font-size: 13px !important; cursor: pointer; margin-bottom: 6px; text-decoration: underline; text-underline-offset: 3px; } */
.hidden-input-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: #525252 !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;
}
.w-185
  > .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  color: #525252 !important;
}
.w-185 > .select2-container--bootstrap4 .select2-selection--single {
  background: #e4e6e9 !important;
  border: 0px !important;
}
.scanloadsheet {
  height: 45px !important;
  background: #f3f6f9 !important;
  border-radius: 0.6rem !important;
}
.spinner-sm {
  --uib-size: 28px;
  --uib-speed: 0.9s;
  --uib-color: #183153;
  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: #183153;
  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;
  }
}
input[type="file"] {
  padding: 10px 108px !important;
  line-height: 20px !important;
}
input::file-selector-button {
  display: none;
}
.recommended-size {
  color: #525252 !important;
  font-size: 12px !important;
}
.tc-title {
  color: #131332;
  font-weight: 500;
  font-size: 16px;
}
.modal-header h6 {
  line-height: 28px !important;
  color:#001e31 !important;
}
.fa-ellipsis-v {
  font-size: 16px !important;
  color: #525252 !important;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-link {
  text-decoration: underline !important;
  color: #0074fc !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: center;
}
.alert-banner-content h1 {
  color: #001e31;
  font-family: Heebo-Bold;
  font-size: 17px;
  margin-bottom: 3px !important;
}
.alert-banner-content p {
  color: #606060;
  font-family: Heebo-Medium;
  font-size: 15px;
  margin-bottom: 0px !important;
}
.alert-banner-close {
  color: #001e31;
  font-family: Heebo-semiBold;
  font-size: 15px;
  margin-bottom: 0px !important;
  text-underline-offset: 4px;
  text-decoration-line: underline;
  cursor: pointer;
} /* alert notification */
.fx-ul-scroll-list-variations {
  height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
}
.heading-text {
  color: #001e31;
}
.body-text {
  color: #606060;
} /*=========================== Arrow Spinner ===========================*/
.arrowSpinner {
  width: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0074fc;
  --_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 {
  height: 457px !important;
}
.order-flow-timeline {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.order-flow-timeline h6 {
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-Regular !important;
}
.order-flow-timeline p {
  margin-bottom: 0px;
  color: #001e31;
  font-size: 20px;
  font-family: Heebo-Bold !important;
  margin-left: auto;
}
.revenue-status-box {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.revenue-status-box h6 {
  color: #001e31;
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-SemiBold !important;
}
.revenue-status-box p {
  margin-bottom: 0px;
  color: #001e31;
  font-size: 13px;
  font-family: Heebo-Medium !important;
  margin-left: auto;
}
.customer-status-box {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.customer-status-box h6 {
  color: #001e31;
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-SemiBold !important;
}
.customer-status-box p {
  margin-bottom: 0px;
  color: #001e31;
  font-size: 13px;
  font-family: Heebo-Medium !important;
  margin-left: auto;
}
.order-status-box {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.order-status-box h6 {
  color: #001e31;
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-SemiBold !important;
}
.order-status-box p {
  margin-bottom: 0px;
  color: #001e31;
  font-size: 13px;
  font-family: Heebo-Medium !important;
  margin-left: auto;
}
.order-status-box h5 > a {
  margin-bottom: 0px;
  color: #001e31 !important;
  font-size: 13px;
  font-family: Heebo-Medium !important;
}
.pending-payments-box {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.pending-payments-box > div:first-child {
  border-bottom: 1px dashed #606060;
  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: #606060;
  font-weight: 400;
  font-size: 15px;
  font-family: Heebo-Regular !important;
}
.pending-payments-box p,
.dashboard-graphs-box p {
  color: #001e31;
  font-weight: 500;
  font-size: 21px;
  font-family: "Heebo-Bold";
  letter-spacing: 0.5px;
}
.dashboard-graphs-box {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 15px 15px 10px 15px;
}
.dashboard-graphs-box h6 {
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  font-family: Heebo-Regular !important;
}
.graphs-container {
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}
.graphs-box {
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  padding: 15px 15px 10px 15px;
}
.graphs-box h6 {
  color: #001e31;
  font-weight: 500;
  font-size: 13px;
}
.graphs-box p {
  color: #001e31;
  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;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: 1px solid #cccccc !important;
}
div.dataTables_scrollBody table tbody tr:nth-child(2) th,
div.dataTables_scrollBody table tbody tr:nth-child(2) td {
  border-top: 0px solid #cccccc !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mt-8 {
  margin-top: 8px !important;
} /* 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 effect */
.shimmer {
  background: linear-gradient(to right, #e0e0e0 0%, #c2c2c2 50%, #e0e0e0 100%);
  background-size: 1000px 100%;
  animation: shimmer 1.5s infinite;
}
.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: #fff !important;
}
.datatable-more-select {
  height: 255px !important;
  overflow-y: auto !important;
}
.btn-performAction {
  min-width: 193px;
  background: transparent;
  border: 1.5px solid #9b9b9b !important;
  border-radius: 8px;
  height: 42px;
}
.chevron-icon {
  color: #131332;
  font-size: 15px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  color: #525252;
}
.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: #f3f6f9; */
  width: 48px;
  color: #fff;
  padding: 0.4rem 0.9rem;
  font-size: 0.83125rem;
  border: 0;
  height: 42px;
  border-radius: 8px;
  position: relative;
}
.border-radius-8,
.rounded-8 {
  border-radius: 8px !important;
}
.capitalize {
  text-transform: capitalize;
}
.tooltip .tooltip-inner {
  border-radius: 8px !important;
}
.export {
  color: #4e4d4d;
  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: #f3f6f9 !important;
  width: 185px !important;
  padding: 0.7rem 0.5rem 0.7rem 2.8rem !important;
}
.dt-search:not(:placeholder-shown) {
  background-color: #f3f6f9 !important;
  width: 185px !important;
  padding: 0.7rem 0.5rem 0.7rem 2.8rem !important;
}
.secondary-select2 ~ .select2-container {
  width: 193px !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;
}
.h-42 {
  height: 42px;
}
/* new loader */
.btn-loader {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #525252 94%, #0000) top/5px 5px
      no-repeat,
    conic-gradient(#0000 30%, #525252);
  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, #525252 94%, #0000) top / 3px 3px
      no-repeat,
    conic-gradient(#0000 30%, #525252);
  mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  animation: l13 1s infinite linear;
}
.action-perform-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* new loader */
/* 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: 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 */
.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: #fff;
}
.form-check-input:checked {
  border-color: #0074fc;
  background-color: #fff;
  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: #606060 !important;
}
.rating_star {
  color: var(--rating-color);
  font-size: 14px;
}
.gap-x-30 {
  row-gap: 30px;
}
.vertical-align-top{
  vertical-align: top !important;
}
.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: #f3f6f9;
  border: 0px !important;
} /*.onboarding-banner-one {*/ /*  background-image: url("/assets/img/onboarding/tiling.jpg");*/ /*  background-repeat: no-repeat;*/ /*  background-size: cover;*/ /*  width: 100%;*/ /*  height: 100%;*/ /*  border-radius: 15px;*/ /*  background-color: #fff;*/ /*  padding: 0px 20px 0px;*/ /*  height: 100%;*/ /*}*/ /*.onboarding-banner-one h5 {*/ /*    color: #001E31;*/ /*    font-size: 22px;*/ /*    font-family: Heebo-Bold !important;*/ /*}*/ /*.onboarding-banner-two {*/ /*  background-image: url("/assets/img/onboarding/orio-pattern.png");*/ /*  background-repeat: no-repeat;*/ /*  background-size: cover;*/ /*  width: 100%;*/ /*  height: 100%;*/ /*  border-radius: 15px;*/ /*  background-color: #001E31;*/ /*  padding: 0px 20px 0px;*/ /*  height: 100%;*/ /*}*/ /*.onboarding-banner-two h5 {*/ /*    color: #fff;*/ /*    font-size: 21px;*/ /*    font-family: Heebo-SemiBold !important;*/ /*}*/ /*.onboarding-shipping-logo-container{*/ /*    display: flex;*/ /*    flex-wrap: wrap;*/ /*    row-gap: 21px;*/ /*    justify-content: center;*/ /*    column-gap: 18px;*/ /*}*/ /*.onboarding-shipping-logo-container .shipping-logos{*/ /*    width: 88px;*/ /*    height: 28px;*/ /*}*/ /*.onboarding-shipping-logo-container .shipping-logos-prefered{*/ /*    width: 88px;*/ /*    height: 40px;*/ /*}*/ /*.btn-onboard-logo-one {*/ /*  background: #E4E6E9;*/ /*  border-radius: 12px;*/ /*  font-family: Heebo-Medium;*/ /*  font-size: 16px;*/ /*  color: #525252 !important;*/ /*  margin: 0px auto;*/ /*  height: 48px;*/ /*  line-height: 30px;*/ /*  padding: 8px 38px;*/ /*}*/ /*.btn-onboard-logo-one:hover {*/ /*  background: #CFD2D6 !important;*/ /*  color: #525252;*/ /*}*/ /*.btn-onboard-logo-two {*/ /*  background: #0074FC;*/ /*  border-radius: 12px;*/ /*  font-family: Heebo-Medium;*/ /*  font-size: 16px;*/ /*  color: #fff !important;*/ /*  margin: 0px auto;*/ /*  height: 48px;*/ /*  line-height: 30px;*/ /*  padding: 8px 38px;*/ /*}*/ /*.btn-onboard-logo-two:hover {*/ /*  background: #005DCA !important;*/ /*  color: #fff;*/ /*}*/
.absolute {
  position: absolute;
}
.top-13 {
  top: 13px;
}
.top-15 {
  top: 15px;
}
.top-37 {
  top: 37px;
}
.right-36 {
  right: 36px;
}
.right-16 {
  right: 16px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-17{
  padding-left: 17px !important;
}
.user-avatar-box a {
  color: #4e4d4d !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: 55px;
  border-radius: 9px;
  padding: 10px 0px;
  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);
}
.btn-onboard-logo {
  background: #0074fc;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
  margin: 0px auto;
  height: 55px;
  line-height: 36px;
  padding: 8px 42px;
}
.btn-onboard-logo:hover {
  background: #005dca !important;
  color: #fff;
}
.start-bg {
  background-image: url("/assets/img/onboarding/start-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(100%);
}
svg {
  flex-shrink: 0 !important;
  cursor: pointer;
}
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;
}
.duplicate-row .duplicate-order-row {
  color: red !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-col {
  flex-direction: column;
}
.right-0 {
  right: 0px !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.top-79 {
  top: 79px !important;
}
.top-72 {
  top: 72px !important;
}
.btn-daterangepicker {
  background: #fff;
  color: #001e31;
  height: 45px;
  width: auto;
  border-top-left-radius: 28px;
  font-size: 15px;
  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: #fff;
  color: #4e4d4d;
}
.z-20 {
  z-index: 20 !important;
}
.z-2 {
  z-index: 2 !important;
}
.daterangepicker .ranges li {
  padding: 10px 10px;
  border-radius: 8px;
  color: #001e31;
  font-family: Heebo-SemiBold !important;
}
.daterangepicker .ranges {
  padding: 10px 10px;
}
.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;
}
/* ==================== 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 (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 ======================= */
.flow-diagram {
  width: 730px;
  height: 505px;
  border-radius: 12px;
  position: relative;
  margin: 0 auto;
  background-color: white;
}
.stage-label {
  position: absolute;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  width: 100px;
}
.day-label {
  position: absolute;
  text-align: center; /* font-weight: bold; */
  font-size: 12px;
  bottom: 0;
  width: 50px;
}
.flow-value {
  position: absolute;
  font-size: 12px; /* font-weight: bold; */
}
.horizontal-line {
  position: absolute;
  height: 1px;
  background-color: #e0e0e0;
} /* ==================== Snake Graph ======================= */
/* ======================== add product ================================== */
.add-product-left-bx {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.add-product-right-bx-one {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.add-product-right-bx-two {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.add-product-right-bx-three {
  border-radius: 12px;
  background: #fff;
  width: 100%;
  padding: 20px 17px;
}
.fw-500 {
  font-weight: 500 !important;
}
.custom-dropzone {
  width: 100%;
  border-radius: 8px;
  border: 2px dashed #9b9b9b;
  padding: 22px 16px;
}
.custom-dropzone p {
  color: #525252;
  font-size: 15px;
  font-family: Heebo-Bold !important;
  text-align: center;
  margin: 0px;
}
.text-midNight {
  color: #001e31 !important;
}
.text-ice-blue {
  color: var(--ice-blue) !important;
}
.attribute-title {
  color: #001e31;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0px 0px 0px 4px;
}
.attribute-badge {
  background-color: #e4e4e4;
  font-size: 14px;
  color: #001e31;
  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;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-03 {
  margin-bottom: 3px !important;
}
.variants-table thead th {
  color: #001e31 !important;
  font-size: 14px !important;
  background: #fff !important;
  font-family: Heebo-SemiBold !important;
  text-transform: capitalize;
}
.variants-table tr td {
  padding: 1rem 1rem;
  border-bottom: 2px solid #9b9b9b !important;
}
.variants-table tr th {
  border-bottom: 2px solid #9b9b9b !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;
}
@media (min-width: 320px) and (max-width: 550px) {
  .w-md-536 {
    width: auto;
  }
  .dialog-edit-size {
    min-width: auto !important;
  }
}
.no-notification {
  padding: 10px 15px;
  background-color: #f8f9fa;
} /* ========================== 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;
}
.nav-active a {
  color: #000 !important;
}
.nav-bar-menu {
  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: 60px; /* box-shadow: 0px -6px 10px 0px #0000004d; */
}
.nav-bar-menu:hover {
  background: #3f3f3f !important;
}
.nav-bar-menu:hover a {
  color: #fff !important;
}
.nav-bar-menu:active {
  background-color: white;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.app-content {
  padding: 60px 0 0 230px;
}
.onboarding-app-content {
  padding: 60px 0 0 0;
  background: #f3f6f9 !important;
}
@media (max-width: 991.98px) {
  .app-content {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .nav-bar-menu {
    width: 156px !important;
  }
}
.app-sidebar {
  width: 230px;
}
@media (min-width: 1200px) {
  .navbar-menu-list {
    display: flex !important;
  }
}
@media (max-width: 425px) {
  .app-topbar-logo {
    display: none !important;
  }
}
.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: 60px;
}
@media (max-width: 991.98px) {
  .sidebar-open-mobile .app-content {
    transform: translate3d(227px, 0, 0);
  }
}
.nav-bar-menu.nav-active {
  background-color: #f3f6f9; /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}
.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%
  );
  inset: 0;
  height: 310px;
  position: absolute;
} /* ========================================= reporting dashboard ======================================== */
.card-option {
  min-height: 160px;
  background: #fff;
  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: #001e31;
}
.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: #606060;
  font-weight: 400;
  font-size: 14px;
  font-family: Heebo-Regular !important;
}
.small-card-text {
  height: 80px;
  font-size: 13px;
}
.w-77 {
  width: 77px;
}
.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;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .onboarding-video {
    position: relative !important;
    width: 100% !important;
  }
}
.onboarding-card {
  background: #fff;
  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: #001e31;
  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: #001e31;
  font-size: 17px;
  font-family: Heebo-Bold !important;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.onboarding-card-body h4 {
  color: #001e31;
  font-size: 16px;
  font-family: Heebo-Medium !important;
}
.onboarding-card-body p {
  color: #606060;
  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: #525252 !important; background-color: #e4e6e9 !important; } .btn_tariff:hover{ color: #525252 !important; background-color: #f3f6f9 !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: #606060;
  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: #fff;
  color: #001e31;
  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: #0074fc;
  color: #fff;
}
.active-step {
  display: flex;
  justify-content: start;
  height: 78px;
  align-items: center;
  background: #0074fc;
  border-radius: 8px;
}
.active-step .step-circle {
  background-color: #fff;
  color: #0074fc;
}
.active-step .step-subtitle,
.active-step .step-title {
  color: #fff;
}
.upcoming {
  background-color: #e3ecec;
}
.upcoming .step-circle {
  background-color: #adacac;
  color: #fff;
}
.step-title {
  color: #606060;
  text-transform: uppercase;
  font-size: 15px;
}
.step-subtitle {
  color: #606060;
  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;
}
@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;
  }
}
.tariff-table tbody tr td {
  border: 0px !important;
}
.flex-col {
  flex-direction: column;
}
.tariff-table {
  background-color: #fff;
  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: #001e31;
  font-weight: bold;
  border: none;
  padding: 10px;
  font-size: 14px;
  font-family: "Heebo-Bold";
}
.tariff-table .table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.tariff-table .table tbody tr:nth-child(even) {
  background-color: #f1f2f2;
}
.tariff-table .table tbody td {
  color: #525252;
  padding: 10px;
  font-size: 15px;
  border: none;
}
.mb-14 {
  margin-bottom: 14px;
}
.checkbox-container > label {
  color: #001e31;
  font-size: 14px;
  margin-top: 4px;
}
.terms-content-container {
  overflow-y: auto;
  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: #e6f1ff !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;
}
.mt-6 {
  margin-top: 4.5rem;
}
.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: 80% calc(0.5em + 0.5rem) !important;
}
.h-290 {
  height: 290px !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: #525252 !important;
}
.gap-8 {
  column-gap: 8px;
}
.gap-x-18 {
  column-gap: 18px;
}
.gap-y-18 {
  row-gap: 18px;
}
.inline-grid {
  display: inline-grid !important;
}
.dropdown-sm {
  height: 25px;
  color: #001e31;
  background: #E5E6EA;
  border: 0;
  font-size: 12px;
  min-width: 110px;
  border-radius: 4px;
}
.line-item-badge {
  background: #f3f6f9;
  width: max-content;
  padding: 10px 20px;
  border-radius: 8px;
  color: #525252;
  font-size: 15px;
  font-family: "Heebo-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}
.line-item-img-body {
  background: #fff;
  width: 33px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #afafaf 1px solid;
} /* 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;
}
.fs-30 {
  font-size: 30px !important;
}
.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: #fff;
  width: 100%;
  height: 165px;
  padding: 15px 25px 10px 25px;
}
.tiles-logo-img {
  width: 90px;
  position: relative;
  height: 48px;
}
.active-order-grid {
  background-color: #0074fc !important;
}
.active-order-grid:hover > svg path,
.active-order-grid > svg path {
  stroke: #fff !important;
  fill: #fff !important;
}
.active-order-grid:hover {
  background-color: #005dca !important;
} /* .min-w-255 { min-width: 255px !important; } */
.mr-7 {
  margin-right: 7px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.child-line-item-row:hover {
  background: transparent !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
} /* ========================================== order =========================================== */ /* ========================================== order =========================================== */
.ml-lg-231 {
  margin-left: 231px !important;
}
.mt-lg-60 {
  margin-top: 3.8rem !important;
}
.modal-height-cn {
  min-height: calc(100vh - 60px) !important;
}
.modal-xl-cn {
  width: calc(100vw - 230px) !important;
}
.border-radius-0 {
  border-radius: 0px !important;
}
.top-22 {
  top: 22px !important;
}
.right-18 {
  right: 18px !important;
}
.z-2 {
  z-index: 2 !important;
}
.flex-grow-1 {
  flex: 1 1 0%;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-xl-cn {
    max-width: 100vw;
  }
}
@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%;
  }
} /* ========== dashboard tiles popup ===========   */
.info-icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.popup-box {
  display: none;
  position: absolute;
  top: 43px;
  left: -6px;
  width: 270px;
  min-height: 133px;
  max-height: 145px;
  padding: 15px 25px;
  background: #fff;
  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;
} /* ========== dashboard tiles popup ===========   */
.fa-calendar-alt {
  position: absolute !important;
  top: 15px !important;
  right: 40px !important;
  z-index: 10;
  color: #001e31 !important;
}
.input-datepicker.form-control.is-invalid,
.input-datepicker.form-control.is-valid,
.input-datepicker.was-validated {
  background-position: 82% calc(0.4em + 0.5rem) !important;
}
.append-text {
  background-color: #f3f6f9;
  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%);
}
.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: #fff;
  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;
} /* ========= apply filter =======  */
.select2-selection__choice,
.select2-results__option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection__choice {
  max-width: 195px;
} /* ============================================= aging summary =========================== */
.even-row {
  background-color: #f9fafe;
}
.highlight-red {
  background-color: #f832452e;
} /* ============================================= aging summary =========================== */
.order-grid-btn a {
  background-color: #f3f6f9;
} /* ============================================= Add Order product create modal =========================== */
.hidden-input-lg {
  font-size: 13px;
  line-height: 18px; /* padding: 10px; */
  color: #525252 !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: #525252 !important;
  font-family: Heebo-Regular;
  letter-spacing: 0.4px;
  border: 1.5px solid #9b9b9b;
  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;
} /* ==========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: #fff;
  background-color: #3f3f3f;
  /* 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: #3f3f3f !important;
  width: 100%;
  padding: 0.7rem 45px 0.7rem 2.5rem !important; /* space for both icons */
  cursor: text;
  outline: none;
}
.search-btn {
  position: absolute;
  right: 16px;
  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;
}
.ml-30 {
  margin-left: 30px;
}
/* ===========window ========= */
.window-footer {
  position: sticky;
  inset: 0;
  background: white;
}
.mb-35 {
  margin-bottom: 35px;
}
/* =========window ============= */
.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 {
  background-color: #f3f6f9;
}
/* =========== general setting ========== */
.btn-bg {
  background-color: #f3f6f9;
}
/* ===========general setting =========== */
.overflow-clip {
  overflow: clip !important;
}
/* ==========order table img=========== */
.order-img,
.review-img {
  width: 120px;
  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;
}
.review-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
}
.review-img {
  width: 50px;
  height: 50px;
  position: relative;
}
/* =============== order table img ========== */
/* ========== 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: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;
}

.floating-label {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: #525252;
  font-size: 13px;
  cursor: text;
  pointer-events: auto;
  transition: all 0.3s ease;
  transform-origin: left center;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0 8px;
  background-color: #ffffff;
  z-index: 3 !important;
  font-weight: 600;
}
.floating-input {
  width: 100% !important;
  height: 45px;
  padding: 8px 12px;
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  font-size: 14px;
  color: #525252;
  transition: all 0.2s ease;
  font-family: inherit;
}
.floating-input::placeholder {
  color: transparent;
}
.floating-input:focus {
  outline: 0;
  border-color: #9b9b9b;
}
.input-group .floating-input:focus ~ .floating-label,
.input-group .floating-input:not(:placeholder-shown) ~ .floating-label {
  top: 0;
  font-size: 12px;
  color: #525252;
}
.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: #525252;
}
.input-group
  .floating-input:not(:focus):not(:placeholder-shown)
  ~ .floating-label {
  color: #525252;
}
.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 ========= */
#windowModal .modal-body {
  position: static !important;
}
.p-17 {
  padding: 17px !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;
}
.vertical-align-top {
  vertical-align: top;
}
/* ============== table footer ============== */
@media screen and (max-width: 520px) and (min-width: 300px) {
  .h-380 {
    height: auto !important;
  }
}
.sidebar-collapsed
  .app-sidebar:hover
  .sidebar-collapsed:hover
  .app-sidebar--light
  .sidebar-navigation
  ul
  > li.mm-active
  > a {
  padding: 0 2rem !important;
}
.z-11 {
  z-index: 11;
}
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;
  cursor: pointer;
}
.dataTables_length ::picker(select) {
  border: none;
  border-radius: 8px;
}
.dataTables_length select option {
  background: #e4e6e9;
  padding: 5px 10px 3px 9px;
  transition: 0.4s;
  color: #525252;
}
.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 ================= */
/* ==========================order page badges with border ======================= */
.badge-border{
	text-transform: uppercase;
    height: 24px !important;
    line-height: 24px !important;
    border-radius: 11px !important;
    padding: 0px 10px !important;
    font-weight: 500;
}
.border-radius-right-0{
      border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.border-radius-right-8{
      border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#password.form-control.is-invalid, #password.form-control.is-valid,
#retypepassword.form-control.is-invalid, #retypepassword.form-control.is-valid{
      background-position: 90% calc(.4em + .5rem) !important;
}
.pr-53{
  padding-right: 53px !important;
}
.border-dashed{
  border:1px dashed #cccccc !important;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #ffffff !important;
    cursor: not-allowed;
}
.right-240{
  right:240px;
}
.right-60{
  right:60px;
}
.border-radius-left-0{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.lh-22{
  line-height: 22px;
}

table[data-view="orderv2"] thead th,
table[data-view="orderv3"] thead th{
  vertical-align: top !important;
}
/* ===================== notification pg ==================== */

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

.channel-card {
  background: #ffffff;
  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: #001e31;
  margin-bottom: 8px;
}

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

.channel-status-badge {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Heebo-Medium";
}

.channel-status-badge.active {
  background: #d2ffd7;
  color: #01bc1d;
}

.channel-status-badge.not-approved {
  background: #ffdedf;
  color: #ec1e27;
}

@media (max-width: 768px) {
  .channels-grid {
    grid-template-columns: 1fr;
  }
}
.table td {
  padding: 0.8rem 1rem !important;
}
.modal-md {
  max-width: 500px !important;
}
.modal-lg {
  max-width: 600px !important;
}
/* ===================== notification pg ==================== */

/* ===================== platform pg ==================== */

.flowchart-container {
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.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;
  flex-wrap: nowrap;
  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: #e9ecef;
  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: #e9ecef;
  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 > .add-flow-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 50px;
  border-left: 2px solid #e9ecef;
  border-bottom: 2px solid #e9ecef;
  border-bottom-left-radius: 20px;
  z-index: -1;
}

.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 #e9ecef;
  border-bottom: 2px solid #e9ecef;
  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 #e9ecef;
  border-bottom: 2px solid #e9ecef;
  border-bottom-right-radius: 20px;
  z-index: 1;
  transform: none;
}

.tree-center-line {
  width: 2px;
  height: 40px;
  background: #e9ecef;
  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;
  background: #e9ecef;
  margin: 0 auto;
}

.courier-cards-horizontal, .location-cards-horizontal {
  margin-top: 0;
  padding-top: 50px !important;
  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: #e9ecef;
  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: #e9ecef;
  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 #e9ecef;
  border-top: 2px solid #e9ecef;
  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 #e9ecef;
  border-top: 2px solid #e9ecef;
  border-top-right-radius: 20px;
  z-index: 1;
}

.add-flow-btn {
  background: #f3f6f9;
  border: 1px solid #f3f6f9;
  border-radius: 16px;
  padding: 14px 25px;
  cursor: pointer !important;
  font-family: "Heebo-Medium";
  transition: all 0.3s ease;
  font-size: 16px;
  color: #001e31;
  min-width: 195px;
  position: relative;
}

.platform-badge {
  background: linear-gradient(180deg, #0074fc 0%, #004596 100%);
  color: #fff;
  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;
  box-shadow: 0 10px 20px rgba(0, 70, 150, 0.2);
}

.step-header {
  text-align: center;
  padding: 30px 30px 0;
}

.step-title {
  font-size: 32px;
  font-family: "Heebo-Bold";
  color: #001e31;
  margin-bottom: 30px;
}

.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}

.step-circle {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: transparent;
  border: 6px solid #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #6c757d;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.step-circle.active {
  border: 6px solid #0074fc;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 116, 252, 0.2);
}

.step-circle.completed {
  background: #0074fc;
  border-color: #0074fc;
  color: white;
}

.step-circle.active > i {
  color: #0074fc;
}

.step-circle > i {
  color: #d1d5db;
}

.step-circle.completed > i {
  color: white;
}

.step-circle svg {
  width: 18px;
  height: auto;
}

.step-line {
  width: 150px;
  height: 3px;
  background: #e9ecef;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.step-line.active {
  background: #0074fc;
}

.step-line.completed {
  background: #0074fc;
}

/* Step Content */
.step-content {
  min-height: 400px;
  width: 100%;
}

.step-section {
  display: none;
}

.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: 28px;
  font-family: "Heebo-Bold";
  color: #001e31;
  text-align: center;
  margin-bottom: 10px;
}

.platform-content-subtitle {
  font-size: 16px;
  font-family: "Heebo-Regular";
  color: #525252;
  text-align: center;
  margin-bottom: 30px;
  max-width: 660px;
  margin-inline: auto;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.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;
}

.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: #001e31;
}

.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: #001e31;
  margin: 0;
  transition: all 0.3s ease;
}

.platform-card.selected .platform-name {
  color: #ffffff;
}

.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;
}

.step-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.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 #e9ecef;
  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: #525252;
  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: #0074fc;
  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: #0074fc;
  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: 50px;
  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;
  top: -25px;
  right: -10px;
  font-size: 14px;
  font-family: "Heebo-Medium";
  color: #001e31 !important;
  text-decoration: underline !important;
  cursor: pointer;
  z-index: 5;
}

.stacked-card{
  border-right: 5px solid #fff; 
}

.add-flow-btn.stacked-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  width: 100%;
  height: 100%;
  background: #E9ECEE;
  border: 1px solid #e9ecef;
  border-radius: 18px;
  z-index: -1;
}

.add-flow-btn.stacked-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #f3f6f9;
  border: 1px solid #f3f6f9;
  border-radius: 18px;
  z-index: -2;
  opacity: 0.6;
}

.mini-add-btn {
  position: absolute;
  bottom: -35px;
  right: -25px;
  border: none;
  background: transparent;
  font-family: "Heebo-Medium";
  color: #001e31;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
}

.all-platforms-list-card {
  background: #fff;
  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: 60px;
  margin-right: 50px;
}

.platform-info {
  margin-right: 150px;
}

.platform-logos {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .platform-info {
    margin-right: 50px;
  }
}

@media (max-width: 992px) {
  .platform-number {
    font-size: 80px;
    margin-right: 30px;
  }
  
  .platform-info {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .all-platforms-list-item {
    flex-wrap: wrap; 
    padding: 20px;
  }

  .platform-number {
    font-size: 60px;
  }

  .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 {
    gap: 10px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .flow-item-line {
    padding: 0 10px;
  }
}

/* ===================== platform pg ==================== */
