  @font-face {
    font-family: "Ploni11AAA-Regular";
    src: url("/yaadpay/7.0/Images/paybyqr/fonts/Ploni11AAA-Regular.ttf");
  }
  @font-face {
    font-family: "Ploni11AAA-U-Light";
    src: url("/yaadpay/7.0/Images/paybyqr/fonts/Ploni11AAA-U-Light.ttf");
  }
  @font-face {
    font-family: "Ploni DL 1.1 AAA";
    src: url("/yaadpay/7.0/Images/paybyqr/fonts/PloniDL1.1AAA.ttf");
  }
  
  body, body * {
    font-family: 'Ploni11AAA-Regular';
}

* {  
   user-drag: none;  
   user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

  #loadingmsg {
    background: rgb(255 253 253 / 73%);
    color: #5c64ff;
    font-family: 'Ploni11AAA-Regular';
    font-size: 204%;
  }
  
    #img_hyp_loader {
        height: 170px;
  }

  #hypage_container {
    display: flex;
    overflow: hidden;
  }
  #right_form {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
  }
  #left_pritim {
    flex: 1;
    padding-bottom: 100vh;
    background: #f7f7fa;
    display: flex;
    justify-content: center;
  }
/*  #gift_card_img {
      margin: 0 0.5rem;
   }*/
   .amount_section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #logo_section {
    max-height: 7rem;
    max-width: 7rem;
  }
  #cstmr_logo {
    max-width: 100%;
    height: auto;
  }
  #CC_Form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  
    #cstmr_title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    direction: rtl;
    line-height: 1;
  }
  .textFont {
    font-family: "Ploni11AAA-Regular";
  }
  #amount_title {
    color: #000;
    font-size: 16px;
    text-align: center
  }
  .amount {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
  .hypage_btn {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #7d7473;
    background: #fff;
    cursor: pointer;
    font-family: "Ploni11AAA-Regular";
    color: #000;
    font-size: 16px;
    font-weight: 400;
    justify-content: center
  }
  .lrg_btn {
    width: 335px;
  }
  .med_btn {
    width: 160px;
    margin-bottom: 0.5rem;
    font-size: 15px;
  }
  
  .med_btn3 {
    width: 110px;
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
  .hypage_btn_icon {
    margin:0.5rem;
  }
  
  .hypage_btn_icon3 {
/*    margin-left: -8px;
    margin-right: 4px;
    height: 13px;*/
    width: 123%;
  }
/*  .hypage_btn_icon4 {
    margin-left: -8px;
    margin-right: 0px;
    height: 30px;
  }*/
  .hypage_btn_icon5 {
/*    margin-left: 2px;
    margin-right: -12px;*/
    width: 132%;
  }
  .credit_pay_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 42px;
    padding: 8px 38px;
    border-radius: 5px;
    background: #5c64ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: "Ploni11AAA-Regular";
  }
  .submit_btn {
    line-height: 0;
    margin: 0;
  }   
  input:hover[type="submit"] {
    background: #5c64ff;
  }
  .hypage_btn_clicked {
    border: 1.5px solid #5c64ff;
    box-shadow: 0px 2px 2px 0px rgba(92, 100, 255, 0.3);
  }
  #btns_section {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 1rem;
  }
  #btns_section_mid, #btns_section_lrg {
    display: flex;
    justify-content: space-between;
    width: 335px;
    flex-wrap: wrap;
    /*height: 3rem;*/
    overflow: hidden;
  }
  
  .form_header {
    display: flex;
    width: 335px;
    padding: 0px 8px;
    justify-content: space-between;
    border-radius: 5px;
    background: #f7f7fa;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .form_header_right {
    display: flex;
    align-items: center; 
    height: 36px; 
  }
  .form_header_title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-right: 0.7rem;
    font-family: 'Ploni11AAA-Regular';
  }
  .section_part {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .input-text {
    width: 325px;
    height: 45px;
    padding: 0;
    border-bottom: 1px solid #7d7473;
    font-size: 16px;
    margin: 1rem;
    font-family: "Ploni11AAA-Regular";
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .errNot .input-text {
    border: 0;
    border-bottom: 1px solid #d42314 !important;
  }
  
  .requiredTag {
    border: 0;
    border-bottom: 1px solid #d42314 !important;
  }
  .half_inputs {
    display: flex;
    justify-content: center;
  }
  .half_input {
    width: 146px !important;
  }
  .help {
    display: block;
    right: 8rem;
    bottom: 3.2rem;
  }
  .help_content {
    border: none;
    background: none;
    left: 50%
  }
  .cvv_img {
    width: 110px;
  }
  .cvv_cont {
    margin: 0;
  }
  .tash_title  {
    /*margin-right: 1rem;*/
    margin: 0 1rem;
  }
  .tash_num {
    display: flex;
    align-items: center;
  }
  .form_hndlDiv {
    padding: 0 0 !important;
  }
  .form_hndlDiv.short select {
    width: 159px;
    height: 45px;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #7d7473;
    margin-left: -1.2rem;
  }
  .form_hndlDiv.select_cont {
    margin-left: 34px;
  }
  .sml {
    background: #fff;
  }
  select {
    background: white;
  }
  #takanon {
    width: 325px;
    display: flex;
    align-items: baseline;
  }
  #takanon_checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  #takanon_text {
    width: 287px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-right: 0.5rem;
    bottom: 0.4rem;
    position: relative;
  }
  #takanon_text_link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
  }
  #pwr_hyp {
    margin-top: 1.5rem;
  }
  #pritim_table {
    padding: 6rem;
    position: fixed;
    width: 592px;
  }
  hr {
    border-top: 1px solid #000;
  }
  .pritim_text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Ploni11AAA-Regular";
  }
  .dtls_cell {
    display: block;
    width: auto;
    padding: initial;
    border-right: inherit;
    border-top: none;
    border-left: inherit;
  }
  .purchased-items-table {
    border: none;
  }
  .purchased-items-table th {
    background: none;
    font-weight: bold;
  }
  .purchased-items-table td+td {
    border-right: none;
  }
  .purchased-items-table tr:nth-child(even) {
    background: none;
  }
 .purchased-items-table tr td:nth-child(3) {
     direction: ltr;
   }
 .purchased-items-table tr td:nth-child(3) .price {
    order: -1;
 }
  tr {
    display: flex;
    justify-content: space-between;
  }
  td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Ploni11AAA-Regular";
  }
  #pritim_sum {
    display: flex;
    justify-content: space-between;
  }
  
 .price {
   font-size: 16px;
  }
  
  #Price {
    direction: rtl;
  }
   .arrow {
       width: 0.6rem;
  }
  #arrow_p {
    margin: 0 0.3rem;
    cursor: pointer;
  }
  #parit_title_phone {
    display: none;
    font-weight: 400;
    text-align: center;
  }
  #creditError {
    color:red;
    text-align: center;
    display: block;
  }
  #hypage_container2 {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    background: transparent;
  }
  #right_form2 {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    box-shadow: rgba(124, 124, 124, 0.1) 0px 3px 20px 0px;
    width: 600px;
    padding: 2rem 0px;
    border-radius: 20px
  }
  #pritim_table2 {
    position: initial;
    padding: 0;
    width: 335px;
    display: none;
  }
  #parit_title_phone2 {
    display: block;
    font-weight: 400;
    text-align: center;
  }
  .input-label {
    position: absolute;
    top: 30px;
    right: 17px;
    pointer-events: none;
    transition: .3s ease-in-out;
  }
  .input-text:focus + label,
  .input-text:not([value=""]) + label {
    top: -0.5px;
    font-size: .75em;
  }
  #brand_imgs {
    position: relative;
    top: -3.6rem;
    left: -19rem;
  }
  .brand_img {
    position: absolute;
    display: none;
  }
  
  .help_content:after {
    border-bottom: 6px solid #adacac00;
}
  #reg_err {
    width: 287px;
  }

