* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s linear;
    -webkit-tap-highlight-color: transparent;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rt_pay_upi_section_16_body {
    overflow: auto;
    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: #F5FAFF;
    padding-bottom: 80px;
    overflow: auto;
}

.rt_curved_shape {
    width: 100%;
    height: 350px;
    background-color: #150275;
    background: url('../images/upi-16-bg.png') no-repeat;
    background-size: cover;
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    margin-bottom: 80px;
}

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

.rt_back_arrow_img_wrap {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0.5px solid #4F73AD;
    border-radius: 5px;
}

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

.rt_upi_16_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    height: 16px;
    color: #fff;
}


.rt_upi_amount_section {
    background-color: #D0DEFF4D;
    border: 1px solid #D0DEFF4D;
    width: 88%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 25px;
    padding: 6px 10px;
}

.rt_amount_title {
    font-size: 12px;
    font-weight: 600;
    color: #BFD8F1;
    line-height: 16.37px;
    margin-bottom: 2px;
}

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

.rt_qrcode_section {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 8px 0px #00000026;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 8px 33px;
    text-align: center;
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
}

.rt_qrcode_box {
    padding: 9px 0px;
    border-radius: 8px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    margin: 0 auto;
    border: 1px solid #E2E2E2
}

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

.rt_qrcode_title {
    font-size: 14px;
    font-weight: 700;
    color: #1976D2;
    line-height: 19px;
    margin-bottom: 8px;
}

.rt_qrcode_desc {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 16.37px;
    margin-bottom: 8px;
}

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

.rt_qrcode_count_desc .rt_counter_upi {
    color: #FF9800;
    font-weight: 800;
}

.rt_qrcode_images_wrap .rt_upi_sm_img {
    height: 12px;
    width: auto;
}

.rt_waiting_payment_animation_container {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.rt_qrcode_images_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.rt_or_option {
    color: #ccc;
}

.rt_upi_apps_main_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: center;
    color: #1976D2;
    margin-bottom: 16px;
}

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rt_shield_icon_animation_wrap {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rt_shield_icon_animation_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.2px solid #ccc;
    border-top-color: #4CAF50;
    animation: spin 1s linear infinite;
}

.rt_shield_icon {
    height: 10px;
    width: auto;
    z-index: 1;
}


.rt_waiting_payment_desc {
    font-size: 10px;
    color: #666666;
    line-height: 16.64px;
    height: 12px;
}


.rt_or_option {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.rt_or_option .rt_dash_line {
    width: 57px;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}

.rt_upi_apps_container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0px 16px;
}

.rt_upi_apps_container .rt_upi_apps_item {
    flex: 1;
    box-shadow: 0px 2px 8px 0px #4C7EB059;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: #fff;
    padding: 8px 0px;
    border-radius: 4px;
    height: 56px;
    cursor: pointer;
    border: 1px solid transparent;
}

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

.rt_upi_apps_container .rt_upi_apps_item.pay_upi_active {
    border: 1px solid #1976D2;
    background: #AFD7FF26;
}

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

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

.rt_paynow_btn {
    background-color: #1976D2;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
}

.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;

}

@media only screen and (min-width:550px) {

    .rt_pay_upi_section_16_body {
        background: url('');
        background: #3f75ff;
        background: linear-gradient(to left, #e5e5e5, #150053);
        background: -webkit-linear-gradient(to left, #e5e5e5, #150053);
        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: 150px;
    }

    .rt_curved_shape {
        margin-bottom: 60px;
    }


    .rt_upi_16_container {
        width: 550px;
        padding-bottom: 20px;
        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;
    }

    .rt_upi_amount_section {
        width: 85%;
    }
}