@import "structure.css";

html,
body {
  background: var(--bg-neutral-100);
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.feature-menu {
  background-image: url(../images/feature_menu_bg.svg);
  background-repeat: no-repeat;
  width: 690px;
  height: 42px;
  position: fixed;
  top: 111px;
  z-index: 12222;
}
.short-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-items {
  padding: 4px 20px;
  height: 100%;
}
.feature-items .link img {
  width: auto;
  height: auto;
}
.feature-items .link {
  height: 100%;
  border-right: 1px solid var(--border-neutral-200);
  padding-right: 10px;
}
.feature-items .link:last-child {
  border-right: 0px solid var(--border-neutral-200);
}
.feature-items .link a {
  font-size: 12px;
  color: var(--txt-neutral-900);
  font-weight: 500;
  line-height: 18px;
}
/* layout css code start */
.left-layout {
  width: 260px;
  height: 100%;
  background: var(--bg-white);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
}
.right-layout {
  width: calc(100% - 260px);
  /* height: 100vh; */
  position: relative;
  left: 260px;
}
.vertical-collpsed .left-layout {
  width: 70px !important;
  z-index: 5;
}
.vertical-collpsed .vertical-menu {
  width: 70px !important;
  margin-top: 130px;
}
.vertical-collpsed .right-layout {
  width: calc(100% - 70px) !important;
  left: 70px;
}
.vertical-collpsed .left-layout-top {
  width: 42px !important;
}
.vertical-collpsed .right-layout-top {
  width: calc(100% - 70px) !important;
}
/* layout css code end */

/* leftside layout css code start */
.vertical-collpsed .left-layout-top {
  height: 110px;
  justify-content: center !important;
}
.vertical-collpsed .left-layout-top h6,
.vertical-collpsed .left-layout-top p {
  display: none;
}
.left-layout-top {
  width: 232px;
  height: 200px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-neutral-200);
  margin: 0 14px;
  position: fixed;
  top: 0;
  left: 0;
}
.marchant-logo img {
  width: auto;
  height: auto;
}
.marchant-logo .logo-sm {
  display: none;
}
.right-layout-top {
  width: calc(100% - 260px);
  height: 110px;
  background: var(--bg-white);
  padding: 0 30px;
  position: fixed;
  top: 0;
  right: 5px;
  z-index: 998;
}
.nav-search-bar {
  width: 274px;
}
.nav-search-bar .search-box .form-control {
  border-radius: 24px;
}

.footerbottom-menu {
  display: none;
}
.mobile-logo {
  display: none;
}
.search-icon {
  cursor: pointer;
  display: none;
}
.inner-page-nav {
  display: none;
}
.vertical-menu-btn {
  cursor: pointer;
}
.mobile-apps-icon {
  padding-left: 14px;
  margin-top: 58px;
}
/* vertical-menu css code start */
.vertical-menu {
  width: 260px;
  margin-top: 208px;
  /* height: 100vh; */
}
.metismenu {
  margin: 0;
}

.metismenu li {
  position: relative;
}
.metismenu .mm-collapse {
  display: none;
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapse.mm-show {
  display: block;
  height: fit-content !important;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
#sidebar-menu {
  padding: 10px 0 30px 0;
}
#sidebar-menu .has-arrow:after {
  width: 0.5rem;
  height: 0.5rem;
  right: 1.875rem;
  top: 48%;
  border-color: inherit;
  -webkit-transform: rotate(-225deg) translateY(-50%);
  transform: rotate(-225deg) translateY(-50%);
  position: absolute;
  content: "";
  border-width: 1px 0 0 1px;
  border-style: solid;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
[dir="rtl"] #sidebar-menu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}
#sidebar-menu .has-arrow[aria-expanded="true"]:after,
#sidebar-menu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
[dir="rtl"] #sidebar-menu .has-arrow[aria-expanded="true"]:after,
[dir="rtl"] #sidebar-menu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
}
#sidebar-menu ul li a {
  width: 100%;
  padding: 16px 24px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 56px;
  color: var(--txt-neutral-600);
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
#sidebar-menu ul li a:hover {
  background-color: var(--bg-primary-50);
  color: var(--txt-primary-500) !important;
}

#sidebar-menu ul li a:hover svg .dash-board {
  fill: var(--bg-primary-500);
}
.vertical-menu .mm-active .active {
  color: var(--txt-primary-500) !important;
  background-color: var(--bg-primary-50);
}
.mm-active .active svg .dash-board {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a.active::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: var(--bg-primary-500);
  left: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
}
#sidebar-menu ul li a:hover svg .stats {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .stats {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .bult-print {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .bult-print {
  fill: var(--bg-primary-500) !important;
}
.mm-active > .has-arrow svg .dash-board {
  fill: var(--bg-primary-500);
}
#sidebar-menu ul li a:hover svg .bulk-import {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .bulk-import {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .export {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .export {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .payment {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .payment {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .setting {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .setting {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .logout {
  stroke: var(--bg-primary-500);
}
.mm-active .active svg .logout {
  stroke: var(--bg-primary-500) !important;
}
.mm-active > a svg .other {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .other {
  fill: var(--bg-primary-500);
}
.mm-active .active svg .other {
  fill: var(--bg-primary-500) !important;
}

.mm-active > a svg .pricing {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .pricing {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .pricing {
  stroke: var(--bg-primary-500) !important;
}
.mm-active > a svg .track {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .track {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .track {
  stroke: var(--bg-primary-500) !important;
}
.mm-active > a svg .api {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .api {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .api {
  stroke: var(--bg-primary-500) !important;
}

.mm-active > a svg .cvg-area {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .cvg-area {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .cvg-area {
  stroke: var(--bg-primary-500) !important;
}

.mm-active > a svg .fraud {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .fraud {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .fraud-stock {
  stroke: var(--bg-primary-500) !important;
}

.mm-active .active svg .fraud {
  fill: var(--bg-primary-500) !important;
}
.mm-active .active svg .fraud-stock {
  stroke: var(--bg-primary-500) !important;
}

.mm-active > a svg .amnt_cnge {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .amnt_cnge {
  fill: var(--bg-primary-500) !important;
}
.mm-active .active svg .amnt_cnge {
  fill: var(--bg-primary-500) !important;
}
.mm-active > a svg .amnt_cnge-stok {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .amnt_cnge-stok {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .amnt_cnge-stok {
  stroke: var(--bg-primary-500) !important;
}

.mm-active > a svg .return {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .return {
  fill: var(--bg-primary-500) !important;
}
.mm-active .active svg .return {
  fill: var(--bg-primary-500) !important;
}

.mm-active > a svg .all-requested {
  fill: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .all-requested {
  fill: var(--bg-primary-500) !important;
}
.mm-active .active svg .all-requested {
  fill: var(--bg-primary-500) !important;
}

.mm-active > a svg .store-access {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .store-access {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .store-access {
  stroke: var(--bg-primary-500) !important;
}

.mm-active > a svg .myaccess {
  stroke: var(--bg-primary-500) !important;
}
#sidebar-menu ul li a:hover svg .myaccess {
  stroke: var(--bg-primary-500) !important;
}
.mm-active .active svg .myaccess {
  stroke: var(--bg-primary-500) !important;
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0;
}
#sidebar-menu ul li ul.sub-menu li a {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: var(--txt-primary-500);
}

#sidebar-menu ul li ul.sub-menu li a.active::after {
  display: none;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
  padding: 0;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 4.5rem;
  font-size: 13.5px;
  padding-left: 17% !important;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 4.5rem;
  font-size: 13.5px;
  padding-left: 27% !important;
}
.menu-title {
  padding: 12px 20px !important;
  letter-spacing: 0.05em;
  pointer-events: none;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--txt-neutral-400);
  font-weight: 400;
}
.metismenu .menu-title.others {
  margin-top: 18px !important;
}
.vertical-collpsed .vertical-menu .simplebar-content-wrapper,
.vertical-collpsed .vertical-menu .simplebar-mask {
  overflow: visible !important;
}
.vertical-collpsed .vertical-menu .simplebar-scrollbar {
  display: none !important;
}
.vertical-collpsed .vertical-menu .simplebar-offset {
  bottom: 0 !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu .badge,
.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,
.vertical-collpsed .vertical-menu #sidebar-menu .menu-title {
  display: none !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
  display: none;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 55px;
  -webkit-transition: none;
  transition: none;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active,
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus,
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover {
  color: var(--txt-neutral-500);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: var(--txt-primary-500);
  background: var(--bg-primary-50);
  -webkit-transition: none;
  transition: none;
  border-radius: 0 4px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: var(--txt-neutral-500);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: var(--txt-neutral-500);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: var(--bg-neutral-100);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
  color: var(--txt-neutral-500);
}
.vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: var(--txt-neutral-500) !important;
}
.mm-active {
  color: var(--txt-neutral-500) !important;
}
.mm-active > a {
  color: var(--txt-primary-500) !important;
  background: var(--bg-primary-50);
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
}
.simplebar-placeholder {
  width: 100%;
  height: 720px;
}
.vertical-collpsed #sidebar-menu ul li ul.sub-menu {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 130px;
  max-height: 230px;
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 4px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* leftside layout css code end */

/* rightside layout css code start */
.navbar-right {
  gap: 28px;
}
.mobile-nav-toggler {
  display: none;
}
/* toggle button css code */
.balance-check {
  width: 275px;
  height: 48px;
  border: 1px solid var(--border-neutral-500);
  border-radius: 24px;
  overflow: hidden;
  background: var(--bg-primary-50);
}
.balance-check .switch {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  cursor: pointer;
  border: 1px solid var(--border-primary-500);
}
.balance-check .switch-icon {
  width: 45px;
  height: 100%;
  border-radius: 50%;
  background: var(--bg-white);
  box-shadow: 0 0 6px rgb(197 197 197);
  cursor: pointer;
}
.balance-check .switch-text {
  font-weight: 500;
}
.balance-check .amount-form {
  background: transparent;
  padding: 0 20px;
  border-radius: 24px;
}
.balance-check .total-amount {
  font-size: 16px;
  font-weight: 600;
}
.balance-check .amount-form .btn {
  width: 86px;
  border-radius: 16px;
}
.app-search-box {
  width: 100%;
  position: fixed;
  transform: translate(0px, 0px);
  visibility: hidden;
  opacity: 0;
  z-index: -9;
  transition: all 0.35s ease;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* toggle button css code */

.quick-action-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quick-action-link img {
  width: auto;
  height: auto;
}
.quick-action-link .badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bg-danger-500);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-image .dropdown-menu {
  top: 10px !important;
}
.quick-action .quick-action-link.dropdown-toggle::after {
  display: none;
}
.profile-image .dropdown-menu-list .nav-item .nav-link {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 10px;
  width: 100%;
}
.profile-image .dropdown-menu-list .nav-item:hover {
  color: var(--txt-primary-500);
  font-weight: 400;
  cursor: pointer;
}
.profile-image .dropdown-menu-list .nav-item:hover svg .my_acc {
  stroke: var(--txt-primary-500);
}

.profile-image .dropdown-menu-list .nav-item:hover svg .setting {
  fill: var(--txt-primary-500);
}
.profile-image .dropdown-menu-list .nav-item:hover svg .cng-pass {
  stroke: var(--txt-primary-500);
}
.profile-image .dropdown-menu-list .nav-item:hover svg .logout {
  stroke: var(--txt-primary-500);
}
.notification_dropdown.dropdown-menu {
  width: 352px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--border-neutral-300);
  top: 14px !important;
}
.notification-head .tab-menus .nav .nav-item .nav-link {
  color: var(--txt-neutral-900);
  border-bottom: 0px;
  background: var(--bg-white);
  padding: 3px 14px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid transparent !important;
}
.notification-head .tab-menus .nav .nav-item .nav-link.active {
  color: var(--txt-primary-500);
  border: 1px solid var(--border-primary-500) !important;
}
.notification-head .tab-menus .nav {
  gap: 10px;
}
.notification-head p {
  color: var(--txt-neutral-900);
  font-weight: 500;
}
.notification-head .anchor-tag.see-all {
  color: var(--txt-neutral-500) !important;
  font-size: 14px;
}
.notification_body {
  margin-top: 22px;
  overflow-y: auto;
  min-height: 294px;
  max-height: 278px;
}
.notification_body .single_notification {
  padding: 10px;
  border-radius: 10px;
}
.notification_body .single_notification:hover {
  background: var(--bg-neutral-100);
}
.notification_body .single_notification:hover .notify_icon {
  background: var(--bg-white);
}
.notification_body::-webkit-scrollbar {
  display: none;
}
.notification_body .notify_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-neutral-100);
}
.notification_body .notify_text {
  width: calc(100% - 64px);
}
.unread_notification .notify_text p {
  font-size: 14px;
  color: var(--txt-neutral-900);
  font-weight: 400;
  line-height: 20px;
}
.read_notification .notify_text p,
.read_notification .notify_text span {
  font-size: 14px;
  color: var(--txt-neutral-500);
  font-weight: 400;
  line-height: 20px;
}

.navbar-brand .logo img {
  width: auto;
  height: auto;
}
.main-content {
  margin-top: 134px;
  padding: 0 30px;
  z-index: -1;
}
/* home page */
.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
}
.quick-link .card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.quick-link .col-lg-2.col-md-4 {
  padding: 0 10px;
}

.row.quick-link {
  margin: 0 -10px;
  row-gap: 20px;
}
.summary {
  margin: 24px 0px;
}
.summary .row {
  margin: 0 -10px;
  row-gap: 20px;
}

.summary .row .col-lg-3.col-md-6 {
  padding: 0 10px;
}
/* .section-heading {
  margin-bottom: 16px;
} */
.summary-short-menu .custom-select {
  width: 180px;
}
.summary-short-menu .custom-select input {
  padding: 7px 12px;
  color: var(--txt-neutral-500);
  font-size: 14px;
}
.summary-short-menu .custom-select .arrow-icon {
  width: 10px;
  height: 10px;
}
.summary-short-menu .custom-select .options-list li {
  font-size: 14px;
}
.summary-short-menu .custom_select .date-select {
  width: 197px;
  position: relative;
}
.summary-short-menu .custom_select .date-select .form-control {
  padding: 0.4rem 0.75rem;
}
.summary-short-menu .custom_select .calender_img {
  position: absolute;
  right: 9px;
  top: 9px;
}
.mobile-ad {
  display: none;
}
.card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary .row .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.card_value p {
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}
.summary .row .card .card-body p {
  font-weight: 500;
}
.summary .row .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.row .card {
  border: 1px solid var(--border-neutral-300) !important;
  box-shadow: none;
}
.quick-link .card .card-body .card_title {
  color: var(--txt-neutral-900);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.home-page .quick-link:nth-child(2) {
  margin: 40px -10px 46px -10px;
}
.home-page .quick-link:nth-child(2) .card {
  background: var(--bg-primary-100);
  border: 0 !important;
  height: 72px;
}
.home-page .quick-link:nth-child(2) .card .card-body {
  justify-content: center;
}
.delivery-report,
.parcel-report {
  height: 155px;
  border: 1px solid var(--border-neutral-300);
  background: var(--bg-white);
  border-radius: 8px;
  padding: 30px 22px;
}
.qiuck-report-link {
  margin: 0 -10px;
  row-gap: 20px;
}
.qiuck-report-link .col-lg-3 {
  padding: 0 10px;
}
.qiuck-report-link .card_title {
  display: flex;
  align-items: end;
  gap: 10px;
  color: var(--txt-neutral-900);
  font-weight: 600;
}
.qiuck-report-link .card_title img {
  width: auto;
  height: auto;
}
.qiuck-report-link .card {
  border-color: var(--border-neutral-300) !important;
  height: 70px;
}
.qiuck-report-link .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* home page */

/* rightside layout css code end */
#sidebar-menu .dash-board {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .stats {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .all-parcel {
  stroke: var(--txt-neutral-600);
}
#sidebar-menu .bulk-import {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .export {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .payment {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .setting {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .other {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .logout {
  stroke: var(--txt-neutral-600);
}
.payment-fill {
  fill: var(--fill) !important;
}
.setting-fill {
  fill: var(--fill) !important;
}
#sidebar-menu .api {
  stroke: var(--txt-neutral-600);
}
#sidebar-menu .all-requested {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .fraud {
  fill: var(--txt-neutral-600);
}
#sidebar-menu .cvg-area {
  stroke: var(--txt-neutral-600);
}
#sidebar-menu .track {
  stroke: var(--txt-neutral-600);
}
#sidebar-menu .pricing {
  stroke: var(--txt-neutral-600);
}
#sidebar-menu .setting .bar-chart {
  height: 400px;
  background: var(--bg-white);
  padding: 30px 24px 24px 30px;
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid var(--border-neutral-300);
}
.dataset-label label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bs-primary-500);
}
.dataset-label p {
  font-size: 14px;
  color: var(--txt-neutral-600);
}
.tbl-pending-parcel,
.tbl-latest-payment {
  background: var(--bg-white);
  padding: 1rem;
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid var(--border-neutral-300);
}
.quickview-result .row {
  margin: 0 -10px;
}
.quickview-result .row .col-6 {
  padding: 0 10px;
}
.table .tbody .tbody-row,
.table .thead .thead-row {
  background: none;
  padding: 14px 0;
  gap: 0;
}

.table .thead .thead-row {
  border-bottom: 1px solid var(--border-neutral-300);
  color: var(--txt-neutral-500);
}
.table .tbody .tbody-row {
  color: var(--txt-neutral-900);
}
.table .tbody .tbody-row a {
  font-size: 14px;
  color: var(--txt-neutral-500);
}
.see-all {
  font-size: 14px;
  color: var(--txt-neutral-500);
}

.tbl-pending-parcel .tbody-row .cell.cell_1,
.tbl-pending-parcel .thead-row .cell.cell_1,
.tbl-pending-parcel .tbody-row .cell.cell_4,
.tbl-pending-parcel .thead-row .cell.cell_4 {
  width: 100px;
}
.tbl-pending-parcel .tbody-row .cell.cell_2,
.tbl-pending-parcel .thead-row .cell.cell_2 {
  width: 148px;
}
.tbl-pending-parcel .tbody-row .cell.cell_3,
.tbl-pending-parcel .thead-row .cell.cell_3,
.tbl-pending-parcel .tbody-row .cell.cell_5,
.tbl-pending-parcel .thead-row .cell.cell_5 {
  width: 75px;
}
.tbl-latest-payment .tbody-row .cell.cell_1,
.tbl-latest-payment .thead-row .cell.cell_1,
.tbl-latest-payment .tbody-row .cell.cell_2,
.tbl-latest-payment .thead-row .cell.cell_2 {
  width: 140px;
}
.tbl-latest-payment .tbody-row .cell.cell_3,
.tbl-latest-payment .thead-row .cell.cell_3,
.tbl-latest-payment .tbody-row .cell.cell_4,
.tbl-latest-payment .thead-row .cell.cell_4 {
  width: 100px;
}
.footer {
  margin-top: 104px;
  border-top: 1px solid var(--border-neutral-300);
}
.footer p {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt-neutral-400);
  padding: 1rem;
}

