:root {
  --primary-color: #3D348B;
  --primary-color-light: #3D348B;
}

/* Global Button Styles */
button,
.btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

button:hover,
.btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

button:active,
.btn:active {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}



button:focus:not(:active)::after,
.btn:focus:not(:active)::after {
  transform: scale(0, 0);
  opacity: 0.5;
  transition: 0s;
}

.back_btn {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  color: #6d6d6d;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px 0 0px;
}

.search-box {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccd2da;
  /* border-radius: 0px 25px 25px 0px; */
}

.search-icon {
  padding: 6px 10px;
  color: #000000;
  display: flex;
  align-items: center;
  background: #f8f9fc;
  border-right: 1px solid #ccd2da;
}

.search-input {
  flex: 1;
  border: none;
  color: #000000;
  outline: none;
  padding: 6px 10px;

}

.btn-outline-secondary {
  border: 1px solid #ccd2da !important;
  color: #000000;
}

.data_table .card-body {
  padding: 10px 0 !important;
}

.table-sm> :not(caption)>*>* {
  padding: 5px 5px;
}

.form-check-input-lg {
  width: 20px;
  height: 20px;
  border: 1px solid #ccd2da;
}

.order_data .offcanvas {
  width: 1000px;
  background: #f5f6fa;
}

.mb_display_none {
  display: block;
}

.desk_display_none {
  display: none !important;
}

.show_carrier_left {
  padding: 10px 20px;
  min-height: 100vh;
}

.show_carrier_right h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.show_carrier_right h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.show_carrier_right h6 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.show_carrier_right figure {
  background: #f3f5f9;
  border-radius: 6px;
  /* height: 50px; */
  width: 100%;
  overflow: hidden;
  padding: 10px 8px;
  border: 1px solid #e4e4e4;
  margin: 0;
}

.show_carrier_right .list-group-item {
  padding: 25px 10px;
}

.mob_nav {
  display: none !important;
}

.order_box_left {
  font-size: 14px;
  flex-direction: column !important;
}

.order_box_left span {
  background-color: #7e7f80;
  color: #fff;
  padding: 5px;
}

.order_box_left .active_step {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px;
}


.address_box_s .card {
  border: 1px solid #99999924;
  min-height: 185px;
}

.address_box_s .active {
  border: 1px solid var(--primary-color) !important;
}

.address_box_s .address_add {
  border: dotted 1px #0d6efd;

}

.add_btns {
  padding-top: 30px;
}

.add_btns i {
  font-size: 12px;
}



.order_box {
  font-weight: 400 !important;
}

.order_box h6 {
  font-weight: 500 !important;
}

.order_box .form-control,
.order_box .form-label {
  font-weight: 400 !important;
}


.fileinput .card {
  background: #e2eaf6c9;
  border: dashed;
  padding: 4rem 0;
}

.fileinput input[type="file"] {
  display: none;
}

.fileinput .custom-file-upload {
  border: 1px solid;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  border-radius: 20px;
}

.fileinput .custom-avatar {
  border: 1px solid;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: #fff;
  color: #686868;
  border-radius: 20px;
}

.order_box .form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 20px;
}

.order_box_left {
  font-size: 14px;
}

.order_box_left span {
  background-color: #7e7f80;
  color: #fff;
  padding: 5px;
}

.order_box_left .active {
  color: var(--primary-color) !important;
  color: #fff;
}

.alerts_box h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.alerts_box p {
  font-weight: 300;
  margin: 0;
}

.alerts_box .alert {
  margin-bottom: 0;
}

.alerts_box .alert-danger {
  background: #feddda;
  color: #000000b5;
  border-color: #ecbfbf;
}

.alerts_box i {
  font-size: 25px;
}

.alerts_box .alert-danger i {
  color: #ff5d5d;
}

.alerts_box .alert-secondary {
  background: #d9d9d954;
  color: #000000b5;
  border-color: #979797;
}

