@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&display=swap");

/* goloble css  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  background: #eff1f8;
}

::selection {
  color: #ffffff;
  background-color: #d85930;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.mainbodyJP {
  padding-left: 15px;
  padding-right: 15px;
}

ol,
ul {
  margin: 0px !important;
}

p {
  margin-top: 0;
  margin-bottom: 0px !important;
}

h3 {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.2;
}

.daterangepicker .ranges li.active {
  background-color: #d85930 !important;
}

.btn-primary {
  background-color: #d85930 !important;
  border-color: #d85930 !important;
}

.daterangepicker td.active {
  background-color: #d85930 !important;
  border-color: transparent;
  color: #fff;
}

/* -----------sidebar styling---------------- */
aside {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 238px;
  background-color: #ffffff;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.06);
  transition: all 0.15s linear;
}

.withSideNav {
  padding-left: 238px;
}

.sideNavclose {
  width: 0px;
  overflow: hidden;
}

#mainSideNav {
  display: none;
}

.logo {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}

.t-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

/* --------------sider menu styling start ------------- */
.menu {
  padding: 16px;
}

.menu .item {
  cursor: pointer;
}

.menu .item a {
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.menu .sub-btn {
  position: relative;
  padding: 10px;
}

.menu .item a:hover {
  transition: 0.3s ease;
  color: #d85930;
}

.menu .item i {
  margin-right: 10px;
}

.menu .item a .dropdown {
  position: absolute;
  right: 0;
  top: 13px;
  transition: 0.3s ease;
}

.menu .item .sub-menu {
  display: none;
}

.menu .item .sub-menu a {
  padding: 7px 10px 7px 35px;
}

.menu .rotate {
  transform: rotate(90deg);
}

.menu .menu-btn {
  position: absolute;
  color: rgb(0, 0, 0);
  font-size: 35px;
  margin: 25px;
  cursor: pointer;
}

.menu .menu_active {
  background: rgba(216, 89, 48, 0.06);
  border-radius: 4px;
}

.menu .menu_active a {
  color: #d85930;
}

/* ---------------sider menu dropdwon styling end ------------- *


/* ---- header styling -------- */

header {
  width: 100%;
  height: 59px;
  background-color: #ffffff;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  border-bottom: 1px solid #e0e0e0;
  z-index: 3;
}

.withSideNav header {
  width: calc(100% - 238px);
}

.mainbodyJP {
  padding-top: 60px;
  padding-bottom: 60px;
}

header .left img {
  cursor: pointer;
}

header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

header .inputflexJP1 {
  display: flex;
  position: relative;
}

header .inputflexJP1 .serch-img {
  position: absolute;
  top: 10px;
  left: 8px;
}

header .inputflexJP1 .filter-img {
  position: absolute;
  right: 8px;
  top: 9px;
}

header .right input {
  padding: 0px 30px;
  width: 100%;
  background: #eff1f8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.form-control:focus {
  outline: 0;

  box-shadow: none !important;
}

.notifiction-JPflex {
  position: relative;
}

.notification-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  display: inline-flex;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
}

/* ----------------------------------------------- */
.breadcrumb-JP h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0px;
  padding-bottom: 8px;
}

.breadcrumb-JP ol li a:hover {
  text-decoration: none;
  color: #000;
}

.CampaignsJP2 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  flex-wrap: wrap;
}

.JPdropdwon {
  all: unset;
  color: #000000;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.right-sectionJP2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-secondary:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.drop-input {
  color: #828282;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  outline: none;
  padding: 10px;
  padding-left: 25px;
}

.serch-img-input {
  position: absolute;
  top: 12px;
  left: 7px;
}

.New-Campaigns {
  background: #d85930;
  border-radius: 4px;
  border: none;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.New-Campaigns2jpjp {
  background: #d85930;
  border-radius: 4px;
  border: none;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.New-Campaigns:hover {
  color: #ffffff;
}

.New-Campaigns2jpjp:hover {
  color: #ffffff;
}

button:focus {
  outline: none;
}

.wab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 18px;
}

.btn-secondary:focus {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.jpdropdwon2 {
  all: unset;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  background: #ffffff;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

.dropdwoncontainerJP {
  padding-bottom: 14px;
  display: flex;
  padding-top: 18px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
}

.the_tabs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 20px;
}

.the_tabs input[type="radio"] {
  display: none;
}

.the_tabs label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.the_tabs .tab {
  width: 100%;
  order: 1;
  display: none;
}

.the_tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

.the_tabs input[type="radio"]:checked+label {
  border-bottom: 2px solid #d85930;
  color: #d85930;
  padding-bottom: 10px;
}

.tab-jp1 h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-bottom: 7px;
}

.tab-jp1 p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.tab-itemJP213 .tab-jp1 .dropdown-toggle::after {
  display: none;
}

.tab-jp1 .dotJPtab {
  all: unset;
  color: #000000;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 14px;
}

.dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
}

.tab-jp1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.tabflex-jp2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.tab-1jp321 .btnJPsent1 {
  background: rgba(33, 150, 83, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #219653;
  outline: none;
}

.tab-1jp321 .jph2245 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.Delivered-JP {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.last-JP21 {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
}

.tab-1jp321 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.tabcontantJP21 {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #e0e0e0;
  padding-right: 30px;
}

.right-tabcontantJP321 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.tabcontantJP21:nth-last-child(1) {
  border-right: none;
}

.tab-itemJP213 {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
}

.RunningJP {
  color: #ffa500 !important;
  background: rgba(255, 165, 0, 0.1) !important;
}

.ScheduledJP {
  background: rgba(255, 0, 0, 0.1) !important;
  color: #ff0000 !important;
}

.CancelledJP {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}

.DraftJP {
  background: rgba(128, 0, 128, 0.1) !important;
  color: #800080 !important;
}

.borderbottomJP {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ccc;
  position: absolute;
  top: 51px;
}

.toppointbarJP div {
  width: 30px;
  height: 30px;
  background: #d85930;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.toppointbarJP {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 31px;
  padding-bottom: 20px;
}

.oneJP {
  position: relative;
}

.oneJP::before {
  content: " ";
  width: 31px;
  height: 3px;
  position: absolute;
  background: #828282;
  top: 14px;
  right: -31px;
}

.twoJP {
  position: relative;
  background: #828282 !important;
}

.twoJP::before {
  content: " ";
  width: 31px;
  height: 3px;
  position: absolute;
  background: #828282;
  top: 14px;
  right: -31px;
}

.threeJP {
  background: #828282 !important;
}

#campaignscontainerJP1 {
  margin-top: 20px;
}

#campaignscontainerJP2 {
  margin-top: 20px;
}

.campaignjp {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.campaignjp h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-bottom: 16px;
}

.campaignjp p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
}

.campaignjp #name {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  outline: none;
}

.campaignjp .labal_topJP {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 4px;
}

.containerflexJP12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 16px;
}

