/* Start Common Css */
.dFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customRadio_ {
  margin-bottom: 15px;
}

.customRadio_ [type="radio"]:checked,
.customRadio_ [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.customRadio_ [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #939495;
  font-weight: 400;
  font-size: 14px;
}

.customRadio_ [type="radio"]:checked + label:before,
.customRadio_ [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #3c444d;
  border-radius: 100%;
  background: #fff;
}

.customRadio_ [type="radio"] label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #3c444d;
  border-radius: 100%;
  background: #fff;
}

.customRadio_ [type="radio"]:checked + label:after,
.customRadio_ [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3c444d;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.customRadio_ [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.customRadio_ [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Start System Config Css */
.cursor {
  cursor: pointer;
}

/* Start Add New Employee Modal */
.newEmployCon {
  display: inline-block;
}

.newEmployCon label {
  cursor: pointer;
}

.newEmployCon img {
  width: 161px;
  height: 161px;
  border-radius: 50%;
}

/* End Add New Employee Modal */
/* Start Log History Tab */
.customStatus_ {
  background: #f5f6f7;
  border-radius: 10px;
  padding: 27px 20px !important;
}

/* End Log History Tab */
/* Start Staff Roll Tab Css */
.staffRole .rdt_TableCell {
  justify-content: start !important;
}

.staffRole .rdt_TableCell:nth-child(3) {
  justify-content: center !important;
}

/* End Staff Roll Tab Css */
/* Start Add New Employee */
#AddnewuserModal .modal-content {
  padding: 0 !important;
}

#AddnewuserModal .modal-body {
  padding: 30px !important;
}

/* End Add New Employee */
/* Start Roll Permission Css */
.customNewSwitch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.customNewSwitch .form-switch input[type="checkbox"]::before {
  content: "";
  width: 17px;
  height: 17px;
}

.customNewSwitch .form-switch input[type="checkbox"]:checked {
  background: #50bb87;
  border: 2px solid #50bb87;
}

.customNewSwitch input {
  box-shadow: none !important;
}

.customNewSwitch .form-switch .form-check-input {
  width: 34px !important;
  height: 19px !important;
  cursor: pointer;
}

/* End Roll Permission Css */
/* Start Config Plan Css */
.configPlanCard {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.configPlanCard .innerHeadingSky {
  font-size: 32px;
  margin-top: 20px;
}

.yourPlan {
  padding: 30px 0 6px 0;
}

.nextBilling {
  padding: 10px 0 20px 0;
  border-top: 2px solid #d7cfcf4a;
}

.visaImg {
  width: 36px;
  height: 24px;
}

/* End Config Plan Css */
/* Start Wallet Config Css */
/* .configOuter {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.configCommon {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 30px;
}
.configCommon .primary_btn{
    font-size: 14px;
    font-weight: 400;
}
.setupList li{
    list-style:inside;
}
.silaContent {
    width: 86%;
} */
.paymentMethod {
  background: #f5f6f7;
  padding: 10px 19px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  display: inline-block;
}

.paymentMethod ul li {
  display: inline-block;
  margin-right: 8px;
}

.paymentMethod ul li:last-child {
  margin-right: 0;
}

.paymentMethod ul {
  margin-bottom: 0;
}

/* End Wallet Config Css */

/* Start Taxes Page Css */
#operatingCountry .modal-header {
  background: #f5f6f7;
}

#operatingCountry .countryModal {
  padding: 30px 40px;
}

.countryInner {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 6px 30px;
  margin-bottom: 5px;
  cursor: pointer;
}

#operatingCountry .customRadio_ [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  top: -5px;
}

#operatingCountry .customRadio_ [type="radio"]:checked + label::after,
[type="radio"]:not(:checked) + label::after {
  top: -1px;
}

.countryFlag {
  margin-right: 20px;
}

.countryInner .customRadio_ {
  margin-right: 20px;
}

#operatingCountry .modal-content {
  border-radius: 8px !important;
}

.stateCon input[type="checkbox"] {
  width: 17.6px;
  height: 17.6px;
}

.noteValidation {
  color: #d33300;
  font-weight: 600;
  font-size: 16px;
}

.taxInformation {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}

.verifiedBtn {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 8px 26px;
  background: #ffffff;
}

.opertaingFlag {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 8px 12px;
  display: inline-block;
}

.opertaingFlag img {
  width: 24px;
  height: 24px;
}

.exemption {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 45px 40px 30px 40px;
}

.exemption .leftLabel {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d8d8d8;
}

.exemption .rightLabel .customform-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8d8d8 !important;
  border-radius: 0;
}

.taxTable .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable {
  justify-content: center !important;
}

/* End Taxes Page Css */
/* Start Legal Page Css */
.legalCard {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}

.editBtn_ {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  color: #3c444d;
  background-color: transparent;
  display: flex;
  align-items: center;
}

/* End Legal Page Css */
/* Start Invoice Page Css */
.invoiceCon {
  border-radius: 10px;
  background: var(--marshmallow, #fff);
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 5%);
  padding: 15px;
  width: 100%;
  max-width: 276px;
}

.invoicefoot {
  text-align: center;
}

.invoiceImg {
  width: 130px;
  height: 176px;
}

.invoiceFootTxt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoiceFootTxt .tablesubHead {
  line-height: 0;
}

.invoicSocial li {
  display: inline-block;
}

.invoicSocial li {
  margin-right: 8px;
}

.invoicSocial li:last-child {
  margin-right: 0;
}

#createNewModal {
  max-width: 827px;
  width: 100%;
}

#createNewModal .invoiceForm {
  background-color: transparent;
}

#createNewModal textarea {
  background-color: transparent;
  resize: none;
}

#createNewModal .Customertotal {
  background-color: transparent;
  border: none;
}

.logiHere {
  background: var(--faded, #f5f6f7);
  padding: 15px 58px;
  border-radius: 5px;
  display: inline-block;
  font-size: 11px;
}

/* End Invoice Page Css */
/* Start POS Page Css */
.posCode {
  border-radius: 10px;
  background: #3c444d;
  padding: 23px 0;
  text-align: center;
}

.posCode p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: "roobert_trialregular";
}

.sendBtn {
  border-radius: 3px;
  background: #f5f6f7;
  padding: 16px 36px;
  font-size: 16px;
  font-family: "roobert_trialregular";
  font-weight: 700;
  color: #626262;
}

/* End Pos Page Css */
/* Start Notification  Css */
.notificationList.active .dots {
  background: #275aff;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.notificationList .dots {
  background: #dfdfdf;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.notificationList {
  border-bottom: 1px solid #f5f6f7;
}

/* End Notification  Css */
/* Start Languages Css */

.languages .IconPin img {
  width: 24px;
}

.languageModal {
  padding: 30px 40px;
  text-align: center;
}

.languageModal .customRadio_ {
  margin-bottom: 0;
}

/* End Languages Css */
/* Start Security Setting Page Css */
#twoStepModal .modal-body {
  padding: 74px 100px 45px 100px !important;
  text-align: start !important;
}

#twoStepModal .verificationDetails {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 40px;
  margin-top: 49px;
}

.twoStepModalFoot {
  margin-top: auto;
  text-align: center;
}

.twoStepModalFoot .backBtn_ {
  display: inline-block;
  align-items: center;
  max-width: 256px;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}

.rolecheckbox_ {
  display: flex;
  align-items: center;
  justify-content: center;
}

#twoStepModal .modal-content {
  height: 90vh;
  overflow: auto;
}

.twoStepModal {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.verificationDetails.active {
  border: 1px solid #1fb3ff !important;
  background: #f4f9ff;
}

/* End Security Setting Page Css */

/* End System Config Css */

/*chooseProtection css start*/
.protectionSection .loginhorrizontal-form {
  align-items: flex-start;
  display: block;
}

.loginhorrizontal-form {
  padding: 55px 60px;
}

.protectionSection .phone-numbpart {
  margin-top: 30px;
}

.protectionSection .customform-control {
  font-family: "roobert_trialregular";
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.protectionBtn {
  position: absolute;
  bottom: 0;
  padding: 0 60px 90px 60px !important;
}

.chooseRoles .protectionBtn {
  left: 0;
}

.protectionRight {
  position: relative;
}

.leftSect {
  padding: 120px 0;
}

.protectionSection .mainlightPhragraph {
  color: #000;
}

.chooseRoles .mainlightPhragraph {
  color: #000;
}

.progresspart {
  border-radius: 5px;
  background: #f5f6f7 !important;
  height: 8px;
  width: 100px;
}

.protectionProgress {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 15px;
}

.progressOrange {
  border-radius: 5px;
  background: orange;
  height: 8px;
  width: 100px;
}

.progressRed {
  border-radius: 5px;
  background: red;
  height: 8px;
  width: 100px;
}

.progressGreen {
  border-radius: 5px;
  background: green;
  height: 8px;
  width: 100px;
}

.loginBtnSign {
  color: #fff;
  background-color: #263682;
  border-radius: 30px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "roobert_trialregular" !important;
}

/* .myProductmain .verificationTotal{
    border-radius: 10px;
background-color: #fff;
}  */
.personalInfo .titleTxt {
  font-family: "roobert_trialregular";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.personalInfo .deatilsHead {
  color: #3c444d;
  font-family: "roobert_trialregular";
  font-size: 14px;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 10px;
}

.bussinessAdress {
  margin-top: 96px !important;
}

/* .personalInfo .customform-control {
    padding: 24px 15px;
} */

.personalInfo .mainlightPhragraph {
  color: #000;
}

.personalInfo .form_horizontalGroup {
  padding: 24px;
  height: 100% !important;
}

.personalInfo .form_horizontal {
  height: 100%;
}

.personalInfo .protectionBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px 24px 24px !important;
}

.setAdressbussiness {
  background-color: #fff;
  height: 100%;
}

.setLocationImg {
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 8px;
  text-align: center;
}

.setAdressbussiness .paymentArea {
  padding: 12px;
  margin-bottom: 12px;
}

.fourPaymentArea {
  padding: 24px 64px 0 64px !important;
}

.setAdressbussiness .paymentContainer {
  padding: 24px !important;
}

.adressDot {
  cursor: pointer;
}

#successfulCreate .modal-header {
  border: none;
}

#successfulCreate .modal_cancel {
  margin-left: auto;
}

.bigTickSection {
  display: flex;
  justify-content: center;
}

.bigTickImg {
  width: 160px;
  height: 160px;
}

.successMain {
  color: #101828;
  text-align: center;
  font-family: "roobert_trialregular";
  font-size: 18px;
  line-height: normal;
}

.successSub {
  color: #667085;
  text-align: center;
  font-family: "roobert_trialregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sucessHeading_ {
  margin: 32px 0;
}

#successfulCreate .modal-content {
  max-width: 400px;
}

.successFullCreate .loginBtnSign {
  padding: 10px 24px;
}

#successfulCreate {
  display: flex;
  justify-content: center;
}

#successfulCreate .modal-body {
  padding: 24px !important;
}

.fourPaymentArea .form-switch {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.setAdressbussiness .bussinessPayment {
  padding: 16px 16px 4px 16px;
}

#SetUpAddress .modal-header,
#StoreModal .modal-header {
  border: none;
}

#SetUpAddress .modal-content,
#StoreModal .modal-content {
  background: #f5f6f7;
}

.setupModalBg {
  background-color: #fff;
  padding: 16px !important;
  /* height: calc(100vh - 285px);
    overflow: scroll; */
}

.modalHeading_ {
  color: #14171a;
  font-family: "roobert_trialmedium";
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
}

.expectedHeading {
  color: #263682;
  font-size: 16px;
  line-height: 18px;
  font-family: "roobert_trialmedium";
}

