a {
  text-decoration: none !important;
  color: #525252 !important;
}

body {
  overflow-x: hidden !important;
}

:root {
  --rating-color: #FFD700;
}

::selection {
  color: #fff;
  background-color: #0074FC;
}

::placeholder {
  color: #7a7b97 !important;
}

.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: 34px;
  right: 24px;
}

.btn-orio-auth {
  background: #122444;
  color: #fff;
  height: 38px;
  line-height: 10px;
  min-width: 150px;
}

.logo-wrapper {
  margin-bottom: 40px;
}

/*=========================Search Bar=========================*/
.search-link {
  border-radius: 10px;
  background-color: #f7f9f9;
}

.search-option a {
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  margin: 0;
  color: #3b3e66;
}

.search-option a:hover {
  background-color: #eff3f4 !important;
  color: #3b3e66 !important;
}

.search-option {
  width: 235px !important;
  background-color: #f7f9f9 !important;
  position: absolute;
  top: 90%;
  border-radius: 6px;
  box-shadow: 0 12px 8px 2px #dadada82;
}

/*=========================Search Bar=========================*/
/*=========================BTN STYLES=========================*/

button.btn.btn-onboard-watch {
  background: #fff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #3b3a4b;
  width: 160px;
  margin: 0px auto;
  height: 47px;
}

button.btn.btn-onboard-watch:hover {
  background: #0074FC;
  color: #fff;
}

button.btn.btn-onboard-watch:hover .play-icon path {
  fill: #fff;
}

button.btn.btn-store {
  background: #0074fc;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  width: 180px;
  margin: 0px auto;
}

button.btn.btn-store:hover {
  background: #005dca !important;
}

button.btn.btn-create {
  background: #122444;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  width: 200px;
  margin: 0px auto;
}

button.btn.btn-create:hover {
  background: #122444 !important;
}

.btn-orio {
  background: #122444 !important;
  color: #fff !important;
  /* height: 42px; */
  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; */
  opacity: 0.9 !important;
  color: #fff !important;
}

.btn-default {
  background: #9f6329 !important;
  color: #fff !important;
  /* height: 42px; */
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 0px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.btn-rounded {
  background: #9f6329 !important;
  color: #fff !important;
  /* height: 42px; */
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.btn-circle {
  background: #9f6329 !important;
  color: #fff !important;
  /* height: 42px; */
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.btn-3d {
  background: #9f6329 !important;
  color: #fff !important;
  /* height: 42px; */
  height: 45px;
  line-height: 34px;
  min-width: 185px;
  border-radius: 30px;
  border-bottom: 8px;
  border-bottom-color: #8b4016;
  border-bottom-style: solid;
  font-size: 16px;
  margin-top: 12px;
  text-transform: capitalize;
}

.hr-border {
  border-color: #9B9B9B !important;
}

.btn-secondary-orio-outline {
  background: transparent;
  color: #474747 !important;
  /* height: 42px; */
  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: 42px; */
  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;
}

#extra-btns>.btn-custom {
  background-color: #f3f6f9 !important;
}

.hover-icon>.btn-custom {
  background-color: #f3f6f9 !important;
}

.btn-custom {
  color: #555555;
  background-color: #e4e6e9;
  height: 45px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 49px;
}

.btn-custom:hover {
  background: #cecfcf !important;
  color: #555555;
}

.rounded-8 {
  border-radius: 8px !important;
}

.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: transparent !important;
  color: #000 !important;
  min-width: 60px !important;
}

.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;
  /*margin-bottom: 5px;*/
}

.primary-gradient-bg {
  background: #f5f5f5 !important;
}

.text-pink {
  color: #ec2a53;
}

.text-azure {
  color: #0074FC;
}

.badge-error,
.badge-error a {
  background-color: #ffe2e6;
  color: #f64e60;
}

.badge-replacement {
  background: #66cccc2e;
  color: #66cccc;
}

.badge-deleted {
  background: #46464629;
  color: #464646;
}

.badge-returned {
  color: #f83245;
  background: #f832452e;
}

.badge-accepted {
  background: #9b51e029;
  color: #9b51e0;
}

.badge-in-transit {
  background: #f3b98cad;
  color: #EA7317;
}

.badge-rejected {
  background: #ff740036;
  color: #ff7400;
}