.alerts_box .alert-secondary i {
  color: #000000b5;
}

.order_progres_box {
  /* padding: 7rem 5rem 1rem 5rem; */
  text-align: center;
  /* background: #edf1fb; */
  /* border: 2px dashed var(--main_color); */
  /* border-radius: 10px; */
}

.order_import_stat p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

.alrt_task i {
  font-size: 25px;
}

.alrt_task h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.alrt_task p {
  font-weight: 300;
  margin: 0;
  font-size: 14px;
}

.alrt_task .alert {
  margin-bottom: 0;
}

.alrt_task {
  color: #3d445c;
}

.alrt_success_task .alert-success {
  background: #ecfdf5;
  border-color: #bfecdc;
}

.alrt_success_task i {
  color: #43c094;
}

.alrt_failed_task .alert-danger {
  background: #ffe9eb;
  border-color: #f2b7bd;
}

.alrt_failed_task i {
  color: #fa6775;
}

.order_import_stat .import_success {
  border: 1px solid #98dc9b;
}

.import_sta_boxs {
  background: #ffffff;
  color: #3d445c;
  padding: 16px 21px;
  border-radius: 5px;
}

.order_import_stat .import_success i {
  color: #4CAF50;
}

.import_sta_boxs i {
  font-size: 32px;
}

.order_import_stat .import_failed i {
  color: #fa6775;
}

.import_sta_boxs i {
  font-size: 28px;
}

.alrt_failed_task .alert-danger {
  background: #ffe9eb;
  border-color: #f2b7bd;
}

.alrt_task .alert {
  margin-bottom: 0;
}

.order_import_stat .import_failed {
  border: 1px solid #eca0a8;
}

.shipment_carrier img {
  max-height: 40px;
}