/* add parcel page */
.inner-page-content {
  min-height: 800px;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pickup-requested-form .row,
.add-parcel-form .row {
  margin: 0 -10px;
  row-gap: 20px;
}
.add-parcel-form .row {
  row-gap: 30px;
}
.add-parcel-form .row .col-lg-3.col-md-6,
.pickup-requested-form .row .col-lg-3.col-md-6 {
  padding: 0 10px;
}
.add-parcel-form .row .card .card-body,
.pickup-requested-form .row .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}
.inner-page-content .row .col-lg-3.col-md-4 a.txt-primary:hover {
  color: var(--txt-primary-500);
}
.common-form {
  background: var(--bg-white);
  padding: 24px 120px 74px 24px;
  min-height: 600px;
  max-height: fit-content;
}
.picked-address.common-form {
  padding: 24px 24px 74px 24px;
}
.multiple_pickup_points {
  padding: 24px 120px 74px 24px;
}
.default-address .semi-bold {
  font-weight: 600;
  color: var(--txt-neutral-600);
}
.default-address a {
  width: 32px;
  height: 32px;
  color: var(--txt-primary-500);
}
.inner-page-content form {
  display: flex;
  gap: 48px;
}
.inner-page-content form .note p {
  font-weight: 500;
  color: var(--txt-neutral-900);
}
.inner-page-content form .note span {
  font-weight: 500;
  color: var(--txt-warning-500);
  font-size: 14px;
}
.inner-page-content a.cancel:hover {
  color: var(--txt-danger-500);
}
.inner-page-content a.back:hover {
  color: var(--txt-primary-500);
}

/* add parcel page */

.card .card_action {
  position: absolute;
  top: 15px;
  right: 18px;
}
.card_action .action_item {
  gap: 14px;
}
.card_action .action_item_list .action_item_link {
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--txt-neutral-500);
}
.card_action .action_item_list .action_item_link:hover {
  color: var(--txt-primary-500);
}
.card_action .action_item_list .action_item_link:hover svg .edit {
  stroke: var(--txt-primary-500);
}
.card_action .action_item_list .action_item_link:hover svg .make_default {
  stroke: var(--txt-primary-500);
}
.card_action .action_item_list .action_item_link:hover svg .deleteicon {
  fill: var(--txt-primary-500);
}
.picked-address .card p {
  color: var(--txt-neutral-900);
}
.picked-address .card .card-body {
  padding: 34px 26px;
}
.picked-address .hub-name .txt-black {
  font-weight: 500;
}
.picked-address .row {
  margin: 0 -10px;
}
.picked-address .row .col-lg-4 {
  padding: 0 10px;
}
.picked-address .card {
  border: 1px solid var(--border-neutral-300) !important;
  background: var(--bg-neutral-50);
  box-shadow: none;
}
.picked-address .card-body .btn {
  width: 164px;
}
.inner-page-content .hide-form {
  display: none;
}
.inner-page-content .show-form {
  display: block;
}
.multiple_pickup_points {
  padding: 48px;
}
.have-no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.multiple_pickup_points .card-body .btn {
  width: 164px;
}
.have-no-data img {
  width: auto;
  height: auto;
}
.have-no-data h5 {
  color: var(--txt-neutral-500);
  font-weight: 400;
  margin: 48px 0 40px 0;
}
.have-no-data .btn {
  width: 184px;
}
#pickup_reques_alert .modal {
  --bs-modal-width: 570px;
}
.modal-body {
  padding: 0 56px 40px 56px;
}
.modal-header {
  padding: 18px 18px 12px 18px;
  border-bottom: 0;
}

.modal-body .section-heading a {
  font-size: 14px;
}
.modal-body .section-heading a:hover {
  color: var(--txt-primary-500);
}
.modal.fade .modal-dialog {
  transform: translate(0, 130px);
}
/* export page  */
/* date picker */
.datepicker-cell:not(.disabled):hover {
  background-color: var(--bg-neutral-100);
}
.datepicker-cell.focused:not(.selected) {
  background-color: var(--bg-primary-500);
  color: var(--txt-white);
}
.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: var(--bg-primary-500);
  color: var(--bs-white);
}
.datepicker-picker span {
  color: var(--txt-neutral-800);
}
.datepicker-dropdown.datepicker-orient-top {
  z-index: 9999;
}
/* date picker */

/* export page  */

/* import page  */

.import-file .file-upload .dragDrop-area {
  width: 100%;
  height: 144px;
}
.inner-page-content .import-file form {
  display: flex;
  gap: 0;
  flex-direction: column;
}
.file-format .btn-outline {
  width: 84px;
}
.del-charge-faq ul li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 18px;
}

.del-charge-faq ul li::before {
  content: url("../images/icon/order_list_icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
}

.demo-csv-file {
  padding: 20px;
  border: 1px solid var(--border-neutral-300);
  border-radius: 8px;
}
.dwnload-file {
  font-size: 14px;
  color: var(--txt-neutral-900);
  font-weight: 600;
  line-height: 18px;
}
/* import page  */
/* news page  */

.card-title .captions {
  font-size: 12px;
  font-weight: 500;
  color: var(--txt-neutral-500);
}
.news .news-items .item {
  width: 680px;
  box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  background: var(--bg-white);
  border-radius: 8px;
}
.news .news-items .card {
  border: 0 !important;
  padding: 24px;
}
.news .news-items h6 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}
.news .news-items p {
  color: var(--txt-neutral-600);
  font-size: 14px;
}
.news .section-heading {
  width: 680px;
  box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.02);
  margin: 0 auto;
  background: var(--bg-white);
  padding: 24px;
  border-radius: 8px;
}
.news .news-items .card .card-body {
  padding: 1rem 0;
}
/* news page  */
/* api page  */
.api-collect {
  margin-top: 48px;
  gap: 50px;
}
.api-collect .btn {
  width: 160px;
}
.api-key h6 span {
  color: var(--txt-neutral-600);
}
.api-key h6 i {
  color: var(--txt-primary-500);
}
.api-key h6 .copy-text {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 8px;
}
.api-key .btn {
  width: fit-content;
}
.api-other-tools {
  margin-top: 89px;
}
.api-other-tools .platforms .platform {
  width: 338px;

  border: 1px solid var(--border-neutral-300);
  border-radius: 8px;
  padding-bottom: 14px;
}
.api-other-tools .platforms .platform-logo {
  padding: 14px 0 14px 20px;
  background: var(--bg-neutral-100);
  border-radius: 8px;
  min-height: 80px;
  max-height: fit-content;
}
.api-other-tools .platforms .platform .btn-outline {
  width: 90px;
}