.containerflexJP12 .option-item {
  display: block;
  position: relative;
  width: 150px;
  height: 118px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.option-item .option-inner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 16px 0px;
  cursor: pointer;
  display: block;
  border: 2px solid transparent;
  position: relative;
  text-align: center;
}

.option-inner h3 {
  font-size: 12px;
}

.option-item .checkboxJP {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 0;
}

.option-item .checkboxJP:checked~.option-inner {
  border-color: red;
}

.option-item .option-inner .teckmark {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 15px solid;
  border-color: #d85930 transparent transparent #d85930;
  display: none;
}

.option-item .checkboxJP:checked~.option-inner .teckmark {
  display: block;
}

.option-item .option-inner .teckmark::before {
  content: " ";
  position: absolute;
  top: -14px;
  left: -12px;
  width: 15px;
  height: 10px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

.option-inner img {
  padding-bottom: 8px;
}

.option-inner h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.rediobtnJP label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2d3648;
}

.rediobtnJP .segmentJP321 {
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  border: 0;
  padding: 0;
}

.btncart21 {
  background: rgba(216, 89, 48, 0.1);
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.IncludeJPbtn {
  color: #d85930;
  background-color: transparent;
}

.CartJP {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.rediobtnJP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.contantoptionJP {
  padding-top: 16px;
}

.rediobtnJP label input {
  accent-color: #d85930;
}

.right-sectoinnewJP {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.rightcampaignjp {
  width: 100%;
  box-shadow: none;
  padding: 0;
}

.Location-sectionJP p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
}

.Location-sectionJP h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.loction_containerJP {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.rangeJP {
  background: rgba(0, 171, 226, 0.1);
  border-radius: 4px;
  padding: 20px;
  margin-top: 16px;
}

.rangeJP p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  padding-bottom: 4px;
}

.rangeJP h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  padding-bottom: 16px;
}

.progressJP21 {
  height: 8px;
}

.padding-rightJP312 {
  padding-right: 6px;
}

footer {
  width: 100%;
  height: 59px;
  background-color: #ffffff;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
  z-index: 3;
}

.withSideNav footer {
  width: calc(100% - 238px);
}

footer .left button {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100px;
  height: 40px;
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

footer .right a {
  width: 150px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  color: #828282;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer .right .btnredJP412 {
  background: #d85930;
  color: #ffffff;
}

/* -------------------popup styling ----------------- */
.modalJP1 {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 80px;
}

.modal-contentjp-1 {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

#close-modal1 {
  cursor: pointer;
}

.topbar21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 4px 4px 0px 0px;
}

.topbar21 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.midalcontantJP {
  background-color: #ffffff;
  padding: 20px;
}

.inputmodal612 {
  position: relative;
}

.inputmodal612 img {
  position: absolute;
  top: 11px;
  left: 9px;
}

.inputmodal612 input {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  padding-left: 28px;
}

.cartJP5641 {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-bottom: 20px;
}

.AbandonmentJP215 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}

.AbandonmentJP215 param {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.inner213 {
  height: 350px;
  overflow: auto;
  margin-top: 20px;
}

.bottombar21 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
}

.bottombar21 a {
  background: #d85930;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.bottombar21 button {
  background: #d85930;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  border: 1px;
}

/* --------------------------------------------------------------- */

.twosection2JP {
  background: #d85930 !important;
}

.Use-Template {
  background: #fafafa;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.Use-Template label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.Use-Template label input {
  height: 20px;
  width: 20px;
  accent-color: #d85930;
}

#title {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  outline: none;
}

#textareaJP41 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 8px;
  width: 100%;
  height: 117px;
  resize: none;
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  outline: none;
}

.drop_innerJP {
  display: block;
  margin: 0px;
}

.drag_and-drop31JP {
  background: #f2f2f2;
  border: 1px dashed #e0e0e0;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  flex-wrap: wrap;
}

.drag_and-drop31JP p {
  padding: 0px;
}

.advenceJP21 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #00abe2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding-top: 18px;
}

.red_app-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.re_directionJP {
  margin-top: 8px;
}

.re_directionJP label {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.appJPbtn_21 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 8px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.Select-ScreenJP12 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 8px;
  line-height: 17px;
  width: 100%;
  outline: none;
}

.redio_inner {
  margin-top: 20px;
}

.redio_inner label input {
  accent-color: #d85930;
  width: 18px;
  height: 18px;
}

.redio_inner label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2d3648;
}

.mobile-viewJP09 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mobilebox-center {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  position: absolute;
  width: 350px;
  left: 57px;
  top: 195px;
  padding: 20px;
}

.box-item21 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bookchor-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.img-inner98JP h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 17px;
}

.img-inner98JP p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 4px;
}

#dwon_side {
  cursor: pointer;
}

.rotate {
  transform: rotate(90deg);
  transition: 0.3s;
}

.rotate path {
  fill: #f85b28;
}

.rotate-reset {
  transform: rotate(0deg);
  transition: 0.3s;
}

.iconred path {
  fill: #f85b28;
}

.rotate2 {
  transform: rotate(180deg);
  transition: 0.3s;
}


.countJP1 {
  flex-direction: column;
  gap: 4px;
}

.fancy-checkbox {
  margin: 0px;
}

.fancy-checkbox input[type="checkbox"] {
  display: none;
}

.fancy-checkbox input {
  overflow: visible;
  border-radius: 40px;
  outline: none;
  border: 1px solid #ccc;
}

.fancy-checkbox input[type="checkbox"]:checked+span:before {
  background: #d85930;
  border-color: #d85930;
}

.fancy-checkbox input[type="checkbox"]:checked+span:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 21px;
}

.fancy-checkbox input[type="checkbox"]+span:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  content: "";
}

.thead-dark tr th label span::before {
  background-color: #ffffff;
}

.fancy-checkbox span:before {
  background: #eff1f8;
  border-radius: 4px;
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #333333;
  border-color: #eff1f8;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
}

.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.activetablebtn {
  background: rgba(33, 150, 83, 0.1);
  border-radius: 4px;
  border: none;
  padding: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #219653;
}

.Add-ConditionJP21 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 11px;
  margin-top: 16px;
}

.Add-ConditionJP21 .AddconJP4321 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  color: #d85930;
}

.Add-ConditionJP21:hover {
  color: #d85930;
}

/* -------------------------------------------------------------- */

#myInput {
  box-sizing: border-box;
  background-image: url("../img/svg-img/serch.svg");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 8px 20px 9px 36px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.dropdownJP321 {
  position: relative;
  display: block;
}

.dropdown-contentJP231 {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 5;
}

.dropdown-contentJP231 a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.dropdown-contentJP231 a:hover {
  background: rgba(216, 89, 48, 0.1);
}

.show1 {
  display: block;
}

.selectedMPJP21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.Add-ConditionJP21 .New-GroupJP121 {
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  color: #d85930;
}