.customformModal {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

.orderPickUp {
  border-radius: 10px;
  border: 1px solid #f5f6f7;
  padding: 16px;
}

.modalfooterBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.btnDiscard {
  border-radius: 5px;
  background: #fff;
  padding: 16px 24px;
  color: #3c444d;
  text-align: center;
  font-family: "roobert_trialsemibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.btnSave {
  border-radius: 5px;
  background: #275aff;
  padding: 16px 24px;
  color: #fff;
  text-align: center;
  font-family: "roobert_trialsemibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.setModalSection .form_horizontal,
.storeAddressSection .form_horizontal {
  height: 100%;
}

/*
#SetUpAddress .modal-body::-webkit-scrollbar-track {
     background-color: #F5F6F7 !important; 
}
#SetUpAddress .modal-body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #F5F6F7;
} */
.analyticsMain .successMain {
  color: #263682 !important;
  text-align: left !important;
  font-size: 16px;
  font-family: "roobert_trialmedium";
}

.profitImg_ {
  width: 488px;
  height: 188px !important;
  margin-top: 8px;
}

.selectControl {
  border-radius: 5px;
  border: 1px solid #d8d8d8 !important;
  background-color: #fff !important;
  border-radius: 7px;
  padding: 8px 42px 8px 15px !important;
  width: 100%;
  color: #626262 !important;
  font-family: "roobert_trialregular";
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  cursor: pointer;
}

.dateChannel {
  display: flex;
  gap: 30px;
}

.dateChannel .cateDate {
  font-size: 12px;
  padding: 8px 7px 9px 34px;
  margin-right: 0;
  border: 1px solid #d8d8d8 !important;
  background-color: #fff !important;
  color: #626262;
  max-width: 189px;
}

.dateChannel .calenderIcon img {
  left: 11px;
}

.weekMenu {
  border-radius: 30px;
  padding: 5px 12px;
  color: #263682 !important;
  font-family: "roobert_trialregular" !important;
  font-size: 14px !important;
}
.weekMenu:hover {
  color: #263682 !important;
}
.weekNav {
  padding: 8px !important;
  display: flex;
  gap: 8px;
  background: #f5f6fc;
  margin-bottom: 0px !important;
  border-radius: 30px;
  align-items: center;
}

.weekMenu.active {
  background: #263682 !important;
  color: #fff !important;
}

.grossProfitData {
  border-radius: 5px;
  background: #fff;
  padding: 16px;
  margin-top: 24px;
}

.grossImages {
  width: 30px !important;
  height: 30px !important;
}

.groSub {
  color: #003921;
  font-family: "roobert_trialmedium";
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

.groMain {
  color: #003921;
  font-family: "roobert_trialmedium";
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  max-width: 273px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grossTotalorder {
  background: #d1fadf;
  padding: 16px;
  border-radius: 16px;
}

.analyticGross .MbeHM,
.analyticCost .MbeHM,
.analyticDeliver .MbeHM,
.analyticPOS .MbeHM,
.analyticRevenue .MbeHM,
.analyticShipping .MbeHM,
.analyticOrders .MbeHM,
.analyticInventory .MbeHM,
.analyticProductSold .MbeHM {
  background-color: #fff !important;
}

.analyticGross .rdt_Table,
.analyticCost .rdt_Table,
.analyticDeliver .rdt_Table,
.analyticPOS .rdt_Table,
.analyticRevenue .rdt_Table,
.analyticShipping .rdt_Table,
.analyticOrders .rdt_Table,
.analyticInventory .rdt_Table,
.analyticProductSold .rdt_Table {
  margin-top: 24px;
}

.forgetcommon .gobacklink {
  font-size: 16px;
  font-weight: 400;
}

.forgetcommon .gobacklink a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.bookingBtn_ {
  background-color: #275aff;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

#RescheduleModal .modal-header {
  justify-content: flex-start;
  gap: 15px;
}

p {
  margin: 0 !important;
}

.modalHeading_ span {
  font-weight: 400;
}

#RescheduleModal .modal-body {
  padding: 30px !important;
}

#RescheduleModal {
  width: 100%;
  max-width: 740px;
}

.customerBookProfile {
  border-radius: 5px;
  background: #f5f6f7;
  padding: 15px 15px 10px 15px;
}

.statusbox_ {
  margin-right: 15px !important;
}

.checkBtnColor {
  border-radius: 5px;
  background-color: #f5f6f7;
  color: #3c444d;
  padding: 12px;
  font-family: "roobert_trialregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.acceptBtnColor {
  color: #fff;
  padding: 12px;
  font-family: "roobert_trialregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 5px;
  background-color: #275aff;
}

.bookingsOverview_ .rdt_TableCell {
  padding: 16px !important;
}

.checkInBtnColor {
  border-radius: 5px;
  border: 1px solid #275aff;
  color: #275aff;
  font-family: "roobert_trialregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12px;
  background-color: #fff;
  /* 133.333% */
}

.bookingsOverview_ .userInnerImg,
.scheduleModal .userInnerImg {
  border-radius: 50%;
}

.scheduleModal .haedingsemiBold_ {
  color: #000;
}

.customerBookProfile .smallHeading {
  font-size: 14px;
}

.bookingTask {
  color: #14171a;
  font-family: "roobert_trialregular";
  font-size: 28px;
  font-weight: 700;
}

.contentappont .innerSubheadNormal {
  font-weight: 500;
}

.contentSmallTxt {
  color: #14171a;
  font-family: "roobert_trialsemibold";
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.serviceProvide {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.serviceProvide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d8d8d8;
  top: 20px;
  z-index: -1;
}

.serviceText {
  background-color: #fff;
  color: #a7a7a7;
  text-align: center;
  font-family: "roobert_trialregular";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  padding: 5px;
}

.semiboldHeading_ span {
  color: #275aff;
  font-family: "roobert_trialmedium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 10px;
  text-transform: capitalize;
}

.bookingFigure {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.serviceImg {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  cursor: pointer;
}

.serviceImg.active {
  border: 4px solid #275aff;
}

.cancelBookBtn {
  border-radius: 3px;
  border: 1px solid #d33300;
  padding: 16px;
  color: var(--rose, #d33300);
  font-family: "roobert_trialsemibold";
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  width: 100%;
}

.saveModifyBtn {
  color: #fff;
  font-family: "roobert_trialsemibold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  border-radius: 3px;
  background: #275aff;
  padding: 16px;
  width: 100%;
}

.scheduleModal .DatePicker_dateLabel__KeEIO {
  font-size: 14px;
}

.scheduleModal .DatePicker_dayLabel__o2Brk {
  font-size: 11px;
  margin: 4px 0 0 0;
}

.scheduleModal .delivery-time {
  grid-gap: 12px;
  margin-top: 15px;
}

.bookModalDetails {
  height: calc(100vh - 240px);
  overflow-y: scroll;
}

#CheckInModal .modal-content {
  padding: 0 !important;
}

#CheckInModal .modal_cancel {
  margin-left: auto !important;
}

#CheckInModal .modal-body {
  padding: 12px 30px 30px !important;
}

#CheckInModal {
  width: 100%;
  max-width: 472px;
}

.InnercheckIn .contentSmallTxt {
  font-weight: 400;
}

.scheduleModal .haedingsemiBold_ {
  line-height: normal;
}

/*wallet module css start*/
.walletOverviewData .groSub {
  font-size: 15px;
  margin-top: 16px !important;
}

/*modal css start*/

#walletPurchaseModal {
  width: 100%;
  max-width: 762px;
}

#walletPurchaseModal .modal-header {
  border: none;
}

#walletPurchaseModal .modal_cancel {
  margin-left: auto !important;
}

#walletPurchaseModal .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7;
  box-shadow: 15px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

#walletPurchaseModal .modal-body {
  padding: 5px 36px 36px !important;
}

.walletPurchaseSection {
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  height: 762px;
  overflow-y: scroll;
}

.recordWalletData {
  border-radius: 10px;
  background: #f5f6f7;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recordWalletaddress .commonsmallBold__ {
  font-size: 14px;
}

.recordWalletaddress {
  margin-left: 10px;
}

.uspsTime {
  margin-left: 10px;
}

.walletStoreData {
  display: flex;
  align-items: center;
}

.walletAddress .expectedHeading {
  font-size: 16px;
}

.walletAddress {
  margin: 54px 0;
  text-align: center;
}

.walletHeading {
  color: #14171a;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "roobert_trialregular";
}

.purchaseTableSub {
  border-radius: 7px;
  border: 1px solid #efefef;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.orderDimensionText {
  color: #14171a;
  font-family: "roobert_trialmedium";
  font-size: 12px;
}

.dimensionPara {
  color: #626262;
  font-family: "roobert_trialregular";
  font-size: 11px;
}

.walletFlex {
  display: flex;
  align-items: center;
}

.orderDimension {
  margin-left: 12px;
}

.totalOrderSub {
  border-bottom: 1px solid var(--washed, #efefef);
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
}

.totalOrderText {
  color: #000;
  font-family: "roobert_trialregular";
  font-size: 14px;
}

.totalOrderMain .totalOrderText,
.totalOrderMain .walletHeading {
  font-weight: 500;
}

.paymentoptionSection {
  border-top: 1px solid #d8d8d8;
  padding: 16px 12px;
  margin-top: 54px;
  margin-bottom: 70px;
}

.paymentoptionSection .subtextSmallblack_ {
  margin-top: 6px;
}

.modalFooterText {
  color: #3c444d;
  font-family: "roobert_trialmedium";
  font-size: 24px;
}

.walletfooterModal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.brandImg_ {
  width: 150px;
  height: 60px !important;
  margin-top: 20px;
}

.plusDropImg {
  width: 20px;
  height: 20px !important;
}

/*modal css end*/
/*wallet module css end*/
/*product module css start*/

.chartActive {
  color: #3c444d;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

.chartInfoSub {
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  height: 100%;
}

.chartsInfo {
  margin: 24px 0;
}

.chartInfoSub .graphContainer {
  justify-content: center;
}

.productDetailInfo {
  margin-top: 24px;
}

.totalcharts_ {
  color: #3c444d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

.stockItem_ .totalcharts_ {
  color: #fb466c;
}

.stockItem_ .chartActive {
  color: #fb466c;
}

.stockItemOut .totalcharts_ {
  color: #d33300;
}

.stockItemOut .chartActive {
  color: #d33300;
}

.topProducts_ .dollarSign {
  font-family: Montserrat;
}

.topItemsection .itemsText {
  font-family: Montserrat;
}

.topItemsection {
  padding: 12px 15px;
  background-color: #fff;
}

.itemSale_ {
  width: 50%;
  display: flex;
  align-items: center;
}

.unitSale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.topProducts_ .mainlightHead {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90px;
}

.topProducts_ .chartsOuter {
  height: 100%;
}

.productProfitData .groSub {
  font-size: 18px;
}

/* .productModuleList .productListTab {
    border: none;
    padding: 0;
} */

.productMainCategory {
  display: flex;
  align-items: center;
  gap: 16px;
}

.productListBtn {
  display: flex;
  justify-content: end;
  align-items: center;
  /* gap: 16px; */
}

.tableSectionBackground {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}

.productModuleList .MbeHM {
  background-color: #fff !important;
}

.categoryDrop {
  width: 100%;
  padding: 7px 8px !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #d7deff !important;
  min-width: 250px !important;
}
.categoryDrop .dropdown-item {
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #263682;
  font-family: "roobert_trialregular";
  display: flex;
  align-items: center;
  gap: 8px;
}
.deleteItem {
  color: #f04438 !important;
}
.categoryFlex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.productMainCategory .listdropfilterList_ {
  max-height: 460px;
  height: 100%;
  overflow-y: scroll;
}

.listCardPosition {
  position: relative;
  padding: 0 !important;
}

.cardDropImg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.listCardPosition .appointHead {
  margin: 8px;
}

.listCardPosition .productCategory {
  padding: 8px !important;
}

#editModalVarnt {
  width: 100%;
  max-width: 842px;
}

#editModalVarnt .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
}

#editModalVarnt .modal-body {
  padding: 32px !important;
}

.ModalvarientSection {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.variantHeading {
  color: #626262;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 20px 0;
}

.variantNumber {
  display: flex;
  align-items: center;
}

.variantHeading.active {
  border-bottom: 2px solid #275aff;
  color: #275aff;
  font-size: 13px;
  font-weight: 600;
}

.variantInfo {
  margin: 24px 0;
}

.varientName {
  border-radius: 5px 0px 0px 5px;
  padding: 16px 12px;
  margin: 0;
  color: #14171a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  width: 30%;
}

.varientdata {
  color: #14171a;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 16px 12px;
  width: 70%;
  margin: 0;
}

.varientInfoSub {
  border-radius: 5px 0px 0px 5px;
  background: #f5f6f7;
  display: flex;
  align-items: center;
  padding: 4px;
  margin-top: 2px;
}

.onlinePrice {
  width: 70%;
  display: flex;
  gap: 2px;
}

.onlinePosSub {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 16px 12px;
  width: 100%;
}

.onlinePosSub .descriptionPara_ {
  font-weight: 400;
  border-radius: 5px;
  background: #f5f6f7;
  padding: 8px 12px;
}

.onlinePosSub .mainlightHead {
  font-weight: 600;
  margin-left: 10px;
}

.availableVarient {
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: flex;
  padding: 8px 12px;
  align-items: center;
}

.availableVarient .textinner_ {
  font-weight: 500;
  margin-left: 8px !important;
}

.stockSelect {
  background-color: #fff;
  padding: 16px 12px;
  color: #14171a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  border: none;
  width: 70%;
}

.stockSectionData .varientdata {
  color: #cacaca;
}

.stockSectionTotal .varientdata {
  background-color: transparent;
}

.posCheckBx {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.posCheckBx .customTableHead {
  font-family: Montserrat;
}

.storeText {
  color: #3c444d !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.posCheckSub .customTableHead {
  font-size: 14px;
  font-weight: 400;
}

.posCheckSub {
  margin: 0 12px;
}

.posCheckSub .form-switch input[type="checkbox"] {
  width: 40px;
  height: 24px;
}

.posCheckSub .form-switch input[type="checkbox"]::before {
  width: 20px;
  height: 20px;
}

#editModalVarnt .modal-body::-webkit-scrollbar-track {
  background-color: #f5f6f7 !important;
}

#editModalVarnt .modal-body::-webkit-scrollbar-thumb {
  border: none !important;
}

#editModalVarnt .modal-body::-webkit-scrollbar {
  width: 8px !important;
}

.productTopStickyHeader_ .headerHeading_ {
  color: #3c444d;
}

.varientImgBtn {
  border-radius: 3px;
  background-color: #f5f6f7 !important;
  color: #626262;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
}

.imgGalleryBtn {
  width: 16px;
  height: 16px;
}

.productToggleItems .storeText {
  font-style: normal;
  font-size: 12px;
}

#findProduct {
  width: 100%;
  max-width: 900px;
}

#findProduct .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 36px 36px 36px !important;
}

.addProductModalSection {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.productsubSections {
  border-radius: 20px;
  border: 2px dashed var(--Primary-P-200, #b6c2ff);
  background: #f5f6fc;
  height: 120px;
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.checkDemoFileParent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.productSecondSub .addProductBtn {
  background-color: #3c444d;
  padding: 16px 100px;
}

.addProductBtn {
  border-radius: 5px;
  background: #275aff;
  padding: 16px 40px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  outline: none;
  border: none;
  margin-top: 30px;
}

.productsubSections .linkText {
  text-decoration: underline;
}

/* .fileUploadbackground .mainHeader {
    position: static;
    width: 100%;
}

.productPluginSection .mainHeader {
    position: static;
    width: 100%;
}

.productPreviewSection .mainHeader {
    position: static;
    width: 100%;
} */
.headerWrap .mainHeader {
  position: static;
  width: 100%;
  padding: 0 0 24px 0 !important;
}

.productPreviewSection {
  height: 100vh;
  padding: 24px;
}

.productPluginSection {
  height: 100vh;
  padding: 24px;
}

.fileUploadbackground {
  height: 100vh;
  padding: 30px;
}

.fileUploadSection {
  border-radius: 20px;
  background: #fff;
  padding: 15px;
  height: calc(100vh - 60px);
  box-shadow: -4.95px 9.82px 80px 0px #32507f0a;
}

.uploadFileImg {
  width: 94px !important;
}

.pluginHeading {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.fileUploadSection .offerpara_ {
  color: #14171a;
}
.plugSubSecParent {
  margin-top: 30px !important;
}
.plugSubSection {
  border-radius: 30px;
  border: 1px solid #d7deff;
  box-shadow: -31.03px 73.73px 80px 0px #344f7512;
  padding: 15px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
  cursor: pointer;
}
.uploadmodalBtn {
  background: unset;
  border: unset;
}
.pluginImg {
  width: 154px !important;
  height: 154px !important;
  border-radius: 24px;
}

.pluginSubscriptionDiv {
  background: #f5edff;
  border-radius: 20px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin: 11px 0;
}
.pluginSubscriptionDiv .freeText {
  color: #7233c2;
  font-size: 12px;
  font-weight: 400;
}
.pluginSubscriptionDiv .pinkDot {
  height: 6px;
  width: 6px;
  background-color: #7233c2;
  border-radius: 50%;
}
.plugHeadSection .offerpara_ {
  color: #626262;
}

.pluginSub {
  padding: 24px;
}

.productViewSub {
  border-radius: 10px;
  background: #fff;
  padding: 24px;
}

.checkView .mainlightPhragraph {
  color: #3c444d;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.productViewRight {
  display: flex;
  align-items: center;
}

.productViewRight .search_group {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

.productViewRight .loginBtnSign {
  padding: 12px 45 px;
  font-size: 14px;
  margin-left: 24px;
}

.checkView input[type="checkbox"] {
  position: relative;
  border: 2px solid #d8d8d8;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  /* opacity: .5; */
}

.checkView input[type="checkbox"]:checked {
  background-color: #275aff;
  opacity: 1;
  border-color: #275aff;
}

.checkView input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

#imgUploadBrowse {
  width: 100%;
  max-width: 900px;
}

#imgUploadBrowse .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 36px 36px 36px !important;
}

.modalBodyBg {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.cursorPoint {
  cursor: pointer;
}

#saleModalTax {
  width: 100%;
  max-width: 900px;
}

#saleModalTax .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 36px 36px 36px !important;
}

.nonTaxSection {
  padding: 16px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}

.salePercent {
  display: flex;
  border-radius: 5px;
  background: #f5f6f7;
  padding: 15px;
}

.salePercentText .customTableHead {
  font-family: Montserrat;
  text-align: left;
}

.salePara {
  color: #3c444d;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  margin-top: 24px !important;
}

#addAttributesModal {
  width: 100%;
  max-width: 900px;
}

#addAttributesModal .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 36px 36px 36px !important;
}