.badge-delivered {
  background: #1bc9432b;
  color: #15ad38;
}

.badge-onroute {
  background: #f2d01636;
  color: #f2d016;
}

.badge-shipped {
  color: #4191ff;
  background: #4191ff2e;
}

.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;
}

label.creat-lable {
  font-size: 14px;
  line-height: 18px;
}

.background-orio {
  background-image: url(.././img/Orio-Pattern.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh !important;
  overflow: hidden;
}

.select2-container--bootstrap4 .select2-selection,
.rd-100 {
  border-radius: 8px !important;
}

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 ===================*/
.app-sidebar {
  background: #fff !important;
}

.nav-logo>a.brand-logo {
  width: 120px;
  transition: all 0.3s;
  margin: 0 auto;
}

.sidebar-collapsed .nav-logo>a.brand-logo {
  width: 60px;
  transition: all 0.3s;
}

.nav-logo>a.brand-logo>img {
  width: 100%;
}

.table td,
.table th {
  font-size: 13px;
  line-height: 20px;
}

div#reportrange {
  font-size: 13px;
  width: 330px !important;
}

.fx-ul-scroll-list {
  height: 273px;
  overflow-y: auto;
}

.fx-ul-scroll-list-cities {
  height: 432px;
  overflow-y: auto;
}

.fx-ul-scroll-list-menus {
  height: 625px;
  overflow-y: auto;
}

.list-cities-min-height {
  min-height: 350px;
}

.coursor-pointer {
  cursor: pointer;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  text-align: start;
}

#order-status-shipments {
  height: 380px;
}

#order-status-shipments .order-status-list {
  flex: 0;
}

.order-status-dropdown {
  width: 100% !important;
  font-size: 13px;
  padding: 5px 10px;
  text-align: center;
  height: 32px;
}

.action-perform-btns>a {
  display: inline-block;
  margin-right: 5px;
}

.action-perform-btns>a>svg {
  width: 15px;
  height: 15px;
}

.swal2-styled.swal2-cancel {
  background-color: #ccc !important;
}

.swal2-styled.swal2-confirm {
  background-color: #e72d52 !important;
}

.text-address {
  height: 3em;
  overflow: hidden;
}

.select2-container .select2-search--inline,
.select2-container .select2-selection--multiple .select2-selection__choice {
  line-height: 28px;
  font-size: 13px;
}

.sidebar-navigation ul .fade.mm-collapse {
  display: none;
  height: 0px;
  opacity: 0;
  transition: all 0.3s;
}

.sidebar-navigation ul .fade.mm-collapse.mm-show {
  display: block;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}

form label {
  font-size: 12px;
  font-weight: 600;
}

form input.form-control,
form textarea.form-control,
form select.form-control {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: #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;
}

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: 20px;
  height: 20px;
  box-sizing: border-box;
}

a.dt-button.buttons-columnVisibility.checked:before {
  background-color: #007aff;
  border-color: #007aff;
}

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: 12px;
  margin-top: 3px;
  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='%23fff' 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;
  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 0 !important;
}

div.dt-button-collection.dropdown-menu .buttons-columnVisibility:nth-child(2) {
  display: none !important;
}

.dt-button-collection-title~buttons-columnVisibility:first-child {
  display: none !important;
}

div.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: 0 !important;
  width: 70%;
  top: 54% !important;
  left: 16% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: 0 !important;
  width: 80%;
  top: 54% !important;
  left: 11% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

div.dt-button-collection.dropdown-menu.fixed.column {
  margin-left: 0 !important;
  width: 50%;
  top: 54% !important;
  left: 25% !important;
  right: 0% !important;
  padding: 30px;
  border-radius: 10px;
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #122444;
  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;
}

.newStatusColor {
  background: #1175ae;
  border: 1px solid #33327e;
}

.holdStatusColor {
  background: #858181;
  border: 1px solid #858181;
}

.confirmedStatusColor {
  background: #c98209;
  border: 1px solid #c98209;
}

.cancelleddStatusColor {
  background: #fc0f0f;
  border: 1px solid #fc0f0f;
}

#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;
}

.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;
}

.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;
}

/*.apexcharts-canvas {*/
/*  margin: 0 auto;*/
/*}*/
#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: 3%;
  top: 16%;
  font-size: 22px;
}

