p {
  margin-bottom: 0;
}

.mainButton {
  cursor: pointer;
  margin-top: 25px;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #5600C4;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.mainButton:hover {
  background: black !important;
}

.mainButtonText {
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.mainButtonIcon {
  margin-right: 10px;
  font-size: 20px;
  color: white;
}

.full-screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.toast-container {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999;
}

.spinner-border.custom-color {
  color: #5600C4; /* Replace with your desired color */
}

.adminPageTitle {
  color: #000;
  /* Display M/Bold */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.12px;
}

.titleForTextField {
  color: var(--Neutral-Black-Black-600, #4D5464);
  /* Text M/Medium */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.superViewTextField {
  margin-top: 10px;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Neutral-Gray-Gray-100, #E0E2E7);
  background: var(--Neutral-Gray-Gray-25, #F9F9FC);
}

.inputTextField {
  width: 100%;
  background: transparent;
  border: 0;
}

.imgPreviewForThumbnailCategories {
  width: 248px;
  height: 147px;
  object-fit: contain;
}

.imgPreviewForLogos {
  width: 84px;
  height: 50px;
  object-fit: contain;
}

.tableContentTitle {
  color: #333843;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.stateActiveDiv {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #E7F4EE;
}
.stateActiveDiv .stateTitle {
  color: #0D894F;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  letter-spacing: 0.06px;
}

.disableActiveDiv {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #F0F0F0;
}
.disableActiveDiv .stateTitle {
  color: #A0A0A0;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  letter-spacing: 0.06px;
}

tr {
  background-color: white !important;
}

tr:hover {
  background-color: #E6EDFF !important;
}

td {
  background: transparent !important;
}

.buttonColInPopupRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .buttonColInPopupRight {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

.adminTabOptionUnselected {
  padding: 10px 20px;
  margin: 10px;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  border: 1px solid #E0E2E7;
  box-shadow: 0px 1.5px 2px 0px rgba(16, 24, 40, 0.1);
  cursor: pointer;
}
.adminTabOptionUnselected .tabTitle {
  color: #667085;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 150% */
  letter-spacing: 0.06px;
}

.adminTabOption {
  padding: 10px 20px;
  margin: 10px;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  border: 1px solid #E0E2E7;
  box-shadow: 0px 1.5px 2px 0px rgba(16, 24, 40, 0.1);
  cursor: pointer;
}
.adminTabOption .tabTitle {
  color: #667085;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 150% */
  letter-spacing: 0.06px;
}
.adminTabOption.active {
  padding: 10px 20px;
  margin: 10px;
  background: #5600C4;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  border: 1px solid #5600C4;
  box-shadow: 0px 1.5px 2px 0px rgba(16, 24, 40, 0.1);
  cursor: pointer;
}
.adminTabOption.active .tabTitle {
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  letter-spacing: 0.06px;
}

.imgRounderProfile {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  object-fit: cover;
}

.textForB2BTitle {
  margin-left: 17px;
  color: #5600C4;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.imgRounderProfileSmall {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  object-fit: cover;
}

.popupNew {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 32, 44, 0.9);
  overflow: auto;
  z-index: 1000;
  justify-content: center;
}

.popup-contentNew {
  padding: 20px;
  border-radius: 20px;
  width: 95%;
  overflow-y: auto;
  max-height: 90%;
}
@media only screen and (max-width: 767px) {
  .popup-contentNew {
    width: 95%;
  }
}

.popupMainContainerViewNew {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
  margin-top: 20px;
}

.transparentButtonNew {
  padding: 0;
  border: none;
  background-color: transparent;
}

body {
  background: #FAFBFC;
}

p {
  margin-bottom: 0;
}

.mainTitleBlack {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.12px;
}

.secondaryTitleGray {
  color: var(--Neutral-Gray-Gray-400, #858D9D);
  /* Display XS/Regular */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.09px;
}

.titleForTextField {
  color: var(--Neutral-Black-Black-600, #4D5464);
  /* Text M/Medium */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.errorMessageTitle {
  display: none;
  color: orangered;
  /* Text M/Medium */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.superViewTextField {
  margin-top: 10px;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Neutral-Gray-Gray-100, #E0E2E7);
  background: var(--Neutral-Gray-Gray-25, #F9F9FC);
}

.inputTextField {
  width: 100%;
  background: transparent;
  border: 0;
}

.mainButton {
  cursor: pointer;
  margin-top: 25px;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #5600C4;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.mainButton:hover {
  background: black !important;
}

.mainButtonText {
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.mainButtonIcon {
  margin-right: 10px;
  font-size: 20px;
  color: white;
}

.logoImageForLogin {
  margin-bottom: 20px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .logoImageForLogin {
    margin: 0;
  }
}

.colForLoginData {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .colForLoginData {
    margin: 20px;
  }
}

.colForImageCompany {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .colForImageCompany {
    display: none;
  }
}

.contactsHeroImage {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-left: 10vw;
  padding-right: 40vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contactsHeroImage {
    height: 219px;
    padding-left: 16px;
    padding-right: 25px;
  }
}

.heroTitleLabel {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 109.375% */
}
@media (max-width: 767px) {
  .heroTitleLabel {
    font-size: 25px;
  }
}

.heroSubtitleLabel {
  color: #FFF;
  /* Poppins/Small Mobile */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767px) {
  .heroSubtitleLabel {
    font-size: 13px;
  }
}

.partnersH1Title {
  color: #111422;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.partnerSubtitle {
  color: #111422;
  margin-top: 16px;
  /* Montserrat/Regular/16px */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.HowItWorksMainDiv {
  display: flex;
  padding: 64px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #5600C4;
  background: #5600C4;
  /* Cards Shadow */
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
}

.insideHowItWorksTitle {
  color: white;
  /* Montserrat/Bold/36px */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.howItWorksSubtitle {
  color: white;
  /* Montserrat/Bold/20px */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.howItWorksDescriptionText {
  color: white;
  /* Montserrat/Medium/16px */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.becameAPartnerMainDiv {
  display: flex;
  padding: 64px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 12px;
  background: var(--White, #FFF);
  /* Cards Shadow */
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
}

.BecameAPartnerTitle {
  color: #000;
  /* Montserrat/Bold/36px */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0; /* Adjust as needed for spacing */
  position: relative;
}

.divider::before, .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
  margin: 0 10px; /* Adjust for spacing around the OR */
}

.divider span {
  font-size: 14px; /* Adjust for your text size */
  color: #555; /* Adjust for your desired color */
}

/*# sourceMappingURL=main.css.map */