.addAttributesModal .inputLable:focus {
  border: none;
}

.addOptionsModal .storeHeading::placeholder {
  color: #275aff;
}

.ProductsBox_ {
  /* min-width: calc(100% - 350px); */
  margin-left: 385px;
}
.ProductsBox_ .content_areas {
  height: calc(100vh - 120px);
}
.productSidebar #myNav {
  max-width: 341px !important;
  top: 60px !important;
  left: 30px !important;
  bottom: 30px !important;
  padding: 8px 15px !important;
}
.importBtnProduct {
  border-radius: 5px;
  border: 1px solid #3c444d;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  color: #3c444d;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  margin-left: 20px;
  justify-content: center;
}

.importBtnProduct .fa-solid.fa-plus {
  color: #3c444d;
  margin-right: 6px;
  font-size: 24px !important;
  font-weight: 400;
}

.productShop_ .loginBtnSign {
  padding: 13px 50px;
  margin-left: 20px;
}

.productShop_ .searchInput {
  width: auto !important;
}

.ProductsBox_ .modalHeading_ {
  background-color: #fff;
  padding: 24px;
}

.ProductsBox_ .MbeHM {
  border: none;
}

.ProductsBox_ .gETvpa:not(:last-of-type) {
  border-bottom: none;
}

.ProductsBox_ .bflrBd {
  border: none;
}

.ProductsBox_ .productViewCard {
  box-shadow: none;
  padding: 0;
}

.ProductsBox_ .ProductsBox_ {
  padding: 12px !important;
}

/*product module css end*/
/*campaign module css start*/
.campaignPlacement {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  height: 100%;
}

.placementText {
  color: #3c444d;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}

.campaignPlaceSub {
  border-radius: 10px;
  background: #f5f6f7;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  height: 94%;
}

.campaignFeatureSub {
  border-radius: 10px;
  background: #f5f6f7;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.campChartImg {
  /* width: 60%; */
  display: flex;
  justify-content: center;
}

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

.campaignFeatureSub .graphChecked_ {
  justify-content: space-between !important;
  flex-wrap: wrap;
}

.pinkCheck_ .checkBox:checked + .checkBoxTxt:before {
  background-color: #fb466c;
  box-shadow: none;
  border: 1px solid #fb466c;
}

.greenCheck_ .checkBox:checked + .checkBoxTxt:before {
  background-color: #50bb87;
  box-shadow: none;
  border: 1px solid #50bb87;
}

.darkBlueCheck .checkBox:checked + .checkBoxTxt:before {
  background-color: #102773;
  box-shadow: none;
  border: 1px solid #102773;
}

.lightBlueCheck .checkBox:checked + .checkBoxTxt:before {
  background-color: #6b84d3;
  box-shadow: none;
  border: 1px solid #6b84d3;
}

.campaignTopHead {
  padding: 16px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.campCalendar {
  border-radius: 5px !important;
  border: 1px solid #d8d8d8;
}

.campcalendarImg {
  left: 16px !important;
  top: 11px !important;
}

.campCalendar .cateDate {
  padding: 10px 29px 9px 42px;
  width: 100%;
  /* max-width: 150px; */
}

.campCalendar .calenderDownIcon {
  top: 11px !important;
  right: 7px;
}

.contentImg {
  width: 86px !important;
  height: 76px !important;
  border-radius: 5px;
}

.templateContent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.templateContent .orderDimensionText {
  font-weight: 400;
}

.templateContent .notifyHead {
  border: 0;
  padding: 0;
  margin: 5px 0 0 0;
}

.templates .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable {
  justify-content: center !important;
}

.templateDelete {
  border-radius: 5px;
  border: 1px solid #d33300;
  background: #fff;
  color: #d33300;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 12px;
}

.templateEdit {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #f5f6f7;
  padding: 12px;
  color: #3c444d;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
}

#newTemplatesModal .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 36px 36px 36px !important;
}

.newTemplatesModal {
  border-radius: 10px !important;
  background: #fff !important;
  padding: 16px !important;
}

.newTemplatesModal .deatilsHead {
  font-family: Montserrat;
}

.newTemplatesModal .select,
.retailOrderSection .select {
  background-image: url("../images/searchDown.svg") !important;
  background-size: 24px 26px !important;
}

.templateDivide {
  color: #d8d8d8 !important;
}

.templateLeft {
  padding: 16px;
}

.templateImage {
  width: 122px;
  height: 113px;
  border-radius: 10px;
}

.templateSubForm {
  height: calc(100vh - 290px);
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
}

.drafBtn {
  color: #275aff;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #275aff;
  background: #fff;
  padding: 12px 24px;
  text-align: center;
}

.templateRight {
  border-radius: 10px;
  background-color: #f5f6f7;
  padding: 16px;
  height: 100%;
}

.templatePreview {
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}

.templateProfileImg {
  width: 287px !important;
  height: 256px !important;
  border-radius: 10px;
}

.templateInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.templateLogo {
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px;
}

.profileText {
  color: #14171a;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
}

.tempLocate {
  display: flex;
  align-items: center;
  gap: 4px;
}

.locateSub {
  color: #626262;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 500;
}

.dotCircle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dfdfdf;
}

.tempLable {
  border-radius: 3px;
  background: #fcba30;
  padding: 4px 8px;
  color: #14171a;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
}

.storeBtn {
  color: #275aff;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 600;
  border-radius: 5px;
  background: #f5f6f7;
  padding: 7px 12px;
}

#paymenttTemplateModal .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 36px 36px 36px !important;
}

.campaignCost {
  border-radius: 10px;
  background: #f5f6f7;
  padding: 24px;
}

.campCostText {
  color: #3c444d;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
}

.campCostBold {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 600;
}

.campaignCost .dimensionPara {
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}

.campaignPayment .boldsubSubhead {
  font-family: Montserrat;
}

.campaignPayment {
  margin: 24px 0;
}

