.subscription-payment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background-image: url("../../assets/media/sb_bg.png");
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover; */
  font-family: "DINRegular";
}

.plan-info-section {
  width: 100%;
  max-width: 400px;
  margin: 10px;
}

.payment-section {
  /* width: 100%;
    max-width: 570px; */
  margin: 10px;
}

.custom-image {
  max-width: 360px;
}

.card {
  margin: 10px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-weight-bold {
  font-weight: bold;
}

.color-606060 {
  color: #606060;
}

.boldFontFamliy {
  font-family: "DINBold";
}

.color-9747FF {
  color: #9747ff;
}

.color-84949E {
  color: #84949e;
}

.bordered-box {
  border: 2px solid #9747ff;
  border-radius: 8px;
  padding: 12px;
  margin: 20px auto;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.check-icon {
  color: #9747ff;
  font-size: 24px;
  margin-right: 16px;
}

.info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info-row {
  justify-content: center;
  margin: 4px 0;
}

.pay-annually {
  font-size: 16px;
  color: #606060;
}

.price-info {
  font-size: 14px;
  color: #000;
}

.save-info {
  font-size: 16px;
  color: #9747ff;
  margin-left: 5px;
  white-space: nowrap;
}

.payment-billing-form .form-control {
  height: 50px;
  margin-bottom: 25px;
}

.payment-method-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-method-radio {
  display: flex;
  align-items: center;
}

.ml-2 {
  margin-left: 8px;
}

#paypal-button-container {
  width: 100%;
  text-align: center;
}

.satispay-button {
  width: 100%;
  padding: 10px;
  background-color: #e60000;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

button.satispay-button:disabled {
  background-color: #e600008c;
  pointer-events: none;
}

.payment-method-radio .form-check-label {
  font-family: "DINBold";
  margin-left: 8px;
  font-size: 18px;
  margin-top: 5px;
}

.satispay-payment-success h4,
.satispay-payment-success p,
.satispay-payment-success button,
.satispay-payment-failed h4,
.satispay-payment-failed p {
  font-family: "DINRegular";
}
.d-mode-true .h4,
.d-mode-true p {
  color: #fff;
}

.selected-plan.card {
  border-color: violet;
}
.custom-radio .form-check-input:checked {
  background-color: rgba(151, 71, 255, 1) !important;
  border-color: rgba(151, 71, 255, 1) !important;
}

.custom-radio .form-check-input {
  background-color: transparent !important;
  border: 2px solid rgba(151, 71, 255, 1) !important;
}

@media (max-width: 768px) {
  .subscription-payment-container {
    padding: 10px;
  }

  .plan-info-section,
  .payment-section {
    width: 100%;
    max-width: 100%;
  }

  .custom-image {
    max-width: 320px;
  }
}

@media (max-width: 576px) {
  .custom-image {
    max-width: 320px;
  }

  /* .bordered-box {
        flex-direction: column;
        text-align: center;
        max-width: 100%;
      }
    
      .info-container {
        align-items: center;
      }
    
      .save-info {
        margin-left: 0;
        margin-top: 8px;
      } */
}