.shipm_tablew .status {
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.shipm_tablew .status {
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.shipm_tablew .status i {
  font-size: 14px;
}

.shipm_tablew .under_process {
  border: 1px solid #0a2fff;
  color: #ffffff;
  background: #0027ff;
  font-weight: 700;
  opacity: 1.5;
}

.shipm_tablew .under_process img {
  max-height: 20px;
}

.shipm_tablew .pickup_awit {
  border: 1px solid #33adff;
  color: #005c99;
  background: #b3e0ff;
}

.shipm_tablew .pickup_sechdls {
  border: 1px solid #ff9900;
  color: #995c00;
  background: #ffe0b3;
}

.shipm_tablew .pickedup {
  border: 1px solid #0033cc;
  color: #0033cc;
  background: #ccd9ff;
}

.shipm_tablew .in_transit {
  border: 1px solid #ff3399;
  color: #b30059;
  background: #ffb3d9;
}

.shipm_tablew .out_f_deli {
  border: 1px solid #3D348B;
  color: #3D348B;
  background: #b9b5e3;
}

.shipm_tablew .delivered {
  border: 1px solid #339966;
  color: #206040;
  background: #c6ecd9;
}

.shipm_tablew .cancelled {
  border: 1px solid #ff471a;
  color: #b32400;
  background: #ffad99;
}

.shipm_tablew .failed {
  border: 1px solid #990000;
  color: #990000;
  background: #ff8080;
}


.shipm_tablew .rtrn {
  border: 1px solid #e22424;
  color: #e22424;
  background: #f39090;
}



.shipm_tablew .pay_pending {
  border: 1px solid #ff9900;
  color: #995c00;
  background: #ffe0b3;
}

.shipm_tablew .pay_competed {
  border: 1px solid #339966;
  color: #206040;
  background: #c6ecd9;
}

.nowrap {
  white-space: nowrap;
}

.shipping_carrier_im img {
  max-height: 40px;
}

.inactive_st {
  border: 1px solid #e22424;
  color: #e22424;
  background: #ffecec;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.active_st {
  border: 1px solid #339966;
  color: #206040;
  background: #c6ecd9;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}



.recharge_box_2 {
  border: 0;
  background: #f2f8fe;
}

.recharge_box_2 label {
  font-size: 14px;
  font-weight: 400;
}

.recharge_box_2 p {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.recharge_box_2 small {
  font-size: 11px;
}

.recharge_box_2 .badge {
  background: #fff;
  color: #000 !important;
  border: 1px solid #d5d5d5;
  font-weight: 300;
}

.recharge_box_2 img {
  max-height: 25px;
  margin: 0px 10px;
}

.bg-table {
  background: #e0f7ff
}

.ndr_bx .nav-pills .nav-link {
  margin: 0 10px 0px 0px;
  border: 1px solid;
}

.tracking_xb p {
  font-size: 14px;
  margin-bottom: 0px;
}

.tracking_xb .progress-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.tracking_xb .step-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.tracking_xb .step {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #a9c5ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  z-index: 1;
  color: #5895f0;
}

.tracking_xb .progress {
  position: absolute;
  top: 0;
  left: 2.9%;
  width: 2px;
  height: 80%;
  background-color: #0d6efd;
  transform: translateX(-50%);
  z-index: 0;
}

.tracking_xb .step.active {
  background-color: #0d6efd;
  color: #fff;
}

.tracking_xb .step.active .progress {
  background-color: #0d6efd;
}

.tracking_xb .step-info {
  text-align: left;
}

.order_box_cont h6 {
  font-weight: 600;
  font-size: 14px;
}


.lable_layout_1 {
  font-size: 12px;
  font-weight: 400;
}

.lable_layout_1 h2 {
  font-size: 15px;
  font-weight: 600;
}

.lable_layout_1 h3 {
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h4 {
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h5 {
  font-size: 19px;
  font-weight: 500;
}

.lable_layout_1 h6 {
  font-size: 12px;
  font-weight: 400;
}

.lable_layout_1 hr {
  opacity: 1.08 !important;
}

.label_setting img {
  max-height: 18rem;
}

.chanel_list_connec figure {
  padding: 5px;
  background: #106df617;
  border-radius: 50%;
  display: inline-block;
  margin: 0px auto;
  background-color: #106df61a;
  overflow: hidden;
  border: 1px solid #d5d5d540;
  vertical-align: top;
  text-align: center;
  height: 50px;
  width: 50px;
}

.chanel_list_connec img {
  text-align: center;
  max-width: 30px;
  max-height: 40px;
}

.chanel_list_connec h4 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
  margin-left: 16px;
}

.chanel_list_connec .card:hover {
  /* background: #e6e6e6; */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shopify img {
  max-height: 90px;
}


.channel_listing figure {
  padding: 0px;
  /* background: #106df617; */
  border-radius: 14px;
  display: inline-block;
  /* margin: 0px auto; */
  background-color: #ffffff1a;
  /* overflow: hidden; */
  border: 1px solid #bbbbbba6;
  /* vertical-align: top; */
  /* text-align: center; */
  /* height: 50px; */
  /* width: 50px;  */
}

.channel_listing figure img {
  text-align: center;
  max-width: 50px;
  /* max-height: 40px; */
  /* padding: 5px; */
}

.channel_listing h4 {
  font-size: 18px;
  font-weight: 700;
}

.channel_listing p {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-light-color);
  margin: 0;
}

.channel_listing hr {
  opacity: .08 !important;
  margin: 7px 0;
}

.channel_listing .btn {
  font-size: 16px;
  font-weight: 600;
}

.channel_listing a {
  color: var(--main-light-color);
}

.channel_listing .card {
  border: 0;
  box-shadow: 0 2px 15px rgba(40, 78, 102, .1);
}


.left_sub_menu {
  margin-left: -15px;
}

.left_sub_menu_bx {
  background: #fff;
  min-height: 100vh;
  border-right: 1px solid #eaeaea;
}

.left_sub_menu_bx h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #8c95ab;
  padding-top: 20px;
}

.left_sub_menu_bx h3 i {
  font-size: 18px;
  /* color: #000; */
  margin-right: 16px;
}

.left_sub_menu_bx .nav-item i {
  font-size: 18px;
  /* color: #000; */
  margin-right: 16px;
  float: inline-end;
}


.left_sub_menu_bx .nav-link:hover,
.left_sub_menu_bx .nav-link.active {
  background: #f7f9fb;
  color: #000 !important;
  border-left: 2px solid var(--primary-color);
}

.desk_nav {
  margin-bottom: 10px;
}

.not_icons {
  background: #e8ebf4;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 8px 0px 0px;
  color: #fff !important;
  border: 1px solid #d5d5d5;
}

.not_icons i {
  margin: -4px 0px 0px -2px;
  position: absolute;
}

.pc-5 {
  padding: 3rem !important;
}

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

.chat_list {
  display: flex;
}

.chat_list_img {
  max-height: 40px;
  margin: 0 10px;
}

.left_hand {
  flex-direction: row;
  width: 80%;
}

.right_hand {
  flex-direction: row-reverse;
  margin-left: 20%;
}

.chatting_lists hr {
  opacity: 0.09;
}

.hidden {
  display: none;
}

.register_box_00 {
  background-image: url(../img/bgsignup.png);
  background-position: 50%;
  background-size: 100% 60%;
  background-repeat: no-repeat;
}

.login_box {
  background: #fff;
}

.marquee-container {
  height: 45px;
  overflow: hidden;
  line-height: 30px;

  .marquee {
    top: 0;
    left: 100%;
    width: 100%;
    /* overflow: hidden; */
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
  }

  .marquee span {
    background: #ff0000;
    border-radius: 5px;
    border: 1px solid #ffacac;
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
    margin: 0px 8px;
  }

  .marquee2 {
    animation-delay: 15s;
  }

  b {
    padding-left: 10px;
  }
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%
  }
}



.dash_navs .nav-link {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}

.dash_navs .nav-tabs {
  border-bottom: 0;
}

.dash_navs .nav-link.active {
  background: #ffffff !important;
  color: var(--primary-color) !important;
  border: 2px solid #e6e6e685 !important;
  border-radius: 12px;
}

.dash_icon_bx {
  padding: 10px;
  border-radius: 10px;
}

.dash_icon_bx .icon_dash {
  background: #F4F7FE;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 5px 8px 0 -24px;
}

.dash_icon_bx .icon_dash i {
  font-size: 23px;
  color: #4340f5;
  margin: 3px;
}

.dash_icon_bx h2 {
  font-weight: 600;
  margin: 5px 0 5px;
  font-size: 24px;
}

.dash_icon_bx h5 {
  font-weight: 500;
  color: #6f7e95;
  font-size: 14px;
  margin: 5px 0 5px;
}

.dash_order {
  background-color: #E8EAFF;
}

.dash_order_rea_pickup {
  background-color: #FFF4DE;
}

.dash_order_intransit {
  background-color: #DCFCE7;
}

.dash_order_delivered {
  background-color: #F3E8FF;
}

.dash_order_ndr {
  background-color: #CFFFCB;
}

.dash_order_rto {
  background-color: #FFE2E5;
}

.dash_order_pickdup {
  background-color: #d2f0f3;
}

.dashboard_box_ne h4 {
  font-weight: 700;
  margin: 5px 0 20px;
  font-size: 22px;
  border-left: 4px solid var(--primary-color);
  padding: 0 10px;
  color: var(--primary-color);
}

.dashboard_box_ne h6 {
  margin: 0;
  font-size: 18px;
  background: #f1f1f7;
  padding: 0 10px;
  color: var(--primary-color);
  padding: 10px;
}

.dashboard_box_ne .total {
  font-weight: 800;
}

.dashboard_box_ne .table-primary {
  --bs-table-bg: #dbd7ff;
  --bs-table-color: var(--primary-color);
}

.dashboard_box_ne .table-info {
  --bs-table-bg: #f1f1f7;
  --bs-table-color: var(--primary-color);
}


.wallet_card {
  background: #fff;
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}

.wallet_card_box {
  padding: 10px;
  margin: 15px;
  color: var(--primary-color);
}

.wallet_card_box h1,
.wallet_card_box h5 {
  color: #000;
  background: inherit;
}

.wallet_card_box h6 {
  padding: 0;
  margin: 0;
  color: var(--primary-color);
  background: inherit;
}

.wallet_card_box a {
  color: var(--primary-color);
  font-size: 12px;
}


.shipment_card {
  background: white;
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}

.shipment_card_box {
  padding: 10px;
  margin: 15px;
  color: #000;
}

.shipment_card_box a {
  color: #000;
  font-size: 12px;
}

.shipment_state h2 {
  margin: 40px 0px 1px 0px;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #151416;
}

.shipment_state h4 {
  margin: 10px 0px 10px 0px;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #6e6a7e;
}

.shipment_card_box h6 {
  padding: 0;
  margin: 0;
  background: inherit;
}

.shipment_state p {
  margin: 0px 0px;
  font-weight: 100;
  font-size: 14px;
  line-height: 34px;
  color: #6e6a7e;
}

.cod_dash {
  background: #F4F7FE;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
}

.cod_dash i {
  font-size: 23px;
  color: #4340f5;
  margin: 3px;
}

.cod_dash_box {
  border: 0;
}

.cod_dash_boxing {
  text-align: center !important;
  display: inline-block;
}

.cod_dash_box h5 {
  font-weight: 500;
  font-size: 16px;
  margin: 2px 0;
}

.cod_dash_box h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 3px 0;
}

.cod_dash_box_1 {
  background: #E8EAFF;
}

.cod_dash_box_2 {
  background: #FFF4DE;
}

.cod_dash_box_3 {
  background: #d2f0f3;
}

.order_summary {
  background: #f6fcff;
}

.carrier_summary {
  background: #f5e3f86b;
}

.perfrom_summary {
  background: #e8e9ff69;
}

.state_summary {
  background: #eefffd;
}

.city_summary {
  background: #fcebe773;
}

.zone_summary {
  background: #d1ffd54f;
}

.settings_list span i {
  font-size: 25px;
  color: #808080;
}

.settings_list h6 {
  margin-top: 12px;
  font-size: 15px;
}

.settings_list .opacity-50 i {
  font-size: 24px;
  margin-top: 18px;
}

.head_user_icon {
  background: #3659cd;
  padding: 10px;
  height: 42px;
  width: 42px;
  background: -webkit-linear-gradient(to right, #3659cd, #396afc);
  background: linear-gradient(to right, #3659cd, #396afc);
  background: linear-gradient(to right, var(--primary-color), var(--primary-color-light))
}

.head_user_icon i {
  color: #fff !important;
}

.disabled_shipment {
  pointer-events: none;
  opacity: 0.7;
  color: #999;
  cursor: not-allowed;
  border: var(--primary-color) 2px dashed;
}

.disabled_falied {
  pointer-events: none;
  opacity: 0.5;
  color: #999;
  cursor: not-allowed;
  border: #ff0606 2px dashed;
}

.title_edd {
  cursor: help;
}



.integration_bx .card {
  border-radius: 20px;
}

.integration_bx figure {
  padding: 0px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px auto;
  overflow: hidden;
  border: 1px solid #bbbbbba6;
  vertical-align: top;
  text-align: center;
  height: 90px;
  width: 90px;
}

.integration_bx img {
  padding: 15px 0;
  max-height: 90px;
}

.btn-shopify {
  background: #437804;
  color: #fff;
}

.shopify_bx .card {
  background: #7cba32;
  background: linear-gradient(to right, #a8e063, #7cba32);

}

.woocommerce_bx .card {
  background: #9b5c8f;
  background: linear-gradient(to right, #cb86be, #9b5c8f);
}

.btn-woocommerce {
  background: #740a60;
  color: #fff;
}

.btn-woocommerce:hover,
.btn-shopify:hover {
  background: #fff;
  color: #000;
}

.search_box {
  width: 50%;
}

.btn-search {
  background: var(--primary-color);
  color: #fff;
}

#searchBox:focus {
  outline: 1px solid var(--primary-color);
  outline-offset: 2px;
  transition: outline 0.2s ease-in-out;
}

#searchDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 4px;
  max-height: 200px;
  /* Optional: Limit height */
  overflow-y: auto;
  /* Add scrollbar if needed */
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  /* Always visible for static UI demo */
}

#searchDropdown li {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #00000012;
}

#searchDropdown h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#searchDropdown h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#searchDropdown li:hover {
  background-color: #f0f0f0;
}

#searchDropdown li.active {
  background-color: var(--primary-color);
  color: #fff;
}




.tracking_boxs {
  background: #e7e7e733;
  padding: 20px 0 0 0;
}

.tracking_boxs a {
  font-size: 16px;
}

.tracking_boxs .status_xo {
  background: #fff;
  padding: 1rem 12px;
  color: var(--primary-color);
  font-size: 17px;
  margin-bottom: 25px;
  text-align: center;
  border: dashed 1px var(--primary-color);
  text-transform: uppercase;
}

.tracking_boxs h3 {
  font-size: 48px;
  font-weight: 300;
}

.tracking_boxs .box-header {
  background: var(--primary-color);
  padding: 1rem 12px;
  color: #fff;
  font-size: 17px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

#tracking {
  background: #fff
}

.tracking-detail {
  padding: 3rem 0;
}

#tracking {
  margin-bottom: 1rem;
}

