.form-select22 {
  background-image: url(../images/svg/formSelectIcon.svg) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.8rem !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 18px 13px !important;
}

.textWrap-ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filtercloseicon {
  width: 15px !important;
  height: 15px !important;
  background-color: white;
  color: red;
  margin-left: 10px;
  display: block;
  font-size: 8px;
  border-radius: 50%;
}

.textWrap-ellipseTwo {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.whatsp_content {
  word-wrap: break-word;
}

/* Optional: If you want the message to wrap instead of truncate */
.contact-message-wrap {
  white-space: normal;
  word-wrap: break-word;
}

.textWrap-whiteSpcPre {
  white-space: pre-wrap;
}
.custom-list-group .list-group-item {
  /* background-color: blue; */
  color: black;
}

.custom-list-group .list-group-item a {
  color: black;
}

/* .custom-list-group .list-group-item:hover {
  background-color: #0056b3;
  color: white;
} */

.custom-list-group .list-group-item:hover a {
  color: blue;
}

.success_stories_design {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  /* border:2px solid red; */
  /* gap:30px; */
  /* overflow-x:auto; */
  flex-wrap: wrap !important;
}
.custom-width-item {
  min-width: 220px !important;
  margin-right: 20px;
}

.max-width135 {
  max-width: 135px !important;
}

.max-width195 {
  max-width: 195px !important;
}

.max-width240 {
  max-width: 240px !important;
}

/* // Add these styles to your CSS */

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.spinner-container-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* High z-index to cover the entire page */
}

.spinner-container-custom-profile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 9999; /* High z-index to cover the entire page */
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}