.campPaymentMethod {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 24px 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.campPaymentMethod.active {
  border: 1px solid #275aff;
  background: #e5f0ff;
}

.paymentMethodImg {
  width: 32px !important;
  height: 21px !important;
  border-radius: 2px !important;
}

.payText {
  color: #14171a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

/*campaign module css end*/
/*system config css start*/
.retailGeneral {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin-top: 24px;
}

.retailGeneral .salePara {
  margin: 16px 0 !important;
}

.retailOrderStatus {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.defaultOrder {
  border-radius: 5px 0px 0px 5px;
  background: var(--Faded-Background, #f5f6f7);
  padding: 19px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.retailText {
  color: #14171a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.retailSelect {
  border: 1px solid #d8d8d8;
  padding: 17px 16px;
  background-color: #fff !important;
}

.retailSlots {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.retailSlotSub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.retailSlots .form-switch input[type="checkbox"]::before {
  width: 16px;
  height: 18px;
}

.retailSlots .form-switch input[type="checkbox"] {
  width: 33px;
  height: 20px;
}

.retailCustomTable {
  margin-top: 16px;
}

.retailCustomTable {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.roundedTable {
  border-collapse: collapse;
  border-radius: 1.2em;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.roundedTable th,
.roundedTable td {
  padding: 6px 12px !important;
  /* background: #ddd; */
  border-bottom: 1px solid #d8d8d8;
}

.roundedTable th {
  border: none !important;
}

.roundedTable th {
  text-align: left;
}

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

.roundedTable .varientImgBtn {
  text-align: center;
}

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

.retailTime {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

.openTime .salePara {
  margin: 0 !important;
}

.roundedTable .varientImgBtn {
  padding: 12px !important;
}

.timeSelect {
  color: #3c444d !important;
  font-family: Montserrat;
  font-size: 14px !important;
  font-weight: 400 !important;
  border: none !important;
  background-color: #fff !important;
  width: 55px;
}

.personalSystemInfo {
  padding: 16px;
  margin-top: 10px;
}

.personalImg_ {
  width: 90px !important;
  height: 90px !important;
  border-radius: 50%;
}

.profileEditBtn {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 6px 15px;
  color: #3c444d;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}

.employeeInfo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.joinDateInfo {
  width: 100%;
  border-left: 1px solid #d8d8d8;
  padding: 16px;
}

.roleSection {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.roleFlex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.roleSub {
  border-radius: 5px 0px 0px 5px;
  background: #f5f6f7;
  padding: 15px 10px;
  width: 20%;
}

.personalControl {
  border-radius: 0px 5px 5px 0px !important;
  border: 1px solid #f5f6f7 !important;
  background: #fff !important;
  padding: 14px 10px !important;
  color: #3c444d !important;
  font-family: Montserrat;
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 80%;
}

.personalControl::placeholder {
  color: #3c444d !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.identitySub {
  border-radius: 5px;
  border: 1px solid #f5f6f7;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 34%;
}

.blueBox {
  border-radius: 5px;
  /* background: #275AFF; */
  width: 100px;
  height: 25px;
  color: rgb(6, 6, 6);
}

.identityText {
  color: #3c444d;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
}

.overTimeMain {
  border-radius: 5px;
  border: 1px solid #f5f6f7;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 33%;
}

.overTimeMain .form-switch input[type="checkbox"] {
  width: 38px !important;
  height: 21px !important;
}

.overTimeMain .form-switch input[type="checkbox"]::before {
  width: 18px !important;
  height: 18px !important;
  left: -2px;
}

.timeRateSection {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.billingSection {
  border-radius: 5px;
  background: #e5f0ff;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.personalInfoTable {
  margin: 16px 0;
}

.viewGrid .ezsSEa div:first-child {
  white-space: normal !important;
}

#myProductDetails .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 36px 36px 36px 36px !important;
}

.productDetialsView .productDetialsHead {
  border: none;
}

#myProductDetails .modal-body::-webkit-scrollbar-track {
  background-color: #f5f6f7 !important;
}

#myProductDetails .modal-body::-webkit-scrollbar-thumb {
  border: none !important;
}

#myProductDetails .modal-body::-webkit-scrollbar {
  width: 8px !important;
}

.productviewInfo {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
}

.productDetialsView .textInnerHead {
  font-family: Montserrat;
}

.productDetialsView {
  margin-right: 16px;
}

.productDetialsRight {
  background: #f5f6f7;
  height: 100%;
  padding: 16px;
  border-radius: 5px;
}

.productviewInfo .productBrand {
  background: #f5f6f7;
}

.productImageView .custProductImg_ {
  border-radius: 10px;
}

.productHead_ {
  border-bottom: 1px solid #d8d8d8;
}

.productHead_ th {
  padding-bottom: 16px !important;
}

.productSearch {
  padding: 13px !important;
}

.productSearch #search_input {
  background-image: url("../images/searchDown.svg") !important;
  background-position: 98% 50%;
  background-size: 22px 26px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.productSearch .optionListContainer {
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 8px;
  margin-top: 14px !important;
  left: -3px !important;
}

.productSelect .multiSelectContainer ul {
  border: none !important;
}

.productSelect .optionContainer::-webkit-scrollbar {
  display: none !important;
}

.productSelect .optionContainer .option {
  font-size: 14px;
}

.plusTextIcon {
  font-size: 14px;
}

.productHeadBtn {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  background: #275aff;
  padding: 7px 10px;
}

#uploadproductModal {
  width: 100%;
  max-width: 917px;
}

#uploadproductModal .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 36px 36px 36px 36px !important;
}

.serviceSubImg {
  width: 60px;
  height: 60px;
}

/* .tableItemData .rdt_TableCell:first-child,
.rdt_TableCell:nth-child(2) {
    text-align: center;
    width: 500px !important;
} */

.serviceListTable .bflrBd {
  border: none;
}

.serviceListTable .gETvpa {
  border-bottom: 1px solid #d8d8d8;
}

.tableItemData .bflrBd {
  border: none;
}

.tableItemData .rdt_TableRow:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.productModuleList .rdt_TableCol:nth-child(3) .rdt_TableCol_Sortable {
  justify-content: center !important;
}

.filteOffer {
  padding: 12px 16px;
  border-bottom: 1px solid #d8d8d8;
}

.filteOffer .calenderIcon {
  width: 100%;
  max-width: 250px;
}

.productOfferSection .bflrBd {
  border: none;
}

.productOfferSection .rdt_TableRow {
  border-bottom: 1px solid #d8d8d8;
}

#createOffer .modal-content,
#manualEntry .modal-content {
  border-radius: 15px !important;
  background: #f5f6f7 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 36px !important;
}

.createodderBody_ {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  margin-right: 10px;
}

.checkRed .checkBox:checked + .checkBoxTxt:before {
  border: 1px solid #47b0d6;
}

.checkRed .checkBox:checked + .checkBoxTxt:before {
  background-color: #effbff;
  box-shadow: none;
}
.checkred-status .checkBox:checked + .checkBoxTxt:before {
  border: 1px solid #f04438;
}
.checkRed .checkBoxTxt:before {
  border: 1px solid #f0443880;
}
.checkred-status .checkBox:checked + .checkBoxTxt:before {
  background-color: #fef3f2;
  box-shadow: none;
}
.checkRed .checkBox:checked + .checkBoxTxt:after {
  border-color: #f04438;
}
.offerListMain {
  gap: 27px;
}
.checkYellow .checkBoxTxt {
  color: #dbaf18 !important;
}
.checkYellow-status .checkBoxTxt {
  color: #914beb !important;
}
.checkRed .checkBoxTxt {
  color: #47b0d6 !important;
}
.checkred-status .checkBoxTxt {
  color: #f04438 !important;
}
.offerListData {
  margin-right: 0 !important;
}

.offerHeadMain {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 15ch;
}

#createOffer .modal-body::-webkit-scrollbar-track {
  background-color: #f5f6f7 !important;
}

#createOffer .modal-body::-webkit-scrollbar-thumb {
  border: none !important;
}

#createOffer .modal-body::-webkit-scrollbar {
  width: 8px !important;
}

.createodderBody_ .offerpriceBox_ {
  background-color: #f5f6f7;
}

.createodderBody_ .offerValidity {
  background-color: #f5f6f7;
}

.offerSubData {
  height: 45vh;
  overflow-y: scroll;
}

.createodderBody_ .offerbutton {
  gap: 10px;
}

.createodderBody_ .sendOfferBtn {
  max-width: 100%;
}

.createodderBody_ .staticBtn {
  max-width: 100%;
}

.shipData {
  height: calc(50vh - 100px);
  overflow-y: scroll;
}

.textRed {
  color: #d33300 !important;
}

.cateSelectdFilter {
  cursor: pointer !important;
}

.campCalendar {
  cursor: pointer;
}

.purchaseMain {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 9ch;
}

.shipImgTable {
  width: 24px;
  height: 24px;
  border-radius: 24px;
}

.returnText {
  color: #fb466c;
}

.cancelpurchaseModal_ .scheduleModalContent {
  height: calc(80vh - 334px);
  overflow-y: scroll;
}

.PhoneBox .react-tel-input .flag-dropdown {
  border: none;
  background-color: #fff;
}

.PhoneBox .react-tel-input .form-control {
  background-color: #fff !important;
}

/* system config css end*/
.addVarientModal {
  height: 100%;
  min-height: 385px !important;
}

.analyticsMain .graphChecked_ {
  flex-wrap: wrap;
}

.bookDataTable .rdt_TableBody {
  border-bottom: 1px solid #d8d8d8;
}

.bookDataTable .bflrBd {
  border: none;
}

.varientSelect .search-wrapper.searchWrapper {
  display: flex;
  flex-wrap: wrap;
}
.searchWrapper input::placeholder {
  color: #636e9f !important;
}
/*media*/

/*choose protection css end*/
.inputValue_ .pricegrey {
  border-left: 1px solid #bebebe !important;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 13px;
  text-align: left;
}

.editOfferImg {
  width: 100%;
  max-width: 380px !important;
  height: 100%;
  max-height: 180px !important;
}

.validImg {
  height: 15px;
}

.languageCheck .form-switch input[type="checkbox"] {
  width: 29px;
  height: 16px;
}

.languageCheck .form-switch input[type="checkbox"]::before {
  width: 13px;
  height: 13px;
  top: 50%;
  left: -1px;
}

.addlangueBtn_ {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
}

.countryLanguage_ {
  border: 1px solid #eaeaea;
  padding: 12px 12px;
  border-radius: 12px;
}

.saveCropImgBtn {
  text-align: center;
  padding-top: 12px;
}

.gallery-icons {
  display: flex;
  margin: 8px 0;
  gap: 6px;
}

.countryLanguage_ .rightImg {
  border-radius: 5px;
}

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

.addCustomerBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.addCustomerBtn .discardBtn,
.addCustomerBtn .saveBtn {
  font-size: 16px;
}

.analyticsMain .chartsOuter {
  height: 100% !important;
}

.imgUser {
  width: 150px;
}

.editImg_ {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.userInput .react-tel-input .form-control {
  background: transparent !important;
}

.userInput input.form-control {
  background: transparent !important;
}

.userInfoScroll {
  height: calc(80vh - 200px);
  overflow-y: scroll;
}

.labelText {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #3c444d;
}

.userInfoScroll .customform-control {
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 18px;
  text-align: left;
}

.galleryView {
  height: 200px;
}

.image-gallery {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.transectionCommon {
  border-radius: 20px;
  background: #fff;
  box-shadow: -2px 4px 25px 0px rgba(50, 80, 127, 0.02),
    -5px 10px 80px 0px rgba(50, 80, 127, 0.04);
  margin: 16px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  padding: 24px;
}

.appointMain {
  color: #263682;
  font-size: 24px;
  font-family: "roobert_trialmedium";
}

.flexTable {
  display: flex;
  align-items: center;
}

.notificationArea {
  margin-top: 24px;
}

.NotificationSubArea {
  padding-left: 16px;
}

.NotificationSubArea .taxCountryMain {
  margin-top: 12px;
  padding: 12px 16px;
}

.taxCountryMain {
  border-radius: 16px;
  border: 1px solid #d7deff;
  padding: 16px 24px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.operatingCountry {
  display: flex;
  align-items: start;
  gap: 16px;
}

.settingText {
  color: #7e8ac1;
  font-size: 14px;
  font-weight: 500;
}

.notifyBtn {
  border-radius: 16px;
  background: #f3f4f9;
  padding: 6px 14px;
  border: none;
  color: #6371b0;
  font-size: 12px;
  font-weight: 500;
}

.react-datepicker-wrapper {
  width: 100%;
}

.createodderBody_ .makeofferDetail .productimg_ {
  object-fit: fill;
}

.appointsection_ .bflrBd {
  border-top: none;
}

.appointsection_ .bbMXPV {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.webpos-text {
  color: blue;
  cursor: pointer;
}

.modal-header {
  justify-content: space-between;
}

.personDate .react-datepicker-wrapper {
  width: 100%;
}

.webPosBtn {
  background: #e4e6f2;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #263682;
  border-radius: 30px;
  border: none !important;
}

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

.dbClose {
  border: 1px solid #62626240;
  border-radius: 4px;
  padding: 3px 6px;
}

.dbInnerBox {
  width: 100%;
  max-width: 350px;
}

.dbControl .customform-control {
  padding: 14px 14px;
  font-size: 16px;
}

.dbSection {
  height: 50vh;
  overflow-y: scroll;
}

.dataBaseBtn {
  text-align: center;
  padding-top: 16px;
}

.dataBaseBtn .acceptBtn_ {
  border-radius: 10px;
  padding: 14px 20px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
}
.verifySuccess {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.verifyBox {
  border-radius: 40px;
  background: var(--surfaces-s-top, #fff);
  padding: 50px 60px 40px 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 25px;
}
.successImg {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 24px 0;
}

.verifyHeading {
  color: #263682;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
.congratulations-text {
  color: #8e8d8d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/** Start Order Module **/

.myOrdersmain.myOrders_ {
  margin: 0;
}

.totalBrandBox {
  background: #d1fadf !important;
}
.totalBrandBox .textInner {
  color: #003921;
}
.totalBrandBox .heading_ {
  color: #003921;
}
.chartHeader_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leftorderValue_ {
  display: flex;
  align-items: center;
  gap: 16px;
}
.Innerhead {
  font-size: 20px;
  color: #263682;
  font-family: "roobert_trialmedium";
  margin: 0;
}
.viewAllbtn_ {
  background: #263682;
  color: #fff;
  border-radius: 30px;
  padding: 4px 8px;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.posHeader_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posHeader_ .expectedHeading {
  color: #263682;
}

.posHeader_ .successMain {
  color: #263682;
}
.content_areas.allOrders {
  margin-top: 0;
}
.countLight_ {
  font-size: 16px;
  font-weight: 400;
  color: #9ba8e3;
}
.gapDiffer_ .react-select-container .react-select__control {
  gap: 38px !important;
  max-width: 160px;
}
.commonTable .allorderTable_ tr td:first-child {
  width: 20px;
}
.orederLoc_ {
  background: #f5edff;
  padding: 5px 9px;
  border-radius: 20px;
  color: #7233c2;
  display: inline-block;
}
.darkblack {
  font-size: 12px;
  color: #2f3552;
  font-family: "roobert_trialmedium";
  margin-bottom: 4px !important;
}
.orderclock_ {
  border-radius: 20px;
  background: #e4ebf199;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  width: 100%;
  gap: 3px;
  margin: 4px auto 0;
}
.deliverBtn_ {
  border-radius: 20px;
  background: #f5edff;
  border: 1px solid #f5edff;
  mix-blend-mode: multiply;
  padding: 3px 6px;
  color: #7233c2;
  font-size: 12px;
  font-family: "roobert_trialmedium";
  display: inline-block;
}
.prepareStatus_ {
  display: inline-block;
  align-items: center;
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 12px;
  color: #636e9f;
  background: #f7f9ff;
  font-family: "roobert_trialmedium";
}
.reviewOrder_ {
  display: inline-block;
  align-items: center;
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  background: #263682;
  font-family: "roobert_trialmedium";
}
.assignDriver_ {
  display: inline-block;
  align-items: center;
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  background: #914beb;
  font-family: "roobert_trialmedium";
}
.deliverTableBx {
  border-radius: 20px;
  padding: 2px 4px;
  display: inline-block;
  margin-top: 5px;
  background: #ecfdf3;
}
.locateDistance {
  color: #3caf77;
  font-size: 12px;
  font-family: "roobert_trialmedium";
  margin-left: 4px;
}
.resetText_ {
  font-size: 12px !important;
  color: #263682 !important;
  font-family: "roobert_trialmedium" !important;
  display: inline-block;
  width: 100%;
  text-align: end;
  padding-right: 18px;
  text-decoration: underline !important;
}
.submenuImg_ {
  width: 21px;
  height: 21px;
  margin-right: 18px;
}
.orderReview_ {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.orderReview_ .chartsOuter {
  height: calc(100vh - 42px);
  padding: 31px 25px;
  overflow-y: auto;
}
.orderReviewid_ {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.blueHeading_ {
  font-size: 24px;
  color: #263682;
  font-family: "roobert_trialmedium";
  margin: 0 0 8px;
  line-height: 14px;
}
.bluesmall_ {
  color: #263682;
  font-size: 12px;
  font-family: "roobert_trialmedium";
  margin: 0;
}
.hourWindow_ {
  background: #effbff;
  padding: 5px 7px;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  color: #47b0d6;
  font-family: "roobert_trialmedium";
  margin: 0;
}
.proservice_ {
  width: 35px;
  height: 35px;
  margin: 0 !important;
  background: #e6e5e3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.proservice_ img {
  width: 20px;
}

.withoutcolor_ {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 8px;
  border: 0.83px solid #14171a;
  position: relative;
  right: 12px;
}
.blackcolor_ {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 8px;
  border: 0.83px solid #fff;
  z-index: 1;
  position: relative;
  right: 7px;
}
.bluecolor_ {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #47b0d6;
  border-radius: 8px;
  border: 0.83px solid #fff;
  z-index: 2;
  position: relative;
  right: 3px;
}
.pinkcolor_ {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fab4cd;
  border-radius: 8px;
  border: 0.83px solid #fff;
  z-index: 3;
  position: relative;
}
.colorsBox_ {
  display: flex;
  align-items: center;
}
.colopalat_ {
  display: flex;
  align-items: center;
}
.serciceprice_ {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.orderReview_ .orderinvoive .monshead22 {
  border-bottom: 1px solid #e4e6f2;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.mapimg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.consumerMap {
  height: calc(100vh - 42px) !important;
  background: #f9fafd;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: -1.91px 3.78px 25.48px 0px #32507f06,
    -4.95px 9.82px 80px 0px #32507f0a;
}
.MapOrders_inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.nodataDisplay_ {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translate(0%, -50%);
  top: 50%;
  background: #fff;
  display: inline-block;
  max-width: 218px;
  width: 100%;
  padding: 24px 17px;
  border-radius: 54px;
  color: #fdb022;
  box-shadow: 0 0 10px #eee;
}
/* Start Loader Css */
.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 85vh;
}

.spinner {
  position: relative;
  width: 150px;
  height: 150px;
}

.circle {
  position: relative;
}

.track {
  stroke: #d7deff80;
  stroke-width: 2;
}

.progress {
  stroke: #263682;
  stroke-linecap: round;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  animation: progress-animation 2s linear infinite;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-text {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #263682;
  text-align: center;
}
/* Circular progress animation */
@keyframes progress-animation {
  0% {
    stroke-dashoffset: 126;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.selected_ {
  border: 1.8px solid #263682;
}

.backarrow_ {
  transform: rotate(-92deg);
}
/* End Loader Css */

/**Start invoice css **/

.mapleLeft {
  border-radius: 20px;
  /* background: #fff;
  box-shadow: -2px 4px 25px 0px rgb(50 80 127 / 2%),
    -5px 10px 80px 0px rgb(50 80 127 / 4%); */
  display: flex;
  flex-direction: column;
}
.deliveryOuter {
  height: calc(100vh - 85px);
  overflow-y: scroll;
}
.mapleHeading {
  color: #263682;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 16px;
}
.mapleAddress {
  color: #263682;
  font-size: 10px;
  font-family: "roobert_trialmedium";
  padding-bottom: 4px;
}
.mainscrollinvoice_ {
  border-top: 1.5px dashed #d7deff !important;
}
.mapleProductDetails {
  border-bottom: 1.5px dashed #d7deff;
}
.mapleProductDetailsBox {
  border-radius: 8px;
  border: 0px dashed #263682;
  padding: 3px 0px;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: baseline;
}
.mapleProductDetailsBox .mapleProductcount:first-child {
  min-width: 25px;
}
.mapleProductHeading {
  color: #263682;
  font-size: 10px;
  font-weight: 600;
}
.mapleProductPrice {
  color: #263682;
  font-size: 11px;
  font-family: "roobert_trialmedium";
}
.commonInvoice_ {
  margin-top: auto;
}
.mapleInvoiceBox {
  /* border-bottom: 1px dotted #d7deff; */
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
}
.mapleInvoiceBox .mapleProductPrice {
  padding: 8px 8px 0px;
  margin-bottom: 8px;
}
.mapleInvoiceBox .mapleProductHeading {
  padding: 4px 8px;
  margin-bottom: 0;
}
.mapleLeft .maplePriceBox {
  padding: 12px 24px 5px;
}
.maplePriceBox {
  justify-content: space-between;
  padding: 12px 24px;
  border-top: 1.5px dashed #d7deff !important;
}
.orderTracking_ {
  margin-top: 0;
  height: calc(100vh - 33px);
}
.flexbase {
  display: flex;
  align-items: baseline;
}

.confirmRightSub {
  padding: 6px 24px 10px !important;
  /* border-bottom: 2px dashed #d7deff !important; */
}
.productName {
  color: #263682;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.maplePriceBox .productName,
.maplePriceBox .userName {
  padding: 0px 6px;
  margin-bottom: 8px !important;
}
.orderTrack {
  display: inline-block;
  width: 100%;
  padding: 30px 20px 0;
}
.invoiceMain_ {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.1));
  padding: 20px 20px 0;
  border-radius: 20px;
}

.invoiceMain_ .mapleLeft {
  height: calc(100vh - 117px);
  overflow-y: auto;
}
.totalBtn {
  background: #f5f6fc;
  border-radius: 30px;
  font-size: 15px;
  color: #263682;
  font-family: "roobert_trialmedium";
  text-align: center;
  padding: 9px 8px;
}

.orderTrack .MapOrders_inner div {
  border-radius: 16px !important;
}
.invoiceMain_ .confirmFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.orderleft {
  background: #fff;
  border: 1px solid #d7deff;
  border-radius: 20px;
  padding: 30px 15px;
  height: calc(100vh - 92px);
}

.listinner_a {
  font-size: 15px;
  color: #7e8ac1 !important;
  font-family: "roobert_trialmedium";
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #f5f6fc;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
}
.rightContentorder_ {
  height: calc(100vh - 92px);
  overflow-y: auto;
}
.normalHeading_ {
  font-size: 18px;
  color: #172461;
  font-weight: 400;
  margin: 0;
}
.processignOrder {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.rightContentorder_::-webkit-scrollbar {
  display: none;
}
.pickuptable_ .txtLightBlue {
  color: #2f3552;
}
.confirmbtn_ {
  background: #a6f4c5;
  padding: 5px 8px;
  border-radius: 30px;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.notconfirmbtn_ {
  border: 1px solid #f04438;
  background: transparent;
  border-radius: 30px;
  padding: 5px 8px;
  color: #f04438;
  font-family: "roobert_trialmedium";
}
.uparrowpickup_ {
  width: 10px;
}
.pickuptable_ .commonSelectParent .react-select__control {
  padding: 7px 18px !important;
}
.listinner_a.active {
  background: #fff;
  box-shadow: 4px 3px 41px 4px #344f7514;
  color: #263682 !important;
}
.listinner_a.active .ordersetting {
  filter: brightness(0) saturate(100%) invert(21%) sepia(10%) saturate(7162%)
    hue-rotate(204deg) brightness(99%) contrast(100%);
}
.featureseting {
  border: 1px solid #d7deff;
}
.mindollr {
  position: absolute;
  left: 24px;
  top: 19px;
  font-size: 18px;
  color: #636e9f;
  font-family: "roobert_trialmedium";
}
.amountvalue_ .customform-control {
  padding-left: 44px;
}
.amountvalue_ {
  position: relative;
  max-width: 376px;
  width: 100%;
}

.discountTabList {
  background: var(--Primary-P-100-Main, #e4e6f2);
  border-radius: 30px 0 0 30px;
  width: 30px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #263682;
  font-size: 12px;
  font-weight: 500;
}
.discountTabListTwo {
  border-radius: 0 30px 30px 0;
}
.discountTabList.active {
  background-color: #263682;
  color: #fff;
}

.discountTab {
  width: max-content;
  display: flex;
  position: absolute;
  top: 18px;
  right: 18px;
}
.amountvalue_ {
  position: relative;
  max-width: 376px;
  width: 100%;
}
.service_fee {
  position: relative;
  border: 1px solid #d7deff;
  border-radius: 14px;
  padding: 8px;
  margin-top: 16px;
  max-width: 174px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.service_fee .discountTab {
  position: initial;
}
.service_fee .amountvalue_ .customform-control {
  padding-left: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}
.service_fee .mindollr {
  top: 5px;
  left: 7px;
}
.service_fee .discountTabListTwo {
  border-radius: 0 7px 7px 0 !important;
}
.service_fee .discountTabList {
  border-radius: 7px 0px 0px 7px;
  cursor: pointer;
}
.shiplocationhead_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editbtn_ {
  background: #263682;
  color: #f5f6fc !important;
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.storeLocation_ {
  display: flex;
  gap: 15px;
}
.storeimg_ {
  background: #f5f6fc;
  display: flex;
  align-items: center;
}
.storeimg_ {
  background: #f5f6fc;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
}
.headblue18 {
  font-size: 18px;
  color: #263682;
  font-family: "roobert_trialmedium";
}
.smallbluehead_ {
  font-size: 12px;
  color: #4659b5;
  font-family: "roobert_trialmedium";
}
.storeimg_ {
  background: #f5f6fc;
  display: flex;
  align-items: center;
  padding: 20px 17px;
  border-radius: 6px;
  margin: 0;
}
.storeLocation_ {
  display: flex;
  gap: 15px;
  border: 1px solid #d7deff;
  padding: 16px;
  border-radius: 12px;
}
.shipcarierLeft_ {
  display: flex;
  gap: 13px;
  align-items: center;
}
.shipCarrier_ {
  border: 1px solid #d7deff;
  border-radius: 12px;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connectedBtn_ {
  background: transparent;
  border: 1px solid #263682;
  border-radius: 30px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 12px;
  font-family: "roobert_trialmedium";
  display: flex;
  align-items: center;
  gap: 7px;
}
.shiperror_ {
  display: flex;
  align-items: center;
  background: #fef3f2;
  padding: 14px 15px;
  border-radius: 20px;
  margin-top: 20px;
  gap: 15px;
}
.shipPapra_ {
  color: #333b42;
  font-size: 16px;
  font-weight: 400;
}

.notification_ {
  padding-left: 33px;
  border-top: 1px solid #d7deff;
  padding-top: 13px;
}

.toggleNotification_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headingblue14_ {
  color: #263682;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.deliveryCheckbox .graphChecked_ {
  justify-content: flex-start;
}
.deliveryCheckbox .graphChecked_ .checkBoxTxt:before {
  border: 1px solid #8d99d2;
}
.deliveryCheckbox .graphChecked_ .checkBox:checked + .checkBoxTxt:before {
  background-color: #f7f9ff;
}
.additionalsetmain_ {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.locationicon_ {
  position: absolute;
  top: 20px;
  left: 21px;
}
.from-add_ {
  position: relative;
}

.locicon_ {
  width: 20px;
}
.greyBtn_ {
  background: #e4e6f2;
  width: 100%;
  border-radius: 30px;
  padding: 18px 20px;
  color: #263682;
  font-weight: 400;
  font-size: 18px;
}
.blueButton_ {
  background: #263682;
  width: 100%;
  border-radius: 30px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #f5f6fc;
}
.formbuttons_ {
  display: flex;
  align-items: center;
  gap: 14px;
}
#carriersfedxModal .modal-header {
  padding: 0;
}
.carriersfedxModal {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.headingblue24_ {
  font-size: 24px;
  color: #263682;
  font-family: "roobert_trialmedium";
}
.smalldiscription_ {
  font-size: 16px;
  color: #636e9f;
  margin: 0;
  font-weight: 400;
}
.shippingProfile_ {
  display: inline-block;
  width: 100%;
  padding: 25px;
}
.shippingInner_ {
  display: inline-block;
  width: 100%;
  background: #fff;
  height: calc(100vh - 51px);
  border-radius: 20px;
  padding: 30px;
  overflow-y: auto;
}
.shipprofileHead_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discardBtn_ {
  background: #e4e6f2;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  color: #263682;
}
.saveBtn_ {
  background: #b4beeb;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
}
.right_shippingbtn_ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ratesShipping_ {
  background: #f7f9ff;
  padding: 20px 20px;
  border-radius: 16px;
  margin-top: 19px;
}
.lightBluebtn_ {
  background: #b4beeb;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.btnPlusIcon {
  filter: brightness(5);
  width: 16px;
}
.profileRightinfo_ {
  display: inline-block;
  width: 100%;
  background: #f5f6fc;
  padding: 30px;
  border-radius: 20px;
}
.countryText_ {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #7e8ac1;
}
.countrySelect_ {
  display: flex;
  background: #f5f6fc;
  align-items: center;
  gap: 14px;
  box-shadow: -4.95px 9.82px 80px 0px #32507f0a;
  border: 1px solid var(--Neutrals-N-100, #d7deff);
  padding: 18px;
  border-radius: 50px;
  margin-top: 20px;
}
.profileRightinfo_ .txtLightBlue {
  line-height: 17px;
}
.profiletoggle_ .serviceSettingBoxes {
  border: none;
}
.chooseitemBtn_ {
  padding: 8px 15px;
  margin-top: 15px;
  margin-left: 47px;
}
.searchBox_ship {
  border-bottom: 1px solid #e4e6f2;
  padding-bottom: 20px;
}
.searchIcon_ {
  width: 20px;
}
.searchBox_ship {
  border-bottom: 1px solid #e4e6f2;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.searchinput_ {
  background: transparent;
  border: none;
}
.searchinput_::placeholder {
  color: #7e8ac1;
}
.hashitem_ {
  margin-right: 27px;
}
.listofchooseItem_ .commonTable table tr td:first-child {
  border-radius: 15px 0 0 15px;
}
.listofchooseItem_ .commonTable table tr td:last-child {
  border-radius: 0 15px 15px 0;
}
.chooseitemModal__content {
  display: inline-block;
  width: 100%;
  padding: 42px 25px 20px;
  border: 1px solid #d7deff;
  border-radius: 20px;
}
.listofchooseItem_ {
  max-height: 309px;
  overflow-y: auto;
}
.footerBtn_ {
  gap: 13px;
}
.chooseitemModal_ .footerBtn_ .blueButton_ {
  background: #b4beeb;
}
.searchleft_ {
  border: 1px solid #e4e6f2;
  width: 79%;
  padding: 15px 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.itemsselectedCase_ .searchBox_ship {
  border: none;
  justify-content: space-between;
}
.itemsselectedCase_ {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 0 46px;
}
.circlecross {
  width: 15px;
  cursor: pointer;
}
.warningText_ {
  background: #fffaeb;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}
.newheading24 {
  color: #333b42;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
}
.warningIcon {
  filter: brightness(0) saturate(100%) invert(77%) sepia(90%) saturate(3982%)
    hue-rotate(339deg) brightness(104%) contrast(104%);
  width: 36px;
  height: 36px;
}
.rateInfo_ .commonTable table tr td {
  background: #fff;
  text-align: left;
}
.rateInfo_ .commonTable table tr th {
  text-align: left;
}
.redbg_ {
  background: #fef3f2;
  color: #d92d20;
  padding: 4px 5px;
  border-radius: 20px;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.rateInfo_ .circlecross {
  filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(3318%)
    hue-rotate(212deg) brightness(93%) contrast(90%);
}
.serviceSettingBoxes input[type="checkbox"] {
  cursor: pointer;
}
.stateList_ {
  height: 34vh;
  overflow-y: scroll;
}

#editVariantModal .modal-header img {
  cursor: pointer;
}
.listInside_ {
  border: 1px solid #e4e6f2;
  padding: 10px 15px;
  border-radius: 10px;
}
.stateList_head {
  font-size: 14px;
  color: #263682;
  font-family: "roobert_trialmedium";
  margin: 0;
}

.listInside_ {
  border: 1px solid #e4e6f2;
  padding: 10px 15px;
  border-radius: 10px;
  justify-content: space-between;
}
.listInside_ .circlecross {
  filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(3318%)
    hue-rotate(212deg) brightness(93%) contrast(90%);
}
.secondaryBorderbtn_ {
  background: transparent;
  border: 1px solid #263682;
  padding: 4px 15px;
  border-radius: 30px;
  font-size: 12px;
  color: #263682;
  font-family: "roobert_trialmedium";
}
.defaulttext_ {
  font-size: 12px;
  font-family: "roobert_trialmedium";
  color: #535e68;
  background: #e4ebf1;
  padding: 4px 9px;
  border-radius: 20px;
}
.storeTop_ {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.profileShip_ .storeLocation_ {
  flex-direction: column;
  gap: 0px;
}
.innerItemstext_ {
  font-size: 12px;
  color: #4659b5;
  font-family: "roobert_trialmedium";
}
.flatrateDesign_ h5 {
  font-size: 12px;
  font-family: "roobert_trialmedium";
  color: #263682;
}
.flatrateDesign_ h6 {
  font-size: 12px;
  font-family: "roobert_trialmedium";
  color: #4659b5;
}

.calenderViewradio input[type="radio"] {
  appearance: none;
}

.calenderViewradio input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 29px;
  font-size: 14px;
  color: #263682;
}

.calenderViewradio input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  border: 1px solid #686de0;
  border-radius: 50%;
  position: absolute;
  top: 50% !important;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
  height: 16px;
}

.calenderViewradio input[type="radio"] + label::after {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1;
  border: 1px solid #58c2e8;
  background: #58c2e8;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
  height: 6px;
}

.calenderViewradio input[type="radio"]:checked + label::after {
  opacity: 1;
}
.calandermain_view {
  border: 1px solid #d7deff;
  padding: 15px;
  border-radius: 15px;
}
.analyticsMain .graphBox_ .checkBoxTxt {
  color: #7233c2;
}
.analyticsMain .checkBox:checked + .checkBoxTxt:before {
  border: 1px solid #7233c2;
  background: #f5edff;
}
.analyticsMain .checkBox:checked + .checkBoxTxt:after {
  border-color: #7233c2;
}
.analyticsMain .checkRed .checkBoxTxt {
  color: #d92d20 !important;
}
.analyticsMain .checkRed .checkBox:checked + .checkBoxTxt:before {
  background-color: #fef3f2 !important;
  box-shadow: none;
  border: 1px solid #d92d20 !important;
}
.analyticsMain .checkRed .checkBox:checked + .checkBoxTxt:after {
  border-color: #d92d20;
}

.blueBox_ .checkBoxTxt {
  color: #263682 !important;
}
.analyticsMain .blueBox_ .checkBox:checked + .checkBoxTxt:before {
  border: 1px solid #263682;
  background: #d7deff;
}
.analyticsMain .blueBox_ .checkBox:checked + .checkBoxTxt:after {
  border-color: #263682;
}
.skyblueBox_ .checkBoxTxt {
  color: #308cad !important;
}
.skyblueBox_ .checkBoxTxt:before {
  border: 1px solid #308cad80;
}
.skyblueBox_ .checkBox:checked + .checkBoxTxt:before {
  border: 1px solid #308cad;
  background: #effbff;
}
.skyblueBox_ .checkBox:checked + .checkBoxTxt:after {
  border-color: #308cad;
}
.analyticGross .commonTable table tr td {
  color: #2f3552;
}
.grosshead_ {
  color: #263682 !important;
  font-family: "roobert_trialsemibold" !important;
}
.analyticGross {
  height: calc(100vh - 108px);
  overflow-y: auto;
  padding: 23px 23px;
}
.reviewBtn_ana {
  background: #f5f6fc;
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #263682;
}

.bookingselect_ .anlyticSelect .react-select__control.css-13cymwt-control {
  border: none !important;
}
.bookingselect_ {
  padding: 6px 12px;
}
.yellowboxColor_ {
  background: #ffeeb3;
}
.grossTotalorder .heading_ {
  font-size: 24px;
  font-weight: 500;
  font-family: "roobert_trialmedium";
  padding: 4px 0 0;
}
.yellowboxColor_ .textInner {
  color: #93370d;
}
.yellowboxColor_ .heading_ {
  color: #93370d;
}
.skyTextinn_ {
  font-size: 30px;
  color: #58c2e8;
  font-family: "roobert_trialmedium";
}
.transactionhead_ {
  display: flex;
  gap: 19px;
  align-items: center;
}
.commonfilterHead_ {
  gap: 12px;
}
.selectwidth_ .react-select__control {
  min-width: 144px !important;
  width: 100% !important;
  border-radius: 49px;
  border: 1px solid #f5f6f7 !important;
}

.selectwidth_ .css-1fdsijx-ValueContainer {
  padding: 0 10px;
}
.selectwidth_ .css-1u9des2-indicatorSeparator {
  display: none;
}
.transections {
  height: calc(100vh - 34px);
  overflow: auto;
}
.bussinessSub {
  border-radius: 16px;
  background: #f5f6fc;
  padding: 16px 24px;
  justify-content: space-between;
  margin-top: 10px;
}
.bussinessSub,
.locationHead {
  display: flex;
  align-items: start;
  gap: 16px;
}
.paymentMethodInner {
  padding-left: 34px;
}
.paymentMethodInner .locationHead .monthText {
  font-size: 16px;
  color: #263682;
  font-weight: 400;
}
.roundCheck input[type="checkbox"]:checked {
  background: #4659b5;
  border: 2px solid #4659b5;
}
.roundCheck input[type="checkbox"] {
  position: relative;
  width: 36px;
  height: 23px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
  background: #e4e6f2;
}
input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  top: 3px;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  transition: 0.5s;
  left: 4px;
}
.linkaccountBtn_ {
  background: #263682;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
}
.linkaccount_ {
  background: #f5f6fc;
  padding: 60px 50px;
  border-radius: 30px;
  text-align: center;
}
.linkaccHead_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lightpara18_ {
  font-size: 18px;
  font-weight: 400;
  color: #636e9f;
}
.skyText_ {
  color: #58c2e8;
}
.bankimg_ {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.heading20Black_ {
  font-size: 20px;
  font-family: "roobert_trialmedium";
  color: #14171a;
  margin: 0;
}
#linkbankwalletModal {
  max-width: 700px;
  width: 100%;
}
.linkbankMOdal_ .loginBtnSign {
  width: 100%;
}
.acclinkkicon_ {
  width: 23px;
  margin-right: 10px;
}
.bankaccNumber_ {
  font-size: 13px;
  color: #636e9f;
  font-weight: 400;
}
.banknamesingo_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #d7deff;
  border-radius: 20px;
  padding: 24px;
  cursor: pointer;
}
.banknameImg_ {
  display: flex;
  gap: 15px;
}
.linkedbankimg {
  margin: 0;
}
.fontdiff_ {
  font-size: 18px;
  line-height: 26px;
}
.eyeicon_ {
  display: inline-block;
  cursor: pointer;
}
.banknamesingo_ {
  margin-left: 50px;
}
#bankdetailModal {
  max-width: 700px;
  width: 100%;
}
#bankdetailModal .modal-content {
  padding: 20px !important;
}

#linkbankwalletModal .modal-header {
  display: none;
}
#bankdetailModal .modal-header {
  padding: 0;
}
.detailhead_ {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
}
.detailhead_ img {
  margin-bottom: 10px;
}

.bglightColor_ {
  background: #f5f6fc;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  color: #172461;
  display: flex;
  align-items: center;
  gap: 70px;
}
.bgtrans_ {
  background: transparent;
}
.skyblueButton_ {
  background: #58c2e8;
  width: 100%;
  padding: 18px 20px;
  border-radius: 30px;
  font-size: 18px;
  color: #effbff;
  font-weight: 400;
}
.detailsMiddle_ {
  display: inline-block;
  width: 100%;
  padding: 40px;
}
.nametitle_ {
  max-width: 138px;
  width: 100%;
}
#bankdetailModal .modal-header img {
  cursor: pointer;
}
.yellowbgText_ {
  background: #fff7d7;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: #dc6803;
  font-family: "roobert_trialmedium";
}
.fullheightBox_ {
  height: calc(100vh - 108px);
  overflow-y: auto;
  min-height: 100%;
}

.fullheightBox_::-webkit-scrollbar {
  display: none;
}
.balancecurrent_ {
  padding: 20px;
  display: inline-block;
  width: 100%;
  background: #f5f6fc;
  border-radius: 20px;
}
.balancecurrent_ h5 {
  font-size: 16px;
  font-weight: 400;
  color: #263682;
  text-align: center;
}
.thingsNote_ {
  background: #fffaeb;
  padding: 30px;
  border-radius: 20px;
}
.pendingStatus_ {
  background: #feefc6;
  border-radius: 30px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fdb022;
  font-family: "roobert_trialmedium";
}
.jbrTransfer {
  padding: 25px;
}
.jbrHeight {
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
.jbrTransfer .addNew_ {
  padding: 8px 15px;
  font-size: 14px;
}
.formtextarea_ {
  background: transparent;
  border: 1px solid #d7deff;
  border-radius: 20px;
  width: 100%;
  padding: 18px;
  resize: none;
  font-size: 14px;
  color: #636e9f;
  font-weight: 400;
  padding-left: 42px;
}
.walletmsgicon_ {
  position: absolute;
  left: 14px;
  top: 19px;
  width: 19px;
}
.transferSelect_ {
  background: #f5f6fc;
  padding: 30px 30px;
  border-radius: 20px;
}
.lightHead30_ {
  color: #7e8ac1;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
.jbrBalnceavailable_ {
  background: #f5f6fc;
  padding: 30px;
  border-radius: 20px;
}
.jbrtransferLeft_ .form_group {
  padding-top: 0;
  padding-bottom: 20px;
}
.skyblueHead48 {
  color: #58c2e8;
  font-weight: 400;
  font-size: 48px;
  margin: 0;
}
.availbalance_ {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
}
.receivehead_ {
  font-size: 16px;
  font-weight: 400;
  color: #263682;
  margin: 0;
}
#withdrawPreviewmodal .modal-content {
  padding: 20px !important;
}
#withdrawPreviewmodal {
  max-width: 700px;
  width: 100%;
}
#withdrawPreviewmodal .modal-header {
  padding: 0;
}
.withdrawPreview_ .detailsMiddle_ {
  background: #f5f6fc;
  padding: 30px;
  border-radius: 20px;
}
.withdrawPreview_ .skyblueHead48 {
  color: #263682 !important;
}
.previewwithdrawBtn_ {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 35px;
  margin-bottom: 26px;
}
.modalcross {
  cursor: pointer;
}
#refundsucessfulModal {
  max-width: 340px;
  width: 100%;
  text-align: center;
}
.refund h4 {
  font-size: 30px;
  font-weight: 400;
  color: #4659b5;
  line-height: 32px;
}
#refundsucessfulModal .modal-content {
  background: #fff;
  box-shadow: -4.95px 9.82px 80px 0px #32507f0a;
  border-radius: 30px !important;
}
.productOfferTable .couponmain_ tr td {
  text-align: left !important;
}
.productOfferTable .couponmain_ tr th {
  text-align: left !important;
}
.productOfferTable .couponmain_ tr td:last-child {
  text-align: end !important;
}
.xpired_ {
  background: #e4ebf199;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px;
  color: #535e68;
}
.Activestatus {
  background: #ecfdf3;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px;
  color: #039855;
}
.colorRed_ {
  color: #f04438;
}
.headrotate_ {
  transform: rotate(90deg);
}
#couponModal {
  max-width: 700px;
  width: 100%;
}
#couponModal .modal-content {
  padding: 20px !important;
}
.activeSatus {
  background: #a6f4c5;
  border-radius: 30px;
  font-size: 12px;
  padding: 3px 6px;
  color: #027547;
}
#couponModal #dropdown-basic img {
  width: 19px;
}
#couponModal .modal-header {
  padding: 0;
}
.arrowicon_ {
  width: 14px;
  margin-right: 6px;
  cursor: pointer;
}
.createPageInner_ {
  display: inline-block;
  width: 100%;
  padding: 0px 10%;
}

.createPageInner_ .customer-calendar-cnt {
  gap: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #d7deff !important;
  background: #fff;
  box-shadow: -2px 4px 26px 0px rgb(50 80 127 / 2%),
    -5px 10px 80px 0px rgb(50 80 127 / 4%);
  padding: 18px 18px 18px 24px;
  color: #263682 !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}
.createPageInner_ .react-datepicker__input-container input {
  background: transparent;
  border: none;
  width: 100%;
  color: #636e9f;
}
.createPageInner_ .react-datepicker__input-container input::placeholder {
  color: #636e9f;
}
.campaignMain_ {
  display: inline-block;
  width: 100%;
  border: 1px solid #e4e6f2;
  border-radius: 20px;
  padding: 30px 30px;
}
.campaignSteps_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
}
.step_ {
  background: #ecfdf3;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  z-index: 2;
}
.stp_dot {
  width: 8px;
  height: 8px;
  background: #e4ebf1;
  border-radius: 20px;
  margin: 0 auto;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
}
.step_.activeStep_ .stp_dot {
  background: #32d583 !important;
}
.visibility_hidden {
  display: none;
}
.campaignSteps_::after {
  content: "";
  width: calc(100% - 129px);
  background: #32d583;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  top: 34px;
}
.stepOuter .headingblue14_ {
  margin-top: 3px;
}
.stepOuter {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.campaignMain_ .calenderViewradio input[type="radio"] + label {
  padding-left: 27px;
  line-height: 28px;
}
.visibilityLow_ {
  opacity: 0.6;
}
.extraPadding {
  padding-left: 63px;
}
.formtextarea_::placeholder {
  color: #7e8ac1 !important;
}
.textContent .formtextarea_ {
  resize: auto;
  height: 87px;
  border-radius: 10px;
}
.paymentOption_ {
  border: 1px solid #e4e6f2;
  padding: 25px;
  border-radius: 20px;
}
.paymentOption_ .maplePriceBox {
  border-top: none !important;
}
.paymentOption_ .productName {
  margin-bottom: 18px !important;
}
.paymentOption_ .totalcount_ {
  padding: 20px 29px 0;
  border-top: 1px dashed #d7deff !important;
}
.paymentOption_ .totalBtn {
  padding: 11px 25px;
}
.paymentMethod_ {
  border: 1px solid #d7deff;
  border-radius: 16px;
  padding: 20px;
  margin-top: 24px;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.countNumber_ {
  color: #7e8ac1;
  font-size: 14px;
}
.method_box {
  display: flex;
  align-items: center;
}

.inventleft p {
  font-size: 12px;
  color: #7e8ac1;
}

/** Start More Setting Css **/

.moresettingMain .orderleft {
  height: calc(100vh - 33px);
  overflow-y: auto;
}

.moresettingMain .orderleft::-webkit-scrollbar {
  display: none;
}

.moresettingMain .rightContentorder_ {
  height: calc(100vh - 33px);
  overflow-y: auto;
}
.moresettingMain .listinner_a .datetimeText_ {
  font-family: "roobert_trialmedium";
}
.moresettingMain .listinner_a.active .datetimeText_ {
  color: #263682;
}
.moresettingMain .listinner_a.active .countNumber_ {
  color: #263682;
}
.infotextline_ .countNumber_ {
  margin: 0;
  font-family: "roobert_trialmedium";
}
.moresettingHead_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editprofile {
  background: transparent;
  color: #263682;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.staffInfoBox {
  border-radius: 20px;
  background: #f5f6fc;
  padding: 16px 28px;
  margin: 25px 0 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.staffProfileInfo {
  display: flex;
  align-items: start;
  gap: 12px;
  width: 40%;
}
.staffProfileImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.staffAddress {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.staffProfileData {
  width: 40%;
}
.flexDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.businesserror_ {
  display: flex;
  background: #fef3f2;
  border-radius: 20px;
  margin-top: 20px;
  gap: 15px;
  flex-direction: column;
  padding: 30px;
}
.deactive_business_btn {
  background: transparent;
  color: #d53422 !important;
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-color: orange;
  border: 1px solid;
}
.staffAddress {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.personalDetail_ .staffAddress {
  margin-top: 6px;
}
.personalDetail_ .staffInfoBox {
  display: inline-block;
  width: 100%;
}
.personalDetail_ .staffInfoBox .staffProfileInfo {
  width: 100%;
  border-right: 1px dashed #8d99d2;
}

.personalDetail_ .staffInfoBox .staffProfileData {
  width: 100%;
  padding-left: 97px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.merchantsign_ {
  border-radius: 12px;
  border: 1px solid #d7deff;
}
.merchantsign_inner {
  padding: 13px 26px 5px;
  border-bottom: 1px solid #d7deff;
}
.storeInfo_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.border-none {
  border: none;
}
.staffTimeSection {
  display: flex;
  /* align-items: center; */
  gap: 16px;
}
.staffSubTime {
  border-radius: 16px;
  border: 1px solid #d7deff;
  padding: 12px;
  width: 100%;
}
.staffTimeDivide {
  background: #e4e6f2;
  margin: 8px 0;
  opacity: 0.1 !important;
}

/**Business Detail Table**/
.staffdetailNew .staffDetailtable {
  border-radius: 20px;
  border: 1px solid #d7deff;
  margin: 12px 0;
  padding: 12px 16px;
  height: calc(70vh - 248px);
  overflow-y: scroll;
}
.staffTableHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
  min-width: 552px;
  overflow-x: scroll;
}
.staffBoxData {
  width: 25%;
  text-align: center;
}
.invoiceHeading {
  color: #7e8ac1;
  font-size: 12px;
  font-family: "roobert_trialmedium";
  padding: 4px 12px;
}
.staffTableOuter {
  border-radius: 30px;
  border: 1px solid #f5f6fc;
  background: #fff;
  padding: 12px 8px !important;
  margin-top: 12px;
  width: 100%;
  min-width: 552px;
  overflow-x: scroll;
}
.staffTableData {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/**Business Detail Table**/
.arrowImgbox_ {
  cursor: pointer;
}
#twostepsecurityModal .modal-content {
  padding: 30px 24px !important;
}
#twostepsecurityModal .modal-content {
  padding: 30px 24px !important;
  box-shadow: -31.03px 73.73px 80px 0px #344f7512;
  border-radius: 30px !important;
  text-align: center;
}
.applinktext {
  color: #47b0d6 !important;
}
.boxauthenticator {
  display: flex;
  width: 100%;
  padding: 16px 18px 20px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100px;
  border-radius: 16px;
  border: 1px solid #d7deff;
  margin-top: 25px;
}
.smallblueHeading_auth {
  color: #4659b5;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  font-family: "roobert_trialmedium";
}
.getQRCode {
  background: transparent;
  border-radius: 37px;
  border: 1px solid #263682;
  color: #263682;
  margin-right: 16px;
  outline: none;
}
.nextverifyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px;
  background: #263682;
  color: #f5f6fc;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  border: none;
  padding: 18px 20px;
}
#twostepsecurityModal {
  max-width: 439px;
  width: 100%;
}
#twostepscannerModal {
  max-width: 540px;
  width: 100%;
}
#twostepscannerModal .modal-content {
  padding: 20px !important;
  box-shadow: -31.03px 73.73px 80px 0px #344f7512;
}
.leftqrCode_ {
  display: inline-block;
  text-align: center;
}

.settingNotificationinner {
  background: #f5f6fc;
  padding: 15px 30px;
  border-radius: 16px;
  display: flex;
  align-items: start;
  gap: 12px;
  justify-content: space-between;
}
.leftnotificationContent_ {
  display: flex;
  align-items: self-start;
  gap: 12px;
}
.notifiText_ {
  color: #7e8ac1;
  font-size: 16px;
  margin: 0;
}
.rightnotificationContent_ {
  cursor: pointer;
}
.PlansTabSection {
  margin-top: 24px;
}
.planSubTab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plansTabBtn {
  border-radius: 30px;
  background: #f5f6fc;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.billingActiveBtn {
  border-radius: 30px;
  background: transparent;
  color: #263682;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  border: none;
}
.billingActiveBtn.active {
  color: #f5f6fc;
  background: #263682;
}
.professionEnter {
  border-radius: 20px;
  border: 1px solid #d7deff;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  height: 100%;
  justify-content: space-between;
}
.returnConfirmedHeading {
  color: #4659b5;
  font-size: 30px;
  font-weight: 400;
  padding: 24px 0;
}
.orderPara {
  color: #7e8ac1;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  font-family: "roobert_trialmedium";
}

.planTickBox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.planCyan {
  color: #636e9f;
  font-size: 14px;
  font-family: "roobert_trialmedium";
  margin: 0;
}
/* .professionEnter .subscribeText {
  color: #4659b5;
} */
.changeBtn {
  border-radius: 30px;
  background: #263682;
  padding: 12px 10px 12px 15px;
  color: #e4e6f2;
  font-size: 16px;
  font-family: "roobert_trialmedium";
  border: none;
  width: 100%;
  margin: 20px 0;
}
.professionText {
  color: #4659b5;
  font-size: 14px;
  font-family: "roobert_trialmedium";
}
.planCommon_ {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 38px 30px 30px;
  height: 100%;
  box-shadow: -2px -3px 30px 8px #51546314;
  position: relative;
  border: none;
}
.entreText {
  color: #263682;
  font-size: 30px;
  font-weight: 400;
}
.planPara {
  font-size: 14px;
  color: #b4beeb;
  margin: 0;
  font-family: "roobert_trialmedium";
}
.dayTimeText {
  font-size: 14px;
  color: #111633;
  font-family: "roobert_trialmedium";
}
.bussinessEnter .returnConfirmedHeading {
  color: #111633;
}
.monthEnter {
  border: 1px solid #58c2e8;
}
.planCommon_.monthEnter.active {
  border: none;
  /* background-color: #263682; */
  border: 1px solid #263682;
  border-radius: 16px;
  padding: 38px 30px 30px;
  height: 100%;
  box-shadow: -4px 10px 30px 0px #51546314;
}
.monthBtn {
  font-size: 16px;
  color: #58c2e8;
  padding: 12px 24px;
  background: transparent;
}
.subscribeText {
  font-size: 40px;
  color: #263682;
  font-family: "roobert_trialmedium";
}
.SubscribePara {
  font-size: 20px;
  color: #636e9f;
}
.monthEnter .SubscribePara {
  color: #47b0d6;
  font-family: "roobert_trialmedium";
}
.professionEnter .SubscribePara {
  color: #4659b5;
  font-family: "roobert_trialmedium";
}
/* .bussinessEnter .SubscribePara {
  color: #111633;
  font-family: "roobert_trialmedium";
} */
/* .bussinessEnter .subscribeText {
  color: #111633;
  font-family: "roobert_trialmedium";
}
.bussinessEnter .changeBtn {
  background: #111633;
} */
.planApps {
    border-radius: 20px;
    border: 2px solid #263682;
    background: #fff;
    box-shadow: -2px 4px 25px 0px rgb(50 80 127 / 2%), -5px 10px 80px 0px rgb(50 80 127 / 4%);
    padding: 24px 32px;
    margin-top: 24px;
}
.planFlex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.planAppSub {
  border-top: 1px dotted #8d99d2;
  border-bottom: 1px dotted #8d99d2;
  margin: 10px 0;
  padding: 10px 0;
  display: flex;
  align-items: start;
  gap: 50px;
}
.subscribeBox {
  display: flex;
  align-items: center;
  gap: 50px;
}
.createTaxBtn {
  border-radius: 30px;
  border: 0px solid #263682;
  background: #f5f6fc;
  padding: 10px;
  color: #263682;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  margin: 10px 0 0 70px;
}
.subscribeBtn {
    border-radius: 8px;
    border: 0px solid #263682;
    background: #263682;
    padding: 10px 24px 11px 24px;
    color: #fff;
    font-size: 16px;
    font-family: "roobert_trialmedium";
}
.subscribeRight {
  color: #47b0d6;
  font-family: "roobert_trialmedium";
  font-size: 18px;
}
.planMethod {
  border: 1px solid var(--Neutrals-N-100, #d7deff);
  padding: 24px;
  border-radius: 16px;
  margin-top: 8px;
}
.scannerBx {
  display: flex;
  align-items: center;
  gap: 7px;
}
.scannerBx .orderPara {
  font-size: 14px;
}
.languageMain_ .bussinessSub {
  background: transparent;
  border: 1px solid #d7deff;
}
.languageMain_ .bussinessSub.active{
  border: 1px solid #4659b5;
  background: #f5f6fc;
}
.addLanguage_ {
  background: #f5f6fc;
  padding: 16px 24px;
  border-radius: 16px;
  cursor: pointer;
}
.addLanguage_ .expectedHeading {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 0;
}
.addLanguage_ img {
  cursor: pointer;
}
#addlanguageModal {
  max-width: 400px;
  width: 100%;
}
#addlanguageModal .modal-content {
  padding: 10px 20px 25px !important;
}
.languageHeader {
  text-align: center;
  margin-bottom: 40px;
}
.serviceCancel {
  color: #263682;
  font-size: 18px;
  font-weight: 400;
  padding: 18px 20px;
  border-radius: 30px;
  background: #e4e6f2;
  border: none;
}
.countryLanguage_ {
  border: 1px solid #d7deff;
  padding: 12px 12px;
  border-radius: 16px;
  cursor: pointer;
}
.countryLanguage_.active {
  border: 1px solid #4659b5;
  background: #f5f6fc;
}
.smalblueText_ {
  font-size: 16px;
  color: #263682;
  font-family: "roobert_trialmedium";
}
.fade.modal-backdrop.show {
  opacity: 0.1;
  background: #263682;
}
.aboutbusiness .storeTop_ {
  border-bottom: 1px solid #d7deff;
  padding: 10px 14px;
}
.aboutbusiness {
  padding: 0;
  gap: 0;
}
.aboutbusiness .shipcarierLeft_ {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #636e9f;
}
.aboutbusiness .shipCrries.mt-1 {
  padding: 5px 12px 15px;
}
.shipCarrier_new .shipcarierLeft_ {
  padding: 4px 10px;
  border-bottom: 1px solid #d7deff;
}

.bglight {
  background: #f7f9ff;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 12px;
  color: #636e9f;
}
.shipCarrier_new .shipcarierLeft_:nth-child(2) {
  border-bottom: none;
}

.fontSize24new {
  font-size: 24px;
  color: #172461;
  margin: 0;
  font-family: "roobert_trialmedium";
}
.aboutbusinessModal .custom-textarea {
  padding: 17px;
  color: #636e9f;
  line-height: 19px;
}
#aboutBusinessModal {
  max-width: 600px;
  width: 100%;
}
#aboutBusinessModal .modal-content,
#deactivatemodal .modal-content {
  padding: 30px !important;
  border-radius: 40px !important;
}
#aboutBusinessModal .modal-header,
#deactivatemodal .modal-header {
  padding: 0;
}

#deactivatemodal {
  max-width: 500px;
  width: 100%;
}
#deactivatemodal .stopOfferTxt.mb-0 {
  color: #263682;
  font-size: 30px;
}
.aboutbusiness .editprofileIcon_.mb-0 {
  cursor: pointer;
}
/**Start device css**/

.deviceMain_
  .offerHeaderSelect.reactSelectParent
  .react-select-container
  .react-select__control {
  border-radius: 20px !important;
  padding: 4px 10px !important;
}
.deviceMain_ .gapDiffer_ .react-select-container .react-select__control {
  gap: 38px !important;
  max-width: 190px;
}

.deviceNmae_ {
  display: flex;
  align-items: center;
}
.decivenameText_ {
  font-size: 12px;
  color: #2f3552;
  font-family: "roobert_trialmedium";
  margin: 0;
}
.battryBox_ {
  display: flex;
  align-items: center;
  background: #ecfdf3;
  border-radius: 20px;
  padding: 3px 8px;
  gap: 3px;
}
.greenText_ {
  color: #039855;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.deviceMain_ .commonTable tr th:nth-child(2) {
  text-align: left;
}
.deviceMain_ .commonTable tr td {
  color: #2f3552;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.deviceMain_ .commonTable tr td .orderTrackLocation {
  justify-content: center;
  margin: 0 auto;
}
.activedevice {
  background: #d1fadf;
  padding: 7px 15px;
  border-radius: 20px;
  font-size: 12px;
  color: #12b76a;
}
.redborder_btn {
  border: 1px solid #f04438;
  color: #f04438;
  padding: 6px 15px;
  border-radius: 30pc;
  background: #fef3f2;
  font-size: 12px;
  font-family: "roobert_trialmedium";
}
.deviceinternalImfo_ {
  border: 1px solid #d7deff;
  padding: 16px;
  border-radius: 16px;
}
.devicedetail_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7deff;
  padding: 16px 0;
}
.devicedetail_inner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.deviceMain_ .commonTable table tr td:last-child {
  border-radius: 0 15px 15px 0;
}

.legalHead_ .connectedBtn_ {
  font-size: 14px;
  color: #263682;
  font-weight: 400;
}
.legalPolicy_ {
  border: 1px solid #d7deff;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer;
}
.greenText_ {
  color: #32d583;
  font-size: 14px;
  font-family: "roobert_trialmedium";
}
.refundContent_ p {
  color: #7e8ac1;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.refundContent_ {
  border: 1px solid #d7deff;
  padding: 16px;
  border-radius: 16px;
}
.doticon_ {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #12b76a;
  margin-right: 2px;
}
.bankaccNumber_date {
  font-size: 14px;
  color: #7e8ac1;
  margin: 0;
}
.draftMain .greenText_ {
  color: #914beb;
}
.draftMain .greenText_ .doticon_ {
  background-color: #914beb !important;
}
.archived .greenText_ {
  color: #7e8ac1;
}
.archived .greenText_ .doticon_ {
  background-color: #7e8ac1 !important;
}
.greyBtn {
  padding: 10px 15px;
  border-radius: 30px;
  background: #e4e6f2;
  margin-right: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #263682;
  font-family: "roobert_trialmedium";
}
.text18head_ {
  font-size: 18px;
  color: #636e9f;
  font-family: "roobert_trialmedium";
}
.para16Text {
  font-size: 16px;
  color: #636e9f;
  font-weight: 400;
}
.refundPolicyContent_ ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 25px;
  color: #636E9F;
  font-size: 16px;
}
.refundPolicyContent_ ul {
  padding-left: 16px!important;
}
.refundPolicyContent_.mt-5 h2 {
  font-size: 19px;
  font-weight: bold;
}
.refundPolicyContent_.mt-5 p {
  margin-bottom: 6px !important;
}
.legalrightBtn_ .redborder_btn {
  padding: 5px 15px 5px 13px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.browseBtn_ {
  background: #f5f6fc;
  padding: 16px 24px;
  border-radius: 16px;
  text-align: center;
  min-height: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.browsebtn {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #263682;
  font-family: "roobert_trialmedium";
}
#browsepluginModal {
  padding: 13px;
}
.pluginsName_ {
  border: 1px solid #d7deff;
  padding: 15px;
  border-radius: 30px;
  display: flex;
  gap: 15px;
}
#browsepluginModal .modal-content {
  padding: 0px !important;
}
.browsepluginModal {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.browseHead_ {
  text-align: center;
}
.heading36Text_ {
  font-size: 36px;
  font-weight: 400;
  color: #172461;
}
.blue20heading_ {
  font-size: 20px;
  font-weight: 400;
  color: #172461;
}
.pluginContent_ .appointMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pluginContent_ {
  display: inline-block;
  width: 100%;
}
.bgbox_ {
  background: #f5edff;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 30px;
  font-size: 12px;
  font-family: "roobert_trialmedium";
  color: #7233c2;
}
.bgbox_ .doticon_ {
  background: #7233c2;
}
#browsepluginModal .modal-body {
  padding: 60px 100px !important;
}

.closebtnn_ {
  position: absolute;
  top: 28px;
  right: 27px;
  background: transparent;
  font-size: 15px;
  color: #4659b5;
  font-weight: 400;
}
.pluginsName_.active {
  box-shadow: -31.03px 73.73px 80px 0px #344f7512;
  background: #f5f6fc;
}
.inegrationimg {
  width: 72px;
  height: 72px;
}
.pluginsIntegration_ .pluginsName_ {
  border-radius: 15px;
}
.pluginsIntegration_ .bgbox_ {
  background: #d1fadf;
}
.pluginsIntegration_ .bgbox_ .doticon_ {
  background: #039855;
}
.pluginsIntegration_ .bgbox_ {
  color: #039855;
}
.tradesValue .chartsOuter {
  margin: 0;
}

.createUserStaffSection #dropdown-basic {
  background: #263682;
  border: 1px solid #263682;
}
.sidebarProfileImg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.productTable input[type="checkbox"]:before {
  top: 3px;
}
.manageCategoriesSection {
  padding: 44px 70px 70px;
}
.gapDefault_ {
  gap: 15px;
}
.allorderTable_ thead th:nth-child(2) {
  text-align: left;
}
.sellingProductContainer .sellingProductTable td:last-child {
  border-radius: 0 8px 8px 0 !important;
}
.sellingProductContainer .sellingProductTable td:first-child {
  border-radius: 8px 0 0 8px !important;
}
.ToggleIcon {
  display: none;
}
.categoryDropdownMenu .dropdown-item {
  padding: 9px 20px;
}
.dropdownlist_menu .dropdown-item{
  padding: 9px 13px;

}
.orderBill_ .declineBtn {
  width: 100%;
  border: 1px solid #263682;
  border-radius: 30px;
  background: transparent;
  padding: 8px 0;
  color: #263682;
}
.reviewbotBtn_ {
  gap: 10px;
}
.bookingSetting_ .serviceSettingBoxes .react-select__control {
  border: none !important;
  padding: 0 !important;
  min-height: auto;
}
.booktimezoon_ {
  padding: 11px 15px;
}
.sidebarRightBooking .SidebarRightItems.list-group-item {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  justify-content: center;
}
.invoiveHeader_ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.productSelectFilter.reactSelectParent .react-select-container .react-select__control {
  min-width: 150px !important;
  border-radius: 12px !important;
}
.productSelectFilter .react-select__placeholder {
  color: #263682 !important;
}
.commonfildate {
  width: 100%;
  max-width: initial;
  min-width: auto;
}
.orderscheduleModal_ {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 105px);
}
.orderscheduleModal_ .scheduleModalContent {
  height: auto;
}
.grandTotal_ {
  padding-bottom: 16px;
}
.subheading_ {
  font-family: "roobert_trialmedium";
  font-size: 24px;
  color: #263682;
  margin: 0;
  font-weight: normal;
}
.editProfile {
  padding: 26px 30px;
}
.profileForm div#multiselectContainerReact {
  padding: 18px 18px 13px 24px;
}
.socialLinks_ {
  color: #8d99d2 !important;
  text-decoration: underline !important;
}
#emailedit_modal .modal-content {
  padding: 20px 22px !important;
}
.productFitImg img {
  object-fit: fill !important;
}
.staffProfileInfo .uploadStaffImg {
  margin: 0;
}
.staffProfileSub {
  padding-right: 23px;
  width: 84%;
}
.staffProfileInfo .uploadStaffCameraImg {
  width: 24px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.businessDetail_ .staffProfileData {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

#accountPassModal .passInputParent .show-icon {
  bottom: 40px;
}
#accountPassModal .passInputParent .error-message {
  position: absolute;
  bottom: 3px;
}
.sidebarDropMenus .sidebarInnerItems .sidebarInnerLink.active .submenuImg_ {
  filter: invert(28%) sepia(70%) saturate(6452%) hue-rotate(221deg) brightness(55%) contrast(126%);
}
/* .sidebarDropMenus .sidebarInnerItems {
  background: #fff;
} */
.hideImg {
  display: none;
}
.requestBtn {
  background: #263682;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 30px;
}
.acceptBtn {
  background: #263682;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 30px;
  border: 1px solid #263682;
}
.allOrderSection .date-picker-container {
  justify-content: center;
  padding: 6px 0px;
}
.allOrderSection .date-text {
  margin: 0 12px !important;
}
.recentBookingTable thead th:nth-child(2) {
  text-align: center;
}
.recentBookingTable table th:first-child {
  text-align: center;
}
.allbokkingcaleder .react-datepicker {
  border-radius: 20px!important;
  border: 1px solid #D7DEFF!important;
}
.modifyBtn_ {
  padding: 12px 16px!important;
  max-width: 217px;
  width: 100%;
}
.sidebarRequest .requestRightSidebarItem {
  cursor: pointer;
}
.radius20 {
  border-radius: 20px;
}
.refundPolicyContent_ p {
  color: #636E9F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px!important;
}