/* api page  */
/* delivery charge calculate page  */
.common-form.pricing {
  display: flex;
  flex-direction: column;
  padding-top: 58px;
}
.inner-page-content .price-calculator {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-page-content .price-calculator form {
  display: flex;
  gap: 24px;
}
.price-calculator .custom-select .arrow-icon,
.price-calculator .custom-dropdown .arrow-icon {
  width: 12px;
  height: 12px;
}
.common-form.pricing .del-charge-faq {
  margin-top: 100px;
  padding-left: 58px;
}
.cal-total label {
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: var(--txt-neutral-900);
}
/* delivery charge calculate page  */
/* covarage area page  */
.coverage-area {
  padding-top: 58px;
}
.area-search .search-box .btn {
  width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.area-search {
  padding: 0 20px 0 140px;
}
.area-search .search-box .form-control,
.check-fraud .search-box .form-control {
  padding: 0.94rem 0.75rem 0.94rem 3rem;
}
.area-search .search-box > .search_icon {
  top: 19px;
}
.coverage-area .search-result {
  margin-top: 48px;
}
.coverage-area .search-result .google_map {
  height: 684px;
  border-radius: 10px;
}
/* covarage area page  */
/* fraud check page  */
.check-fraud {
  margin: 0 auto;
}
.common-form.frauds {
  padding: 40px 24px 74px 24px;
}

.fraud-lists {
  margin-top: 24px;
}
.fraud-lists .fraud-list {
  padding: 14px;
  background: var(--bg-neutral-50);
  border-radius: 4px;
  position: relative;
}
.fraud-lists .fraud-list .row {
  flex-direction: row !important;
  gap: 8px;
}
.fraud-lists .fraud-list .row .cell_1 {
  width: 64px;
}
.fraud-lists .fraud-list .row .cell_2 {
  word-break: break-all;
  width: calc(100% - 110px);
}
.edit-my-entry {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.inner-page-content .frauds form {
  display: block;
}
.fraud-lists .fraud-list .row .cell {
  color: var(--txt-neutral-900);
  font-weight: 600;
}
.fraud-lists .fraud-list .row p {
  color: var(--txt-neutral-900);
  font-weight: 400;
}
.fraud-lists .fraud-list .row span {
  color: var(--txt-neutral-500);
  font-weight: 400;
  font-size: 14px;
}
.fraud-tab .tab-menus .nav {
  flex-wrap: unset;
  gap: 16px;
}
.fraud-tab .tab-menus .nav .nav-item .nav-link.active {
  color: var(--txt-white);
  background: var(--bg-primary-500);
}
.fraud-tab .tab-menus .nav .nav-item .nav-link {
  color: var(--txt-neutral-900);
  border-bottom: 0px;
  background: var(--bg-white);
  padding: 7px 14px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
/* fraud check page  */
/* tracking parcel page  */
.parcel-information {
  border: 1px solid var(--border-neutral-300);
  border-radius: 10px;
  padding: 22px 24px;
}
.parcel-information .txt-black {
  font-weight: 500;
  font-size: 16px;
}
.parcel-information span {
  font-size: 16px;
}
.parcel-information .parcel-short-info .input-group .btn {
  width: 74px;
}
.w-fit {
  width: fit-content;
}
.estimated-price {
  height: 48px;
}
.estimated-price p {
  font-size: 14px;
  line-height: 14px;
}
.btn-outline:focus {
  background: var(--bg-primary-50) !important;
  color: var(--txt-primary-500) !important;
}
.sender-info .title {
  height: 38px;
  background: var(--bg-neutral-100);
  margin-top: 28px;
  margin-bottom: 20px;
}
.sender-info .zone {
  margin-top: 12px;
}
.rider_img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.parcel-delivery-status {
  margin-top: 80px;
}
.parcel-delivery-status .section_header {
  margin-bottom: 34px;
}
.parcel-delivery-status .delivery-status {
  border: 1px solid var(--border-neutral-300);
  border-radius: 10px;
}
.parcel-delivery-status .delivery-status .tracking-steps {
  padding: 50px 0 10px 0;
  width: 1024px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.streamline .step {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 5%;
  position: relative;
  overflow: hidden;
  align-items: baseline;
}
.streamline .step .step-icon img {
  width: auto;
  height: auto;
}
.streamline .step .date-time {
  width: 18%;
  display: flex;
  flex-direction: column;
}

.streamline .step .date-time p {
  color: var(--txt-primary-500);
}
.streamline .step .step-icon {
  width: 5%;
  min-height: 96px;
  max-height: fit-content;
  position: relative;
}
.streamline .step .step-icon::after {
  content: "";
  background: #d4dae1;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin: 8px 0;
}
.streamline .step .tracking_content {
  width: 72%;
}
.tracking_content.short-info-rider {
  display: flex;
  gap: 24px;
  align-items: center;
}
.tracking_content.short-info-rider .rider-img {
  width: 202px;
  height: 60px;
  background: var(--bg-neutral-100);
  border-radius: 10px;
  gap: 14px;
  padding-left: 14px;
  display: flex;
  align-items: center;
}
.tracking_content.short-info-rider .rider-img .rider-name p {
  font-size: 14px;
}
.streamline .step:last-child .step-icon::after {
  width: 0px;
  height: 0;
}
.delivery-status .tracking-steps .txt-in {
  display: none;
}

/* tracking parcel page  */

/* setting page */
.setting .tab-menus {
  display: flex;
  gap: 40px;
}
/* .setting .tab-menus .nav .nav-item .nav-link {
  color: var(--txt-neutral-900);
  border-bottom: 0px;
  padding: 7px 14px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  align-items: center;
}
.setting .tab-menus .nav .nav-item .nav-link.active {
  color: var(--txt-primary-500);
}
.setting .tab-menus .nav {
  width: 378px;
  gap: 14px;
  background: var(--bg-neutral-50);
  border-radius: 8px;
  padding: 20px 12px;
  flex-direction: column;
}
.setting .tab-menus .tab-content {
  width: calc(100% - 418px);
  margin: 0;
} */
.common-form.setting {
  background: var(--bg-white);
  padding: 24px 24px 24px 24px;
  min-height: 600px;
  max-height: fit-content;
}
.setting .tab-menus .tab-menus-items {
  width: 378px;
  gap: 14px;
  background: var(--bg-white);
  border-radius: 8px;
  padding: 20px 12px;
  flex-direction: column;
  border: 1px solid var(--border-neutral-300);
  box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.08);
}

.setting .tab-menus .tab-content {
  width: calc(100% - 418px);
  margin: 0;
}
.setting .tab-content .basic-info {
  border: 1px solid var(--border-neutral-300);
  padding: 14px;
  border-radius: 4px;
}
#other-accounts .note {
  font-size: 14px;
  font-weight: 400;
}
.setting .tab-menus .tab-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.setting .tab-menus .tab-link.btn {
  background: transparent;
}
.setting .tab-menus .tab-link.btn:hover {
  background: transparent;
  color: var(--txt-primary-500) !important;
}
.setting .tab-menus .tab-link.btn:focus {
  background: transparent !important;
  color: var(--txt-primary-500) !important;
}
.setting .tab-menus .tab-link.btn.active {
  background: transparent !important;
  color: var(--txt-primary-500) !important;
}

.setting .tab-menus .tab-link.active svg .bank_payment {
  stroke: var(--txt-primary-500);
}
.setting .tab-menus .tab-link.active svg .mobile_payment {
  stroke: var(--txt-primary-500);
}
.setting .tab-menus .tab-link.active svg .deflt_pay_method {
  fill: var(--txt-primary-500);
}
.setting .tab-menus .tab-link.active svg .pick_address {
  stroke: var(--txt-primary-500);
}
.setting .tab-link.active svg .pickup-method {
  stroke: var(--txt-primary-500);
}
.setting .tab-menus .tab-link.active svg .label_print {
  fill: var(--txt-primary-500);
}

.setting .tab-link:hover svg .bank_payment {
  stroke: var(--txt-primary-500);
}

.setting .tab-link:hover svg .mobile_payment {
  stroke: var(--txt-primary-500);
}
.setting .tab-link:hover svg .deflt_pay_method {
  fill: var(--txt-primary-500);
}
.setting .tab-link:hover .pick_address {
  stroke: var(--txt-primary-500);
}
.setting .tab-link:hover svg .pickup-method {
  stroke: var(--txt-primary-500);
}
.setting .tab-link:hover svg .label_print {
  fill: var(--txt-primary-500);
}

.setting .tab-link.btn:focus svg .mobile_payment {
  stroke: var(--txt-primary-500);
}
.setting .tab-link.btn:focus svg .bank_payment {
  stroke: var(--txt-primary-500);
}
.setting .tab-link.btn:focus svg .deflt_pay_method {
  fill: var(--txt-primary-500);
}
.setting .tab-link.btn:focus .pick_address {
  stroke: var(--txt-primary-500);
}
.setting .tab-link.btn:focus svg .pickup-method {
  stroke: var(--txt-primary-500);
}
.setting .tab-link.btn:focus svg .label_print {
  fill: var(--txt-primary-500);
}
/* 
  .tab-menus
  .tab-link.btn:focus
  svg
  .bank_payment {
  stroke: var(--txt-white);
}

.tab-menus .tab-link.btn:focus svg .mobile_payment {
  stroke: var(--txt-white);
}
.tab-menus .tab-link.btn:focus svg .deflt_pay_method {
  fill: var(--txt-white);
}
.tab-menus .tab-link.btn:focus .pick_address {
  stroke: var(--txt-white);
}
.tab-menus .tab-link.btn:focus svg .pickup-method {
  stroke: var(--txt-white);
}
.tab-menus .tab-link.btn:focus svg .label_print {
  fill: var(--txt-white);
} */

.setting-default-form {
  width: 640px;
}
.inner-page-content .setting-default-form form {
  gap: 0px;
}

/* .setting-form {
  width: 520px;
} */
.setting-form .form-label {
  font-weight: 500;
}
.setting-form form {
  gap: 0;
  flex-direction: column;
}
.setting-form form .edit-info {
  position: absolute;
  right: 14px;
  top: 45px;
  cursor: pointer;
}
.setting-form .dragDrop-area {
  width: 286px;
}
.setting-form .preview .preview-txt {
  font-weight: 500;
  color: var(--txt-neutral-900);
}
.setting-form .preview .preview-label-printing {
  width: 286px;
  background: var(--bg-neutral-50);
  border-radius: 8px;
  padding: 20px;
}
.setting-form form label {
  color: var(--txt-neutral-900);
  font-weight: 500;
}
.setting-form form label a {
  padding-left: 8px;
  color: var(--txt-primary-500);
  width: 34px;
  height: 34px;
  padding-bottom: 4px;
}
.setting-form a .btn-extra-sm {
  width: 100px;
}
.setting-form .btn-md {
  cursor: not-allowed;
}
.account-list .card {
  background: var(--bg-neutral-50);
  border: 1px solid var(--border-neutral-300) !important;
}
.account-list .row {
  margin: 0 -12px;
  row-gap: 24px;
}
.account-list .row .col-lg-6 {
  padding: 0 12px;
}
.card-action .action-icon.dropdown-toggle::after {
  display: none;
}
.card-action {
  position: absolute;
  bottom: 18px;
  right: 20px;
}
/* setting page */

/* payment request */
.add-payment-method {
  width: 186px;
}
.payment_request_form p {
  font-weight: 500;
}
.payment_request_form form {
  width: 470px;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
}
.payment_request_form .btn {
  width: 470px;
}
.message-alert {
  border-bottom: 1px solid var(--border-neutral-300);
  padding-bottom: 18px;
}
.message-alert p {
  margin-top: -10px;
}
/* payment request */

/* parcel page */
.table .view-details {
  color: var(--txt-primary-500) !important;
}
.table .thead .thead-row .cell.cell_1,
.table .tbody .tbody-row .cell.cell_1 {
  width: 200px;
}
.table .thead .thead-row .cell.cell_2,
.table .tbody .tbody-row .cell.cell_2,
.table .thead .thead-row .cell.cell_4,
.table .tbody .tbody-row .cell.cell_4,
.table .thead .thead-row .cell.cell_5,
.table .tbody .tbody-row .cell.cell_5 {
  width: 84px;
}
.table .thead .thead-row .cell.cell_7,
.table .tbody .tbody-row .cell.cell_7 {
  width: 70px;
}
.table .thead .thead-row .cell.cell_3,
.table .tbody .tbody-row .cell.cell_3 {
  width: 180px;
}
.table .thead .thead-row .cell.cell_6,
.table .tbody .tbody-row .cell.cell_6 {
  width: 124px;
}
.common-form.parcel {
  padding: 24px 24px 74px 24px;
}
.date-wise-parcel .table .tbody .tbody-row .cell.cell_2,
.date-wise-parcel .table .thead .thead-row .cell.cell_2 {
  width: 140px;
}

/* parcel page */

/* all parcel */
.parcel-tabs .tab-menus .nav .nav-item .nav-link {
  color: var(--txt-neutral-900);
  border-bottom: 0px;
  background: var(--bg-white);
  padding: 7px 14px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
.parcel-tabs .tab-menus .nav {
  gap: 16px;
}
.parcel-tabs .tab-menus .nav .nav-item .nav-link.active {
  color: var(--txt-white);
  background: var(--bg-primary-500);
}
.parcel-tabs p span {
  font-weight: 600;
}
.update-section .btn {
  width: 80px;
}
.parcel-tabs .mt-4 {
  margin-top: 34px !important;
}
/* all parcel */

/* invoice */
.invoice .section-heading .btn {
  width: 80px;
}
.invoice_head .brand-logo img {
  width: auto;
  max-width: 180px;
  height: auto;
}
.invoice_head .sender-com-info p {
  color: var(--txt-neutral-900);
  display: flex;
  align-items: center;
  gap: 4px;
}
.invoice_body p {
  color: var(--txt-neutral-900);
}
.invoice_body .shiping_address {
  padding-right: 48px;
}
.invoice-note p {
  color: var(--txt-neutral-900);
}
.invoice_head .sender-com-info p i {
  color: var(--txt-neutral-600);
  font-weight: 600;
  font-size: 12px;
}
.invoice-wrapper .invoice_body {
  margin-top: 32px;
}

.invoice-wrapper .qr-code {
  width: 240px;
}
.invoice-wrapper .parcel-cod {
  min-width: 120px;
  padding: 4px 14px;
  max-width: fit-content;
  background: var(--bg-white);
  border-radius: 4px;
  border: 1px solid var(--border-neutral-300);
}
.invoice-wrapper .qr-code .barcode {
  height: 24px;
}
.invoice-wrapper .qr-code .qrcode {
  width: 54px;
  height: 54px;
}
.invoice_footer {
  margin-top: 68px;
}
.invoice_footer p {
  font-size: 14px;
}
.invoice-wrapper .head-right .txt-black {
  font-weight: 600;
}
/* invoice */

/* support */
.support {
  padding: 0;
  background: var(--bg-white);
  height: 80.5vh;
}
.support-wrapper {
  height: 100%;
}
.support-wrapper .row {
  height: 100%;
}
.message-wrapper {
  position: relative;
}
.message-footer {
  padding: 0 14px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.token-wrapper,
.message-wrapper,
.media-wrapper {
  height: 100%;
}
.message-wrapper {
  border-left: 1px solid var(--border-neutral-300);
}
.media-wrapper {
  border-left: 1px solid var(--border-neutral-300);
}
.token-head p,
.media-head p {
  color: var(--txt-neutral-600);
}
.token-head a {
  color: var(--txt-primary-500);
  font-size: 14px;
  font-weight: 500;
}
.token-head a:hover {
  color: var(--txt-primary-500);
}
.message-head p {
  color: var(--txt-neutral-900);
  font-weight: 500;
}
.media-head p {
  color: var(--txt-neutral-600);
}
.token-head,
.message-head,
.media-head {
  height: 65px;
  border-bottom: 1px solid var(--border-neutral-300);
  padding: 14px;
}
.token-body,
.message-body,
.media-body {
  padding: 14px;
}
.has-no-token {
  font-size: 14px;
  text-align: center;
  margin-top: 45px;
}
.accordion {
  --bs-accordion-color: var(--txt-neutral-900);
  --bs-accordion-bg: var(--bs-white);
  --bs-accordion-border-color: var(--border-neutral-300);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-btn-color: var(--txt-neutral-900);
  --bs-accordion-btn-bg: var(--bg-white);
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: none;
  --bs-accordion-active-bg: transparent;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.accordion-item {
  border: 0;
  background: var(--bg-white);
}
.accordion-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--txt-neutral-900);
  border-bottom: 1px solid var(--border-neutral-300);
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button.collapsed {
  border: none !important;
}
.accordion-button {
  padding: 10px 0;
  border-radius: 0 !important;
  color: var(--txt-neutral-900);
}
.accordion-button::after {
  background-image: url(../images/icon/sm_arrow_down.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon/sm_arrow_down.svg);
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.media-body .share-file,
.media-body .share-image,
.media-body #share_link .link-items {
  padding-top: 14px;
}
.media-body .share-file li a,
.media-body #share_link .link-items li a {
  display: flex;
  font-size: 14px;
  color: var(--txt-neutral-900);
  padding: 8px 14px;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
.media-body .share-file li a:hover {
  background: var(--bg-neutral-100);
}
.media-body .share-file li a img {
  width: auto;
  height: auto;
}
.media-body .share-image .row {
  margin: 0 -7px;
  row-gap: 14px;
}
.media-body .share-image .col-lg-6 {
  padding: 0 7px;
}
.media-body .share-image .col-lg-6 img {
  cursor: pointer;
}
.media-body #share_link .link-items li a img {
  width: 24px;
  height: 24px;
}
.media-body #share_link .link-items li a {
  border-bottom: 1px solid var(--border-neutral-300);
  padding-left: 0;
}
.has-no-doc-file p,
.has-no-img p,
.has-no-link p {
  font-size: 14px;
}
.has-no-doc-file img,
.has-no-img img,
.has-no-link img {
  width: auto;
  height: auto;
}
.has-no-doc-file,
.has-no-img,
.has-no-link {
  padding: 24px 0;
}
.token-body .token-items a {
  width: 100%;
  padding: 14px 10px;
  background: var(--bg-neutral-100);
  border-radius: 8px;
}
.token-body .token-items .single-item {
  width: 100%;
  padding: 14px 10px;
  background: var(--bg-neutral-100);
  border-radius: 8px;
}
.token-content {
  width: calc(100% - 86px);
}
.token-action {
  width: 76px;
}
.token-action img {
  width: auto;
  height: auto;
  cursor: pointer;
}
.token-content p {
  font-size: 13px;
  color: var(--txt-neutral-900);
}
.token-content .token-issue {
  width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.token-body .token-items .dropdown-menu-list a {
  background: none;
  padding: 0;
  color: var(--txt-neutral-500);
  font-weight: 500;
}
.token-action .dropdown-menu {
  width: 170px;
  padding: 14px;
}
.token-body .token-items .dropdown-menu-list a:hover {
  color: var(--txt-primary-500);
}
.chat-box .issue-content {
  padding: 8px 14px;
  background-color: var(--bg-neutral-100);
  border-radius: 8px;
}
.issue-content .cell.cell_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94px;
}
.issue-content .cell.cell_2 {
  width: calc(100% - 118px);
}
.issue-content .publish-date {
  right: 0;
}
.chat-box p {
  font-size: 14px;
  color: var(--txt-neutral-900);
  line-height: 20px;
}
.chat-box .message-content {
  background: var(--bg-neutral-100);
  border-radius: 16px 16px 0 16px;
  padding: 12px;
  position: relative;
}
.chat-box .publish-date {
  font-size: 12px;
  color: var(--txt-neutral-500);
  font-weight: 400;
  position: absolute;
  bottom: -26px;
}
.chat-box .message-content .publish-date {
  left: 0;
}
.chat-box .message-container-send .publish-date {
  right: 0;
  left: unset;
}
.chat-box .user-img {
  width: 24px;
  border-radius: 50%;
}
.chat-box .user-img img {
  border-radius: 50%;
}
.chat-box .message-content {
  width: calc(100% - 32px);
}
.chat-box .message-container-send .message-content {
  border-radius: 16px 16px 16px 0px;
}

.chat-box .message-container-send .message-content.is-text {
  background: var(--bg-primary-500);
}
.message-container-send .message-content.is-text p {
  color: var(--txt-white);
}
.chat-box .message-container,
.chat-box .message-container-send {
  max-width: 70%;
}
.chat-box .issend-file img {
  width: 32px;
  height: 32px;
}
.chat-box .file-size {
  font-size: 12px;
  color: var(--txt-neutral-500);
}
.message-container-send .message-content.issend-img {
  padding: 0;
  background: none;
}
.chat-box .issend-img .qty-one img {
  width: 164px;
  height: 164px;
}
.chat-box .issend-img .qty-two img {
  width: 144px;
  height: 144px;
}
.chat-box .issend-img .qty-two img {
  width: 144px;
  height: 144px;
}
.chat-box .issend-img .qty-three img {
  width: 124px;
  height: 124px;
}

.chat-box .issend-img .qty-more {
  flex-wrap: wrap;
}
.chat-box .issend-img .qty-more img {
  width: 29.8%;
  height: auto;
}
.token-body {
  min-height: 620px;
  overflow-y: auto;
  max-height: 630px;
}
.token-body::-webkit-scrollbar {
  width: 0;
}
.chat-box {
  min-height: 620px;
  overflow-y: auto;
  max-height: 630px;
}
.chat-box::-webkit-scrollbar {
  width: 0;
}
.message-footer {
  padding: 0 14px;
}
.message-footer .form-control {
  padding: 15px 16px;
  padding-right: 80px;
}
.message-footer .camera,
.message-footer .link {
  position: absolute;
  width: auto;
  height: auto;
  top: 16px;
}
.message-footer .camera {
  right: 56px;
}
.message-footer .link {
  right: 20px;
}
.message-footer .btn {
  width: 56px;
}
.message-footer .btn img {
  width: auto;
  height: auto;
}
.message-footer .form-group {
  width: calc(100% - 66px);
}
/* support */
/* create token page */
.token-form {
  width: 580px;
}
.token-form form {
  flex-direction: column;
  gap: 0px !important;
}
/* create token page */
/* stats page */
.common-form.stats-report {
  padding: 24px 24px 74px 24px;
}
.stats-report .all-reports .row {
  margin: 0 -10px;
  row-gap: 24px;
}
.stats-report .all-reports .col-lg-3 {
  padding: 0 10px;
}
.stats-report .all-reports .col-lg-3 .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
/* stats page */
/* payment page */
.add-pay-method .btn-sm {
  width: 186px;
}
.common-form.payment {
  padding: 40px 24px 74px 24px;
}
.balance-wrapper {
  width: 82%;
  margin: 0 auto;
  gap: 34px;
}
.balance-wrapper .clear-consignment .btn {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
.balance-wrapper .balance {
  height: 214px;
  background: var(--bg-primary-500);
  border-radius: 24px;
  padding: 34px;
}
.balance-wrapper .balance h6,
.balance-wrapper .balance h3 {
  color: var(--txt-white);
}

.balance-wrapper .balance .btn {
  background: var(--bg-white);
  color: var(--txt-primary-500);
}
.balance-wrapper .balance .btn:hover {
  background: var(--bg-white) !important;
  color: var(--txt-primary-500) !important;
}
.balance-wrapper .balance .btn:focus {
  background: var(--bg-white) !important;
  color: var(--txt-primary-500) !important;
}
.balance-wrapper .balance .btn:active {
  background: var(--bg-white) !important;
}

.balance-wrapper .balance .btn-outline {
  background: transparent !important;
  color: var(--txt-white) !important;
  border-color: var(--txt-white) !important;
}
.balance-wrapper .balance .btn-outline:hover {
  background: transparent !important;
  color: var(--txt-white) !important;
}
.balance-wrapper .balance .btn-outline:focus {
  background: transparent !important;
  color: var(--txt-white) !important;
}
.balance-wrapper .balance .btn-outline:active {
  background: transparent !important;
}
.balance-wrapper .short-summary {
  height: 224px;
  background: var(--bg-neutral-50);
  border-radius: 16px;
  padding: 20px 24px;
}
.balance-wrapper .short-summary .cell.cell_1 {
  width: calc(100% - 180px);
  font-size: 16px;
  color: var(--txt-neutral-900);
  font-weight: 400;
}
.balance-wrapper .short-summary .cell.cell_2 {
  width: 180px;
  text-align: end;
  font-size: 16px;
  color: var(--txt-neutral-900);
  font-weight: 500;
}
.balance-wrapper .short-summary .row .total-avl {
  font-weight: 600;
}
.balance-wrapper .short-summary .row:last-child {
  border-top: 1px solid var(--border-neutral-300);
  padding-top: 8px;
}
.payment .consignment {
  margin-top: 56px;
}
.payment .consignment.all-consignment {
  margin: 0;
}
.consignment .table .thead-row .cell.cell_1,
.consignment .table .tbody-row .cell.cell_1,
.consignment .table .thead-row .cell.cell_2,
.consignment .table .tbody-row .cell.cell_2,
.consignment .table .thead-row .cell.cell_3,
.consignment .table .tbody-row .cell.cell_3,
.consignment .table .thead-row .cell.cell_7,
.consignment .table .tbody-row .cell.cell_7 {
  width: 108px;
}
.consignment .table .thead-row .cell.cell_5,
.consignment .table .tbody-row .cell.cell_5,
.consignment .table .thead-row .cell.cell_6,
.consignment .table .tbody-row .cell.cell_6 {
  width: 70px;
}
.consignment .table .thead-row .cell.cell_4,
.consignment .table .tbody-row .cell.cell_4,
.consignment .table .thead-row .cell.cell_8,
.consignment .table .tbody-row .cell.cell_8 {
  width: 220px;
}
/* payment page */
/* payment requested page */
.payment-requested-list .table .thead-row .cell.cell_1,
.payment-requested-list .table .tbody-row .cell.cell_1 {
  width: 120px;
}
.payment-requested-list .table .thead-row .cell.cell_2,
.payment-requested-list .table .tbody-row .cell.cell_2 {
  width: 160px;
}
.payment-requested-list .table .thead-row .cell.cell_3,
.payment-requested-list .table .tbody-row .cell.cell_3,
.payment-requested-list .table .thead-row .cell.cell_4,
.payment-requested-list .table .tbody-row .cell.cell_4 {
  width: 104px;
}
.payment-requested-list .table .thead-row .cell.cell_5,
.payment-requested-list .table .tbody-row .cell.cell_5 {
  width: 104px;
}

/* payment requested page */
.inner-page-search-box {
  width: 640px;
  margin: 0 auto;
}
.inner-page-search-box .input-group .form-control {
  padding: 0.94rem 0.75rem 0.94rem 3rem;
}
.inner-page-search-box .input-group .search_icon {
  position: absolute;
  top: 19px;
  left: 16px;
  z-index: 24;
}
.inner-page-search-box .input-group .btn {
  border-radius: 0px 4px 4px 0px !important;
  width: 120px;
}
/* notification */
.notification-tab {
  width: 580px;
  margin: 0 auto;
}
.notification .notification_body {
  overflow-y: unset;
  min-height: fit-content;
  margin: 0;
}
.notification .notification_body .single_notification {
  padding: 10px 0px;
}
/* notification */

/* pagination section */
.pagination-wrapper {
  margin-top: 60px;
}
.pagination-wrapper .custom-dropdown label {
  padding: 5px 10px;
  background: none;
  font-size: 14px;
}
.pagination-wrapper .custom-dropdown .arrow-icon {
  width: 10px;
  height: 10px;
}
.pg-pagination .pagination {
  --bs-pagination-color: var(--txt-neutral-600);
  --bs-pagination-bg: var(--bg-white);
  --bs-pagination-hover-color: var(--txt-white);
  --bs-pagination-hover-bg: var(--bg-primary-500);
  --bs-pagination-focus-color: var(--txt-white);
  --bs-pagination-active-color: var(--txt-white);
  --bs-pagination-active-bg: var(--bg-primary-500);
  --bs-pagination-focus-bg: var(--bg-primary-500);
}
.pg-pagination .page-link:hover {
  border: 1px solid transparent;
}
.page-link:focus {
  box-shadow: none;
}
.pg-pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-neutral-300);
  border-radius: 4px;
}
.pg-pagination .active > .page-link,
.pg-pagination .page-link.active {
  border: 1px solid transparent;
}
.pg-pagination .page-item:first-child .page-link {
  border: 1px solid transparent;
}
.page-item:last-child .page-link {
  border: 1px solid transparent;
  background: var(--bg-neutral-100);
  color: var(--txt-neutral-900);
}
.page-item:last-child .page-link:hover {
  border: 1px solid transparent;
  background: var(--bg-primary-500);
  color: var(--txt-white);
}
/* pagination section */
/* pickup parcel */

.pickup-parcel .table .thead .thead-row .cell.cell_4,
.pickup-parcel .table .tbody .tbody-row .cell.cell_4 {
  width: 330px;
}
.pickup-parcel .table .thead .thead-row .cell.cell_6,
.pickup-parcel .table .tbody .tbody-row .cell.cell_6 {
  width: 90px;
}
/* pickup parcel */
/* profile */
.common-form.profile {
  padding: 24px 24px 74px 24px;
}
.common-form.profile .profile-image {
  border-bottom: 1px solid var(--border-neutral-300);
  padding-bottom: 30px;
}
.profile .dragDrop-area .upload-label {
  background: var(--bg-neutral-200);
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.01);
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .dragDrop-area {
  width: 120px;
  height: 120px;
  border: 0px dashed var(--border-neutral-200);
  border-radius: 50%;
  background: var(--bg-neutral-100);
  position: relative;
  z-index: 5;
}
.profile .dragDrop-area .image-preview-container {
  z-index: -1;
  border-radius: 50%;
  display: block;
}
.profile .dragDrop-area .image-preview-container .image-preview {
  object-fit: contain;
  border-radius: 50%;
}
.dragDrop-area .image-preview {
  width: 100%;
  height: 100%;
}
.profile .profile-information {
  padding: 40px 72px;
}
.profile .profile-information label {
  color: var(--txt-neutral-900);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.profile .profile-information label a {
  padding-left: 8px;
  color: var(--txt-primary-500);
  width: 34px;
  height: 34px;
  padding-bottom: 4px;
}
.profile .profile-information label strong {
  font-weight: 600;
  /* padding-left: 3px; */
}
.profile .profile-information .edit-info {
  position: absolute;
  right: 14px;
  top: 45px;
  cursor: pointer;
}
.company-information .badge {
  color: var(--txt-primary-500);
  font-size: 18px;
  cursor: pointer;
}
/* profile */

/* return lists */
.return .table .thead .thead-row .cell.cell_1,
.return .table .tbody .tbody-row .cell.cell_1 {
  width: 114px;
}
.return .table .thead .thead-row .cell.cell_3,
.return .table .tbody .tbody-row .cell.cell_3,
.return .table .thead .thead-row .cell.cell_4,
.return .table .tbody .tbody-row .cell.cell_4 {
  width: 249px;
}
.return .table .thead .thead-row .cell.cell_6,
.return .table .tbody .tbody-row .cell.cell_6 {
  width: 80px;
}
.return_invoice .table .thead .thead-row .cell.cell_1,
.return_invoice .table .tbody .tbody-row .cell.cell_1,
.return_invoice .table .thead .thead-row .cell.cell_2,
.return_invoice .table .tbody .tbody-row .cell.cell_2 {
  width: 90px;
}
.return_invoice .table .thead .thead-row .cell.cell_3,
.return_invoice .table .tbody .tbody-row .cell.cell_3 {
  width: 160px;
}
.return_invoice .table .thead .thead-row .cell.cell_6,
.return_invoice .table .tbody .tbody-row .cell.cell_6 {
  width: 280px;
}
.return_invoice .table .thead .thead-row .cell.cell_5,
.return_invoice .table .tbody .tbody-row .cell.cell_5 {
  width: 80px;
}
.return_invoice .table .thead .thead-row .cell.cell_4,
.return_invoice .table .tbody .tbody-row .cell.cell_4 {
  width: 120px;
}
.common-form.return_invoice {
  padding: 24px;
}
.return_invoice .section-heading .btn {
  width: 80px;
}

.return-mark {
  margin-top: 80px;
}
.return-mark div {
  width: 250px;
}
.return-mark div p {
  border-top: 1px solid var(--border-neutral-300);
  padding-top: 10px;
}
/* return lists */
.vertical-collpsed .vertical-menu .mobile-apps-icon {
  display: none !important;
}

/* amount change  */
.amount-change .table .thead .thead-row .cell.cell_4,
.amount-change .table .tbody .tbody-row .cell.cell_4 {
  width: 120px;
}
.table .tbody .tbody-row .cell del {
  font-size: 12px;
}
/* amount change  */
/* parcel summary */
.parcel-summary .row {
  margin: 0 -10px;
  row-gap: 24px;
}
.parcel-summary .row .col-lg-3 {
  padding: 0 10px;
}
.parcel-summary .row .col-lg-4 {
  padding: 0 10px;
}
.common-form.delivery-performance {
  padding-right: 24px;
}
.stats-report .card-icon {
  gap: 8px;
  width: auto;
  height: auto;
  justify-content: unset;
}
.stats-report .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}
/* parcel summary */

/* parcel Label */
.parcel-label {
  width: 188px;
  height: 283px;
  background: var(--bg-white);
  border: 1px solid var(--border-neutral-300);
  border-radius: 4px;
  padding: 10px 8px 4px 8px;
}
.parcel-label .label-body .mrcnt-name p {
  font-size: 10px;
}
.parcel-label .label-body p {
  color: var(--txt-neutral-900);
  font-weight: 500;
  line-height: 10px;
}
.parcel-label .label-body .parcel-qrcode p {
  font-size: 8px;
}
.parcel-label .parcel-qrcode img {
  width: 38px;
  height: 38px;
}
.parcel-label .customer-info {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 4px 8px;
}
.parcel-label .customer-info p {
  font-size: 9px;
}
.parcel-label .cod {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 0px 8px;
  height: 20px;
}
.parcel-label .cod p {
  font-size: 10px;
  font-weight: 600;
}
.parcel-label .cod .w-50:last-child {
  border-left: 1px solid #000000;
}
.label-footer p {
  font-size: 8px;
  font-weight: 500;
  color: var(--txt-neutral-900);
  line-height: 10px;
}
.label-logo {
  width: 160px;
  height: auto;
}
/* parcel Label */
.search_result .recent_results a {
  font-size: 12px;
}
#searchResults,
#groupSearchResults {
  box-shadow: 0px 10px 14px -4px rgba(15, 28, 51, 0.08),
    0px 2px 8px -4px rgba(15, 28, 51, 0.05);
  /* width: 580px; */
  overflow-y: auto;
  min-height: 320px;
  max-height: 350px;
}
.search_result li {
  cursor: pointer;
}
.search_result li a {
  width: calc(100% - 28px);
  height: 20px;
}
.search_result li .close_recent {
  width: 20px;
}
.search_result li a p {
  width: 94%;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chartCard {
  height: 580px;
}

.chartBox {
  height: 100% !important;
}
#edit-info {
  position: absolute;
  right: 14px;
  top: 45px;
}
#lang {
  font-weight: 500;
}
#lang p {
  font-weight: 500;
}