[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

[class*="tracking-status-"] {
  padding: 1.6rem 0;
}

.tracking-list {
  text-align: left;
}

.tracking-item {
  border-left: 4px solid #4caf50;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}

.tracking-item:last-child {
  padding-bottom: 4rem;
}

.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}

.tracking-item i {
  color: #4caf50;
  font-size: 185% !important;
  padding-left: 0.4rem;
}


.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}

.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}

.tracking-item .tracking-icon {
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}

.tracking-item-pending:last-child {
  padding-bottom: 4rem;
}

.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}

.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}

.tracking-item-pending .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}

.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}

.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}

.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.tracking-item-pending i {
  color: #888;
  font-size: 185% !important;
  padding-left: 0.4rem;
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
  color: #4caf50;
  font-size: 0.6rem;
}

.tracking-item .tracking-icon.status-current {
  color: #4caf50;
  font-size: 0.6rem;
}

@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }

  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }

  .tracking-item .tracking-date span {
    display: block;
  }

  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-item-pending {
    margin-left: 10rem;
  }

  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }

  .tracking-item-pending .tracking-date span {
    display: block;
  }

  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}

.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.blinker {
  border: 7px solid #d3d3d3;
  animation: blink 1s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  50% {
    border-color: #fff;
  }
}

@media (max-width: 575.98px) {
  .mb_display_none {
    display: none !important;
  }

  .desk_display_none {
    display: block !important;
  }

  .app-body {
    padding: 0px 0.75rem;
    height: calc(100vh - 124px);
    overflow: auto;
  }

  .container-fluid {
    padding: 0;
  }

  .back_btn {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    color: #6d6d6d;
    height: 30px;
    width: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 0px;
  }

  .form-check-input-lg {
    width: 25px;
    height: 25px;
    border: 1px solid #ccd2da;
  }

  .mob_nav {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    padding: 10px 10px;
    box-shadow: var(--bs-box-shadow-sm) !important;
    margin: 1px -10px 10px -10px;
    display: block !important;
  }

  .mob_nav i {
    margin: 10px 10px 10px -5px;
    padding: 10px 10px;
    font-size: 24px;
  }

  .desk_nav {
    display: none;
  }

  .order_box_left {
    font-size: 14px;
    margin-bottom: 15px;
    flex-direction: row !important;
  }

  .order_box_left .disabled {
    display: none;
  }

  .address_box_s .card {
    border: 1px solid #99999924;
    min-height: 85px;
  }

  .order_import_stat h4 {
    font-size: 15px;
  }

  .weight_discepancies_list .custom-tabs-container .nav-tabs .nav-link {
    font-size: 12px;
  }

  .pc-5 {
    padding: 0rem !important;
  }

  .wc-50 {
    width: 100% !important;
  }

  .after_ship_track .nav-link {
    font-size: 14px;
  }

  .dash_icon_bx {
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
  }

  .dash_icon_bx .icon_dash {
    margin: 5px 8px 0 -4px;
  }

  .dash_icon_bx .icon_dash {
    height: 50px;
    width: 50px;
  }

  .dashboard_box_ne {
    margin-top: 10px;
  }

  .app-footer {
    background: var(--primary-color);
  }

  .mobile_foo_nav a {
    color: #fff;
    margin: 0px 10px;
    font-size: 1.5rem;
    padding: 0 10px;
    text-align: center;
  }

  .mobile_foo_nav .active {
    background: #fff;
    color: var(--primary-color);
    border-radius: 8px;
  }


}


