.m-g-t-20 {
  margin-top: 20px;
}

.t-a-c {
  text-align: center;
}

.payment-channel-select {
  height: auto;
}

.payment-channel-grayScale {
  filter: grayscale(1);
  height: auto;
}

.payment-channel-select-style {
  background-color: #0050f0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-channel-select-div {
  margin-left: 86%;
  padding: 0 5px;
  position: absolute;
}

.payment-channel-select-icon .anticon svg {
  color: #ffffff !important;
  /* font-size: 8px !important; */
}

.payment-channel-card-style-padding {
  padding: 5px 24px 24px 24px !important;
}

.payment-channel-img {
  /* max-width: 190px; */
  width: 100%;
  /* max-height: 90px; */
  height: 100%;
}

.payment-channel-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 5% 20% 0 20%;
  min-height: 104px;
}

.payment-channel-divider .ant-divider-inner-text {
  color: #0050f0;
  font-size: 18px;
  font-weight: bold;
}

.ant-divider-horizontal.ant-divider-with-text:after,
.ant-divider-horizontal.ant-divider-with-text:before {
  border-top-color: #0050f0 !important;
}

.ant-card {
  min-height: 328px;
  height: auto !important;
}

@media (min-width: 320px) {
  .payment-channel-select-div {
    margin-left: 92%;
  }

  .payment-channel-text-header {
    color: #0050f0;
    /* font-weight: bold; */
    text-align: left;
    font-size: 18px;
  }

  .payment-channel-text1 {
    color: #0050f0;
    font-weight: bold;
    font-size: 16px;
  }

  .payment-channel-text2 {
    color: #0050f0;
    font-weight: normal;
    font-size: 16px;
  }

  .payment-channel-card-style {
    border-radius: 10px !important;
    height: 270px;
    padding-top: 5px !important;
    cursor: pointer;
  }

  .payment-channel-card-style-click {
    border-radius: 10px !important;
    height: 275px;
    padding-top: 5px !important;
    cursor: pointer;
    border-color: #0050f0 !important;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .payment-channel-text-header {
    color: #0050f0;
    /* font-weight: bold; */
    text-align: center;
    font-size: 18px;
  }

  .payment-channel-card-style {
    border-radius: 10px !important;
    height: 300px;
    padding-top: 5px !important;
    cursor: pointer;
  }

  .payment-channel-card-style-click {
    border-radius: 10px !important;
    height: 300px;
    padding-top: 5px !important;
    cursor: pointer;
    border-color: #0050f0 !important;
  }
}

@media (min-width: 1600px) {
}

.m-g-t-50 {
  margin-top: 50px;
}

.m-g-t-10 {
  margin-top: 10px;
}

.m-g-t-20 {
  margin-top: 20px;
}

.m-g-t-40 {
  margin-top: 20px;
}

.t-a-c {
  text-align: center;
}

.color-def {
  color: #0050f0;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0050f0;
  border-color: #0050f0;
}

.donate-selection .ant-select-selection--single {
  background-color: #f0f4fc;
  border-color: #f0f4fc;
  color: #0050f0;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
}

.donate-selection
  .ant-select-selection--single
  .ant-select-selection__rendered {
  height: 50px;
  margin-left: 20px;
  margin-top: 8px;
}

.donate-selection .ant-select-selection__placeholder {
  color: #0050f0;
  font-weight: 600;
  margin-top: -20px;
}

.doante-input-text {
  background-color: #f0f4fc !important;
  border-color: #f0f4fc !important;
  color: #0050f0 !important;
  height: 50px !important;
  border-radius: 50px !important;
  font-size: 18px !important;
}

.doante-input-text::placeholder {
  color: #cfddf6 !important;
}

.propmpay-method-text-amout {
  color: #0050f0;
  border-color: #0050f0;
  border: 1px solid;
  display: flex;
  height: 50px;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 24px;
  cursor: pointer;
}

.propmpay-method-text-amout-card {
  color: #0050f0;
  border-color: #0050f0;
  border: 1px solid;
  display: flex;
  height: 50px;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 24px;
  cursor: pointer;
  background-color: #f0f4fc;
}

.amout-active {
  background-color: #0050f0;
  color: #ffff;
}