.tab-menus .tab-link.btn {
  display: flex;
  width: fit-content;
  padding: 0 14px;
  align-items: center;
  background: var(--bg-white);
  border: 1px solid transparent;
  color: var(--txt-neutral-900);
}
.tab-menus .tab-link.btn:hover {
  background: var(--bg-primary-600);
  color: var(--txt-white) !important;
}
.tab-menus .tab-link.btn:focus {
  background: var(--bg-primary-500) !important;
  color: var(--txt-white) !important;
  border: 1px solid transparent !important;
}
.tab-menus .tab-link.btn.active {
  box-shadow: none;
  background: var(--bg-primary-500) !important;
  color: var(--txt-white) !important;
  border: 1px solid transparent !important;
}
.document {
  background: var(--bg-neutral-100);
  padding: 20px;
}
.tab-dropdown {
  display: none;
}

/* modarators */
.modarator .edit,
.modarator .lock {
  cursor: pointer;
}

.modarator .table .thead .thead-row .cell.cell_1,
.modarator .table .tbody .tbody-row .cell.cell_1,
.modarator .table .thead .thead-row .cell.cell_4,
.modarator .table .tbody .tbody-row .cell.cell_4,
.modarator .table .thead .thead-row .cell.cell_6,
.modarator .table .tbody .tbody-row .cell.cell_6,
.modarator .table .thead .thead-row .cell.cell_7,
.modarator .table .tbody .tbody-row .cell.cell_7 {
  width: 74px;
}
.modarator .table .thead .thead-row .cell.cell_2,
.modarator .table .tbody .tbody-row .cell.cell_2,
.modarator .table .thead .thead-row .cell.cell_3,
.modarator .table .tbody .tbody-row .cell.cell_3 {
  width: 220px;
}
.modarator .table .thead .thead-row .cell.cell_5,
.modarator .table .tbody .tbody-row .cell.cell_5 {
  width: 124px;
}
.common-form.modarator {
  padding: 24px 24px 124px 24px;
}
.modarator-form {
  width: calc(100% - 40%);
}
.modarator-guideline {
  width: 35%;
}
.modarator-form form {
  flex-direction: column;
  gap: 0;
}
.check-list .row {
  margin: 0 -12px;
  row-gap: 16px;
}
.check-list .row .col-lg-3 {
  padding: 0 12px;
}
.modarator-form form .pass-field .form-control {
  padding: 0.688rem 0.75rem 0.688rem 48px;
}
.form-fiel-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 14px;
  bottom: 14px;
}
.modarator-link .badge {
  width: 40px;
  height: 20px;
  border-radius: 4px;
  background: #f97316;
  color: var(--txt-white);
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 60px;
}
.modarator-link.store_access .badge {
  width: 20px;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fraud-ratio .dataset-label label {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.modarator-form a {
  color: var(--txt-primary-500);
  display: unset;
}

.btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: var(--bg-white);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: var(--bg-white);

  border-radius: 50%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  left: 2px;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid var(--bg-primary-500);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.modarator-guideline .video .overlay {
  position: absolute;
  bottom: 0;
  background: #000000;
  width: 100%;
  opacity: 24%;
  height: 100%;
  border-radius: 12px;
}
.modarator-guideline .video img {
  border-radius: 12px;
}
.modarator-guideline .video {
  cursor: pointer;
}
#videoModal .btn-close {
  /* background-image: url(../images/icon/btn_close_icon.svg); */
  border: 1px solid var(--bg-neutral-600);
}
#videoModal .modal-content {
  background-color: transparent;
  border: 0;
}
#videoModal .modal-content iframe {
  border: 0;
  border-radius: 10px;
  width: 100%;
  height: 350px;
}
/* modarators */
.rider-rating .rider-info {
  margin-bottom: 48px;
}
.rider-rating form {
  width: 580px;
  flex-direction: column;
  gap: 0;
}