.labling_929393 {
  margin: 2px !important;
  background-color: #fff !important;
  font-family: sans-serif !important;
}

.labling_929393 table {
  border-collapse: collapse !important;
  width: 100% !important;
  font-size: 11px !important;
  vertical-align: top !important;
  color: #000 !important;
  padding: 0px;
}

.labling_929393 br {
  content: "";
  margin: -5px !important;
  display: block;
}

.labling_929393 tr {
  text-align: left !important;
  padding: 18px !important;
}

.labling_929393 th,
.labling_929393 td {
  padding: 1px 10px !important;
  vertical-align: top !important;
}

.labling_929393 tr:nth-child(even) {
  background-color: #fff !important;
}

.labling_929393 .border {
  border: 2px solid #000 !important;
}

.labling_929393 .center {
  text-align: center !important;
}

.labling_929393 h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h3 {
  font-size: 1.17em;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h4 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h5 {
  font-size: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h6 {
  font-size: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 .bold {
  font-weight: 800 !important;
}

.pagebreak {
  page-break-before: always;
}

@media print {
  .label-8x11-layout .row {
    display: flex;
    flex-wrap: wrap;

  }

  .label-8x11-layout .col-12.col-md-5 {
    width: 50%;
    /* Ensure each column takes up 50% of the page width */
    height: 100%;
    /* Adjust the height as per your requirement */
    overflow: hidden;
    /* Ensure each column takes up 50% of the page width */

  }

  .label-8x11-layout .col-12.col-md-5 .col-12.col-md img.logo {
    margin-top: auto;
    /* Align the logo to the top of the container */
  }
}

@media print {
  .label4x6 .print-font {
    /* Adjust the font size as needed */
    font-size: 30px;
    /* Increase font size by 20% */
  }

  .label4x6 h5.print-font {
    /* Add your print-specific styles here */
    margin-bottom: 30px;
    /* Example: Increase margin bottom to 50px */
  }

  .label4x6 h6.print-font {
    /* Add your print-specific styles here */
    margin-bottom: 30px;
    /* Example: Increase margin bottom to 50px */
  }

  .print-table th,
  .print-table td {
    font-size: 20px;
    /* Example: Increase font size to 16px */
  }

  .print-spacing {
    margin-bottom: 1px;
    /* Adjust the spacing as needed */
    line-height: normal;
  }
}

.lable_layout_1 {
  font-size: 12px;
  font-weight: 400;
}

.lable_layout_1 h2 {
  font-size: 15px;
  font-weight: 600;
}

.lable_layout_1 h3 {
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h4 {
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h5 {
  font-size: 19px;
  font-weight: 500;
}

.lable_layout_1 h6 {
  font-size: 12px;
  font-weight: 400;
}

.lable_layout_1 hr {
  opacity: 1.08 !important;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hover-container {
  position: relative;
  display: inline-block;
}

.customer-name {
  cursor: pointer;
  color: #005c99;
  /* Optional: Make it visually distinct */

}

.hover-details {
  display: none;
  /* Hide details by default */
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: max-content;
  /* Adjust width as needed */
  top: 20px;
  /* Adjust position as needed */
  left: 0;
  /* Adjust position as needed */
}

.hover-container:hover .hover-details {
  display: block;
  /* Show details on hover */
}



.label-box {
  border: 1px solid black;
  /* max-width: 8.27in; */
  margin: auto;
  font-size: 14px;
}

.int-img {
  max-height: 60px;
}

.border_lb {
  border: 1px solid #000;
}

.border_lb_top {
  border-top: 1px solid #000;
}

.int-h5 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.int-h6 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px 0;
  padding: 0;
}

.int-bold {
  font-weight: 700;
}

.border_0 {
  border: 0px !important;
}

.border_s_0 {
  border-left: 0px !important;
}

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

.border_b_0 {
  border-bottom: 0px !important;
}

.border_t_0 {
  border-top: 0px !important;
}

.font_xl {
  font-size: 14px;
  font-weight: 600;
}

.int-table {
  border-collapse: collapse;
  min-width: 100%;
  border: none !important;
}

.int-td {
  border: 1px solid #000;
  border-collapse: collapse;
  /* padding: 2px 5px; */
  min-width: 100%;
}

.int-tr {
  vertical-align: top;
}

.table_borderless td {
  border: 1px solid #000;
  padding: 0 5px;
}

.table_borderless tr td:first-child {
  border-left: none;
}

.table_borderless tr td:last-child {
  border-right: none;
}

.table_borderless tr:first-child td {
  border-top: none;
}

.table_borderless tr:last-child td {
  border-bottom: none;
}

.no-print {
  display: none !important;
}


.label-box-intl {
  border: 1px solid black;
  max-width: 4in;
  max-height: 6in;
  margin: auto;
  font-size: 12px;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.img_intl {
  max-height: 60px;
}

.border_lb_intl {
  border: 1px solid #000;
}

.border_lb_top {
  border-top: 1px solid #000;
}

.h4_intl {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.h5_intl {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.h6_intl {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px 0;
  padding: 0;
}

.bold_intl {
  font-weight: 700;
}

.border_0_intl {
  border: 0px !important;
}

.border_s_0_intl {
  border-left: 0px !important;
}

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

.border_b_0_intl {
  border-bottom: 0px !important;
}

.border_t_0_intl {
  border-top: 0px !important;
}

.font_xl_intl {
  font-size: 14px;
  font-weight: 600;
}

.table_intl {
  border-collapse: collapse;
  min-width: 100%;
  border: none !important;
}

.td_intl {
  border: 1px solid #000;
  border-collapse: collapse;
  /* padding: 2px 5px; */
  min-width: 100%;
}

.tr_intl {
  vertical-align: top;
}

.table_borderless_intl td {
  border: 1px solid #000;
  padding: 0 5px;
}

.table_borderless_intl tr td:first-child {
  border-left: none;
}

.table_borderless_intl tr td:last-child {
  border-right: none;
}

.table_borderless_intl tr:first-child td {
  border-top: none;
}

.table_borderless_intl tr:last-child td {
  border-bottom: none;
}

.no-print {
  display: none !important;
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .no-print {
    display: none;
  }
}