.refundPolicyContent_ h2 {
  color: #636E9F;
  font-size: 18px;
  font-family: "roobert_trialmedium";
  margin-bottom: 22px;
  margin-top: 30px;
}
.positionHead {
  color: #263682;
  font-family: "roobert_trialmedium";

}
.bookingScheduleContainer {
  padding-top: 22px;
}
.checkInCustomerDetail .slick-prev {
  content: '←';
  display: none!important;
}
.checkInCustomerDetail .slick-next {
  content: '←';
  display: none!important;
}
.ordersetting {
  cursor: pointer;
}
.twostepscannerMain .customform-control {
  font-size: 14px;
  line-height: 16px;
}
.twostepscannerMain .customform-control::placeholder {
  font-size: 14px!important;
}
.productMainbox_ .filterTab_ {
  min-width: 150px;
}
.listinner_.mb-3 {
  margin-bottom: 10px!important;
}
.customers-table-row .orderTrackTableTxt {
  vertical-align: middle;
}
.customers-stats-table .customers-table-data:nth-child(2) {
  text-align: center!important;
}
/* .customers-stats-table .customers-table-data:nth-child(5) {
  text-align: left!important;
} */

.supportHelp_ .chartsOuter {
  padding: 25px;
}
.itemInventory_ .chartsOuter {
  padding: 34px 24px;
  overflow-y: auto;
  height: calc(100vh - 35px);
}
.mysupporttable_ th:first-child {
  text-align: left;
}
.mysupporttable_ td:first-child {
  text-align: left;
}