.bill-to p {
  color: var(--txt-neutral-900);
}
.single-payment-invoice .balance-wrapper {
  width: 100%;
  gap: 20px;
}
.withdraw-method p {
  color: var(--txt-neutral-900);
  font-size: 14px;
}
.payment-note .withdraw-method {
  width: 320px;
}
.payment-note .notted {
  width: calc(100% - 680px);
}
.payment-note .withdraw-method .method-type label {
  color: var(--txt-neutral-900);
  font-size: 14px;
  font-weight: 600;
}
.invoice_body .consignment {
  margin-top: 70px;
}
.rider-info a label {
  cursor: pointer;
}

.star-rating i {
  font-size: 24px;
  color: var(--txt-neutral-300);
  cursor: pointer;
}
.star-rating i:hover {
  color: #f5b303;
}
.print-btn .btn-extra-sm {
  width: 80px;
}

.common-form.bulk-invoice {
  padding: 24px;
}
.bulk-invoice .row {
  margin: 0 -28px;
  row-gap: 56px;
}
.bulk-invoice .row .col-lg-6 {
  padding: 0 28px;
}
.bulk-invoice .invoice-wrapper {
  padding: 20px 16px;
  border: 1px solid var(--border-neutral-300);
  border-radius: 8px;
}
.bulk-invoice .sender-com-info p {
  font-size: 12px;
  line-height: 14px;
}
.bulk-invoice .sender-com-info p i {
  font-size: 10px;
}
.bulk-invoice .brand-logo img {
  max-width: 110px;
}
.bulk-invoice .head-right p {
  font-size: 12px;
  line-height: 14px;
}
.bulk-invoice .shiping_address h6 {
  font-size: 14px;
  line-height: 18px;
}
.bulk-invoice .invoice_body p {
  font-size: 14px;
  line-height: 20px;
}
.bulk-invoice .invoice-wrapper .invoice_body {
  margin-top: 20px;
}
.bulk-invoice .invoice_body .shiping_address {
  padding-right: 20px;
}
.bulk-label .row {
  margin: 0 -12px;
  row-gap: 24px;
}
.bulk-label .row .col-lg-2 {
  padding: 0 12px;
}
.bulk-label .row .parcel-label {
  width: 100%;
}
.inner-page-content .section-heading .tab-menus .tab-link.btn {
  justify-content: center;
}
.bulk-label .label-body {
  width: 100%;
}
.balance-check {
  background: var(--bg-neutral-50);
}