#Cart_ValueopenJP .form-select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  width: 214px;
  outline: none;
}

#Cart_ValueopenJP {
  padding-bottom: 20px;
}

.and-class-orJP {
  justify-content: center;
}

#and_orJP {
  background: #f2f2f2;
  border-radius: 4px;
  outline: none;
  width: 67px;
  height: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border: none;
}

.RunningJP21 {
  background: rgba(255, 165, 0, 0.1);
  border-radius: 4px;
  border: none;
  padding: 10px 23px;
  color: #ffa500;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doteJPtitleJP1 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
}

.select302JP {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  outline: none;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 16px;

}

.grid-itemJP {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid-itemJP div:first-child {
  flex-direction: column;
}

.grid-itemJP img {
  width: 40px;
  cursor: auto;
}

.AudiencetextJP {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.number43JP {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.number43JP span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.pro-barJP {
  height: 10px !important;
}

.last-monthJP01 {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-top: 8px;
}

.last-monthJP01 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ce4747;
}

.Total-Clicks-containerJP {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}

.Total-Clicks-headingJP {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.this-week-headingJP81 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.border-containerJP091 {
  background: #fffcfb;
  border: 1px solid rgba(216, 89, 48, 0.2);
  border-radius: 4px;
  /* height: 382px; */
  padding: 20px;
}

.itemtext78JP {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2d3648;
  padding-bottom: 15px;
}

.bordernumJP4132 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2d3648;
  padding-bottom: 4px;
}

.from3214JP {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #2d3648;
}

.box-red01JP {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d85930;
  border-radius: 1px;
}

.boxinnerJP967 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 25px;
}

.boxinnerJP967 p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.runningbg8JP {
  background: rgba(255, 165, 0, 0.1) !important;
  color: #ffa500 !important;
}

.Campaigns-DetailsJP08 {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.Campaigns-DetailsJP08 h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.Campaigns-DetailsJP08 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  padding-top: 4px;
}

.labletypetextJP01 {
  display: block;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  padding-bottom: 4px;
}

.inputtypetextJP01 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 8px;
  width: 100%;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.detailsjp93select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 8px;
  width: 100%;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.button_jpdetaile01JP {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.Locationjp891jp {
  width: 50%;
}

.Locationjp891jp p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
}

.Locationjp891jp h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.smolltext-dwopJP {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #828282;
}

.inputflexJP1 {
  display: flex;
  position: relative;
}

.serchJPfilter31 input {
  width: 542px;
  background: #eff1f8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.serchJPfilter31 .serch-img {
  position: absolute;
  top: 10px;
  left: 8px;
}

.serchJPfilter31 .filter-img {
  position: absolute;
  right: 8px;
  top: 9px;
}

.serchJPfilter31 {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AudiencetextJPoder {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}

.number43JPorder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 11px;
  padding-bottom: 8px;
}

.Completed_orderjp12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  padding-top: 16px;
  padding-bottom: 4px;
}

.mobileshowJP {
  display: none;
}

.orderJPid21 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.dleftflexjptop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.PendingbtnJP910 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ff5470;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 84, 112, 0.05);
  border: 0.5px solid #ff5470;
  border-radius: 4px;
  padding: 4px 8px;
  width: max-content;
}

.View01btnJP {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 44px;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.Completebtn01-JP {
  background: rgba(0, 186, 157, 0.05);
  border: 0.5px solid #00ba9d;
  color: #00ba9d;
}

.Partial01jobluebtn {
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.05);
  border: 0.5px solid #2f80ed;
}

.Holdbtn09JP {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
  border: 0.5px solid #000000;
}

.menu-jp091 {
  position: absolute;
  top: 67px;
  left: 13px;
  width: 210px;
  /* height: 146px; */
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
}

.dropdown-btn-sidemenuJP {
  cursor: pointer;
}

.menu-jp091 ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

/* --------------------------------------------------------------------------- */
.btnthreeinnerJP094 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hold_detJP109 {
  all: unset;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ff0000;
  border: 2px solid #ff0000;
}

.holdbtnblack98 {
  color: #333333;
  border: 2px solid #333333;
}

.info-details_pro01 {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.Dispatchbtn_JP09 {
  background: #f85b28;
  opacity: 0.5;
  border: 2px solid #f85b28;
  color: #ffffff;
}

.order_detail_infoJP01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  /* flex-wrap: wrap; */
}

.order_detail_infoJP01 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-right: 1px solid #e0e0e0;
  padding-right: 12px;
}

.filter-img {
  position: absolute;
  right: 8px;
  top: 9px;
}

.campaignjp .inputflexJP1 input {
  width: 100%;
  background: #eff1f8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.flextable0912 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
}

.ISBN-JP {
  display: block;
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-top: 4px;
}

#details_table01 .table th {
  padding: 0px !important;
  border-top: none !important;
}

#details_table01 .table td {
  padding: 10px !important;
  border: none !important;
}

#details_table01 .table .main_borderJP {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

#details_table01 .table .thead-dark th {
  color: #000;
  background-color: transparent;
  padding-bottom: 14px !important;
  border-bottom: none;
  padding-left: 10px !important;
}

.Partial_Order01 {
  border-bottom: 1px solid #e0e0e0;
}

.no-pre-order901 {
  background: rgba(255, 0, 0, 0.06);
  border-radius: 4px;
  padding: 10px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-pre-order901 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ff0000;
  padding: 0px;
}

.btn2ndJP01 {
  background: rgba(224, 224, 224, 0.15);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  color: #8c8c8c;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.flex-lakshmiJP09 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
}

.lakshmi09JP87 {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 0 !important;
}

.gmailsection09890 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
}

#user_info0980 {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  width: 265px;
  /* height: 92px; */
}