.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;
}

/* =======================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: 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: 2px solid #cccccc;
  border-radius: 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* =======================Tags======================== */
/*=========================Responsive=========================*/
@media (max-width: 991px) {
  .bg-fixed {
    display: none;
  }
}

/*=========================Responsive=========================*/

/*=========================Topbar Icons=========================*/
.user-icon,
.notification-icon {
  width: 21px;
}

/*=========================Topbar Icons=========================*/

/*=========================Label Tag=========================*/
label.creat-lable {
  font-family: Heebo-Regular !important;
  color: #525252 !important;
  font-weight: 600 !important;
}

/*=========================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: 48.5px !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-image: url("/assets/img/auth/auth.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.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;
}

.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-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.text-gray {
  color: #606060 !important;
}

.font-gray {
  color: #7b7a7a !important;
}

.th-text-gray {
  color: #464e5f !important;
}

.th-text-iceburk {
  color: #131332;
}

.px-34 {
  padding: 0px 34px;
}

.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;
}

.max-w-180 {
  max-width: 180px !important;
}

.max-w-525 {
  max-width: 525px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.w-max-content {
  width: max-content !important;
}


.donut-container {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  height: 100%;
}

.adsBG-one {
  background-image: url("/assets/img/ads/orioFrame.png");
  background-color: #001E31;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.adsBG-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/assets/img/ads/orioHalfFrameVertical.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right;
}

.adsCarousel {
  border-radius: 15px;
}

.rules-gradient-bg {
  background-image: url("/assets/img/svg/rules-gradient-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}



.own-store {
  background-image: url("/assets/img/ads/own-store.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 3px) !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #525252 !important;
}

tbody tr td {
  border-bottom: 1px solid #cccccc !important;
}

/*.table td {*/
/*  padding: 1rem 1rem !important;*/
}

.table td,
{
padding: 0rem 1rem !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.min-w-auto {
  min-width: auto !important;
}

.min-w-105 {
  min-width: 105px;
}

.status-card-border-b {
  border-bottom: 1px solid #5454 !important;
}

.dt-search {
  background: #f3f6f9 !important;
  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;
}

button.applyBtn:hover {
  background-color: #005DCA !important;
}

/*.apexcharts-legend-marker {*/
/*  top: 1px !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;
}


/*.apexcharts-legend.position-bottom .apexcharts-legend-series,*/
/*.apexcharts-legend.position-top .apexcharts-legend-series {*/
/*  display: block !important;*/
/*}*/

/*.apexcharts-legend {*/
/*  inset: auto 30px 45px !important;*/
/*}*/

.pb-39 {
  padding-bottom: 39px !important;
}

.filter-counter {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #122444;
  border-radius: 100%;
  color: #fff !important;
  font-size: 10px;
  top: -4px;
  left: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.min-w-22 {
  min-width: 300px;
}

.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;
  /* color: #495057; */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  display: inline-block;
  /* margin: 20px 0 0 20px; */
}
.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;
  /* color: #212529; */
  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: 5px 0px 12px 0px; */
  padding: 9px 0px 4px 0px;
}

.notification-time {
  font-family: "Heebo-Bold";
  font-size: 12px;
  font-weight: 500;
}

.first-section {
  padding-top: 0;
}

.custom-dropdown-menu {
  max-width: 430px !important;
  width: 430px !important;
  transform: translate3d(-237px, 54px, 0px) !important;
}

.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 {
  width: 185px !important;
}

.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: 50px !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;
}

.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: #122444;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

/*=========================== Arrow Spinner ===========================*/


.dataTables_scrollBody::-webkit-scrollbar {
  width: 0 !important;
}


.dataTables_scrollBody {
  -ms-overflow-style: none !important;
}

.dataTables_scrollBody {
  position: static !important;
  height: 457px;
}

.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 {
  color: #001E31;
  font-weight: 600;
  font-size: 18px;
  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: 15px;
  font-family: Heebo-Regular !important;
}

.dashboard-graphs-box p {
  color: #001E31;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Heebo-Bold';
  letter-spacing: 0.5px;
}

.graphs-container {
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 15px;
}


.graphs-box {
  border-radius: 8px;
  background: #f3f6f9;
  width: 100%;
  padding: 15px 15px 10px 15px;
}

