@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.payment7_section, .payment7_pay_section {
  font-family: "Poppins", sans-serif;
}
.payment7_main_section {
  background: radial-gradient(circle, rgba(9,21,121,0.7959558823529411) 0%, rgba(255,255,255,1) 100%);
}

.payment7_section {
  height: 100vh;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background: #fff;

  /* background-image: url('../image/screen_back_img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll; */
}
.payment7_sec_sub {
  /* height: 100%; */
  background-image: url('../image/screen_back_img.png');
    background-position: 50% 17%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px;
    background-attachment: scroll;
}
.payment7_sec_sub_cont{
  height: 100%;
  overflow: scroll;
 
}
.payment7_sec_sub_cont::-webkit-scrollbar {
  display: none;
}
.payment7_upi_title{
  display: flex;
  align-items: center;
  gap: 15px;
}
.payment7_upi_title h1{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.payment7_upi_title a{
  display: flex;
}
.payment7_head{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
}
.pay7__amt_val{
  font-family: "Inter", sans-serif;
font-size: 26px;
font-weight: 700;
color: #fff;
}
.payment7_head p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;

}
.upi_scann_con {
  background: #fff;
  display: flex;
  border-radius: 12px;
  padding:12px;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}
.pay_scanner {
  padding: 4px 4px 0px;
  border-radius: 4px;
}
.scann_cont2 {
  font-size: 12px;
  font-weight: 400;
  color: #908F8D;

}
.scann_cont1{
  font-size: 12px;
  font-weight: 400;
  color: #908F8D;
}
.scann_cont2 span {
  font-size: 14px;
  font-weight: 600;
  color: #D4574F;

}
.pay_scann_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pay_scann_img_wrapper{
  display: flex;
  justify-content: start;
  gap: 20px;
}
.scann_count_head{
font-size: 16px;
font-weight: 600;
color: #272323;

}




.payment7_upi_section {
  padding: 10px 0px 0;
  border-radius: 10px;
}
.payment7_upi_section h1 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.payment7_upi_option {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0;
  background: #fff;
  box-shadow: 0px 4px 11px 0px #00000000;

}
.payment7_par_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.arrow_right{
max-width: 16px;
}
.payment7_par_wrapper p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #201c3e;
}
.payment7_upi_common {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  justify-content: space-between;
  border-left: 1px solid #edeaff;
  border-right: 1px solid #edeaff;
  /* border-bottom: 1px solid #edeaff; */
  border-top: 1px solid #edeaff;
}
.gpays {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.upi_4 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #edeaff;
}
.pay_upi_active{
    border-left: 1px solid #272323;
    border-right: 1px solid #272323;
    border-bottom: 1px solid #272323;
    border-top: 1px solid #272323; 
}
.payment7_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 15px 10px;
  background: #fff;
}
.payment7_paynow {
  width: 100%;
  padding: 18px;
  background: #272323;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
    pointer-events: none;
}

/* Payment Success */
.payment7_main_section.pay_pg_sc{
    width:100%;
    height:100dvh;
    overflow: hidden;
}
.payment7_succ_bg {
  background-image: url('../image/pay_suc_bg.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 20px;
    overflow-y: scroll!important;
}
.pay_sucess img {
  width: 90px;
}
.payment_success_sec {
  position: relative;
  width: 100%;
  padding: 30px 0px 40px 0px;
  text-align: center;
}
.amount_pay_suc h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 3px;
}
.amount_pay_suc h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 3px;
  font-family: "Inter", sans-serif;
}
.amount_pay_suc h3 span{
  padding-right:5px;
}
.amount_pay_suc p{
  font-size: 14px;
  font-weight: 500;
  color:#00B273;
}
.pay_deta_sta{
  box-shadow: 0px 4px 11px 0px #00000000;
  border: 1px solid #E5E7EA;
  background: #FFFFFF;
  border-radius: 12px;
  padding:36px 12px 12px 12px;
  width:100%;
}
.pay_detail {
  list-style: none;
  padding-left: 0;
  padding: 10px 10px;
  margin: 0;
}
.pay_deta_sta p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color:#272323;
}
.pay_detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 520px;
  margin: 0 auto;
  color: #3A458A;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.pay_detail div {
  padding: 10px 0px;
  color: #2E2E2E;
}
.pay_rece {
  font-weight: 400;
  font-size: 12px;
  color: #676767!important;
}
.pay_title {
  padding-right: 5px !important;
  font-weight:500;
}
.pay_pg_upi{
  margin-top: -50px;
}
.pay_pg_upi img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 56%);
}
.pay_succ_btn {
  padding: 0px 5px;
}
.sub_pay_succ{
  width: 100%;
  padding: 12px;
  background: #272323;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
/* End Payment Success */
/* Payment Failed */
.amount_pay_fail h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 3px;
}
.amount_pay_fail h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 3px;
  font-family: "Inter", sans-serif;
}
.amount_pay_fail h3 span{
  padding-right:5px;
}
.amount_pay_fail p{
  font-size: 14px;
  font-weight: 500;
  color:#FF1F1F;
}
.sub_pay_fail {
  width: 100%;
  padding: 12px;
  background: #FF1F1F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
/* End Payment Failed */
@media (max-width:549px){
  .payment7_paynow_btn{
    position: fixed;
    width: 100%;

  }
}

@media(min-width:280px) and (max-width:359px){
  .scann_count_head{
    font-size: 14px;
  }
  .scann_cont1 , .scann_cont2{
    font-size: 10px;
  }
  .upi_scann_con{
    gap: 4px;
  }
  .scann_cont2 span{
    font-size: 12px;
  }
  .pay_scanner img{
    width: 110px;
  }
  .pay_scann_content{
    gap: 4px;
  }
  .pay_scann_img_wrapper{
    gap: 10px;
  }
  .payment7_head img{
    width: 40px;
  }
}
@media(min-width:360px) and (max-width:400px){
.upi_scann_con{
  padding: 4px;
}
.payment7_upi_common{
  padding: 6px 10px;
}
.payment7_head img{
  width: 45px;
}
.payment7_upi_option{
  margin-top: 10px;
}
.pay_scann_content{
  gap: 0px;
}
.pay_scanner img{
  width: 110px;
}
}
@media(min-width:320px) and (max-width:359px){
  .payment7_sec_sub{
    background-position: 50% 23%;
  }

}
@media(min-width:370px) and (max-width:400px){
  .payment7_sec_sub{
    background-position: 50% 23%;
  }
}
@media(min-width:401px) and (max-width:449px){
  .payment7_sec_sub{
    background-position: 50% 26%;
  }
}
@media(min-width:450px) and (max-width:549px){
  .payment7_sec_sub{
    background-position: 50% 30%;
  }
}
@media (min-width: 550px) {
  .payment7_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment7_sec_sub{
    background-position: 50% 28%;
  }
  .pay_upi_section.payment7_upi_section {
    padding-bottom: 0px !important;
}
}

@media (max-width: 550px) {
  .payment7_section {
    border-radius: unset;
  }
}
@media (min-width: 550px) and (max-width: 809px) {
  .payment7_section {
    max-height: 95dvh;
    height: unset;
  }
}
@media (min-width: 810px){
  .payment7_section {
    max-height: 95dvh;
    height: unset;
  }
}
@media (min-width:1100px){
  .payment7_section{
    height: unset;
    max-height: 97vh;
  }
}