.payment-detail9012 {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Total-item8970 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.text6751JP {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.total-payable8910JP {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

#pagnationJP0981 .pagination {
  justify-content: space-between;
  align-items: center;
}

.pagnationlink123JP {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.previousJP09 {
  border: none !important;
}

.pagnationlink123JP .page-link {
  color: #000000 !important;
}

.nextbtnJP987 {
  border: none !important;
}

.pagnationlink123JP .page-link {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagnationlink123JP .page-item:first-child .page-link {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.pagnationlink123JP .page-item:last-child .page-link {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.Dispatchbtn_JP092JJP {
  opacity: 1;
}

.bggrayJP987container {
  background: #eff1f8;
  border: 0.5px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px;
}

.bggrayJP987container .orderid4531JP {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.orderid4531JP span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.paddingtop87901JP {
  margin-top: 16px;
}

.printbtnJP09jp {
  all: unset;
  background: rgba(0, 0, 0, 0.05);
  border: 0.5px solid #000000;
  border-radius: 54px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.d-dflexjp7831JP {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thousJPheding {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.ISBN-JP8901 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.innertab8714JP {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 50%;
}

.new31JP {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.inner_maincont98 {
  display: flex;

  gap: 13px;
  justify-content: space-between;
}

.Carrier-Partner09 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.Carrier-Partner09 span {
  font-weight: 500;
}

.innerparter654 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

#bg-colorjp09 {
  padding-bottom: 0px;
}

#header_black {
  background: #262626;
  color: #ffffff;
}

#header_black .headertextwhite {
  color: #ffffff;
}

.headerdropWhite {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  color: #fff;
}

.headerdropWhite:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  color: #fff;
}

.headerdropWhite:focus {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  color: #fff;
}

.headerdropWhite:not(:disabled):not(.disabled):active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  color: #fff;
}

#header_black .right input {
  width: unset;
}

.lableredio01JP {
  margin: 0px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 24px;
}

.lableredio01JP input {
  accent-color: #ffffff;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.posinner908 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
}

.box-item721JP {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 157px;
  height: 119px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-item721JP p {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  padding-top: 10px;
}

.rightsideboxjp78 {
  background: #ffffff;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#bg-colorjp09 {
  background-color: #ffffff;
}

.padding-right-noneJP0965 {
  padding-right: 0px;
}

.Customer-Details8738 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.Customer-Details-box8789 {
  background: #ffffff;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
}

.flexiteminner5468 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.last673point {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 8px;
}

.innerpoint6729 {
  padding-top: 11px;
}

.last673point span {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
}

.addcopanJPfont {
  color: #f85b28;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.PrintJP09 {
  color: #000000;
}

.btnaddcoupanjp87 {
  background: rgba(248, 91, 40, 0.05);
  border: 0.5px solid #f85b28;
  border-radius: 54px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  margin-top: 8px;
}

.btnaddcoupanjp87JP5 {
  background: rgba(0, 0, 0, 0.05);
  border: 0.5px solid #000000;
}

.JPdropdwon78pos {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 8px;
  background: #ffffff;
  border-radius: 4px;
}

#tbhightjp098 .btn-group>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.remarksjp908 {
  background: #fafafa;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.ptextqynJP9087 p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  width: max-content;
}

.quantmaxwidthJP {
  width: max-content;
}

.flexiner453JP09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hedi500JP {
  color: #ff0000;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.amount09890 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.footerposJP {
  background: #262626;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.14);
  padding: 10px 20px;
  row-gap: 8px;
  position: static;
}

.footerbtnpos7678 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 8px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.vscomp-ele {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none;
}

.vscomp-toggle-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 7px 30px 7px 10px;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.pr90jbbtn {
  width: 32px;
  height: 25px;
  background: #333333;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px 0 0 4px;
}

.smolpoin9801JP {
  width: 50px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 0px 8px 0px 8px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-radius: 0px 4px 4px 0px;
}

.custom-selecterJP09 {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 6px;
  outline: none;
}

.customeinnerJP90 {
  position: relative;
  width: 100%;
}

#custome_togleJP {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  z-index: 2;
  top: 39px;
  padding: 10px;
}

.custmoreitemJP894 {
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 17px;
}

.customenameJP987 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  cursor: pointer;
}

.addnewcustomer34JP7 {
  background: #ffffff;
  border: 1px solid #f85b28;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #f85b28;
  padding: 4px 16px;
}

.addnewcustomer34JP7:hover {
  color: #f85b28;
}

.customerboxserch67JP {
  background: #eff1f8;
  padding: 0px 8px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.bootombtnJP301 {
  display: flex;
}

/* ====================================================================== */

.tablearowwflexJP {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.customeserchJP09 {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 16px;
}

.ordercustomer4590JP {
  background: rgba(255, 84, 112, 0.05);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order4563JP {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
}

#detail-order456 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: none;
  padding-bottom: 0;
}

#infomation_customer p {
  border-right: 2px solid #ccc;
  padding-bottom: 0;
}

.grayinnertotalJP {
  background: #eff1f8;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total-pyament56JP9 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.span300totalJP {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.No-Notes-Available {
  background: rgba(130, 130, 130, 0.1);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  margin-top: 16px;
  cursor: pointer;
}

#popupbtnpackorder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 46px;
}

.PartialbgblueJP7 {
  background: rgba(47, 128, 237, 0.05);
}

.PACKEDJP0123 {
  background: rgba(0, 186, 157, 0.05);
}

.imgborderJP8j {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
}

.innercontainerjp50 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-top: 2px solid #b3b3b3;
  position: relative;
  padding-top: 16px;
}

/* 
.bordertopgreenJP{
  border-top: 2px solid red;
} */

.pos-absltJP8JP {
  position: absolute;
  top: -9px;
}

.posleftside2 {
  left: -2px;
}

#packed-point1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  padding-bottom: 4px;
  border-bottom: none;
}

#date-point2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #949494;
  padding-bottom: 0px;
  border-bottom: none;
}

/* login style */

#loginpsge01JP input[type="text"],
#loginpsge01JP input[type="email"],
#loginpsge01JP input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#loginpsge01JP label {
  margin: 0px;
}

#loginpsge01JP .signupheading5601JP {
  font-size: 24px;
  font-weight: 600;
  padding-top: 13px;
}

#loginpsge01JP .buttonbg {
  background-color: #f85b28;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#loginpsge01JP .buttonbg:hover {
  opacity: 0.8;
}

#loginpsge01JP .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f85b28;
}

#loginpsge01JP .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

#loginpsge01JP img.avatar {
  width: 20%;
  border-radius: 50%;
  padding-top: 13px;
}

#loginpsge01JP .containerJPlogin09JP {
  padding: 16px;
}

#loginpsge01JP span.psw {
  float: left;
  /* padding-top: 16px; */
}

#loginpsge01JP .btnforgetJP {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#loginpsge01JP .modal-contentJP098 {
  background-color: #fefefe;
  margin: 5% auto;
  width: 50%;
  border-radius: 8px;
}

#loginpsge01JP .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

#loginpsge01JP .close:hover,
#loginpsge01JP .close:focus {
  color: red;
  cursor: pointer;
}

#loginpsge01JP .signcolur09 {
  color: #007bff;
  font-size: 15px;
  font-weight: 500;
}

#loginpsge01JP .btnJPalaredy {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================================================== */

.upload-containerJP5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px dashed #333333;
  border-radius: 4px;
  padding: 10px 16px;
  margin-top: 16px;
}

