.bp-d-none {
  display: none;
}

[class^="bp-card-"]:not([class="bp-card-content"]) {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 20px 10px;
  gap: 10px;
  position: relative;
  max-width: 496px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dde2e6;
  border-radius: 20px;
}

.bp-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 9px;
  gap: 20px;
  width: 100%;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.bp-input-container {
  width: 100%;
}

.bp-form-header {
  /* heading */

  /* Auto layout */

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 84px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.bp-form-header-text {
  height: 29px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 29px;
  color: #2b2f32;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.bp-form-header-stepper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 45px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.bp-stepper-text {
  height: 17px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 17px;
  text-align: right;
  color: #5570f1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.bp-stepper-bar {
  width: 100%;
  height: 12px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  background: #e2e6f9;
  border-radius: 20px;
}

[class^="bp-bar-fill"] {
  width: 114px;
  height: 12px;
  left: 0px;
  top: 33px;
  background: #5570f1;
  border-radius: 20px;
}

.bp-text-error {
  color: rgb(198, 49, 49);
  text-align: center;
}

.bp-err-font-sm {
  font-size: 12px;
}

.bp-err-font-md {
  font-size: 18px;
}

.bp-text-center {
  text-align: center;
}

.btn-navigate-form-step {
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  display: block;
  margin: auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.bp-alert-danger {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.bp-alert-success {
  padding: 20px;
  background-color: #04aa6d;
  color: white;
}

.bp-select {
  width: 100% !important;
  border: none !important;
  outline: none;
  background: white;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-size: 0.9rem !important;
}

#blueprintdigital-form input[type=date] {
  padding: 1%;
  border-radius: 5px;
  background: whitesmoke;
}

.bp-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.bp-input-field {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  border: 1px solid #cfd3d5;
  border-radius: 8px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 8px 0;
}

.bp-input-err {
  border: 1px solid red;
}

.bpd-pg-col-md-12 {
  display: flex;
  align-items: flex-start;
}

.bp-chk-box {
  margin-top: 0.2rem;
}

.bp-chk-box {

  margin-top:0.2rem;
 
  width:60px;
 
  height:16px;
 
 }

.bp-col-12 {
  width: 48%;
}

.bp-input-type {
  border: none !important;
  padding: 8px !important;
  font-size: 0.9rem !important;
  width: 100% !important;
}

.bp-input-type:focus-visible {
  border: none !important;
  outline: none !important;
}

.bp-button-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 44px;
  width: 100%;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.bp-clear-btn,
.bp-clear-last-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 16px;
  gap: 10px;
  height: 58px;
  border: 2px solid #5570f1 !important;
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5570f1 !important;
  flex: none;
  order: 0;
  flex-grow: 1;
  background-color: #fff !important;
}

.bp-next-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 16px;
  gap: 10px;
  height: 58px;
  background: #5570f1 !important;
  border-radius: 12px !important;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  flex: none;
  order: 0;
  flex-grow: 1;
  outline: none;
  border: none !important;
}

.bp-next-btn:hover {
  background-color: #4060f9 !important;
}

.bp-chk-text {
  color: gray;
  font-size: 11px;
  line-height: 1.1rem;
  display: inline-block;
}

.bp-mt-5 {
  margin-top: 5%;
}

.bp-err-text-captc {
  width: 100%;
  text-align: left;
}

.bp-w-100 {
  width: 100%;
}

.bpd-multi-step-form {
  width: 100%;
}

.bp-form-header-spf {
  height: 30px;
}

.bp-next-spf {
  width: 100%;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4060f9;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

.bpd-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
}

.bpd-chk-spacer {
  gap: 5px;
}

.bp-submit-section-spacer {
  margin-top: -20px;
}

.bp-mb-10 {
  margin-bottom: 10px;
}

.disable-form :not(:first-child) {
  opacity: 0.5;
  pointer-events: none;
}

.view-buyers-list {
  cursor: pointer;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@media (max-width: 820px) {

  .bp-col-12 {
    width: 100%;
  }

  .bp-input-field {
    width: 100%;
  }

  .bp-button-container {

    flex-direction: column;
    gap: 10px;
  }

  .bp-clear-btn,
  .bp-clear-last-btn {
    width: 100%;
  }

  .bp-next-btn {
    width: 100%;
  }
}

@media (max-width: 215px) {
  .bp-form-header-text {
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .bp-chk-text {
    font-size: 8px;
  }

}

@media (max-width: 310px) {
  .bp-form-header-text {
    font-size: 1.0rem;
  }

  .bp-chk-text {
    font-size: 10px;
  }

}

@media (max-width: 390px) {
  .g-recaptcha {
    transform: scale(0.8);
    width: 0%;
  }
}

@media (max-width: 319px) {
  .g-recaptcha {
    transform: scale(0.6);
    width: 0%;
  }
}