/*english pages css*/

  .form_header_title_eng {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0.7rem;
    font-family: 'Ploni11AAA-Regular';
  }
  .input-label_eng {
    position: absolute;
    top: 30px;
    pointer-events: none;
    transition: .3s ease-in-out;
    left: 1rem;
  }
  .idLabel {
    left: 1rem;
    top: -0.8rem;
  }
  .help_eng {
    left: 8rem;
  }
  .help_content_eng {
    left: -50%;
  }
  #brand_imgs_eng {
    position: relative;
    top: -3.6rem;
    right: -19rem;
  }
  
  .invalid {
     color: #E01A33!important;
      border-bottom: 1px solid #E01A33!important;
   }
  
  /* media screen for phones & tablets */
  @media screen and (max-width: 1200px) {
    #pritim_table {
      width: 452px;
    }


  }
  @media screen and (max-width: 900px) {
    #hypage_container {
      display: block;
    }
    #hypage_container2 {
      display: block;
    }
    #right_form {
      box-shadow: none!important;
      width: auto!important;
      padding: 0 0!important;
    }
    #right_form2 {
      box-shadow: none!important;
      width: auto!important;
      /*padding: 0 0!important;*/
      padding:13px !important;
       margin: 0.5rem !important;
    }
    #pritim_table{
      position: initial;
      padding: 0;
      width: 335px;
    }
    #parit_title_phone {
      display: block;
    }
   .price {
   font-size: 14px;
  }
  }
  