.mysupporttable_ td:nth-child(2){
  text-align: left;
}
.mysupportMain_ {
  height: calc(100vh - 33px);
  overflow: auto;
}
.serviceSettingWrapper .react-time-picker__wrapper {
  min-width: 178px;
  width: 100%;
}
#viewDocuments .modal-content {
  padding: 30px 24px !important;
  border-radius: 30px !important;
}
#viewDocuments .modal-content .modal-header {
  padding: 0 0 27px;
}
#viewDocuments .shippingModalParent {
  padding: 20px 15px;
  border: 1px solid #D7DEFF;
  border-radius: 20px;
}
#viewDocuments {
  max-width: 700px;
}
#viewDocuments .shippingImgParent img {
  border-radius: 6px;
}
.textgreylight {
  color: #636E9F;
  font-size: 14px;
  font-weight: 400;
}
.bgPolicy_ {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
  overflow: auto;
}
.comnpadding {
  padding: 3% 8% !important;
  display: inline-block;
  height: 100vh;
}
#paymentCard_ .modal-content {
  padding: 30px !important;
  border-radius: 30px !important;
}
#paymentCard_ {
  max-width: 870px;
  width: 100%;
}
#paymentCard_ .modal-header {
  padding: 0 0 17px;
}
/**New Plan css **/
.custom-hover-area {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip-box {
  position: absolute;
  top: 25px;
  left: 34px;
  background-color: #4659b5;
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 8px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.2s ease-in-out;
  display: none;
  cursor: pointer;
  max-width: 313px;
  width: 100%;
}
.hoveron_:hover .custom-tooltip-box {
  display: block;
  cursor: pointer;
}
.custom-tooltip-box::after {
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #4659b5 transparent;
  left: 12px;
  top: -12px;
}
/* Optional: fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.staffInfoBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  border: 1px dashed #ced5f8;
}
.staffProfileInfo {
  display: flex
;
  align-items: start;
  gap: 12px;
  width: 40%;
}
.staffProfileData {
  width: 40%;
}

/* .planCommon_.active .entreText, .planCommon_.active .orderPara, .planCommon_.active .planCyan, 
.planCommon_.active  .subscribeText, .planCommon_.active .SubscribePara, .planCommon_.active .settingText{
  color: #fff;
} */
.recommendedPlan_Box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fdb022;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 17px;
  color: #fdb022;
  width: max-content;
  position: absolute;
  top: -27px;
  letter-spacing: 0.2px;
}
.mostPopularBox {
  background: #263682;
  border-radius: 30px;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  width: max-content;
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  margin: auto;
  letter-spacing: 0.2px;
}
/* .planCommon_.active .changeBtn {
  background: #fff;
  color: #263682;
} */
/* .PlansTabSection .professionEnter.active  .subscribeText{
  color: #fff!important;
} */
/* .PlansTabSection .professionEnter.active  .SubscribePara{
  color: #fff!important;
} */