.left-uploadimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.uploadheading {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.text-uploadJP {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.textnote8containerinner {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.noteclssjp904 {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000 !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.noteclssjp78 {
  font-size: 12px !important;
}

.spanJPtime89 {
  color: #828282;
  font-size: 12px;
}

.inner56781JP {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.img_continner09 {
  position: relative;
  width: 53px;
  height: 33px;
}

.img_continner09 img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: block;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.imginner54flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.bookchortext90 {
  color: #000 !important;
  font-size: 14px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

#textarclsss {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  height: 176px;
  resize: none;
  outline: none;
  color: #828282;
  font-size: 14px;
}

.textareaajp0909 {
  margin-top: 16px;
  height: 106px !important;
}

.Discount_on_M {
  color: #00ba9d;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.boldheding {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* ================================================== customer page start ====================================================== */

.customerposbtnJP {
  background-color: #f85b28;
  font-weight: 400;
}

.items_flexchildcontainerJP {
  display: flex;
  justify-content: space-between;
}

/* =================== pagenation css ==================  */
.footercmJP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.footercmJP .inputGroupSelect02 {
  width: 65px;
  background-position: 46px 11px !important;
  margin: 0px 4px;
  border-radius: 40px;
  padding: 7px 7px !important;
  color: #000;
  font-size: 12px !important;
  font-weight: 400 !important;
  outline: none;
}

.footercmJP .inputGroupSelect02 {
  width: 65px;
  background-position: 46px 11px !important;
  margin: 0px 4px;
  border-radius: 40px;
  padding: 7px 7px !important;
  color: #000;
  font-size: 12px !important;
  font-weight: 400 !important;
  outline: none;
}

.footercmJP .pagination {
  display: inline-block;
}

.footercmJP .pagination a {
  width: 30px;
  height: 30px;
  color: black;
  float: left;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}

.footercmJP .pagination a.active {
  background-color: #f85b28;
  color: #fff;
}

.footercmJP span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

/* =================== pagenation css end ==================  */

/* customer details start  */

.grid-container2customer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-itemJPcustomer9 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.Completed_orderjp12_cus7 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
}

.number43JP_cust7 {
  font-size: 16px;
}

.CustomerimgJP905 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.Last-Active {
  background: rgba(33, 150, 83, 0.1);
  color: #219653;
  margin-bottom: 16px;
}

.lakshmi09JP87_cum6 {
  font-size: 18px !important;
}

.Customer_ID2 {
  color: #828282 !important;
  font-size: 12px !important;
  border: none !important;
  padding-bottom: 0 !important;
  font-weight: 400 !important;
  /* line-height: 8px !important; */
}

.BC67678JP {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.cus_id-JP8975 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.hr-border-bottom {
  margin-bottom: 12px;
  margin-top: 12px;
  background: #e0e0e0;
}

.Edit-Profile29JP {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  margin-top: 16px;
}

.editJP509 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.Profile29JPSend-Email {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #f85b28;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  margin-top: 8px;
}

.editJP509_Send {
  color: #fff;
}

.NewBTNJP45 {
  background: rgba(47, 128, 237, 0.1);
  color: #2f80ed;
}

.BC-CoinJP67 {
  padding-bottom: 0px !important;
  border: none !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.innerflexCusJP78 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.btncustHarryJP {
  all: unset;
  border-radius: 34px;
  background: rgba(130, 130, 130, 0.1);
  padding: 4px 8px;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  width: max-content;
}

.btuninnerflexJP89 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
}

.spanround50 {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #00ba9d;
  background: rgba(0, 186, 157, 0.1);
  font-size: 12px;
  color: #00ba9d;
}

.ISBNJP765 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.new499JP {
  color: #f00 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.innertab8714JPcustomer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}

.borderinnertotalJP {
  background: none;
  border-top: 1px solid #e0e0e0;
  border-radius: unset;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 16px;
}

.bggrayJP987none {
  background: none;
  border: none;
  border-radius: unset;
  padding: 12px;
}

#toggleclickbtn32 {
  cursor: pointer;
}

.videouplordinJP {
  min-width: 1050px;
}

.uplordinbgcolurjp {
  background: #333;
  border-radius: 40px;
}

.uplordincancelJP90 {
  color: #333;
  background: transparent;
  border: 1px solid #333;
}

/* ============== */

.tab-panecampain {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.Active_ChatsJP {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

/* ============================================================================ */
.Personal-Details {
  font-weight: 600;
  font-size: 18px;
  line-height: 13px;
  color: #000000;
}

.tab-content {
  margin-top: 0px !important;
  width: 100%;
}

.Reference-site-JP {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.form-group2JP {
  width: 49%;
}

.basic-form-JP {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-select-JP12 {
  width: 100%;
}

.form-group2JP label {
  margin-bottom: 4px !important;
}

#table_order_jp table tr td {
  text-align: center !important;
}

#table_order_jp .table tbody .tr_JP>td {
  border-top: none !important;
}

.Items-Sold .table tr th:nth-child(1) {
  width: 80%;
}

.item-isbn-JP {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.Recently-JP-add {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
  margin-bottom: 16px !important;
}

.Address-JP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 412px;
  height: 79px;
}

.Address-heading-JP {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0px;
}

.Address-JP p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.Addresses-box-JP {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.allbtn_JP {
  background: #000;
  border-radius: 180px;
  padding: 5px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.EMbtnWhite_JP {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 180px;
  color: #333;
}

.buttoncontainerplexJP {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 16px;
}

.buttoncontainerplexJP a:hover {
  color: #333;
}

.Activity-CategoryJP2 {
  padding: 20px;
  margin-bottom: 10px;
  text-align: right;
}

.timepmJP {
  font-weight: 400;
  font-size: 14px;
  line-height: 128.4%;
  color: #000000;
  display: block;
  padding-bottom: 2px;
}

.Activity-CategoryJP {
  background: #f8f8f8;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  /* min-width: 620px; */
}

.Activity-CategoryJP::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #828282;
  position: absolute;
  left: -30px;
}

.jatin {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
  gap: 40px;
}

.jatin::before {
  content: " ";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 136px;
  background-color: #828282;
}

.headingtitleACJP {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.DescriptiontitleJP {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}

.containeractivtyflex {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new_customerbtn84JP {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.new_customerbtn84JP:hover {
  color: #000;
}

.tabwraperJP90JP {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

.tabwraperJP90JP .nav-pills .nav-link.active,
.tabwraperJP90JP .nav-pills .show>.nav-link {
  color: #f85b28;
  background-color: transparent;
  border-bottom: 3px solid #f85b28;
}

.tabwraperJP90JP .nav-pills .nav-link {
  border-radius: unset;
}

.tabwraperJP90JP .nav-justified .nav-item {
  flex-grow: unset;
  text-align: center;
}

.tabwraperJP90JP .nav-link {
  display: inline-flex;
  padding: 16px;
  width: max-content;
  font-size: 16px;
  color: var(--gray-3, #828282);
  font-weight: 400;
}

.smolltwoJP98 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.flexcenbtn563JP {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}

.tabwraperJP90JP .nav .nav-item .nav-link:hover {
  color: var(--gray-3, #828282);
}

.italickfontJP {
  color: #828282;
  font-style: italic;
}

.PendingbtnJP {
  background: rgba(242, 192, 14, 0.2);
  color: #cea511;
}

.FailedbtnJP {
  background: rgba(255, 0, 0, 0.1);
  color: #f00;
}

.serchcustomer785JP {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serchcustomer785JP input {
  width: 649px;
  background: #eff1f8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.adderscustomer456AJP {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.flex-customer90JP {
  background: #eff1f8;
  border-radius: 4px;
  margin-top: 16px;
  padding-top: 0px;
  padding: 16px;
}

.rotateAjp {
  transform: rotate(90deg);
  transition: 0.3s;
}

.arrow-imgJP890 {
  transition: 0.3s;
}

.Lakshmi_Kripa_custmer56AJP {
  width: max-content;
}

.tablemax_contantJP {
  width: max-content;
}

.textboldcolJP78 {
  color: #008000;
  font-weight: 600 !important;
}

.cancelJPbtn46 {
  border: 1px solid #e0e0e0 !important;
  background: #fff !important;
  color: #000 !important;
  margin-right: 8px;
  padding: 10px 40px !important;
}

.main_hoverJP956:hover {
  border-radius: 4px;
  border: 1px solid #ff5470 !important;
  background: rgba(255, 84, 112, 0.1) !important;
}

.dflextablejp904JP {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.tablebtnjp5 {
  background: #d85930;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
}

.tablebtnjp5:hover {
  color: #ffffff;
}

.btn6ndJP089 {
  background: rgba(224, 224, 224, 0.15);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  color: #8c8c8c;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

/* ======================================= Seller Page styling ========================================== */
/* ======================================= Seller Page styling ========================================== */

#example {
  display: inline-block;
  width: 100%;
  overflow: auto;
}

#example2 {

  display: inline-block;
  width: 100%;
  overflow: auto;
}

#example3 {

  display: inline-block;
  width: 100%;
  overflow: auto;
}

.sall-wraperjp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ratingline {
  background-color: #ebedf3;
  width: 90%;
  height: 10px;
  border-radius: 20px;
}

.retingwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.saller_flexwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.z_numb {
  font-size: 2rem;
}

.svgstarjp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 10px;
  flex-wrap: wrap;
}

/* ------------- prodact-------------------------- */
.serchJPfilter31 {
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inputflexJP1 {
  display: flex;
  position: relative;
}

.serchJPfilter31 input {
  width: 542px;
  background: #eff1f8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.serchJPfilter31 .filter-img {
  position: absolute;
  right: 8px;
  top: 9px;
}

.left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}

.selectsellerjp {
  color: #000000;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  outline: none;
}

.sellerjp9856 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.flextable0912 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
}

.tablemax_contantJP {
  width: max-content;
}

.tablearowwflexJP {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.t-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.orderJPid21 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.PendingbtnJP910 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ff5470;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 84, 112, 0.05);
  border: 0.5px solid #ff5470;
  border-radius: 4px;
  padding: 4px 8px;
  width: max-content;
}

.Completebtn01-JP {
  background: rgba(0, 186, 157, 0.05);
  border: 0.5px solid #00ba9d;
  color: #00ba9d;
}

.inptJP6705 {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px 4px;
  font-size: 14px;
  font-weight: 400;
  width: 100px;
  outline: none;
}

/* -------------------------------------------------/ */
.inputw-100mJP {
  width: 24%;
}

#textareajp90jp {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  padding: 10px;
  resize: none;
  outline: none;
  height: 177px;
}

.sumbitbtnwraperjp09 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.Submitbtnfooter56JP {
  background-color: #f85b28;
  padding: 10px 60px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.checkjp926jp {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.addnewcustomer34JP7 {
  background: #ffffff;
  border: 1px solid #f85b28;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #f85b28;
  padding: 4px 16px;
}

.addnewcustomer34JP7:hover {
  color: #f85b28;
}

.detailsjp93select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 8px;
  width: 100%;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.chosen-container {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100% !important;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 5px;
}

.chosen-container-multi .chosen-choices {
  border: none !important;
  overflow: initial !important;
}

.rendamselectposjp9 {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 14px;
  padding: 3px 2px;
  outline: none;
}

.selectrendam01 {
  background: #333;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.rendaminputjp {
  display: inline-block;
  width: 82px;
  border: 1px solid #e0e0e0;
  padding: 0 19px;
  outline: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.import56jpw {
  width: 20%;
  margin-bottom: 0px;
  border-color: #ebedf2;
  background-color: #f4f5f8;
  color: #575962;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.verfybtn67jp {
  background: #d85930;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.cancelbtnjp98 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  background: transparent;
  color: #d85930;
  border: 1px solid #d85930;
  padding: 9px;
  margin-left: 20px;
}

.lab_text56jp {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 6px;
  color: #828282;
}

.lab_text56jp span {
  color: #d85930;
}

.View01btnJP {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 44px;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.summaryjp {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sum_link78JP90 {
  color: #0082b1;
  font-size: 13px;
  font-weight: 400;
}

.totalbl867jp {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sel-jp9087jp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clflex45jpwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clflex45jpwrap span {
  color: #d85930;
}

.width-100mJP {
  width: 32%;
}

.sallertypetextJP01 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 8px;
  width: 82%;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.searchbtn78_saljp {
  padding: 8px;
  border: none;
  background: #d85930;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.nettotalwapjp90 {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxnetitemcaljp09 {
  border: 1px solid #ccc;
  /* padding: 20px; */
  text-align: center;
}

.netprocedjp988 {
  font-size: 20px;
  color: #42595d;
  padding-bottom: 6px;
}

.numjhg897JP {
  font-size: 22px;
  color: #42595d;
}

.openblsjp9 {
  font-size: 17px;
  color: #42595d;
  padding-bottom: 7px;
}

.t-m-878jp {
  color: #008296;
  font-size: 15px;
}

.bg-90jpcolor {
  background: #f5f9fa;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.notbg-89jp {
  padding: 10px 50px;
}

.p-onebox675jp {
  padding: 20px 140px 10px;
}

.colorsjp9076 {
  color: #e02d00;
}

.f-textjp97jp {
  font-size: 15px;
  font-weight: 600;
  padding-top: 31px;
}

.container-checkboxjp90 {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.container-checkboxjp90 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkboxjp90 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkboxjp90:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkboxjp90 input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkboxjp90 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkboxjp90 input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkboxjp90 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.twoorderidwraperjp {
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 21px;
}

#id01click {
  cursor: pointer;
}

.btnordersallerjp {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin-bottom: 6px;
  border-radius: 5px;
  cursor: pointer;
}

.btnordersallerjp:hover {
  background-color: #fff;
}

.sellerwrapdes-89-jp {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.sellerwrapdes-89-jp label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

.sellerdescrapj09 {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  padding: 10px;
  width: 100%;
  resize: none;
  outline: none;
  font-size: 14px;
}

.footercmJP07 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.footercmJP07 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.footercmJP07 .pagination {
  display: inline-block;
}

.footercmJP07 .pagination a {
  width: 30px;
  height: 30px;
  color: black;
  float: left;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}

.footercmJP07 .pagination a.active01 {
  background-color: #f85b28;
  color: #fff;
}

.flexdaterangewrap09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sellercontainerfooterjp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 16px 0px;
}

.sellercontainerfooterjp .sellerjpbox {
  height: 200px;
}


/* -------------------------profile styling ------------------------------ */

.Update-ProfileJP01 {
  background: #d85930;
  border-radius: 4px;
  border: none;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.Update-ProfileJP01:hover {
  color: #fff;
}

.responsevinputjp {
  width: 100%;
}

.Quick-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.Quick-add-btn {
  background: #d85930;
  border-radius: 4px;
  border: none;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  width: 100%;
}

.uploaded-exal {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

/* -------------------------profile  stayling  end------------------------------ */




/* login style */

#loginpsge01JP input[type="text"],
#loginpsge01JP input[type="email"],
#loginpsge01JP input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#loginpsge01JP label {
  margin: 0px;
}

#loginpsge01JP .signupheading5601JP {
  font-size: 24px;
  font-weight: 600;
  padding-top: 13px;
}

#loginpsge01JP .buttonbg {
  background-color: #f85b28;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#loginpsge01JP .buttonbg:hover {
  opacity: 0.8;
}

#loginpsge01JP .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f85b28;
}

#loginpsge01JP .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

#loginpsge01JP img.avatar {
  width: 20%;
  border-radius: 50%;
  padding-top: 13px;
}

#loginpsge01JP .containerJPlogin09JP {
  padding: 16px;
}

#loginpsge01JP span.psw {
  float: left;
}

#loginpsge01JP .btnforgetJP {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#loginpsge01JP .modal-contentJP098 {
  background-color: #fefefe;
  margin: 5% auto;
  width: 50%;
  border-radius: 8px;
}

#loginpsge01JP .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

#loginpsge01JP .close:hover,
#loginpsge01JP .close:focus {
  color: red;
  cursor: pointer;
}

#loginpsge01JP .signcolur09 {
  color: #007bff;
  font-size: 15px;
  font-weight: 500;
}

#loginpsge01JP .btnJPalaredy {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================================================== */

/* ------------------------------------------------------------ */

.a-1btnjp {
  cursor: pointer;
}

.a-1jp {
  position: relative;
  display: inline-block;
}

.a-1contantjpnot {
  display: none;
  position: absolute;
  right: 0;
  min-width: 400px;
  z-index: 1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.deprojp1 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.deprospanjp2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.spancolurjp {
  color: #f85b28;
}

.deprosmolljp2 {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
}

.a-1contantjp {
  display: none;
  position: absolute;
  right: 0;
  min-width: 200px;
  z-index: 1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.dnJP09 {
  border-radius: 50%;
  background: #c6c6c6;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.a-1contantjp a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.promanjp {
  display: flex;
  justify-content: flex-start;
  column-gap: 8px;
  align-items: center;
  padding: 8px 8px 10px 8px;
}

.promanh3JP {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.promanprajp {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
}

.mypromanjp {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.probtnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(234, 84, 85, 0.1);
  padding: 8px;
  width: 100%;
  color: #f85b28;
  border: none;
  gap: 8px;
}

.a-1contantjp a:hover {
  background-color: #f1f1f1;
}

.a-1jp:hover .a-1contantjp {
  display: block;
}

.a-1jp:hover .a-1contantjpnot {
  display: block;
}

/* ------------------------------------------------------------ */
/* login css and profile  css  close*/

.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #d8d8d8;
  transition: background-color 0.4s;

  &:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
  }

  &:after {
    content: 'off';
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #484848;
    padding-left: 26px;
    transition: all 0.4s;
  }
}

.on-off-toggle__input {
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked+.on-off-toggle__slider {
  background-color: green;

  &:before {
    transform: translateX(32px);
  }

  &:after {
    content: 'on';
    color: #FFFFFF;
    padding-left: 8px;
  }
}


/* arrow button */
.arrow-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.arrow-up {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.rotate-up {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.isbnclick {
  color: #f85b28;
  text-decoration: underline;
}

/* loader css */
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 0.5 opacity */
  z-index: 1000;
  display: none;
}

.loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #000;
  /* Black */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.imageintable {
  width: 50px;
  margin-top: 10px;
}


/* --------------------- chat styling start --------------- */

.chatwrapper-info {
  background: #fff;
  padding: 16px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
}

.chatflexcontainerjp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatdate {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4f4f4f;
}

.leftline1 {
  background-color: #e0e0e0;
  width: 46%;
  height: 2px;
}

.chat_customerJP2conta {
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
  width: 100%;
}

.Chat-admin-info {
  display: flex;
  justify-content: flex-end;
}

.Chat-Custumer-info {
  display: flex;
  justify-content: flex-start;

}

.chatcustomerJP {
  width: 100%;
  background: #d85930;
  border-radius: 8px 8px 8px 0px;
  padding: 8px;
  color: #fff;
}

.customerjpchat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
}

.customerjpchat img {
  width: 50px;
  height: 37px;
}

.customerjpchat span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
}

.chatcustomerJP p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.adminJP {
  width: 100%;
  border-radius: 8px 8px 8px 0px;
  padding: 8px;
  background: #ccc;
  border-radius: 8px 8px 0px 8px;
  text-align: right;
}

.adminJP2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
  flex-direction: column;
  align-items: flex-end;
}

.adminJP2 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  padding-top: 8px;
}

.chat-customerJPflex32 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  padding-top: 8px;
}

.chat-customerJPflex32 {
  display: flex;
  flex-direction: column;
}

.textareaJPchat2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0px 8px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.textareaJPchat2 label,
img {
  cursor: pointer;
}

.textareaJPchat2 textarea {
  outline: none;
  height: 50px;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  resize: none;
  color: #828282;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 14px;
}

.chat_select2 {
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  background: #ffffff;
  padding: 0px 8px;
  height: 25px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  outline: none;
}

.inputfilecontainerJP {
  margin-top: 30px;
}

#file_attchJP23 {
  padding: 10px 8px;
  background: #e0e0e0;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.filetext2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.count_test {
  position: relative;
  padding: 8px;
}

.badge-pop {
  width: 15px;
  font-size: 10px;
  padding: 8px;
  position: absolute;
  background: red;
  top: -7px;
  right: -8px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------- chat styling end ------------------- */


/* --------------------------- */
.nested-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.nested-btn {
  all: unset;
  border-radius: 4px;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #f85b28;
  border: 2px solid #f85b28;
  color: #ffffff;
}

.nested-table-info {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.nested-table-info td,
.nested-table-info th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.nested-table-info td {
  font-size: 14px;
  font-weight: 500;
}

.nested-table-info tr:nth-child(even) {
  background-color: #dddddd;
}

.close-nasted-info {
  all: unset;
  background: #d85930;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.nasted-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 16px;
}

/* ------------------------------ */

.input-info-append {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.append-inputjp {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 16px;
}

.input-remove-info {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  /* display: flex; */
}

.add-append-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 16px;
}

/* ------------------------------------------------------- */

.dashboard-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fdf5f3;
  border: 1px solid #d859305e;
  border-radius: 6px;
  padding: 14px 18px;
  margin-top: 16px;
  position: relative;
}

.note-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d85930;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.note-content {
  flex: 1;
}

.note-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.note-text {
  margin: 4px 0 6px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #334155;
}

/* close button */
.note-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #64748b;
}

.note-close:hover {
  color: #1e293b;
}

/*==================== @media Query styling start =========================== */

@media only screen and (max-width: 391px) {
  header .right form {
    padding-left: 30px;
  }

  #packed-point1 {
    font-size: 9px !important;
    line-height: 10px !important;
    font-weight: 700 !important;
    width: max-content !important;
    padding-right: 5px !important;
  }

  #date-point2 {
    font-size: 9px !important;
    line-height: 11px !important;
  }

  .jatin::before {
    left: 88px !important;
  }
}

@media only screen and (max-width: 426px) {

  .sellerjp9856 {
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
  }

  .inputw-100mJP {
    width: 100%;
  }

  .mobilebox-center {
    width: 269px;
    left: 18px;
    top: 151px;
  }


  .table {
    width: max-content !important;
  }

  .grid-container {
    grid-template: none !important;
  }

  #reportrange1 span,
  #reportrange2 span,
  #reportrange span {
    display: none;
  }

  .drop-input {
    width: 165px;
  }

  .mobiletexthide {
    display: none;
  }

  .New-Campaigns {
    position: absolute;
    top: 80px;
    right: 19px;
  }

  .right-sectionJP2 {
    padding-top: 20px;
  }

  .the_tabs label {
    margin-right: 0px;
  }

  .right-tabcontantJP321 {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: 30px;
  }

  .tabcontantJP21 div {
    width: max-content;
  }

  .tab-jp1 h3 {
    font-size: 14px;
    line-height: 11px;
  }

  .tab-1jp321 .jph2245 {
    font-size: 18px;
  }

  .dropdwoncontainerJP {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .jpdropdwon2 {
    width: max-content;
  }

  .last-JP21 {
    width: max-content;
  }

  .tab-jp1 p {
    font-size: 11px;
  }

  .this-week-headingJP81 {
    display: none;
  }

  .breadcrumb-JP h2 {
    font-size: 20px;
  }

  .selectedMPJP21 {
    justify-content: center;
    flex-wrap: wrap;
  }

  .mobile-cl-paddingjp23 {
    padding-top: 20px;
  }


  header .right {
    gap: 15px;
  }

  .mobilehide5510JP {
    display: none;
  }

  .orderJPid21 {
    font-size: 18px;
    line-height: 19px;
  }

  .orderJPidtwo {
    font-size: 14px;
  }

  .pagnationlink123JP {
    gap: 0px;
  }

  .innertab8714JP {
    width: 100%;
  }

  /* .hold_detJP109 {
    margin-bottom: 22px;
  } */

  .box-item721JP {
    width: 100%;
  }

  .footerposJP {
    height: auto;
    flex-wrap: wrap;
  }

  #bg-colorjp09 {
    padding-bottom: 0px;
  }

  /* .order_detail_infoJP01 {
    flex-wrap: nowrap;
    overflow-x: scroll;
  } */

  .posinner908 {
    flex-wrap: wrap;
  }

  .fontsizemobile {
    font-size: 13px;
  }

  #loginpsge01JP span.psw {
    display: block;
    float: none;
  }

  #loginpsge01JP .cancelbtn {
    width: 100%;
  }

  #loginpsge01JP .modal-contentJP098 {
    width: 90%;
  }

  .hedi500JP {
    font-size: 13px;
    line-height: 14px;
  }

  .paddingleftmobilejp {
    padding-left: 10px;
  }

  .PendingbtnJP910 {
    margin-top: 16px;
  }

  .removemargin8 {
    margin-top: 0px;
  }

  .btnthreeinnerJP094 {
    padding-top: 16px;
  }

  .btn2ndJP01 {
    display: none;
  }

  .modal-contentjp-1 {
    width: 92%;
  }

  .innerparter654 {
    flex-wrap: wrap;
    gap: 16px;
  }

  #packed-point1 {
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    width: max-content;
    padding-right: 5px;
  }

  #date-point2 {
    font-size: 11px;
    line-height: 11px;
  }

  .mobile_oveflowJP980 {
    overflow: auto;
  }

  .uplordpaddingy {
    padding: 8px 8px;
  }

  .upload-containerJP5 {
    padding: 10px 8px;
  }

  .text-uploadJP {
    font-size: 13px;
  }

  .jatin::before {
    left: 102px;
  }

  .buttoncontainerplexJP {
    overflow: auto;
  }

  .Activity-CategoryJP::before {
    left: -30px !important;
  }

  .new_customerbtn84JP {
    display: none;
  }

  .customerposbtnJP {
    position: unset !important;
  }

  #inputGroupSelect01 {
    display: none;
  }
}