.spinner-containerTrack {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.spinner-containerTrack .spinnerTrack {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

.minHeight-400 {
  min-height: 400px;
}

.modalTrck-innBox {
  height: 400px;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent; /* or add it to the track */
}
/* Add a thumb */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c6c6c6;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* CSS to hide the number input spinner */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.customInputNumber::-webkit-inner-spin-button,
.customInputNumber::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.borderRed {
  /* border: 1px solid red !important; */
  border: 1px solid rgba(236, 0, 0, 0.5) !important;
  background: linear-gradient(
      0deg,
      rgba(236, 0, 0, 0.05) 0%,
      rgba(236, 0, 0, 0.05) 100%
    ),
    #fff !important;
}

.bgTransparent {
  background: transparent !important;
}

.btn.savetransparentbtn {
  border: 1px solid #79747e;
  border-radius: 100px;
  text-align: center;
}

.cancelsave .btn {
  font-family: Roboto;
  font-weight: 500;
  color: #6750a4;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding: 8px 30px;
}

.cursor {
  cursor: pointer !important;
}

.font-600 {
  font-weight: 600 !important;
}

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

.colorFmain {
  color: #7f1ad1 !important;
}
.sitemapLink {
  color: red !important;
  text-decoration: none;
}

button:disabled,
button[disabled] {
  opacity: 0.75;
}

.responsivehotdealsoffer {
  background: #d4dce7;
  padding: 20px 13px;
  border-radius: 6px;
}

.borderBtnBlk {
  border: 1px solid var(--M3-sys-light-outline, #79747e) !important;
}

.commDark_btn .btnCust {
  border-radius: 100px;
  background: #280049;
  padding: 0px 16px 0px 14px;
  color: var(--white);
  font-weight: 500;
  height: 32px;
}
.commDark_btn .btnCust:hover {
  color: var(--white);
}

.nextPrev_pageCust .btnTrans {
  border: none;
  background: transparent;
}

.product_nameCust .imgBox {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  padding: 4px;
  background: #fff;
  object-fit: contain;
}

.product_nameCust .imgBox img {
  height: 22px;
  width: 22px;
}

.groupBtnCust .fillBtn {
  border-radius: 100px;
  padding: 0 24px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition-duration: 0.3s;
}

.commDark_servicesCust button {
  border-radius: 100px;
  border: 1px solid #79747e;
  padding-right: 25px;
  padding-left: 20px;
  color: #6750a4;
  font-weight: 500;
  background-color: transparent;
  height: 40px;
}

.commonForm-select select {
  border-radius: 6px;
  border: 1px solid var(--Primary, #667080);
  background: rgba(255, 255, 255, 0.7);
  height: 48px;
  padding: 13px 12px;
}

.resProductTwo {
  width: 75% !important;
}

@media (max-width: 768px) {
  .productMainContainerResp {
    flex-direction: column;
  }
  .resProductTwo,
  .resProductOne {
    width: 100% !important;
  }
}

.resetBtn.advancedbtn span {
  color: #7f1ad1;
}

.start_button span .loginBtn {
  border: none;
  background-color: transparent;
  color: #280049;
  font-weight: 500;
}

.newCustomButton {
  color: white;
  background-color: #280049;
  height: 38px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  padding: 0px 8px;
}
.newCustomButton:hover {
  color: white;
  background-color: #280049;
}

.reqOtp-btn {
  color: var(--darkBlueLText);
  font-family: Inter;
  font-size: var(--fs_14);
  font-style: normal;
  font-weight: 500;
}

.otp-container .otpContainer-input input {
  color: rgba(0, 0, 0);
  margin-bottom: 0;
  box-shadow: none;
  text-align: center;
  background-color: none;
  transition: border 0.3s ease;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  border: 0px;
  border-bottom: 1px solid #667080;
  border-color: #667080;
}
.activeChat {
  background-color: #f37cc33d !important;
}
.otp-container .otpContainer-input input:focus,
.otp-container .otpContainer-input input:focus-visible,
.otp-container .otpContainer-input input:active {
  outline: 0;
  border: 0px;
  border-bottom: 1px solid #667080;
  border-color: #667080;
  background-color: none;
}
.otp-container {
  display: flex;
}

.otp-container .spanGap {
  width: 40px;
}

.tabList .btnCust.active {
  border: 1px solid var(--darkBlue);
}
.tabList .btnCust {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: var(--white);
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.customBtn {
  background-color: white !important;
}
.tabList .btnCust.active {
  border: 1px solid var(--darkBlue);
}
.tabList .btnCust.active .circle {
  background: var;
  outline: 2px solid var(--darkBlue);
  background: var(--darkBlue);
}

.variesCheckbox span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
}

ul.item-tag {
  gap: 16px 8px;
}

ul.item-tag li .item {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 6px 12px;
  color: #333;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 22px;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

ul.item-tag li .item p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.commDark_btn .btnCust {
  border-radius: 100px;
  background: #280049;
  padding: 4px 16px 4px 12px;
  color: var(--white);
  font-weight: 500;
  border: none;
}
.commDark_btn .btnCust:hover {
  color: var(--white);
}

.sellerLandingPage .edit_hot_deal .commDark_btn .btnCust {
  background-color: #ffff;
  color: #7f1ad1;
}

.hotDeals-editInp input,
.hotDeals-editInpGp {
  border-radius: 6px;
  border: 1px solid var(--Primary, #667080);
  opacity: 0.7;
  background: #fff;
  height: 36px;
}
.hotDeals-editInpGp input {
  background: transparent;
  border: none;
}
.hotDeals-editInpGp span {
  height: 21px;
  padding: 0px 12px;
  border-left: 1px solid #666;
}

.commonField-hdClr button {
  border-radius: 6px;
  border: 1px solid var(--Primary, #667080);
  background: rgba(255, 255, 255, 0.8);
  padding: 6px !important;
  height: 38px;
  width: 101px;
}

.commonField-hdClr button.active {
  border-radius: 6px 6px 0px 0px;
}

.commonField-hdClr .colorCode {
  border-radius: 2px;
  background: #fff;
  height: 20px;
  width: 43px;
  display: block;
}

.commonField-hdClr .dropdown-menuHd {
  max-height: 124px;
  width: 100%;
  max-width: 101px;
  border: 1px solid #667080;
  position: absolute;
  top: 38px;
  padding: 12px 6px 0px;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
}

.colorCode-par {
  border-radius: 4px;
  width: 55px;
  height: 38px;
  border: 1px solid var(--Primary, #667080);
  background: rgba(255, 255, 255, 0.8);
  padding: 4px;
}

.colorCode-par span {
  border-radius: 4px;
  width: 45px;
  height: 28px;
  display: block;
}

.deals_column_table .filterSelect-hd {
  min-width: 240px !important;
}

.deals_column_table .commonField-val {
  min-width: 156px;
  width: 156px;
}

.product_deals_infoNew {
  background: #fff;
  height: 394px;
}

.groupBtn-custHd > button {
  border-radius: 100px;
  background: transparent;
  padding: 0 24px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition-duration: 0.3s;
}

.pickAddressOverview {
  background-color: #d3e3fd;
  color: black;
}
.pickAddressOverview:hover {
  background-color: #d3e3fd;
  color: black;
}

.pickBankOverview {
  background-color: #c4eed0;
  color: black;
}
.pickBankOverview:hover {
  background-color: #c4eed0;
  color: black;
}
.overviewHR {
  width: 400px;
  margin-left: 50%;
  border-weight: 2px;
  transform: translate(-50%);
}

.pickGSTOverview {
  background-color: #f9dedc;
  color: black;
}
.pickGSTOverview:hover {
  background-color: #f9dedc;
  color: black;
}
.overviewText {
  color: #766882;
  font-size: 24px;
  font-weight: none;
}

.reset-cancelBtn {
  border: #fff;
}

.skucode-Dtl h6,
.skucode-Dtl p,
.productQty-Dtl h6 {
  font-size: 14px;
  font-weight: 700;
  color: #2b3674;
}

.productQty-Dtl h6 {
  font-size: 20px;
}

.productQty-Dtl p {
  font-weight: 500;
}

.skucode-Dtl p {
  font-weight: 500;
}

.categoryLable-cust {
  border-radius: 30px;
  background: #f7edff;
  padding: 6px 12px;
}

.categoryLable-cust span {
  font-weight: 500;
}

.categoryLable-cust.ylw {
  background: #fff7e8;
}

.switchBtns-Dtl span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.size_fit_box .leftSpan {
  font-weight: 500;
  color: #646880;
}

.main-slideDtl img {
  max-width: 100%;
  max-height: 100px;
}

.tableResp-min400 {
  min-height: 400px;
}

.listEmpty_design {
  max-width: 835px;
}

.listEmpty_content p {
  color: #280049;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.myStore_categories_info {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  height: 418px;
}

.myStore_categories_info .product_deal_Data {
  max-width: 440px;
}

.custDate-inp[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url("/images/all_icon/calendericon.svg");
  width: 28px;
  height: 28px;
}

.dropdownMenu-policy {
  max-height: 320px;
  overflow: auto;
  background: #fff;
}

.spanTags-max {
  font-size: 12px;
}

.spanTags-max.active {
  color: rgb(236, 0, 0);
  transition: all 1s ease-out;
}
.spanUpload-txt {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 14px;
}
.spanUpload-txt.succs {
  background-color: #05c368;
}

.spanUpload-txt.dang {
  background-color: #ec0000;
}

.addListing-cust button {
  border-radius: 20px;
  background: #280049;
  height: 40px;
  min-width: 128px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.addListing-cust button.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0.2s ease-in;
}

.addListing-cust .dropdown-menuList li {
  padding: 6px 8px;
  color: var(--darkBlueLText);
  font-size: 14px;
  font-weight: 500;
}

.addListing-cust .dropdown-menuList li:hover {
  background: rgba(102, 112, 128, 0.1);
}

.addListing-cust .dropdown-menuList {
  list-style: none;
  max-height: 128px;
  transition: all 0.3s ease-in;
  width: 100%;
  max-width: 128px;
  border: 1px solid rgba(102, 112, 128, 0.25);
  position: absolute;
  top: 40px;
  padding: 10px 0px;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15))
    drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
  z-index: 1050;
}

.form-control-SelectCustom .Search__value-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.form-control-SelectCustom .Search__input-container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.prodctDescript_iconBoxTax .taxName {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  color: #333;
  background: #fff;
  border: 1px solid #7f1ad1;
  border-radius: 22px;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-absolute {
  position: absolute !important;
}
.imageSolidIcon {
  transform: rotate(50deg);
  top: 25px;
  left: 2px;
}
.imageIconBg {
  width: 40px !important;
  height: 70px !important;
  position: absolute;
  transform: rotate(-50deg);
  right: -10px;
  top: -30px;
  background-color: #7f1ad1ac !important;
}
.cursor-pointer {
  cursor: pointer !important;
}

.mystoretop-cust .shopNameField {
  font-weight: 600;
  font-size: 18px;
}

.mystoretop-cust .shopName {
  height: 40px;
}

.profilesection-cust .imgProf {
  border-radius: 10px;
  border: 2px solid #fff;
  object-fit: cover;
}

.profilesection-cust .changeProfile {
  width: 158px;
}
.statusList-cust ul li:nth-child(5),
.statusList-cust ul li:nth-child(6) {
  display: block !important;
}

.head_Lable .aCust {
  border-radius: 30px;
  background: #edd9e2;
  padding: 6px 12px;
  display: inline-block;
}

.head_Lable .liCust {
  border-radius: 30px;
  padding: 6px 12px;
  display: inline-block;
  color: var(--darkBlueLText);
  font-size: var(--fs_14);
  font-style: normal;
  font-weight: 500;
}

.orderTracking-12Cust .close_icons {
  width: 24px;
  height: 24px;
}

.cancellationpage .confirm .spanCust {
  color: var(--M3-sys-light-on-primary, #fff);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.return .confirmreturn .btnCust,
.replacement .confirmreturn .btnCust {
  color: var(--M3-sys-light-on-primary, #fff);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.guidelinesCust {
  white-space: nowrap;
}

.guidelinesCust .spanCust {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  height: 100%;
  letter-spacing: -0.24px;
}

.guidelinesCust .spanCust p {
  margin: 0px !important;
  text-wrap: wrap;
}

.orderdeliverybox .unfollow_option {
  z-index: 1000;
}

.eliipse_Dropdwon .dropdown-menu .dropdown-item.cust {
  font-size: var(--fs_14);
}

.pdDetail-buyer .main-slide {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
}

.pdDetail-buyer .activeCust {
  border: 2px solid #c38cf1;
}

.delivery_box .spanCheck {
  color: #5b11a5;

  font-size: 14px;

  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
  position: absolute;
  left: 145px;
  bottom: 5px;
  text-decoration: none;
}

.spanAvailable {
  color: #10da61;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.spanAvailable-not {
  color: #c71b1b;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.signup_tabsCust .spanCust {
  color: #7f1ad1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
}

.create_seller_login .user_login_links .spanCust {
  text-decoration: none;
  color: #7f1ad1;
  font-size: var(--fs_14);
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
}

.resetPassword-cust .spanCust {
  color: #7f1ad1;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Roboto";
}

.resetPassword-cust .password_img {
  top: 7px;
  right: 7px;
}

.statusMore-det .span {
  color: #7f1ad1;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.28px;
}
.moreDetails-order .timecust h6 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.moreDetails-offer {
  padding: 4px 10px;
  background-color: #f3f9fa;
  border-radius: 8px;
}

.moreDetails-order .timecust p,
.moreDetails-offer .timecust p {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

.moreDetails-order .timecust span,
.moreDetails-offer .timecust span {
  color: #333;
  font-size: 12px;
  font-weight: 500;
}

.moreDetails-order .detHead {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.moreDetails-order .timecust .spanMsg {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.filesList-cust .addimg {
  height: 80px !important;
  width: 80px !important;
  border-radius: 10px;
  border: 1px solid #bababa;
  background: #fff;
}

.filesList-cust .addimg img {
  max-width: 72px;
  max-height: 72px;
  border-radius: 6px;
}

.moreDetails-order .delHistory {
  border-radius: 10px;
  background: #f7f0fd;
  overflow: hidden;
  padding: 22px 28px;
  margin-top: 25px;
}

.moreDetails-order .delHistory p {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.moreDetails-order .delHistory p span {
  color: #7f1ad1;
  font-weight: 400;
}

.rejectModal-slr .modal-header,
.rejectModal-slr .modal-body {
  padding: 24px 32px;
}

.rejectModal-slr .modal-title {
  color: #2b3674;
  font-size: 22px;
  font-weight: 600;
}

.rejectModal-slr .modal-body .reviewimg {
  border-radius: 5.137px;
  border: 1.284px solid #e3e3e3;
  height: 115px;
  width: 115px;
  background: var(--white, #fff);
}

.rejectModal-slr p {
  color: #2b3674;
  font-size: 18px;
  font-weight: 600;
}

.rejectModal-slr small {
  color: #2b3674;
  font-size: 14px;
  font-weight: 500;
}

.rejectModal-slr .prorating_h5 {
  color: #333;
  font-feature-settings: "calt" off;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.rejectModal-slr .cancelmodalbtn {
  height: 40px;
  border: 1px solid var(--M3-sys-light-outline, #79747e);
  color: var(--M3-sys-light-primary, #6750a4);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.rejectModal-slr .reportmodalbtn {
  height: 40px;
  border: 1px solid #280049;
  color: #fff;
  background: #280049;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.product_viewMore .head h6 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.product_viewMore .head li {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  line-height: 24px;
}

.prodDetail-cust .divShado {
  box-shadow: 0px -40px 45px #fff;
  z-index: 20;
  position: relative;
}

.product_viewMore {
  transition: all 3s ease-in-out;
}

ul.bar-progress li.active-line4::before,
ul.bar-progress li.active-line4 span.span-middele,
ul.bar-progress li.active-line44::after,
ul.bar-progress li.active-line5::before,
ul.bar-progress li.active-line5 span.span-middele,
ul.bar-progress li.active-line55::after,
ul.bar-progress li.active-line6::before,
ul.bar-progress li.active-line6 span.span-middele,
ul.bar-progress li.active-line66::after {
  background: #51a34e;
}

.customDropdown .dropdown-menu li .spanCust {
  font-weight: 500;
  font-size: var(--fs_14);
}
.customDropdown .dropdown-menu li .spanCust:hover {
  color: var(--darkBlue);
  background-color: transparent;
}

.overviewDataList span.danger {
  color: #fc2424;
}

.overviewDataList span.danger img {
  transform: rotate(180deg);
}

.loginHead_cust {
  padding: 32px 80px 25px;
}

.txn-arrowCust .active {
  transform: rotate(180deg);
}

.tooltipbox-cust {
  left: calc(var(--percentage) - 50px) !important;
  right: auto;
}

.tooltipbox-custRt {
  left: auto;
  right: calc(var(--percentage) - 50px) !important;
}

.generateBtn .spanCust {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.percentfontgreen .active,
.fontGreen-perf .active {
  transform: rotate(180deg);
}

.fontGreen-perf {
  color: #51a34e !important;
}

.fontRed-perf {
  color: #be0f0f !important;
}

/* .review_boxs_massage .img_cust {
  border-radius: 10px;
  overflow: hidden;
  height: 46px;
  width: 46px;
  object-fit: cover;
} */

.review_boxs_massage .sideitem {
  padding: 8px;
}

/* .review_boxs_massage .sideitem img {
  height: 42px;
  width: 42px;
  overflow: hidden;
  border-radius: 6px;
} */

.review_boxs_massage .sideitem span {
  line-height: 16px;
}

.sideitem {
  border-radius: 6px;
  border: 2px solid #f1ebf6;
  padding: 8px;
  width: 332px;
}

.box_seller_btnSlr .reply_btn.w-max {
  width: 98px;
}

.box_seller_btnSlr .reply_btn button {
  color: #6750a4;
}

.form-storeCity {
  border-radius: 6px;
  border: 1px solid #667080;
  background: var(--white);
  height: 48px;
  width: 100%;
  color: #333;
  font-size: 16px;
  padding: 12px;
}

.editStore-city img {
  height: 16px;
}

.mystoretop .spanBlu {
  color: #7f1ad1 !important;
}
.loaderClass-cust {
  height: 100px;
  width: 100%;
}

.disputeImgTab {
  width: 80px !important;
  height: 80px !important;
  overflow: hidden;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #ededed;
  background: #fff;
}
.disputeImgTab img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.returnrejectCust {
  border-radius: 82px;
  background: #edd9e2;
  display: inline-block;
  padding: 1px 28px;
}
.returnrejectCust .spanCust {
  color: #572c3e;
  text-align: center;
  font-feature-settings: "calt" off;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.reject_pCust h6 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.reject_pCust p {
  font-size: var(--fs_14);
  color: #333;
  font-weight: 400;
}

.reportsBody-cust {
  min-height: 400px;
}

.reportsBody-cust .dropdown-item span {
  font-size: 14px;
}

/*selected filter design */

.selected-filters {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.selected-filters h5 {
  margin-bottom: 10px;
}

.filter-badges {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-badges li {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #e0e0e0;
  color: #333;
  position: relative;
  padding-right: 25px; /* Space for the close icon */
}

.filter-badges .badge-category {
  background-color: #007bff;
  color: white;
}

.filter-badges .badge-color {
  background-color: #28a745;
  color: white;
}

.filter-badges .badge-discount {
  background-color: #ffc107;
  color: white;
}

.filter-badges .badge-rating {
  background-color: #17a2b8;
  color: white;
}

.filter-badges .badge-customizable {
  background-color: #6f42c1;
  color: white;
}

.filter-badges .badge-handmade {
  background-color: #fd7e14;
  color: white;
}

.filter-badges .badge-price,
.filter-badges .badge-weight,
.filter-badges .badge-sort,
.filter-badges .badge-region {
  background-color: #343a40;
  color: white;
}

.close-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  color: white;
  font-size: 12px;
}

/*selected filter design end */

/*login input design */
.custom-login-design {
  height: 48px;
  border: 1px solid #667080;
  color: #333;
  border-radius: 8px;
}

.btnLoader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.slider-containerCustom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
}

.slider-containerCustom .btnLeft,
.slider-containerCustom .btnRgt {
  background-color: transparent;
  border: none;
}

.slider-containerCustom .btnRgt .rotate180 {
  transform: rotate(180deg);
}

.slider-image {
  max-width: 800px;
  max-height: 80vh;
  margin: 0 20px;
}

.slider-imageCust,
.slider-BoxCust {
  max-width: 450px;
  max-height: 80vh;
  margin: 0 20px;
  overflow: hidden;
}

.slider-BoxCust {
  border-radius: 15px;
  background-color: #fff;
}

.slider-BoxCust .pCust {
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
}

.mcModel-contentCust {
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mcModel-contentCust .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background-color: transparent;
}

.img-containerVideo {
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.img-containerVideo video {
  max-width: 100%;
  max-height: 100%;
}

.hotDealCard-cust {
  position: relative;
}
.hotDealCard-cust .items {
  position: absolute;
  top: 12px;
  right: 12px;
}

.widthAuto {
  width: auto !important;
}

.imgSpecial {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  object-fit: contain;
}

.imgbtmtwo-outer {
  display: flex;
  flex-wrap: wrap;
}

.imgbtmtwo {
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  background: #fff;
  margin-left: 10px;
  height: 46px;
  width: 46px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgProfile-review42,
.imgProfile-review46 {
  border: 1px solid #d8d8d8;
  overflow: hidden !important;
  border-radius: 6px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.imgProfile-review46 {
  height: 46px !important;
  width: 46px !important;
}

.imgProfile-review42 {
  height: 42px !important;
  width: 42px !important;
}

.imgProfile-review42 img {
  max-height: 40px !important;
  max-width: 40px !important;
  object-fit: contain !important;
}

.imgProfile-review46 img {
  max-height: 44px !important;
  max-width: 44px !important;
  object-fit: contain !important;
}

.imgbtmtwo img {
  object-fit: contain;
  max-width: 44px;
  max-height: 44px;
}

.highcharts-xaxis-labels text {
  font-size: 7px !important;
}

/* .hotDealCard-cust .items .action-bar {
  width: 24px;
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*login input design end*/

@media (max-width: 1056px) {
  .imageChangeResoluation {
    width: 350px !important;
  }
}

@media (max-width: 991px) {
  .listEmpty_design {
    width: 100%;
  }

  .productDetailsResponsive {
    width: 100% !important;
    padding: 8px;
  }
  .imageChangeResoluation {
    width: 100% !important;
  }

  .slider-image {
    max-width: 600px;
    max-height: 550px;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .listEmpty_content p {
    font-size: 15px;
  }
  .customResponsiveContactPage {
    width: 100% !important;
    margin-bottom: 20px;
    /* flex-direction: column !important; */
  }

  .responsivehotdealsoffer {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .responsivehotdealsoffer div {
    width: 100% !important;
  }

  .flexColumnCustom {
    flex-direction: column !important;
  }

  .prodDet-mxWid {
    width: calc(100vw - 92px);
  }

  .slider-image {
    max-width: 400px;
    max-height: 500px;
    margin: 0 20px;
  }
}

@media screen and (min-width: 576px) {
  .commDark_btnCust .btnCust {
    margin-top: 14px;
  }
  .mobileBigNone {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .tabList .btnCust {
    padding: 10px 10px 10px 15px;
    min-width: fit-content;
    gap: 15px;
    font-size: 13px;
  }
  .myStore_categories_info {
    height: auto;
  }
  .myStore_categories_info {
    padding: 45px 30px 30px 30px;
  }

  .hotdealsoffer.dealoffer {
    display: flex !important;
    flex-direction: column;
  }

  .size_fit_box .length_box {
    width: 150px;
  }

  .rightOf_Header {
    padding-top: 0px;
  }
  .responsiveLogo {
    width: 80px !important;
  }
  .resCardMobile {
    width: 145px !important;
  }
  .mobileNone {
    display: none !important;
  }

  .slider-image {
    max-width: 280px;
    max-height: 400px;
    margin: 0 20px;
  }
  .mcModel-contentCust {
    padding: 12px;
  }
}

@media (max-width: 430px) {
  .slider-image {
    max-width: 220px;
    max-height: 400px;
    margin: 0 20px;
  }
  .mcModel-contentCust {
    padding: 8px;
  }
}

@media (min-width: 767px) {
  /* new contact page design*/
  .newContactPage {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  /* .vertical_slide {
    height: 430px;
    overflow-y: auto;
  } */
}

/* Error styles for form validation */
.dimension-input.error,
.weight-input.error,
.carrier-select.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.dimension-input.error:focus,
.weight-input.error:focus,
.carrier-select.error:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.item-categories {
  font-size: 12px;
  color: #6c757d;
  font-style: italic;
}

.testimonials-slider .owl-nav button {
  background: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 10px !important;
  font-size: 18px !important;
  color: #495057 !important;
  outline: none !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.testimonials-slider .owl-nav button:hover {
  background: #e9ecef !important;
  color: #212529 !important;
}

.testimonials-slider .owl-nav button.owl-prev {
  left: -60px !important;
}

.testimonials-slider .owl-nav button.owl-next {
  right: -60px !important;
}

.testimonials-slider .owl-nav button.owl-prev:after {
  content: "<" !important;
}

.testimonials-slider .owl-nav button.owl-next:after {
  content: ">" !important;
}

.card {
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .testimonials-slider .owl-nav button.owl-prev {
    left: -30px !important;
  }

  .testimonials-slider .owl-nav button.owl-next {
    right: -30px !important;
  }
}

.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f1f1f1;
}

.price-card .icon-wrap {
  color: #7f1ad1;
  font-size: 28px;
  margin-bottom: 12px;
}

.price-card .price-text {
  font-weight: 600;
  font-size: 16px;
  color: #222;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(127, 26, 209, 0.15);
  background-color: #faf5ff;
}

.price-card:hover .icon-wrap {
  color: #5510a3;
}

/* New Hot Deal style for Price Tag Slider */
.price-card-hotdeal {
  background: #fff;
  border-radius: 5px;
  padding: 0;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}

.price-card-hotdeal:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.price-card-hotdeal .starlineimg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 73px;
}

.price-card-hotdeal .starlineimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.price-card-hotdeal .hotdeal_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* padding: 55px 25px 25px 15px; */
  position: relative;
  z-index: 2;
}

.price-card-hotdeal .content_Deals p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px 0;
}

.price-card-hotdeal .content_Deals h2 {
  color: #fff;
  font-family: "Iowan Old Style", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0;
}

.price-card-hotdeal .contenthp p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .price-card-hotdeal {
    min-height: 150px;
  }

  .price-card-hotdeal .hotdeal_content {
    padding: 40px 20px 20px 15px;
  }

  .price-card-hotdeal .content_Deals h2 {
    font-size: 36px;
  }

  .price-card-hotdeal .content_Deals p {
    font-size: 14px;
  }
}