.PlansTabSection .professionEnter .subscribeText {
  color: #263682 !important;
}
.PlansTabSection .professionEnter .SubscribePara {
  color: #636e9f;
  font-family: "roobert_trialmedium";
}
.planIcon {
  width: 60px;
}
.planCommon_ .discountPrice {
  font-size: 30px;
  color: #C29613;
  padding-bottom: 6px;
  font-weight: 500;
  /* text-decoration: line-through; */

}
.blueIcon {
  display: none;
}
.planCommon_.monthEnter.active .blueIcon {
  display: block;
}
/* .planCommon_.monthEnter.active .circleblock {
  display: none;
} */
/* .planTickBox .blueIcon {
  width: 36px;
} */
.planTickBox .circleblock {
  width: 23px;
}
.moresettingMain .personalDetail_ .staffInfoBox .staffProfileInfo {
  border-right: none;
}
.innerparaG {
  font-size: 12px;
  color: #8D99D2;
}
.getimg {
  width: 100%;
}
.gettingDiv .Innerhead::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #E4E6F2;
  position: absolute;
  bottom: -8px;
}
.gettingDiv .Innerhead {
  position: relative;
}
.minheightplan {
  min-height: 165px;
  height: auto;
}

.suaddiv {
  color: #D92D20;
  font-size: 12px;
}
.suaddiv img {
  filter: invert(19%) sepia(91%) saturate(3400%) hue-rotate(354deg) brightness(92%) contrast(86%);
}
.subSelect_ {
  border: transparent;
  background: transparent;
  color: #636e9f;
}
.subsDetailpage_ .staffProfileInfo {
  border: none !important;
}
.txtDarkblack {
  color: #2F3552;
  font-family: 'roobert_trialmedium'!important;
}
.greytext_ {
  font-size: 12px;
  color: #535E68;
  font-family: 'roobert_trialmedium';
}
.supcampaignMain .subuserTabs_ {
  color: #263682;
  padding: 8px 12px;
  font-size: 14px;
}
.analyticsTabs_ {
  display: inline-block;
  margin: 10px 0 15px;
  background: #F5F6FC;
  padding: 13px 8px;
  border-radius: 30px;
}
.subuserTabs_.active {
  background: #263682;
  color: #fff;
  border-radius: 30px;
}
.usercountHead_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.viewall_ {
  background: #E4E6F2;
  padding: 4px 8px;
  border-radius: 30px;
  font-size: 12px;
  color: #263682;
  font-family: 'roobert_trialmedium';
}
.countryData_ {
  border: 1px solid #F7F9FF;
  padding: 8px 10px;
  border-radius: 15px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 89px;
}
.countryDataInner_ {
  display: flex;
  align-items: center;
  gap: 17px;
}
.textsup_ {
  font-size: 14px;
  font-weight: 400;
  color: #14171A;
}
.textsupsmall {
  font-size: 12px;
  color: #636E9F;
  font-family: 'roobert_trialmedium';
}
.supinbox_ {
  display: flex;
  justify-content: space-between;
}
.closeTicketbtn {
  background: #FEF3F2;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 14px;
  color: #D92D20;
  font-family: 'roobert_trialmedium';
}
.ticketInbox_ {
  display: flex;
  align-items: center;
  gap: 15px;
}
.chatSenderImg img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.mysupporttable_ th:nth-child(2) {
  text-align: left;
}
.desktoptext {
  background: #EFFBFF;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  color: #308CAD;
  font-family: 'roobert_trialmedium';
}