@media only screen and (max-width: 620px) {
  .mobile-info-top {
    flex-wrap: wrap;
  }

  .inputflexJP1 {
    width: 100%;
  }

  .Quick-wrapper {
    flex-wrap: wrap;
  }

  .filterJPmobilehide01 {
    display: none;
  }


}

@media (max-width: 768px) {
  .withSideNav {
    padding-left: 0px;
  }

  aside {
    /* width: 0px; */
    overflow: hidden;
    top: 59px;
  }

  #mainSideNav {
    display: none;
  }

  .sideNavclose {
    width: 238px;
    overflow: hidden;
  }

  .withSideNav header {
    width: 100%;
  }

  .withSideNav footer {
    width: 100%;
  }

  .padding-rightJP312 {
    padding-right: 15px;
  }

  footer .right a {
    width: auto;
  }

  .grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .wab-header .right-sectionJP2>p {
    display: none;
  }

  .mobileshowJP {
    display: block;
  }

  .pagnationlink123JP {
    gap: 0px;
    flex-wrap: wrap;
  }

  .innertab8714JP {
    width: 100%;
  }

  .padding-right-noneJP0965 {
    padding-right: 15px;
  }

  .mobilehideJP90 {
    display: none;
  }

  .inner_maincont98 {
    flex-wrap: wrap;
  }

  .Activity-CategoryJP {
    min-width: auto;
  }

  .tabwraperJP90JP .nav {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .Activity-CategoryJP::before {
    left: -20px;
  }

  .videouplordinJP {
    min-width: auto;
  }

  .serchcustomer785JP input {
    width: 100%;
  }

  .footercmJP {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

@media (max-width: 1050px) {
  .serchJPfilter31 input {
    width: 100%;
  }
}