.balance-check .amount-form {
  border: 1px solid var(--border-primary-500);
}
.amount-negative {
  background: transparent;
  padding: 0 20px;
  border-radius: 24px;
  border: 1px solid var(--border-danger-500);
}
.balance-check .amount-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amount-negative .btn {
  width: fit-content;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-due-balance {
  width: 465px;
}
.pay-due-balance form {
  flex-direction: column;
  gap: 0;
}
.labelprint-btn .btn {
  width: 90px;
}

.modarator-access .row {
  margin: 0 -12px;
}

.modarator-access .row .col-lg-3 {
  padding: 0 12px;
}
.modarator-access .row .card .card-body {
  padding: 40px 16px;
}
.modarator-access .row .card .card-icon {
  height: 64px;
  width: 140px;
}
.modarator-access .row .card .card-icon img {
  width: auto;
  height: auto;
}
.modarator-access .row .card:hover {
  box-shadow: 0 10px 14px -4px rgba(0, 0, 0, 0.08);
}
.modarator-access .card-body .card_title {
  font-size: 18px !important;
}
.modarator-access .card-body .btn {
  width: fit-content;
  padding: 0 16px;
}
.have-no-data p {
  font-size: 18px;
}
.store-request.modarator-access .row .card:hover {
  box-shadow: none;
}
.add-parcel-tab {
  gap: 40px;
}
.add-parcel-tab .btn-outline {
  width: fit-content;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.short-menu {
  margin-bottom: 24px;
}
.single-invoice {
  padding: 24px;
}
.setting-form .change-pass-form {
  width: 520px;
}
.setting-form .change-pass-form .form-control {
  padding: 0.688rem 0.75rem 0.688rem 48px;
}
.form-reset-icon,
.form-value-view-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 12px;
  cursor: pointer;
}

.form-reset-icon {
  right: 44px;
}
.form-value-view-icon {
  right: 12px;
  bottom: 10px;
}
.right-layout-top {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}

.feature-menu {
  width: 730px;
  height: 82px;
  top: 101px;
}
.feature-items {
  height: 42px;
  margin-top: 10px;
  padding: 4px 40px;
}
.common-form.impoted-consignment {
  padding: 34px 20px;
}
.impoted .table .thead .thead-row .cell.cell_1,
.impoted .table .tbody .tbody-row .cell.cell_1,
.impoted .table .thead .thead-row .cell.cell_2,
.impoted .table .tbody .tbody-row .cell.cell_2,
.impoted .table .thead .thead-row .cell.cell_3,
.impoted .table .tbody .tbody-row .cell.cell_3 {
  width: 100px;
}
.impoted .table .thead .thead-row .cell.cell_5,
.impoted .table .tbody .tbody-row .cell.cell_5 {
  width: 150px;
}
.impoted .table .thead .thead-row .cell.cell_4,
.impoted .table .tbody .tbody-row .cell.cell_4 {
  width: 250px;
}
.impoted .table .thead .thead-row .cell.cell_6,
.impoted .table .tbody .tbody-row .cell.cell_6,
.impoted .table .thead .thead-row .cell.cell_7,
.impoted .table .tbody .tbody-row .cell.cell_7 {
  width: 80px;
}
.impoted .table .thead .thead-row .cell.cell_8,
.impoted .table .tbody .tbody-row .cell.cell_8 {
  width: 220px;
}

/* setting 2 css code */
/* .setting-list {
  background: var(--bg-neutral-50);
  padding: 20px;
} */
.setting-list .accordion-button {
  background: transparent;
  font-size: 16px;
  padding: 12px 14px;
  border-radius: 4px !important;
  gap: 8px;
}
.setting-list .accordion-header {
  background: transparent;
  border-bottom: 0px solid var(--border-neutral-300);
}
.setting-list .accordion-item {
  background: transparent;
}
.setting-list .accordion {
  gap: 14px;
}
.setting-list .accordion-button::after {
  display: none;
}

.setting-list .accordion-button:hover {
  color: var(--bg-primary-500) !important;
}
.setting-list .accordion-button:not(.collapsed) {
  color: var(--bg-primary-500) !important;
}
.setting-list .accordion-button:not(.collapsed) svg .bank_payment {
  stroke: var(--txt-primary-500);
}
.setting-list .accordion-button:not(.collapsed) svg .mobile_payment {
  stroke: var(--txt-primary-500);
}
.setting-list .accordion-button:not(.collapsed) svg .deflt_pay_method {
  fill: var(--txt-primary-500);
}
.setting-list .accordion-button:not(.collapsed) svg .pickup-method {
  stroke: var(--txt-primary-500);
}
.setting-list .accordion-button:not(.collapsed) svg .pick_address {
  stroke: var(--txt-primary-500);
}
.setting-list .accordion-button:not(.collapsed) svg .label_print {
  fill: var(--txt-primary-500);
}
.setting-list .accordion-button:not(.collapsed) svg .label_print {
  fill: var(--txt-primary-500);
}
.setting-list .accordion-body .btn-extra-sm {
  width: 100px;
}
.setting-list .accordion-body .setting-form {
  width: 520px;
}
.setting-list .accordion-body .setting-form.password .form-control {
  padding: 0.688rem 0.75rem 0.688rem 48px;
}
.edit-icon {
  padding-left: 8px;
  color: var(--txt-primary-500);
  width: 34px;
  height: 34px;
  padding-bottom: 4px;
}

.fw-700 {
  font-weight: 700;
}
/* responsive css code */
@media only screen and (max-width: 1440px) {
  .quick-link .card .card-body .card_title {
    font-size: 14px;
  }
  .simplebar-placeholder {
    height: 700px;
  }
  .del-charge-faq ul li {
    align-items: baseline;
  }

  .common-form.import-file {
    padding: 24px;
  }
  .parcel-delivery-status .delivery-status .tracking-steps {
    width: 100%;
    padding: 34px;
  }
  .parcel-tabs .tab-menus {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .parcel-tabs .tab-menus .nav {
    flex-wrap: unset;
  }
  .parcel-tabs .tab-menus::-webkit-scrollbar {
    height: 0px;
  }
  .parcel-information .parcel-short-info .input-group {
    width: 548px !important;
  }
  .common-form.parcel-details {
    padding: 24px 24px 74px 24px;
  }
  .support {
    height: 79.3vh;
  }
  .token-body {
    min-height: 520px;
    max-height: 530px;
  }
  .chat-box {
    min-height: 520px;
    max-height: 530px;
  }
  .inner-page-content {
    min-height: 740px;
  }

  .chat-box .issend-img .qty-more img {
    width: 28.8%;
  }
  .pickup-parcel .table .thead .thead-row .cell.cell_4,
  .pickup-parcel .table .tbody .tbody-row .cell.cell_4 {
    width: 254px;
  }
  .metismenu .menu-title.others {
    margin-top: 10px !important;
  }
  .mobile-apps-icon {
    padding-left: 14px;
    margin-top: 20px;
  }
  .short-menu {
    margin-bottom: 16px;
  }
  .bulk-label .row .col-lg-2 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .simplebar-placeholder {
    height: 514px;
  }
  .card-icon {
    width: 54px;
    height: 54px;
  }
  .quick-link .card .card-body .card_title {
    font-size: 14px;
  }
  .nav-search-bar {
    width: 254px;
  }
  .balance-check {
    width: 240px;
  }
  .quick-action {
    gap: 14px !important;
  }
  .tbl-pending-parcel .tbody-row .cell.cell_2,
  .tbl-pending-parcel .thead-row .cell.cell_2 {
    width: 128px;
  }
  .support {
    height: 75.6vh;
  }
  .token-body,
  .chat-box {
    min-height: 420px;
    max-height: 430px;
  }
  .inner-page-content {
    min-height: 440px;
  }
  .chat-box .issend-img .qty-more img {
    width: 28.8%;
  }
  .common-form {
    min-height: 360px;
  }
  .accordion-button {
    font-size: 14px;
  }
  .chat-box .issend-img .qty-two img {
    width: 47%;
    height: auto;
  }
  .consignment .table .thead-row .cell.cell_4,
  .consignment .table .tbody-row .cell.cell_4,
  .consignment .table .thead-row .cell.cell_8,
  .consignment .table .tbody-row .cell.cell_8 {
    width: 180px;
  }
  .bulk-invoice .row {
    margin: 0 -12px;
    row-gap: 24px;
  }
  .bulk-invoice .row .col-lg-6 {
    padding: 0 12px;
  }
  .invoice-wrapper .qr-code {
    width: 100%;
  }
  .bulk-invoice .invoice_body .shiping_address {
    padding-right: 0px;
  }

  .impoted .table .thead .thead-row .cell.cell_4,
  .impoted .table .tbody .tbody-row .cell.cell_4 {
    width: 140px;
    word-break: break-all;
  }
  .impoted .table .thead .thead-row .cell.cell_6,
  .impoted .table .tbody .tbody-row .cell.cell_6,
  .impoted .table .thead .thead-row .cell.cell_7,
  .impoted .table .tbody .tbody-row .cell.cell_7 {
    width: 60px;
  }
  .impoted .table .thead .thead-row .cell.cell_8,
  .impoted .table .tbody .tbody-row .cell.cell_8 {
    width: 160px;
  }
  .estimated-price {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .estimated-price p {
    font-size: 12px;
  }
  .modarator-form .align-items-center {
    align-items: start !important;
  }
}

/* responsive css code */

@media only screen and (max-width: 1280px) {
  .search-box .form-control {
    padding: 7px 14px 7px 48px;
  }
  .nav-search-bar {
    width: 224px;
  }
  .search-box > .search_icon {
    top: 10px;
  }
  .balance-check {
    width: 200px;
    height: 40px;
  }
  .balance-check .switch-icon {
    width: 36px;
  }
  .balance-check .switch-text {
    font-size: 14px;
  }
  .balance-check .total-amount {
    font-size: 14px;
  }
  .balance-check .amount-form .btn {
    width: 74px;
    height: 28px;
    display: flex;
  }
  .quick-action-link {
    width: 40px;
    height: 40px;
  }
  .waves-effect img {
    width: 24px;
    height: 24px;
  }
  .navbar-brand .logo {
    width: 120px;
  }
  .navbar-brand {
    gap: 12px !important;
    margin: 0 !important;
  }
  .balance-check .amount-form {
    padding: 0 8px 0 14px;
  }
  .quick-action {
    gap: 10px !important;
  }
  .quick-link .col-lg-2.col-md-4 {
    width: 33.33%;
  }
  .quick-link .card .card-body .card_title {
    font-size: 16px;
  }
  .common-form {
    padding: 24px 24px 74px 24px;
  }

  .track-parcel .area-search {
    padding: 0;
  }
  .chat-box .message-container,
  .chat-box .message-container-send {
    max-width: 77%;
  }
  .support {
    height: 76.6vh;
  }
  .token-body,
  .chat-box {
    min-height: 440px;
    max-height: 464px;
  }
  .balance-wrapper {
    width: 100%;
  }
  .consignment .table .thead-row .cell.cell_2,
  .consignment .table .tbody-row .cell.cell_2,
  .consignment .table .thead-row .cell.cell_3,
  .consignment .table .tbody-row .cell.cell_3 {
    width: 74px;
  }
  .consignment .table .thead-row .cell.cell_4,
  .consignment .table .tbody-row .cell.cell_4,
  .consignment .table .thead-row .cell.cell_8,
  .consignment .table .tbody-row .cell.cell_8 {
    width: 160px;
  }
  .pickup-parcel .table .thead .thead-row .cell.cell_3,
  .pickup-parcel .table .tbody .tbody-row .cell.cell_3 {
    width: 150px;
  }
  .pickup-parcel .table .thead .thead-row .cell.cell_4,
  .pickup-parcel .table .tbody .tbody-row .cell.cell_4 {
    width: 190px;
  }
  .profile .profile-information {
    padding: 40px 0;
  }
  .setting .tab-menus .nav {
    width: 294px;
  }
  .setting .tab-menus .tab-content {
    width: calc(100% - 334px);
    margin: 0;
  }
  .setting-form {
    width: 100%;
  }
  .setting .tab-menus .tab-menus-items {
    width: 270px;
  }
  .setting .tab-menus .tab-content {
    width: calc(100% - 310px);
    margin: 0;
  }
  .card-action {
    bottom: 8px;
    right: 10px;
  }
  .bulk-invoice .row {
    margin: 0;
  }
  .bulk-invoice .row .col-lg-6 {
    padding: 0;
    width: 100%;
  }
  .bulk-label .row .col-lg-2 {
    width: 33.33%;
  }
  .impoted .table .thead .thead-row .cell.cell_5,
  .impoted .table .tbody .tbody-row .cell.cell_5 {
    width: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .waves-effect img {
    display: none;
  }
  .mobile-nav-toggler {
    display: block;
    color: var(--txt-neutral-500);
  }
  .mobile-nav-toggler img {
    width: 24px;
    height: 24px;
  }
  /* .left-layout {
    display: none;
  } */
  .right-layout {
    width: 100%;
    left: 0px;
  }
  .right-layout-top {
    width: 100%;
    left: 0;
  }
  .left-layout {
    transform: translate(-250px, 0px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    /* position: relative; */
    background: transparent !important;
    z-index: 1000 !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0;
    width: 0;
  }

  .left-layout.show {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all 0.35s ease;
    /* background: var(--bg-white) !important; */
  }

  .left-layout.show .sidebar-backdrop {
    position: absolute;
    background: var(--bg-neutral-900);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    opacity: 40%;
  }
  .left-layout-top {
    background: var(--bg-white);
    margin: 0;
    height: 100px;
    width: 50%;
    flex-direction: row !important;
    gap: 10px !important;
    justify-content: unset !important;
    padding: 30px 0 14px 14px;
  }
  .marchant-logo {
    width: 54px;
  }
  .vertical-menu {
    width: 50%;
    background: var(--bg-white);
    margin-top: 100px;
    height: 100vh;
  }
  .simplebar-placeholder {
    height: 100vh;
  }
  #sidebar-menu {
    overflow-y: scroll;
    min-height: 84vh;
    max-height: 84vh;
  }
  #sidebar-menu::-webkit-scrollbar {
    width: 0;
  }
  .area-search {
    padding: 0;
  }
  .coverage-area .search-result .google_map {
    height: 430px;
  }
  .chat-box .message-container,
  .chat-box .message-container-send {
    max-width: 77%;
  }
  .support {
    height: 75.6vh;
  }
  .token-body,
  .chat-box {
    min-height: 420px;
    max-height: 420px;
  }
  .parcel-tabs .tab-menus {
    display: none;
  }
  .tab-dropdown {
    width: 220px;
    display: block;
  }

  .fraud-tab {
    display: none;
  }

  .tab-dropdown .custom-select input,
  .tab-dropdown .custom-dropdown label {
    padding: 7px 11px;
  }
  .setting .tab-menus .tab-menus-items {
    display: none !important;
  }
  .setting .tab-menus .tab-content {
    width: 100%;
    margin: 0;
  }
  .modarator-form {
    width: 100%;
  }
  .inner-page-content .modarator-form form {
    gap: 0;
  }
  .common-form.modarator {
    flex-direction: column;
    gap: 48px;
  }
  .modarator-guideline {
    width: 50%;
  }
}

@media only screen and (max-width: 820px) {
  .quickview-result .row {
    margin: 0;
    flex-direction: column;
  }
  .quickview-result .row .col-6 {
    padding: 0;
    width: 100%;
  }
  .quick-action {
    display: none !important;
  }
  /* Mobile Footer Menu */
  .footerbottom-menu {
    display: block !important;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 997;
    background: var(--bs-white);
    padding: 10px 20px 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  .menu-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-items {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    color: var(--txt-neutral-400);
    line-height: 18px;
  }
  .menu-items.active {
    color: var(--txt-primary-500);
  }
  .menu-items.active .menu-icon {
    background: var(--bg-primary-500);
    color: var(--txt-primary-500);
  }
  .menu-items.active .menu-icon svg .home {
    fill: var(--txt-white);
  }
  .menu-items.active .menu-icon svg .notification {
    fill: var(--txt-white);
  }
  .menu-items.active .menu-icon svg .message {
    fill: var(--txt-white);
  }
  .menu-items.active .menu-icon svg .news {
    fill: var(--txt-white);
  }
  .menu-items.active .menu-icon svg .profile {
    stroke: var(--txt-white);
  }
  /* Mobile Footer Menu */

  .nav-search-bar {
    display: none !important;
  }
  .search-icon {
    display: block;
  }
  .app-search-form {
    width: 94%;
  }

  .app-search-box.show {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 86px);
    transition: all 0.35s ease;
  }
  .app-search-box.show .search-backdrop {
    position: absolute;
    background: #00000080;
    top: -134px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
  }
  .simplebar-placeholder {
    height: 600px;
  }
  .main-content {
    margin-bottom: 100px;
  }
  .table .thead {
    display: none;
  }

  .table .tbody .tbody-row .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* .parcel .table .tbody .tbody-row .cell:last-child {
    display: none;
  } */
  .txt-in {
    display: block;
    font-size: 14px;
    color: var(--txt-neutral-900);
    font-weight: 500;
  }
  .tbl-pending-parcel .tbody-row .cell.cell_5 {
    display: none;
  }
  .right-layout.inner-page .main-content {
    margin-bottom: 0;
  }
  h6 {
    font-size: 18px;
  }
  .picked-address .row .col-lg-4 {
    width: 50%;
  }
  .picked-address .row {
    row-gap: 20px;
  }
  .mrc-format-file {
    flex-direction: column;
  }
  .mrc-format-file .w-50 {
    width: 100% !important;
  }
  .chart-view {
    flex-direction: column;
  }
  .delivery-report,
  .parcel-report {
    width: 100% !important;
  }
  .inner-page-content form {
    gap: 40px;
  }
  .parcel-information .parcel-short-info .input-group {
    width: 380px !important;
  }
  .streamline .step .date-time {
    width: 18%;
  }
  .streamline .step .step-icon {
    width: 6%;
  }
  .streamline .step .tracking_content {
    width: 68%;
  }
  .parcel-delivery-status .delivery-status .tracking-steps p {
    font-size: 14px;
  }
  .streamline .step {
    gap: 4%;
  }
  /* .update-section .print-btn {
    display: none;
  } */
  .support-wrapper .col-lg-8 {
    display: none;
  }
  .message-wrapper {
    border-left: 0px;
    position: relative;
  }
  .chat-box .issue-content .row {
    align-items: baseline;
  }
  .token-head,
  .message-head,
  .media-head {
    width: 100%;
  }
  .support {
    height: 79vh;
  }
  .token-body,
  .chat-box {
    min-height: 100%;
    max-height: 100%;
  }
  .token-body,
  .message-body,
  .media-body {
    height: 85%;
  }
  .message-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 30px;
  }
  .table .tbody {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .table .tbody .tbody-row {
    padding: 14px 0px;
    border-bottom: 1px solid var(--border-neutral-300);
  }
  .parcel .table .tbody .tbody-row .cell:first-child {
    display: none;
  }
  .parcel .date-wise-parcel .table .tbody .tbody-row .cell:first-child {
    display: flex;
  }
  .parcel .date-wise-parcel .table .tbody .tbody-row .cell:last-child {
    display: flex;
  }
  .parcel .date-wise-parcel .table .tbody .tbody-row .cell {
    width: fit-content !important;
  }
  .pickup-parcel .table .thead .thead-row .cell.cell_4,
  .pickup-parcel .table .tbody .tbody-row .cell.cell_4 {
    gap: 60px;
    align-items: baseline;
  }

  .setting .tab-menus .tab-content {
    width: 100%;
    margin: 0;
  }
  .regular-form .default-address {
    flex-direction: column;
    gap: 10px !important;
  }
  .regular-form .default-address .w-50 {
    width: 100% !important;
  }

  .express-form .default-address {
    flex-direction: column;
    gap: 10px !important;
  }
  .express-form .default-address .w-50 {
    width: 100% !important;
  }

  .return .table .tbody .tbody-row .cell.cell_1 {
    display: none;
  }
  .profile .dragDrop-area {
    width: 94px;
    height: 94px;
  }
  .profile .dragDrop-area .upload-label {
    width: 40px;
    height: 40px;
  }
  .return_invoice .table .thead .thead-row .cell.cell_2,
  .return_invoice .table .tbody .tbody-row .cell.cell_2 {
    display: none;
  }
  .return_invoice .table .thead .thead-row .cell.cell_5,
  .return_invoice .table .tbody .tbody-row .cell.cell_5 {
    display: none;
  }
  .modarator .table .tbody .tbody-row .cell.cell_3 {
    display: none;
  }
  .amount-change .table .tbody .tbody-row .cell.cell_5 {
    display: none;
  }
  .pickup-parcel .table .tbody .tbody-row .cell.cell_1 {
    display: none;
  }
  .pickup-parcel .table .thead .thead-row .cell.cell_4,
  .pickup-parcel .table .tbody .tbody-row .cell.cell_4 {
    display: none;
  }
  .return .table .tbody .tbody-row .cell.cell_6 {
    display: none;
  }
  .parcel .table .tbody .tbody-row .cell:last-child {
    display: none;
  }
  .common-form.frauds .w-50 {
    width: 100% !important;
    margin: 0 !important;
  }
  .rider-rating form {
    width: 100%;
    gap: 0 !important;
  }
  .payment-requested-list .table .tbody .tbody-row .cell.cell_6 {
    display: none;
  }

  .all-consignment .table .thead {
    display: flex;
  }
  .all-consignment .table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .all-consignment .table .thead,
  .all-consignment .table .tbody {
    width: 850px;
  }
  .all-consignment .tbody .tbody-row,
  .all-consignment .thead .thead-row {
    width: 100%;
  }
  .all-consignment .table .tbody {
    min-height: 450px;
    max-height: 460px;
    overflow-y: auto;
  }

  .all-consignment .table::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .all-consignment .table .tbody::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .payment-note .notted {
    width: calc(100% - 330px);
  }
  .payment-note .withdraw-method {
    width: 284px;
  }
  .invoice .section-heading .btn {
    display: none;
  }
  .invoice_body .shiping_address {
    padding-right: 20px;
  }
  /* .print-btn .btn-extra-sm {
    display: none !important;
  } */
  .invoice-wrapper {
    margin: 0 !important;
  }
  .bulk-label .row {
    margin: 0 -8px;
    row-gap: 16px;
  }
  .bulk-label .row .col-lg-2 {
    padding: 0 8px;
  }
  .impoted .table .thead {
    display: flex;
  }
  .impoted .table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .impoted .table .thead,
  .impoted .table .tbody {
    width: 950px;
  }
  .table .tbody .tbody-row,
  .table .thead .thead-row {
    width: 100%;
  }
  .impoted .table .tbody {
    min-height: 450px;
    max-height: 460px;
    overflow-y: auto;
  }

  .impoted .table::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .impoted .table .tbody::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .modarator-guideline {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .right-layout-top {
    height: 120px;
    background: var(--bg-primary-500);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 14px 20px 16px 20px;
  }
  .main-content {
    margin-top: 148px;
    padding: 0 20px;
    z-index: -1;
  }
  .token-head,
  .message-head,
  .media-head {
    height: 40px;
    padding: 12px 0;
  }
  .token-body,
  .message-body,
  .media-body {
    padding: 14px 0;
  }
  .quick-link .col-lg-2.col-md-4 {
    width: 50%;
  }
  .quick-link .card .card-body .card_title {
    font-size: 13px;
  }
  .navbar {
    flex-direction: column;
    padding: 0;
  }
  .navbar-left {
    width: 100%;
    justify-content: space-between;
  }
  .navbar-brand .logo {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: -1;
  }
  .balance-check {
    height: 34px;
  }
  .balance-check .switch-icon {
    width: 32px;
  }
  .balance-check .switch-icon img {
    width: 22px !important;
    height: 22px !important;
  }
  .mbile_search {
    fill: var(--txt-white);
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block !important;
  }
  .mobile-nav-toggler {
    display: block;
    color: var(--txt-white);
  }
  .left-layout {
    margin-top: 0px;
  }
  .right-layout.inner-page .navbar .navbar-left {
    display: none !important;
  }
  .right-layout.inner-page .togglebtn {
    display: none !important;
  }
  .inner-page-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .inner-page-nav a {
    padding-right: 24px;
  }

  .right-layout.inner-page .right-layout-top {
    height: 68px;
    border-radius: 0 !important;
    padding: 14px 20px 14px 20px;
  }
  .right-layout.inner-page .main-content {
    margin-top: 96px;
  }
  .has-no-payment-method a {
    width: 100%;
  }
  .back_btn {
    display: flex;
    gap: 20px;
    color: var(--txt-white);
  }
  .back_btn:focus,
  .back_btn:hover {
    color: var(--txt-white) !important;
  }
  .back_btn img {
    width: 40px;
    height: 40px;
  }
  .simplebar-placeholder {
    height: 100vh;
  }
  .marchant-logo {
    width: 54px;
  }
  .left-layout-top {
    width: 74%;
  }
  .vertical-menu {
    width: 74%;
    height: 100%;
  }
  /* #sidebar-menu {
    min-height: 40vh;
    max-height: 50vh;
  } */
  .mobile-apps-icon {
    padding: 0 14px;
    margin-top: 24px;
  }
  .left-layout-top h6 {
    font-size: 16px;
  }
  .left-layout-top p {
    font-size: 14px;
  }
  .inner-page-content form {
    gap: 20px;
    flex-direction: column;
  }

  .inner-page-content form .w-50 {
    width: 100% !important;
  }
  .inner-page-content .section-heading {
    justify-content: flex-end !important;
  }
  .inner-page-content .section-heading .btn {
    width: 84px;
  }
  .inner-page-content .section-heading h6 {
    display: none;
  }
  .pickup-requested-form .row .col-lg-3.col-md-4 {
    width: 50%;
  }
  .picked-address .row .col-lg-4 {
    width: 100%;
    padding: 0;
  }
  .picked-address .row {
    margin: 0;
  }
  .drop-point-form .back {
    display: none !important;
  }
  .custom-select .arrow-icon,
  .custom-dropdown .arrow-icon {
    width: 10px;
    height: 10px;
  }
  .modal-body {
    padding: 0 24px 30px 24px;
  }
  .footer p {
    font-size: 13px;
  }
  .file-format {
    flex-direction: column;
    align-items: flex-start !important;
  }
  html,
  body {
    background: var(--bg-white);
  }
  .common-form {
    padding: 0 !important;
  }
  .picked-address.common-form {
    padding: 24px 0px 74px 0px;
  }
  .chart-view .img {
    width: 30%;
  }
  .chart-view .content {
    width: 70%;
  }
  .chart-view .content h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .delivery-report,
  .parcel-report {
    height: 140px;
    padding: 22px 22px;
  }
  .desktop-ad {
    display: none;
  }
  .mobile-ad {
    display: block;
  }
  .area-search .btn {
    font-size: 0;
    width: 84px;
  }
  .fraud-lists .fraud-list .row .cell_1 {
    width: 70px;
  }
  .fraud-lists .fraud-list .row .cell_2 {
    width: calc(100% - 94px);
  }

  .card_title {
    font-size: 14px;
  }
  .inner-page-content .price-calculator form {
    gap: 0;
    width: 100%;
  }
  .common-form.pricing .del-charge-faq {
    padding-left: 0;
  }
  .parcel-information span {
    font-size: 14px;
  }
  .parcel-information {
    border: 0;
    padding: 0;
  }
  .parcel-information p {
    font-size: 14px;
  }
  .parcel-information h6 {
    font-size: 15px;
  }
  .track-parcel .area-search {
    gap: 16px !important;
  }
  .streamline .step .date-time {
    display: none;
  }
  .streamline .step .date-time.txt-in {
    display: flex !important;
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
  .parcel-delivery-status .delivery-status {
    border: 0;
  }
  .parcel-delivery-status .delivery-status .tracking-steps {
    padding: 0;
  }
  .streamline .step .date-time.txt-in p {
    font-size: 13px;
  }
  .streamline .step .tracking_content {
    width: 100%;
    flex-direction: column;
  }
  .streamline .step .step-icon {
    width: 10%;
  }
  .tracking_content.short-info-rider {
    gap: 10px;
  }
  .payment_request_form .btn {
    width: 100%;
  }
  .payment_request_form form {
    width: 100%;
  }
  .payment_request_form div:first-child {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px;
  }
  .parcel-information .parcel-short-info {
    flex-direction: column;
    gap: 34px;
  }
  .parcel-information .parcel-short-info .input-group {
    width: 100% !important;
  }
  .parcel-information .parcel-short-info div {
    width: 100%;
  }
  .parcel-information .parcel-short-info div:last-child {
    align-items: flex-start !important;
  }
  .support {
    height: 79vh;
  }
  .token-body,
  .message-body,
  .media-body {
    height: 100%;
  }
  .message-footer {
    padding: 0px 14px;
  }
  .setting-form .form-label {
    font-size: 14px;
  }
  .token-form {
    width: 100%;
  }
  .token-form .section-heading .cancel {
    display: none;
  }
  .balance-wrapper .short-summary .cell.cell_2 {
    width: 110px;
  }
  .balance-wrapper .short-summary .cell.cell_1 {
    width: calc(100% - 110px);
  }
  .inner-page-content .consignment .section-heading {
    justify-content: space-between !important;
  }
  .inner-page-content .consignment .section-heading h6 {
    display: block;
  }
  .balance-wrapper .balance {
    border-radius: 14px;
  }
  .token-form .section-heading {
    display: none !important;
  }
  .qr-bar-code {
    flex-direction: column;
  }
  .invoice-wrapper .parcel-cod,
  .invoice-wrapper .qr-code {
    width: 100%;
  }
  .invoice-wrapper .invoice_head {
    position: relative;
    flex-direction: column;
    gap: 24px;
    align-items: center !important;
    justify-content: center;
    text-align: center;
  }
  .invoice-wrapper .invoice_head .head-left,
  .invoice-wrapper .head-right {
    width: 100% !important;
    align-items: center !important;
    justify-content: center;
  }

  .inner-page-search-box {
    width: 100%;
  }
  .pagination-wrapper {
    display: none !important;
  }
  .inner-page-content .profile-information form {
    gap: 0;
  }
  .news .news-items .item {
    width: 100%;
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background: var(--bg-white);
    border-radius: 8px;
  }
  .news .news-items .card {
    padding: 0;
  }
  .news .section-heading {
    width: 100%;
    display: block;
    padding: 0;
  }
  .news .section-heading h6 {
    display: block;
  }
  .return_invoice .section-heading {
    display: none !important;
  }
  .return_invoice .invoice-wrapper .invoice_head {
    flex-direction: column;
    gap: 34px;
    justify-content: center;
    align-items: center;
  }
  .return_invoice .invoice-wrapper .head-right {
    position: unset;
    width: 100% !important;
    justify-content: center;
    align-items: center !important;
  }
  .return_invoice .invoice-wrapper .head-right div {
    width: 100% !important;
    justify-content: center;
    align-items: center !important;
  }
  .return_invoice .invoice-wrapper .head-right div p {
    text-align: center !important;
  }
  .return_invoice .invoice-wrapper .invoice_head .head-left {
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }
  .return_invoice .invoice-wrapper .shiping_address div {
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }
  .return_invoice .table .tbody .tbody-row .cell.cell_6 {
    align-items: baseline;
    gap: 24px;
  }
  .return_invoice .invoice-wrapper .shiping_address div p {
    font-size: 14px;
    line-height: 20px;
  }
  .return-mark div {
    width: fit-content;
    padding: 0 10px;
  }
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .return_invoice .invoice-wrapper .head-right div p {
    font-size: 14px;
    line-height: 20px;
  }
  .fraud-tab {
    width: 100%;
  }
  .fraud-tab .tab-menus {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .fraud-tab .tab-menus::-webkit-scrollbar {
    height: 0px;
  }

  .setting-form .dragDrop-area {
    width: 100%;
  }

  .setting-form .preview .preview-label-printing {
    width: 100%;
  }

  .table .tbody .tbody-row,
  .table .thead .thead-row {
    font-size: 13px;
  }
  .alert-sm {
    font-size: 12px;
    line-height: 18px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page-content {
    min-height: 67vh;
  }
  .card-action {
    bottom: 14px;
    right: 14px;
  }
  .api-other-tools .platforms {
    display: flex;
    flex-direction: column;
  }
  .api-other-tools .platforms .platform {
    width: 100%;
  }

  .pass-field {
    flex-direction: column;
    gap: 0 !important;
  }

  .api-key h6 {
    font-size: 16px;
  }
  .inner-page-search-box .input-group .form-control {
    padding: 0.53rem 0.75rem 0.54rem 3rem;
  }
  .inner-page-search-box .input-group .btn {
    width: 94px;
    height: 48px;
  }
  .inner-page-search-box .input-group .btn img {
    display: none;
  }
  .inner-page-search-box .input-group .search_icon {
    top: 14px;
  }

  .news .news-items .fs-6 {
    font-size: 16px !important;
  }
  .parcel-information .parcel-short-info .input-group .btn {
    width: 54px;
  }
  .parcel-details .update-section .print-btn {
    display: none;
  }
  .short-menu {
    display: none;
  }
  .single-payment-invoice .invoice-wrapper .invoice_head {
    position: unset;
    flex-direction: column;
    gap: 24px;
  }

  .single-payment-invoice .invoice-wrapper .invoice_head .head-left {
    align-items: center;
    text-align: center;
  }
  .single-payment-invoice .invoice-wrapper .head-right {
    position: unset;
    width: 100% !important;
    align-items: center !important;
    text-align: center;
  }
  .single-payment-invoice .invoice-wrapper .head-right div {
    align-items: center;
  }
  .payment-note {
    flex-direction: column;
    gap: 24px;
  }
  .payment-note .notted {
    width: 100%;
  }
  .payment-note .withdraw-method {
    width: 100%;
  }
  .payment-note .form-control {
    height: 72px;
  }
  .balance-wrapper .short-summary {
    border: 1px solid var(--border-neutral-300);
    padding: 14px;
    background: none;
  }
  .sender-com-info {
    align-items: center;
  }
  .invoice-wrapper .head-right div {
    align-items: center;
  }
  .invoice-wrapper .invoice_body {
    flex-direction: column;
  }
  .invoice_body .shiping_address {
    width: 100% !important;
  }
  .qr-bar-code {
    width: 100% !important;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .invoice-wrapper .parcel-cod {
    width: 210px;
  }
  .invoice_head .brand-logo img {
    max-width: 130px;
  }
  .bulk-label .row {
    margin: 0;
    row-gap: 20px;
  }
  .bulk-label .row .col-lg-2 {
    padding: 0;
    width: 100%;
  }
  .bulk-label .row .parcel-label p {
    font-size: 14px;
    line-height: 20px;
  }
  .bulk-label .row .parcel-label {
    height: fit-content;
  }
  .bulk-label .parcel-label .parcel-qrcode img {
    width: 54px;
    height: 54px;
  }
  .power-by img {
    width: 84px !important;
  }
  .power-by {
    align-items: flex-end;
    gap: 0 !important;
  }
  .add-parcel-tab {
    width: 100%;
    gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-end !important;
  }
  .add-parcel-tab .tab-menus {
    width: 100%;
  }
  .tab-menus .tab-link.btn {
    width: fit-content !important;
    background: var(--bg-neutral-100);
  }
  .setting-list .accordion-button {
    padding: 12px 0px;
  }
  .modal.fade .modal-dialog {
    transform: translate(0, 70px);
  }
  #collapseTwo .setting-form .btn-md {
    width: 100%;
  }
  .inner-page-content .setting-list .accordion-body .setting-form form {
    gap: 0px;
  }
  .setting-list .accordion-body .setting-form {
    width: 100%;
  }
}
@media only screen and (max-width: 393px) {
  .token-body,
  .message-body,
  .media-body {
    height: 94%;
  }
  .api-key h6 {
    font-size: 16px;
  }
  .parcel-weight {
    flex-direction: column;
    gap: 0 !important;
  }
}

@media only screen and (max-width: 375px) {
  .balance-wrapper .short-summary {
    background: none;
    padding: 20px 0;
    border: 0;
  }
  .token-body,
  .message-body,
  .media-body {
    height: 90%;
  }
}

@media only screen and (max-width: 320px) {
  .quick-link .col-lg-2.col-md-4 {
    width: 100%;
  }
  .quick-link {
    margin: 0;
  }
  .back_btn {
    font-size: 14px;
  }
}
/* @media only screen and (max-width: 796px) {
 
} */

/* Print Area */
/* Print Area */
@media print {
  .print-btn {
    display: none !important;
  }
  .invoice_head .brand-logo img {
    width: 140px;
    height: auto;
  }
  .invoice-wrapper .parcel-cod {
    border: 1px solid var(--border-neutral-600);
  }
  .invoice-wrapper .parcel-cod h6 {
    font-size: 20px;
  }
  .invoice_body .shiping_address {
    padding-right: 20px;
  }
  h4 {
    font-size: 24px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }
  h6 {
    font-size: 16px;
  }
  h5 {
    font-size: 20px;
    line-height: 24px;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .left-layout {
    display: none;
  }
  .right-layout-top {
    display: none;
  }
  .main-content {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .footer {
    display: none;
  }
  .common-form {
    min-height: 100%;
  }
  .invoice .section-heading .btn {
    display: none;
  }
  .right-layout {
    width: 100%;
    left: 0;
  }
  .inner-page-content {
    min-height: 100%;
    max-height: fit-content;
  }
  .common-form {
    padding: 0;
    min-height: 100vh;
  }
  .invoice_footer {
    width: 100% !important;
    justify-content: end !important;
    margin: 0 !important;
    position: fixed;
    bottom: 0px;
  }
  .invoice-wrapper p {
    color: var(--txt-neutral-900) !important;
  }

  @page {
    margin: 0.25in !important;
  }
  .section-heading {
    display: none !important;
  }
  .common-form.return_invoice {
    padding: 0px;
  }
  .return_invoice .table .thead .thead-row .cell.cell_6,
  .return_invoice .table .tbody .tbody-row .cell.cell_6 {
    width: 180px;
  }
  div.label-printing {
    page: label-printing;
  }
  @page label-printing {
    margin: 0 !important;
  }

  /* single payment invoice */

  .single-payment-invoice .invoice-wrapper {
    margin: 0 !important;
  }
  .single-payment-invoice h5 {
    font-size: 12px;
    line-height: 14px;
  }
  .head-right h5 {
    font-size: 20px !important;
    color: var(--txt-neutral-900) !important;
  }
  .single-payment-invoice p {
    font-size: 12px;
    line-height: 14px;
    color: var(--txt-neutral-900) !important;
  }
  /* .single-payment-invoice .invoice_head .brand-logo img {
    width: 130px !important;
  } */
  .balance-wrapper .short-summary .cell.cell_2 {
    font-size: 12px;
  }
  .single-payment-invoice h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .invoice_footer {
    margin-top: 16px;
  }
  .balance-wrapper .short-summary {
    background: none;
    border: 1px solid var(--txt-neutral-500);
    padding: 10px 14px;
  }
  .form-control {
    border: 1px solid var(--txt-neutral-500);
    background: no-repeat;
  }
  .table .thead .thead-row,
  .table .tbody .tbody-row {
    border-bottom: 1px solid var(--txt-neutral-500);
    color: var(--txt-neutral-900);
    font-size: 12px;
    line-height: 14px;
    padding: 7px 0px;
  }

  .balance-wrapper .short-summary .row:last-child {
    border-top: 1px solid var(--txt-neutral-500);
  }
  .single-payment-invoice .balance-wrapper .short-summary .cell.cell_1 {
    font-size: 12px;
  }
  .single-payment-invoice .balance-wrapper .short-summary {
    height: unset;
    gap: 4px;
  }
  .single-payment-invoice .balance-wrapper {
    gap: 4px;
    margin-top: 10px !important;
  }
  .single-payment-invoice .invoice_body {
    margin-top: 10px !important;
  }
  .payment-note .notted {
    width: calc(100% - 360px);
  }
  .payment-note .withdraw-method {
    width: 260px;
  }
  .payment-note .notted textarea {
    height: 64px;
  }
  .single-payment-invoice .return-mark {
    margin-top: 54px;
  }
  .single-payment-invoice .return-mark div p {
    border-top: 1px solid var(--txt-neutral-500);
  }
  .invoice_body .consignment {
    margin-top: 34px;
  }
  .single-payment-invoice h5 {
    margin-top: 14px !important;
    font-size: 14px;
  }
  .single-payment-invoice .table .thead {
    display: block;
  }
  .single-payment-invoice .consignment .table .thead-row .cell.cell_5,
  .single-payment-invoice .consignment .table .tbody-row .cell.cell_5,
  .single-payment-invoice .consignment .table .thead-row .cell.cell_6,
  .single-payment-invoice .consignment .table .tbody-row .cell.cell_6 {
    width: 54px;
  }
  .single-payment-invoice .consignment .table .thead-row .cell.cell_4,
  .single-payment-invoice .consignment .table .tbody-row .cell.cell_4 {
    width: 94px;
  }

  .alert-sm {
    font-size: 12px;
    line-height: 14px;
  }
  .single-payment-invoice .consignment .table .thead-row .cell.cell_7,
  .single-payment-invoice .consignment .table .tbody-row .cell.cell_7 {
    width: 86px;
  }
  .single-payment-invoice .consignment .table .thead-row .cell.cell_1,
  .single-payment-invoice .consignment .table .tbody-row .cell.cell_1 {
    width: 70px;
  }
  .single-payment-invoice .consignment .table .thead-row .cell.cell_8,
  .single-payment-invoice .consignment .table .tbody-row .cell.cell_8 {
    width: 144px;
  }
  .table .tbody .tbody-row:first-child {
    padding-top: 7px;
  }

  .single-payment-invoice .head-left {
    gap: 8px !important;
  }
  .alert-sm {
    background: none !important;
    border: 1px solid var(--txt-neutral-500);
    color: var(--txt-neutral-900);
  }
  .common-form.bulk-invoice {
    padding: 0;
  }
  .invoice-wrapper .qr-code {
    width: 100%;
    gap: 10px !important;
    align-items: flex-start !important;
  }
  .invoice-wrapper .parcel-cod {
    min-width: 120px;
    padding: 4px 14px;
    margin-top: 10px !important;
    max-width: fit-content;
  }
  .bulk-invoice .row .col-lg-6 {
    padding: 0 12px;
  }
  .bulk-invoice .row {
    margin: 0 -12px;
    row-gap: 24px;
  }
  .bulk-invoice .sender-com-info {
    gap: 0 !important;
  }
  .bulk-invoice .head-right {
    gap: 0 !important;
  }

  .bulk-invoice .invoice_body p {
    font-size: 11px;
    line-height: 12px;
  }
  .bulk-invoice .invoice-wrapper .invoice_body {
    margin-top: 10px;
  }
  .bulk-invoice .invoice-wrapper .parcel-cod h6 {
    font-size: 14px;
    font-weight: 700;
  }
  .bulk-invoice .invoice-note {
    margin: 4px 0 !important;
  }
  .bulk-invoice .invoice-wrapper {
    padding: 6px 14px 10px 14px;
    border: 1px solid var(--border-neutral-600);
  }
  .bulk-invoice h6 {
    font-size: 13px;
    line-height: 18px;
  }
  .bulk-invoice .shiping_address h6 {
    font-size: 13px;
    line-height: 14px;
  }
  /* .print-btn .btn-extra-sm {
    display: none !important;
  } */
  .bulk-label .row {
    margin: 0 !important;
    row-gap: 0 !important;
  }
  .bulk-label .row .col-lg-2 {
    padding: 0;
    width: 100%;
    margin: 0 !important;
  }
  /* .labelprint-btn {
    display: none !important;
  } */
  .power-by {
    align-items: flex-end !important;
    justify-content: flex-end !important;
  }
  .power-by img {
    width: 64px !important;
    text-align: end;
  }
  .impoted .table .thead .thead-row .cell.cell_4,
  .impoted .table .tbody .tbody-row .cell.cell_4 {
    display: none !important;
  }
  .short-menu {
    display: none;
  }
}
/* Print Area */
/* Print Area */

/* Chat Unread Badge - Match Support Notification Badge */
#chat-unread-badge {
  font-size: 12px !important;
  font-weight: 500;
}

/* Ensure all notification badges have consistent font size */
.badge.text-bg-danger {
  font-size: 12px !important;
  font-weight: 500;
}