.graphs-box h6 {
  color: #001E31;
  font-weight: 500;
  font-size: 15px;
}

.graphs-box p {
  color: #001E31;
  font-weight: 400;
  font-size: 13px;
}

.max-w-48 {
  width: 48% !important;
}

.w-30 {
  width: 30% !important;
}

.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: 1px solid #cccccc !important;
}

/*td > .select2-container--bootstrap4 .select2-selection--single{*/
/*    height: 29px !important;*/
/*}*/

/*td > .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{*/
/*    height: calc(1.5em + 0.4rem) !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;
}

/* Placeholder styles */
.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: 2px solid #cccccc;
  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;
  color: #fff;
  padding: .4rem 0.9rem;
  font-size: .83125rem;
  border: 0;
  height: 42px;
  border-radius: 8px;
}

.btn-applyaction:hover {
  background-color: #e4e6e9 !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-9 {
  border-radius: 9px !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(.8em + .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 {
  width: 193px !important;
  padding: 0.7rem 0.5rem 0.7rem 2.8rem !important;
}

.dt-search:not(:placeholder-shown) {
  width: 193px !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;
}

.min-w-193 {
  min-width: 193px !important;
}

.secondary-form-control {
  height: 42px !important;
}

.h-42 {
  height: 42px;
}

.test-loader {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #0074FC 94%, #0000) top/5px 5px no-repeat,
    conic-gradient(#0000 30%, #0074FC);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

/* new loader */
.btn-loader {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #525252 94%, #0000) top/5px 5px no-repeat,
    conic-gradient(#0000 30%, #525252);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

.action-loader {
  margin-right: 10px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #525252 94%, #0000) top / 3px 3px no-repeat, conic-gradient(#0000 30%, #525252);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  animation: l13 1s infinite linear;
}

/* new loader */
.action-perform-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tracking loder */
.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070919;
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 0.8;
}

.overlay-loader-text {
  color: 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 */

/*=================== SHIPPING PARTNER COLORS & BG STYLES ===================*/
.bg-blueex {
  background-color: rgba(0, 71, 186, 0.8) !important;
}

.text-blueex {
  color: #0047ba !important;
}

.border-blueex {
  border-color: #0047ba !important;
}

.bg-tcs {
  background-color: rgba(242, 30, 38, 0.8) !important;
}

.text-tcs {
  color: #f21e26 !important;
}

.border-tcs {
  border-color: #f21e26 !important;
}

.bg-callcourier {
  background-color: rgba(0, 177, 76, 0.8) !important;
}

.text-callcourier {
  color: #00b14c !important;
}

.border-callcourier {
  border-color: #00b14c !important;
}

.bg-mp {
  background-color: rgba(242, 101, 34, 0.8) !important;
}

.text-mp {
  color: #f26522 !important;
}

.border-mp {
  border-color: #f26522 !important;
}

.bg-bykea {
  background-color: rgba(0, 170, 47, 0.8) !important;
}

.text-bykea {
  color: #00aa2f !important;
}

.border-bykea {
  border-color: #00aa2f !important;
}

.bg-leopards {
  background-color: rgba(255, 203, 5, 1) !important;
}

.text-leopards {
  color: #ffcb05 !important;
}

.border-leopards {
  border-color: #ffcb05 !important;
}

.bg-rider {
  background-color: rgba(0, 138, 255, 0.8) !important;
}

.text-rider {
  color: #008aff !important;
}

.border-rider {
  border-color: #008aff !important;
}

.bg-trax,
.bg-custom {
  background-color: rgba(0, 178, 107, 0.8) !important;
}

.text-trax,
.text-custom {
  color: #00b26b !important;
}

.border-trax {
  border-color: #00b26b !important;
}

.bg-movexcourier {
  background-color: rgba(63, 180, 79, 0.8) !important;
}

.text-movexcourier {
  color: #3fb44f !important;
}

.border-movexcourier {
  border-color: #3fb44f !important;
}

.bg-orio {
  background-color: rgba(0, 116, 252, 038) !important;
}

.border-orio {
  border-color: #0074fc !important;
}

.text-orio,
.text-orio:hover {
  color: #005dca;
}

.bg-flycourier {
  background-color: rgba(24, 19, 110, 0.8) !important;
}

.text-flycourier {
  color: #000044 !important;
}

.border-flycourier {
  border-color: #add8e6 !important;
}

.bg-instaworld {
  background-color: rgba(149, 219, 247, 0.8) !important;
}

.border-instaworld {
  border-color: #95dbf7 !important;
}

.bg-barqraftar {
  background-color: rgba(253, 188, 17, 0.8) !important;
}

.border-barqraftar {
  border-color: #fdbc11 !important;
}

.bg-dodeliver {
  background-color: rgba(233, 3, 3, .8) !important;
}

.border-dodeliver {
  border-color: #e90303 !important;
}

.bg-tqs {
  background-color: rgba(190, 28, 45, .8) !important;
}

.border-tqs {
  border-color: #be1c2d !important;
}

.bg-daewooexpress {
  background-color: rgba(3, 70, 126, .8) !important;
}

.border-daewooexpress {
  border-color: #03467e !important;
}

.bg-camel {
  background-color: #ffff00 !important;
}

.border-camel {
  border-color: #ffff00 !important;
}

.bg-yslogistics {
  background-color: #292868 !important;
}

.border-yslogistics {
  border-color: #292868 !important;
}

.bg-postex {
  background-color: #000000 !important;
}

.border-postex {
  border-color: #000000 !important;
}

.bg-courix {
  background-color: #636363 !important;
}

.border-courix {
  border-color: #636363 !important;
}

.bg-imile {
  background-color: #00fff3 !important;
}

.border-imile {
  border-color: #00fff3 !important;
}

.bg-skynet {
  background-color: #ec1c24 !important;
}

.border-skynet {
  border-color: #ec1c24 !important;
}

.bg-sellerlogs {
  background-color: #a40220 !important;
}

.border-sellerlogs {
  border-color: #a40220 !important;
}

.bg-swyft {
  background-color: #444442 !important;
}

.border-swyft {
  border-color: #444442 !important;
}

.bg-postexpartner {
  background-color: #000000 !important;
}

.border-postexpartner {
  border-color: #000000 !important;
}

/*=================== SHIPPING PARTNER COLORS & BG STYLES ===================*/

.min-w-135 {
  min-width: 135px;
}

.shadow-md {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.select2-selection .select2-selection--multiple {
  height: auto !important;
}

.tooltip {
  pointer-events: none;
}

.form-check-input {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
  cursor: pointer;
  background-color: #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: .84rem 1rem !important;
}

.charcoal {
  color: #606060 !important;
}

.rating_star {
  color: var(--rating-color);
  font-size: 14px;
}

.gap-x-30 {
  row-gap: 30px;
}

.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;
}

.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 18px;
  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: #122444;
  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 {
  opacity: 0.9 !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 {
  /* pointer-events: none; */
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(100%);
}

svg {
  flex-shrink: 0 !important;
}

table.dataTable tbody tr td {
  word-wrap: break-word;
  word-break: break-all;
}

div.dataTables_scrollBody {
  border-left: 1px solid transparent !important;
}

.leading-25{
  line-height: 25px;
}

.shrink-table td {
  padding: 0.2rem 1rem !important;
}

.sidebar-menu-icon {
  margin-right: 12px;
}


.duplicate-row{
  color: red !important;
  background-color: #f8d7da !important;  
}
.duplicate-row  .duplicate-order-row {
  color: red !important;
}


.min-w-220{
  min-width: 220px !important;
}

.h-14 {
  height: 15px !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-col{
flex-direction: column;
}

.w-13{
  width: 13px !important;
}

.right-0{
  right: 0px !important;
}

.bottom-0{
  bottom: 0 !important;
}

.top-79{
  top: 79px !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;
}

.min-width-auto{
  min-width: auto !important;
}

.hidden{
  display: none !important;
}

.w-280 {
  width: 280px !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;
}

.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;
}

.w-536 {
  width: 536px !important;
}

.w-140 {
  width: 140px !important;
}

.w-84 {
  width: 84px !important;
}

.w-60 {
  width: 60px !important;
}
.w-650 {
  width: 650px !important;
}
.min-w-220 {
  min-width: 220px !important;
}

.h-14 {
  height: 15px !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-col {
  flex-direction: column;
}

.dialog-edit-size {
  min-width: 650px !important;
}
@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;
}