.propmpay-method-text-amout-input {
  height: 50px;
  border-radius: 24px !important;
  border-color: #0050f0 !important;
  border: 1px solid !important;
  color: #0050f0 !important;
  text-align: center;
  font-family: "ttb-Regular";
  font-size: 18px !important;
}

.propmpay-method-text-amout-input-number {
  width: 100% !important;
  height: 50px !important;
  border-radius: 24px !important;
  border-color: #f0f4fc !important;
  background-color: #f0f4fc !important;
  /* border: 1px solid !important; */
  color: #0050f0 !important;
  text-align: center !important;
  font-family: "ttb-Regular" !important;
  font-size: 18px !important;
}

.propmpay-method-text-amout-input-number .ant-input-number-handler-wrap {
  display: none !important;
}

.propmpay-method-text-amout-input-number .ant-input-number-input-wrap {
  margin-top: 8px;
  text-align: center;
}

.propmpay-method-text-amout-input-number
  .ant-input-number-input:placeholder-shown {
  text-align: center;
}

.propmpay-method-text-amout-input-number .ant-input-number-input {
  text-align: center;
}

.propmpay-method-payment .ant-input {
  text-align: left !important;
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
  font-family: Ekachon-Regular;
}

.ant-select-dropdown-menu {
  padding-left: 0px !important;
}

