* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s linear;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400;
    font-style: normal;
    touch-action: manipulation;
}

.rt_pay_upi_section_16_body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    
}

.rt_pay_upi_section_16_body {
    overflow: hidden;
    height: 100dvh;
}

.rt_pay_upi_section_16_body::-webkit-scrollbar {
    display:
     none;
}

.rt_pay_upi_section_16 {
    max-width: 550px;
    height: 100dvh;
    position: relative;
}

.rt_upi_16_container::-webkit-scrollbar {
    display: none;
}


.rt_upi_16_container {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    height: 100dvh;
    background-color: #F5F5F5;
    padding-bottom: 70px;
    overflow: auto;
}

.rt_curved_shape {
    width: 100%;
    height: 200px;
    background-color: #4CAF50;
    box-shadow: 0px 4px 24px 0px #0000001F;
    border-bottom-left-radius: 100% 80%;
    border-bottom-right-radius: 100% 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 50px 16px;
}

.rt_upi_16_header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.rt_back_arrow_img_wrap {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(138, 251, 169, 0.4) 100%);
    border-radius: 5px;
}

.rt_back_arrow_img_wrap .rt_back_arrow {
    height: 15px;
    width: auto;
}

.rt_upi_16_title {
    font-size: 17px;
    font-weight: 700;
    line-height: 20.57px;
    color: #fff;
}


.rt_upi_amount_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.rt_upi_icon_wrap {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(138, 251, 169, 0.4) 100%);
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0px;
}

.rt_upi_icon_wrap>img {
    height: 25px;
    width: auto;
}

.rt_amount_title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 16.94px;
    margin: 4px 0px 0px;
}

.rt_amount_value {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 26.63px;
    display: flex;
    gap: 6px;
}

.rt_qrcode_section {
    text-align: center;
    margin: 16px 16px;
}

.rt_qrcode_box {
    padding: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    background: #EAEAEA;
    gap: 10px;
  max-width: 250px;
  height: auto;
}

.rt_qrcode_box_img_wrap {
    width: 120px;
    height: 120px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rt_upi_apps_container_wrap.pay_upi_section {
    margin: 0px 16px;
}

.rt_upi_qrcode {
    width: auto;
    height: 110px;
}

.rt_qrcode_title {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    line-height: 21.78px;
}

.rt_qrcode_desc {
    font-size: 12px;
    font-weight: 300;
    color: #121212;
    line-height: 15.37px;
}

.rt_qrcode_count_desc {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    line-height: 16.37px;
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.rt_qrcode_count_desc .rt_counter_upi {
    color: #F73939;
    font-weight: 500;
}

.rt_upi_apps_main_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: #121212;
    margin-bottom: 10px;
}

.rt_paynow_btn_wrap {
    background-color: #F5FAFF;
    width: 100%;
    padding: 5px 15px 10px 15px;
    border: 0;
}

.rt_upi_apps_container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rt_upi_apps_container .rt_upi_apps_item {
    flex: 1;
    box-shadow: 0px 4px 12px 0px #0000000F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: #fff;
    padding: 8px 0px;
    border-radius: 8px;
    height: 65px;
    cursor: pointer;
    border: 1px solid transparent;
    max-width: 100px;
    margin: 0 auto;
}

.rt_upi_apps_title {
    font-size: 12px;
    font-weight: 300;
    line-height: 16.37px;
    color: #121212;
}

.rt_upi_apps_container .rt_upi_apps_item.pay_upi_active {
    border-color: #00B74C;
    background-color: #E7FEF1;
}

.rt_upi_apps_container .rt_upi_apps_item_img {
    width: auto;
    height: 20px;
}

.rt_paynow_btn_wrap {
    bottom: 0px;
    left: 0;
    width: 100%;
    position: fixed;
}

.rt_paynow_btn {
    cursor: pointer;
    background-color: #4CAF50;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 10px;
}

.rt_paynow_btn.pay_btn_disabled {
    opacity: 0.5;
    filter: blur(0.3px);
    cursor: not-allowed;
    pointer-events: none;
}

.bold_or {
    color: #909090;
    font-weight: 600;

}

.rt_divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.rt_divider::before,
.rt_divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #ddd, rgba(0, 0, 0, 0));
    margin: 0 5px;
}

.rt_divider> span {
    font-size: 16px;
    color: #666;
}

.rt_upi_input_container>h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #121212;
    margin-bottom: 10px;
}

.rt_upi_input_wrap {
    position: relative;
}

.rt_upi_app_input_icon {
    position: absolute;
    top: 50%;
    bottom: 0;
    height: 18px;
    width: auto;
    left: 20px;
    transform: translate(-50%, -50%);
}

.rt_upi_app_input {
    width: 100%;
    padding: 11px 10px 10px 32px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    height: 45px;
    outline: none;
    box-shadow: none;
}

.rt_upi_app_input:focus {
    border: 1px solid #4CAF50;
}
.payment_su_fa_value::before { 
    content: attr(data-value); 
  }
@media only screen and (min-width:550px) {

    .rt_pay_upi_section_16_body {
        background: url('');
        background: linear-gradient(to right, #f2ffe1, #b4ff91);
        overflow: hidden;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rt_paynow_btn_wrap {
        position: sticky;
        bottom: 0px;
        left: 50%;
        transform: translateX(0%);
    }

    .rt_qrcode_section {
        top: 350px;
    }


    .rt_upi_16_container {
        width: 550px;
        padding-bottom: 10px;
        height: unset;
    }

    .rt_pay_upi_section_16 {
        height: unset !important;
        max-height: 95dvh !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}