

  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }

  html {
    font-size: 55.5%;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
  }
button{
    cursor: pointer;
}
a{
  text-decoration: none;
}
  body {
    box-sizing: border-box;
    line-height: 1.6;
    font-family: "SF Pro Display";
  }

  img {
    max-width: 100%;
    display: block;
  }

  ul li {
    list-style: none;
  }

  /* body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.5rem;
} */

  /* Saurab */
  .main_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main_canvas {
    background-color: #151716;
    height: calc(100vh - 4rem);
    border-radius: 0.5rem;
    width: 100%;
    position: relative;
  }

  .payment_details {
    background: linear-gradient(
      257.97deg,
      #93edc4 0.89%,
      #b4e7d0 45.34%,
      #c6dcd2 94.47%
    );
    height: 18.2rem;
    width: 100%;
    border-bottom-right-radius: 4.2rem;
    border-bottom-left-radius: 4.2rem;
    position: relative;
  }

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

  .payment_details_top_stats_inner_adj {
    padding: 1rem 1.6rem;
  }

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

  .payment_top_left_arrow {
    width: 18px;
  }

  .payment_top_left_arrow.hide {
    visibility: hidden;
  }

  .payment_heading p {
    font-weight: 700;
    font-size: 1.8rem;
  }

  .payment_timer_unit {
    width: 3.8rem;
    height: 3.8rem;
    background-color: #ffffff;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circleProgress_wrapper {
    font-weight: 700;
    font-size: 1.2rem;
  }

  .payment_amount_request_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
  }

  .payment_amount_request_data,
  .payment_amount_request_org_img {
    display: flex;
    flex-direction: column;
  }

  .payment_amount_request_data .payment_status {
    font-size: 1.4rem;
  }

  .payment_amount_request_org_img p {
    font-size: 1.2rem;
  }

  .payment_amount_request_data .payment_amount {
    font-weight: 800;
    font-size: 3.2rem;
    padding-top: 0.5rem;
  }

  .payment_amount_request_org_img img {
    padding-top: 0.5rem;
    width: 10rem;
  }

  .app-wrapper {
    max-width: 62rem;
    width: 100%;
    margin-inline: auto;
    max-height: calc(100dvh - 3rem);
    /* padding-inline: 1.6rem; */
    background: rgba(21, 23, 22, 1);
    position: relative;
  }

  .tab-section__header .tab-section__list {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    scroll-behavior: smooth;
  }

  .tab-section__header .tab-section__list .tab-button {
    background: #252525;
    border-radius: 1.8rem;
    padding: 0.8rem 1.2rem;
    border: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    height: 32px;
  }

  .tab-section {
    min-height: calc(100dvh - 18.2rem);
    padding: 2rem 2rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

  .tab-section__header .tab-section__list .tab-button.active {
    background: linear-gradient(
      257.97deg,
      #93edc4 0.89%,
      #b4e7d0 45.34%,
      #c6dcd2 94.47%
    );
    color: #0c0f0c;
  }

  .tab-section__header .tab-section__list .tab-button .tab-button__icon {
    display: flex;
    align-items: center;
  }

  .tab-section__header
    .tab-section__list
    .tab-button
    .tab-button__icon
    path {
    fill: #ffffff;
  }

  .tab-section__header
    .tab-section__list
    .tab-button.active
    .tab-button__icon
    path {
    fill: #000000;
  }

  .tab-section__header .tab-section__list .tab-button .tab-button__text {
    white-space: nowrap;
  }

  .tab-section__main > * {
    display: none;
  }

  .tab-section__main .active {
    display: flex;
    /* height: 100%; */
    flex-direction: column;
  }

  /* .tab-section__header {
    padding-inline: 1.6rem;
  } */

  .tab-section__main {
    margin-top: 2.4rem;
    flex: 1;
  }

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

  .tab-content-header__title {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 600;
  }

  .tab-content-header__CTA {
    background: transparent;
    border: 0;
    color: #c6dcd2;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
  }

  .tab-content__main {
    margin-top: 2rem;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 4rem;
  }

  .payment-card {
    padding: 1.6rem 1.2rem;
    border-radius: 2rem;
    position: relative;
    box-shadow: 0 0.4rem 3.6rem 0 rgba(255, 255, 255, 0.12);
    max-height: 25.8rem;
    min-width: 18.2rem;
    height: 25.8rem;
    cursor: pointer;
  }

  .after-card-select-content {
    display: none;
    width: 100%;
  }

  .after-card-select-content.active {
    display: block;
  }
  .payment-card.yellow {
    background: #fcfe9d;
  }

  .payment-card.purple {
    background: #e6dbff;
  }

  .payment-card.blue {
    background: #cfedf8;
  }

  .payment-card input[type="radio"] {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 23px;
    right: 10px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    z-index: 0;
    background: transparent;
    border-radius: 50%;
}

  .selected-card__indicator {
    width: 2.4rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 0.15rem solid rgba(12, 15, 12, 0.5);
    position: absolute;
    top: 0;
    right: 1.2rem;
    transform: translateY(100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-holder-label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #0c0f0c;
  }

  .card-holder-name {
    font-weight: 500;
  }

  .payment-card-bank {
    position: absolute;
    bottom: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .payment-card__header {
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #0000001f;
  }

  .payment-detail {
    padding-top: 1.2rem;
  }

  .tab-content__payment-cards {
    display: flex;
  }

  .payment-detail > :not(:last-child) {
    margin-bottom: 2rem;
  }

  .payment-detail--single-tx-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .payment-card:has(.pay-card-ip:checked) .selected-card__indicator {
    background-color: #0c0f0c;
  }

  .payment-card:has(.pay-card-ip:checked) .selected-card__indicator::after {
    content: url("../images/tick.png");
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(20%);
  }
  .tab-content__payment-card-single {
    cursor: pointer;
    padding-inline: 15px;
  }
  .tab-content__payment-card-single.swiper-slide-prev {
    /* transform-origin: bottom left; */
    transform: rotate(-5deg);
    opacity: 0.9;
  }

  .tab-content__payment-card-single.swiper-slide-next {
    /* transform-origin: bottom right; */
    transform: rotate(5deg);
    opacity: 0.9;
  }

  .swiper.swipper-extra-padd {
    padding-block: 3rem;
    align-self: flex-start;
  }

  .cmn-btn {
    width: calc(100% - 36px);
    margin: 2rem;
    min-height: 5.2rem;
    background: linear-gradient(
      257.97deg,
      #93edc4 0.89%,
      #b4e7d0 45.34%,
      #c6dcd2 94.47%
    );
    border: none;
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    align-items: center;
    border-radius: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* Saurabh */

  .input_field_wrapper {
    margin: 0 0 12px 0;
  }

  input {
    border: none;
    background: none;
    /* padding: 0;
        margin: 0; */
    font: inherit;
    color: inherit;
    outline: none;
    box-shadow: none;
    appearance: none;
    /* Important for Safari/Firefox */
    -webkit-appearance: none;
    /* Older Safari */
  }

  .common_adj_input_filed {
    background-color: #252525;
    height: 52px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 12px;
    border-radius: 12px;
    padding: 17px 12px;
    font-size: 14px;
  }

  .expire_date_cvv_wrapper {
    display: flex;
    gap: 12px;
  }

  .expire_date_cvv_wrapper .expire_date_wrapper {
    flex: 1;
  }

  .expire_date_cvv_wrapper .cvv_wrapper {
    flex: 1;
  }

  .input_field_wrapper {
    margin-top: 24px;
  }

  .cvv_wrapper.wrapper_top_gap {
    margin-top: 20px;
  }

  .cvv_wrapper {
    position: relative;
  }

  .cvv_wrapper .cvv_error {
    color: #f64848;
    font-size: 12px;
    padding-bottom: 27px;
  }

  /* .cvv_wrapper img {
  position: absolute;
  top: 17px;
  right: 10px;
} */

  label {
    position: relative;
  }

  label > span::after,
  label > span::before {
    position: absolute;
    transition: 200ms ease-in-out;
  }

  label > span::before {
    content: attr(data-label);
    left: 16px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    pointer-events: none;
    height: 18px;
    font-size: 14px;
    color: gray;
    line-height: 1;
  }

  label > input:focus ~ span::before,
  label > input:valid ~ span::before {
    font-size: 12px;
    color: #a8a8a8;
  }

  input {
    width: 100%;
    border: 0;
    height: 56px;
    padding: 20px 16px 6px;
    font-size: 16px;
  }

  input:focus,
  input:active {
    outline: 0;
    border: 0;
  }

  .filled > input:focus ~ span::before,
  .filled > input:valid ~ span::before {
    transform: translate(-5px, -15px);
    font-size: 12px;
    color: #a8a8a8;
  }

  .checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkbox.style-c input:checked ~ .checkbox__checkmark {
    background-color: #ffffff;
  }

  .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
  }

  .checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    /* background-color: #eee; */
    border: 1px solid #a8a8a8;
    transition: background-color 0.25s ease;
    border-radius: 4px;
  }

  .checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .checkbox.style-c .checkbox__body {
    color: #ffffff;
    padding-top: 3px;
    font-size: 12px;
  }

  /* .bottom_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
} */

  .choose_your_bank_wrapper {
    padding: 1.5rem 0rem;
    height: 100%;
    /* position: relative; */
  }

  /* .bottom_button_wrapper {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 1.2rem;
  margin: 0px 24px;
} */

  .choose_your_bank_heading {
    color: #ffffff;
    padding-bottom: 1rem;
  }

  .choose_your_bank_heading p {
    font-weight: 600;
    font-size: 1.6rem;
  }

  .choose_your_bank_adjustment {
    display: flex;
    gap: 1.8rem;
  }

  .choose_your_bank_inner_adjustment p {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    padding-top: 0.8rem;
  }

  .choose_your_bank_inner_adjustment {
    padding: 1.4rem 0;
    background-color: #252525;
    border-radius: 1.2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }

  .choose_your_bank_or_line {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    padding: 1rem 0rem;
  }

  .choose_your_bank_or_line span {
    width: 100%;
    background-color: #5b5b5b;
    height: 0.1rem;
  }

  .choose_your_bank_or_line p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .dropdown {
    position: relative;
  }

  .dropdown-toggle {
    background: #252525;
    color: #ffffff;
    padding: 9px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    transition: 0.3s;
    height: 38px;
    font-size: 12px;
  }

  .dropdown-toggle .selected {
    display: flex;
    align-items: center;
  }

  .bank_image_selection {
    background-color: #ffffff;
    padding: 0.4rem;
    margin-right: 1rem;
    border-radius: 1rem;
  }
  .bank_image_selection img {
    width: 20px;
    height: 20px;
}
  .dropdown-toggle .selected span {
    color: #a8a8a8;
  }

  .dropdown-toggle .arrow img {
    border-radius: 50%;
    transform: rotate(-180deg);
    width: 1.6rem;
  }

  .arrow {
    transition: transform 0.3s ease;
  }

  .arrow.rotate {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    background: #252525;
    border-radius: 0.8rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3 ease-in;
    box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
    z-index: 9999999999;
  }

  .dropdown.open .dropdown-menu {
    max-height: 30rem;
    overflow-y: auto;
  }

  .dropdown-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background 0.2s;
    color: #ffffff;
    font-size: 1.6rem;
  }

  .dropdown-item:hover {
    background: rgb(100, 100, 100);
  }

  .dropdown-item img {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
  }

  .bank_selection_info {
    display: flex;
    padding-top: 1.2rem;
    align-items: center;
    gap: 0.6rem;
  }

  .bank_selection_info p {
    color: #ffffff;
    font-size: 1.2rem;
  }

  ::-webkit-scrollbar {
    width: 0.5rem;
  }

  ::-webkit-scrollbar-track {
    background-color: #000000;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
  }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: #6d6d6d;
  }

  /* .qrcode_section_content {
    padding: 0rem 1rem;
  } */

  .Qrcode_sec_wrapper {
    padding-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .Qrcode_sec_wrapper img {
    border: 0.17rem solid;
    border-image-source: linear-gradient(0deg, #3e3e3e, #3e3e3e),
      linear-gradient(125.61deg, #c6dcd2 4.45%, #3e3e3e 21.15%),
      linear-gradient(301.96deg, #c6dcd2 2.56%, rgba(62, 62, 62, 0) 15.86%);
    padding: 1.8rem;
    background: rgba(37, 37, 37, 0.75);
    box-shadow: 2.5rem 0.8rem 6.1rem -2.2rem rgba(255, 255, 255, 0.45);
    -webkit-box-shadow: 2.5rem 0.8rem 6.1rem -2.2rem rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 2.5rem 0.8rem 6.1rem -2.2rem rgba(255, 255, 255, 0.45);
    border-radius: 3rem;
  }

  .Qrcode_sec_para {
    text-align: center;
    color: #ffffff;
    padding-top: 1.7rem;
    color: #c5c5c5;
  }

  .paywith_upi_heading {
    font-weight: 600;
    font-size: 1.6rem;
    text-align: start;
    padding: 2.4rem 0 2rem 0;
    color: #ffffff;
  }

  .upi_option_alignment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    background: rgba(37, 37, 37, 0.75);
    padding: 0.6rem 1rem;
    border-radius: 1.2rem;
    cursor: pointer;
  }

  .upi_options {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .upi_options_inner {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: #ffffff;
  }

  .payment_provider_img {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #000;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Qrcode_sec_para p {
    font-size: 1.2rem;
  }

  .upi_options_inner p {
    font-size: 1.4rem;
  }

  .extra_right_padding_cvv_input {
    padding-right: 34px;
  }

  .extra_right_padding_cardnumber {
    padding-right: 48px;
  }

  .hidden {
    display: none;
  }

  .visible {
    display: block;
  }

  .payment_succus_main_wrapper {
    padding: 0px 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .payment_succus_inner_adj,
  .payment_failed_inner_adj {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  .payment_succus_inner_adj {
    padding-bottom: 36px;
  }

  .payment_failed_inner_adj {
    padding-bottom: 1rem;
  }

  .payment_succus_close_icon {
    width: 100%;
    display: flex;
    align-self: flex-start;
    padding: 17px 19px 28px 19px;
    cursor: pointer;
  }

  .payment_succus_amount_status {
    padding-top: 10px;
    color: #ffffff;
    font-size: 14px;
  }

  .payment_succus_amount {
    color: #ffffff;
    padding-top: 0.5rem;
    font-size: 32px;
    font-weight: 800;
  }

  .payment_transaction_details {
    background-color: #212121;
    height: 300px;
    width: 100%;
    border-radius: 24px;
    margin-top: 36px;
    position: relative;
    font-size: 14px;
  }

  .transaction_details_top_imgage {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    padding-bottom: 28px;
    position: absolute;
    bottom: 75%;
  }

  .transaction_details_top_imgage img {
    /* padding-bottom: 8px; */
  }

  .transaction_details_top_imgage p {
    font-size: 18px;
    font-weight: 600;
  }

  .transaction_details_adj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 22px;
    padding-top: 20px;
  }

  .transaction_details_adj p {
    padding-bottom: 1rem;
  }

  .transaction_details_adj .transaction_details_heading_detail {
    color: #ffffff;
  }

  .transaction_details_adj .transaction_details_heading {
    color: #c5c5c5;
  }

  .transaction_details_border {
    border: none;
    height: 6px;
    background-image: radial-gradient(#424242 2px, transparent 2px);
    background-size: 12px 8px;
    background-repeat: repeat-x;
    position: relative;
  }

  .transaction_details_left_black_circle,
  .transaction_details_right_black_circle {
    width: 37px;
    height: 37px;
    border-radius: 30px;
    background-color: #151716;
    position: absolute;
  }

  .transaction_details_left_black_circle {
    right: -21px;
    top: -12px;
  }

  .transaction_details_right_black_circle {
    left: -21px;
    top: -12px;
  }

  .transaction_details_data_wrapper {
    margin-top: 4rem;
  }

  .transaction_share_icon {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    color: rgba(198, 220, 210, 1);
  }

  .bottom_button_wrapper button {
    cursor: pointer;
  }

  .transaction_failed_description {
    color: #c5c5c5;
    text-align: center;
    font-size: 14px;
  }

  .payment_succus_section_show {
    background-color: #151716;
    height: 100dvh;
  }

  .info_icon {
    cursor: pointer;
  }

  .card_main_tooltip {
    position: relative;
  }

  .tooltip {
    position: absolute;
    display: inline-block;
    right: 14px;
    bottom: 29px;
  }

  .tooltip-img {
    display: block;
    cursor: pointer;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    width: 141px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 11px;
    position: absolute;
    z-index: 1;
    right: -7px;
    top: -54px;
    font-size: 10px;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
  }

  .tooltip .tooltiptext.show {
    visibility: visible;
    opacity: 1;
  }

  .mastercard {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    right: 10px;
    width: 40px;
    height: 26px;
    object-fit: scale-down;
  }

  section.tab-content.actived {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
  }

  @media screen and (max-width: 33.75em) {
    html {
      font-size: 50%;
    }

    body {
      padding: 0;
    }

    .app-wrapper {
      max-height: unset;
    }
  }
/* failed css */
.pay_fail_msg {
    background: transparent;
    margin: 71.76px 0 0 0;
    border-radius: 16px;
  }
  .fail_amt_info {
    background: rgba(252, 252, 252, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px 12px;
    max-width: 328px;
    width: 100%;
    margin: 7px auto;
  }
  .fail_amt_info ul{
    display: flex;
    justify-content: space-between;
  }
  .fail_amt_info ul li {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
  }
  .fail_amt_info ul li:nth-child(even) p, .fail_amt_info ul li:nth-child(even) span{
    text-align: right;
  }
  .fail_amt_info ul li p{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    vertical-align: middle;
    color: rgba(137, 151, 183, 1);
    width: 100%;
    text-align: left;
  }
  .fail_amt_info ul li:last-child {
    padding-bottom: 0;
  }
  .pay_fail_msg h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: rgba(245, 245, 245, 1);  
  }
  .pay_fail_msg p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    padding: 6px 0 0 0;
  }
  .fail_main_msg {
    padding: 22px 14px 24px 14px;
  }
  
  .payment_failed_wrapper .pay_current_window::before{
    content: '';
    background: url('../images/popper.svg') no-repeat;
    width: 100%;
    position: absolute;
    height: 250px;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  .payment_failed_wrapper .pay_current_window{
    justify-content: center;
    padding-top: 40px;
    position: relative;
    z-index: 1;
  }
  .fail_img {
    text-align: center;
    margin-top: -30px;
  }
  .fail_amt_info p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    width: 50%;
    color: rgba(255, 255, 255, 0.72);
    text-align: left;
  }
  .fail_amt_info span {
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-top: 4px;
  }
  .fail_amt_info.success_amt_info span img{
    width: 118px;
  }
  .fail_amt_info span.msg_bg {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 30, 0, 1);
    padding: 6px 10px;
    background-color: rgba(199, 64, 46, 0.12);
    border-radius: 23px;
  }
  .fail_amt_info span.msg_bg.success_bg {
    color: rgba(65, 209, 149, 1);
    background-color: rgba(65, 209, 149, 0.12);
  }
  .pay_btn.result_btn {
    background: linear-gradient(90deg, #8D2BFC 0%, #1D38E5 100%);
    box-shadow: 0px 4px 21px 0px rgba(67, 48, 233, 0.25);
    font-family: "plus jakarta Sans", sans-serif;
  }
  .line {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    height: 1px;
  }
  
  .full_details li span {
    color: #fff;
    font-weight: 500;
  }
  .full_details {
    padding: 8px 0;
  }
  .fail_amt_info.success_amt_info {
    margin: 7px auto 16px auto;
  
  }
  .fail_img.success_img {
    margin-top: -50px;
  }
  .download_receipt{
    width: 100%;
    text-align: center;
    padding-top: 13px;
  }
  .download_receipt a{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
  }
  .download_receipt a img{
    width: 20px;
    height: 20px;
  }
  .payment_failed_wrapper.amt_failed_wrapper .pay_current_window::before{
    content: none;
  }
  
  /* failed css */