.desktopIcon {
  width: 6px;
  display: inline-block;
  height: 6px;
  border-radius: 20px;
  background: #58C2E8;
  margin-right: 3px;
}

.mobiletext {
  background: #ECFDF3;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  color: #039855;
  font-family: 'roobert_trialmedium';
}

.mobileIcon {
  width: 6px;
  display: inline-block;
  height: 6px;
  border-radius: 20px;
  background: #32D583;
  margin-right: 3px;
}
.countryDataInner_right {
  text-align: right;
}
.countOuter_ {
  height: calc(100vh - 437px);
  overflow: auto;
}
.outerdivBusiness {
  background: #F5F6FC;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 30px;
}
.outerdivBusiness .activeProductBtn {
  border: none;
  background: #f5f6fc00;
}
.messagechatBox {
  position: relative;
}

.gallryOuter_ .galleryView {
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
}
.gallryOuter_ {
  max-width: 150px !important;
  height: 150px !important;
  padding: 4px !important;
  border-radius: 15px;
}
.gallryOuter_ .gallery-icons {
  background: #fff;
  padding: 2px;
  border-radius: 30px;
  right: 6px !important;
  top: 0px !important;
}

.gallryOuter_ .image-gallery {
  object-fit: cover;
}

.nextPagebtn.false .rightlightimg_ {
    display: none;
}
.prevPagebtn.disablePrevbtn .lightimage_ {
    display: none;
}
.prevPagebtn.false .darkimage_ {
    display: none;
}
.prevPagebtn .darkimage_ {
    transform: rotate(180deg);
}
.paginatinImage {
   filter: brightness(0.4);
}