@media (min-width: 320px) {
  .propmpay-method-text-header {
    font-size: 14px;
    font-weight: bold;
  }

  .propmpay-method-text-des {
    color: #0050f0;
    font-size: 14px;
    font-weight: bold;
    display: flex !important;
    align-items: center;
  }

  .propmpay-method-text-des-email {
    color: #333333;
    font-size: 10px;
  }

  .propmpay-method-text-validate {
    color: red;
    font-size: 14px;
  }

  .propmpay-method-text-policy {
    color: #0050f0 !important;
    font-size: 14px !important;
  }

  .propmpay-method-text-amout-card {
    font-size: 14px;
  }

  .propmpay-method-text-amout {
    font-size: 14px;
  }

  .propmpay-method-text-amout-input-web {
    display: none !important;
  }

  .propmpay-method-text-amout-input-mobile {
    display: block !important;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .propmpay-method-text-header {
    font-size: 18px;
    font-weight: bold;
  }

  .propmpay-method-text-des {
    color: #0050f0;
    font-size: 18px;
    font-weight: bold;
    display: flex !important;
    align-items: center;
  }

  .propmpay-method-text-des-email {
    color: #333333;
    font-size: 14px;
  }

  .propmpay-method-text-validate {
    color: red;
    font-size: 14px;
  }

  .propmpay-method-text-policy {
    color: #0050f0 !important;
    font-size: 18px !important;
  }

  .propmpay-method-text-amout-card {
    font-size: 18px;
  }

  .propmpay-method-text-amout {
    font-size: 18px;
  }

  .propmpay-method-text-amout-input-web {
    display: block !important;
  }

  .propmpay-method-text-amout-input-mobile {
    display: none !important;
  }
}

@media (min-width: 1600px) {
}

.m-g-t-50 {
  margin-top: 50px;
}

.m-g-t-20 {
  margin-top: 20px;
}

.m-g-t-40 {
  margin-top: 20px;
}

.m-g-t-30 {
  margin-top: 30px;
}

.t-a-c {
  text-align: center;
}

.color-def {
  color: #0050f0;
}

.donate-selection .ant-select-selection--single {
  background-color: #f0f4fc;
  border-color: #f0f4fc;
  color: #0050f0;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
}

.donate-selection
  .ant-select-selection--single
  .ant-select-selection__rendered {
  height: 50px;
  margin-left: 20px;
  margin-top: 8px;
}

.donate-selection .ant-select-arrow .ant-select-arrow-icon svg {
  color: #0050f0;
}

.doante-input-text {
  background-color: #f0f4fc;
  border-color: #f0f4fc;
  color: #0050f0;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
}

@media (min-width: 320px) {
  .tax-detail-text-header {
    color: #0050f0;
    font-size: 14px;
    font-weight: bold;
  }

  .tax-detail-text-checkbox {
    color: #0050f0;
    font-size: 14px;
  }

  .tax-detail-text-form {
    color: #0050f0;
    font-size: 14px;
    font-weight: bold;
  }

  .tax-detail-text-form-des {
    color: #333333;
    font-size: 10px;
  }

  .tax-detail-div {
    border: 1px solid;
    border-radius: 15px !important;
    border-color: #0050f0 !important;
    padding: 27px;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .tax-detail-text-header {
    color: #0050f0;
    font-size: 18px;
    font-weight: bold;
  }

  .tax-detail-text-checkbox {
    color: #0050f0;
    font-size: 18px;
  }

  .tax-detail-text-form {
    color: #0050f0;
    font-size: 18px;
    font-weight: bold;
  }

  .tax-detail-text-form-des {
    color: #333333;
    font-size: 14px;
  }

  .tax-detail-div {
    border: 1px solid;
    border-radius: 15px !important;
    border-color: #0050f0 !important;
    padding: 27px 27px 27px 27px;
  }
}

@media (min-width: 1600px) {
}

.ant-select-auto-complete.ant-select .ant-input {
  border-width: 0px !important;
  color: #0050f0;
  border: #fff;
}

.donate-autocomplete .ant-select-selection--single {
  background-color: #f0f4fc;
  border-color: #f0f4fc;
  color: #0050f0;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
}

.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

.donate-autocomplete
  .ant-select-selection--single
  .ant-select-selection__rendered {
  height: 50px;
  /* margin-left: 20px;
    margin-top: 8px; */
}

.donate-autocomplete .ant-select-arrow .ant-select-arrow-icon svg {
  color: #0050f0;
}

.m-g-t-50 {
  margin-top: 50px;
}

.m-g-t-20 {
  margin-top: 20px;
}

.m-g-t-40 {
  margin-top: 20px;
}

.m-g-t-30 {
  margin-top: 30px;
}

.m-g-l-20 {
  margin-left: 20px;
}

.t-a-c {
  text-align: center;
}

.t-a-e {
  text-align: end;
}

.color-def {
  color: #0050f0;
}

.text-def {
  font-size: 13px;
}

.text-def-value {
  font-size: 14px;
}

.payment-confirm-div {
  border: 1px solid;
  border-color: #0050f0;
  border-radius: 15px;
  padding: 14px;
  width: 100%;
  max-width: 800px;
  /* display: flex;
    align-items: center; */
}

.payment-confirm-div-check {
  padding: 14px;
  width: 100%;
  max-width: 800px;
  /* display: flex;
    align-items: center; */
}

.payment-confirm-img {
  width: 60px;
  height: 60px;
}

@media (min-width: 320px) {
  .payment-confirm-text-header {
    font-size: 14px;
    color: #0050f0;
  }

  .payment-confirm-text-des .ant-checkbox + span {
    font-size: 14px;
    color: #0050f0;
  }

  .payment-confirm-text-des {
    font-size: 14px;
    color: #0050f0;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .payment-confirm-text-header {
    font-size: 18px;
    color: #0050f0;
  }

  .payment-confirm-text-des .ant-checkbox + span {
    font-size: 18px;
    color: #0050f0;
  }

  .payment-confirm-text-des {
    font-size: 18px;
    color: #0050f0;
  }
}

@media (min-width: 1600px) {
}

.m-g-t-50 {
  margin-top: 50px;
}

.m-g-t-20 {
  margin-top: 20px;
}

.m-g-t-40 {
  margin-top: 20px;
}

.m-g-t-30 {
  margin-top: 30px;
}

.m-g-l-20 {
  margin-left: 20px;
}

.t-a-c {
  text-align: center;
}

.t-a-e {
  text-align: end;
}

.color-def {
  color: #0050f0;
}

.color-def-1 {
  color: #333333;
}

.text-def-qr {
  font-size: 16px;
  margin: unset;
}

.text-def-value {
  font-size: 14px;
}

.button-deeplink {
  background-color: #0050f0;
  color: #fff;
  border-radius: 10px;
  height: 37px;
}

.button-download {
  background-color: #fff;
  color: #0050f0;
  border-radius: 10px;
  height: 37px;
  border-color: #0050f0;
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.m-g-t-50 {
  margin-top: 50px;
}

.m-g-t-20 {
  margin-top: 20px;
}

.m-g-t-10 {
  margin-top: 10px;
}

.m-g-t-40 {
  margin-top: 20px;
}

.t-a-c {
  text-align: center;
}

@media (min-width: 320px) {
  .donate-payment-header {
    font-size: 14px;
    color: #0050f0;
  }

  .donate-payment-header-succes {
    font-size: 14px;
    color: #0050f0;
    width: 100%;
    /* max-width: 432px; */
  }

  .payment-channel-button {
    background-color: #0056ff !important;
    color: #ffff !important;
    font-size: 14px !important;
    font-weight: normal;
    border-radius: 15px !important;
    height: 39px !important;
    width: auto;
    margin-bottom: 22px;
    font-family: ttb-Regular;
  }

  .payment-channel-button-2 {
    background-color: #ffff !important;
    color: #0056ff !important;
    font-size: 14px !important;
    font-weight: normal;
    border-radius: 15px !important;
    height: auto;
    width: auto;
    margin-bottom: 22px;
    font-family: ttb-Regular;
  }

  .donate-payment-text-step .ant-steps-item-title {
    font-size: 14px !important;
    color: #333333;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .donate-payment-header {
    font-size: 40px;
    color: #0050f0;
  }

  .payment-channel-button {
    background-color: #0056ff !important;
    color: #ffff !important;
    font-size: 20px !important;
    font-weight: normal;
    border-radius: 15px !important;
    height: 57px !important;
    width: auto;
    margin-bottom: 69px;
    font-family: ttb-Regular;
  }

  .payment-channel-button-2 {
    background-color: #ffff !important;
    color: #0056ff !important;
    font-size: 20px !important;
    font-weight: normal;
    border-radius: 15px !important;
    height: 57px !important;
    width: auto;
    margin-bottom: 69px;
    font-family: ttb-Regular;
  }

  .donate-payment-header-succes {
    font-size: 40px;
    color: #0050f0;
    width: 100%;
    /* max-width: 432px; */
  }

  .donate-payment-text-step .ant-steps-item-title {
    font-size: 18px !important;
    color: #333333;
  }
}

@media (min-width: 1600px) {
}

.step-wizard-list {
  display: flex;
  position: relative;
  z-index: 10;
  padding: unset;
}

.step-wizard-item {
  padding: 0 5%;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.step-wizard-item + .step-wizard-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: #0050f0;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  z-index: -10;
}

.progress-count {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: transparent;
}

.progress-count::after {
  content: "";
  height: 40px;
  width: 40px;
  background: #0050f0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10;
}

.progress-count::before {
  content: "";
  height: 10px;
  width: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center;
}

.progress-label {
  font-size: 14px;
  font-weight: 600;
  font-family: "ttb-Regular";
  margin-top: 10px;
}

.current-item .progress-count::before,
.current-item ~ .step-wizard-item .progress-count::before {
  display: none;
}

.current-item ~ .step-wizard-item .progress-count::after {
  /* height: 10px;
    width: 10px; */
  /* background-color:rgb(213, 214, 214) ; */
}

.current-item ~ .step-wizard-item .progress-label {
  opacity: 0.5;
}

.current-item ~ .progress-count::after {
  background: #fff;
  border: 2px solid #0050f0;
}

.current-item .progress-count {
  color: #fff;
}

.circle1 {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #f69028;
  border-radius: 50%;
  cursor: pointer;
}

.circle2 {
  transform: translate(8%, 8%);
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
}

.circle3 {
  transform: translate(9%, 9%);
  width: 30px;
  height: 30px;
  background-color: #0050f0;
  border-color: #0050f0;
  border-radius: 50%;
}

.circle4 {
  /* transform: translate(9%, 9%); */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 28px;
  background-color: #0050f0;
  border-color: #0050f0;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.circle-content {
  width: 100%;
  /* max-width: 1000px; */
  display: flex;
  justify-content: center;
}

.circle-content-inner {
  display: flex;
  justify-content: center;
}

.circle-grayscale {
  filter: grayscale(1);
}

.circle-active {
  background-color: #f69028 !important;
}

@media (min-width: 320px) {
  .circle-content-text {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 600;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .circle-content-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1600px) {
}

