.checkout_total-amount {
  border-top: 1px solid #676767;
  padding-top: 15px;
}
.checkout_subtotal-amount{
  position:relative;
  }
  .service-charge-data span:nth-of-type(2){
  position:absolute;
  top:0%;
  right:0;
  }
.checkout-heading{
    font-size:20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
.dark-design .checkout-heading{
    font-size:20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}
.buying_details-card{
    width:100%;
    min-height: 100px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    position: relative;
}
.dark-design .buying_details-card{
    width:100%;
    min-height: 100px;
    background-color: #434343;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    position: relative;
}
.buying_details-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.dark-design .buying_details-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
   border-bottom: 1px solid #565656;
}
.buying_detail-title{
    font-size: 17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
.dark-design .buying_detail-title{
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.buying_detail-change{
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.dark-design .buying_detail-change{
    font-size: 13px;
    font-weight: 400;
   color: rgba(255, 210, 0, 1);
}
.buying_details-beneficiary-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
}
.buying_details-beneficiary-container::before{
    content: '';
    width: 5px;
    height: 60px;
    background: rgba(255, 204, 0, 1);
    position: absolute;
    top: 15px;
    left: -30px;
}
.buying_name-detail{
    display: flex;
    gap: 10px;
}
.buying_name-letter{
    width: 40px;
    height: 40px;
    background-color: rgba(255, 210, 0, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    font-weight: 600;
    color:rgba(0, 0, 0, 1);
}
.dark-design .buying_name-letter{
    width: 40px;
    height: 40px;
    background-color: rgba(41, 102, 139, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.buying_name{
    font-size:17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 3px;
}
.dark-design .buying_name{
    font-size:17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 3px;
}
.buying_number{
    font-size:13px;
    font-weight: 400;
    color: rgba(151, 151, 151, 1);
    margin-bottom: 10px;
}
.dark-design .buying_number{
    font-size:13px;
    font-weight: 400;
    color: rgba(216, 216, 216, 1);
    margin-bottom: 10px;
}
.buying_detail-more{
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}
.dark-design .buying_detail-more{
    font-size: 13px;
    color: rgba(255, 210, 0, 1);
    font-weight: 400;
}
.buying_detail-more i{
    padding-left: 4px;
    font-size: 15px;
}
.buying_details-price p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin-bottom: 7px;
    color: rgba(0, 0, 0, 1);
    opacity: 60%;
}
.dark-design .buying_details-price p{
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
}
.buying_details-price p img{
  filter: saturate(100%);
}
.dark-design .buying_details-price p img{
    filter: invert(100%);
}
.buying_amount{
    font-size:17px;
    font-weight: 500;
    color:#000000;
}
.dark-design .buying_amount{
    font-size:17px;
    font-weight: 500;
    color:#ffffff;
}
.buying_details-right{
    text-align: right;
}
.buying_auto-renew{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 20px;
}
.auto_renew-text{
    font-size: 13px;
    margin-bottom: 0;
    color:#9a9a9a;
}
.dark-design .auto_renew-text{
    font-size: 13px;
    margin-bottom: 0;
    color:#9a9a9a;
}
.remove_buying{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}
.dark-design .remove_buying{
    font-size: 13px;
    font-weight: 500;
    color: #ffd200;
}
.payment_tab-container{
    margin-top: 20px;
}
.payment_tab-box{
    width:100%;
    min-height: 235px;
    padding-top: 10px;
    background-color: #e3e3e3;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.dark-design .payment_tab-box{
    width:100%;
    min-height: 235px;
    padding-top: 10px;
    background-color: #505050;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.payment_tab-content{
    width:100%;
    
    padding-top: 10px;
    background-color: #ffffff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 30px 40px;
}
.dark-design .payment_tab-content{
    width:100%;
    min-height: 235px;
    padding-top: 10px;
    background-color: #434343;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 30px 40px;
}
.payment_tab-box .nav {
    width:100%;
    margin-right: 0 !important;
}
.payment_tab-box .nav .nav-link{
    width:100%;
    height: 46px;
    border-radius: 0;
    text-align: left;
    padding-left: 30px;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dark-design .payment_tab-box .nav .nav-link{
    width:100%;
    height: 46px;
    border-radius: 0;
    text-align: left;
    padding-left: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.npg-icon{
  filter: invert(100%);
}
.dark-design .npg-icon{
  filter: invert(0%);
}
.payment_tab-box .nav .active{
    background-color: #d8d8d8;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    
}
.dark-design .payment_tab-box .nav .active{
    background-color: #2a2a2a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}



.airtime_tab-content{
    width: 100%;
    height: 70px;
    background-color: #d8d8d8;
    border-radius: 4px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.dark-design .airtime_tab-content{
    width: 100%;
    height: 70px;
    background-color: #2e2e2e;
    border-radius: 4px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.airtime_tab-content p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.dark-design .airtime_tab-content p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.airtime_tab-content h4{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.dark-design .airtime_tab-content h4{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}
.bank_tab-content{
    max-width: 390px;
    min-height: 52px;
    background-color: #d8d8d8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    margin: 0 auto;
}
.dark-design .bank_tab-content{
    max-width: 390px;
    min-height: 52px;
    background-color: #333333;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    margin: 0 auto;
}
.bank_tab-content img{
   
    height: 35px;
}
.checkout_padding{
    padding: 0 50px;
}



/*checkbox CSS*/
.checkbox-wrapper-22{
    height: 20px;
    position: relative;
    width: 40px;
}
.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
  }

  .checkbox-wrapper-22 .switch input {
    display:none;
  }

  .checkbox-wrapper-22 .slider {
    background-color: #686868;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }

  .checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 16px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 16px;
  }

  .checkbox-wrapper-22 input:checked + .slider {
    background-color: #66bb6a;
  }

  .checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(19px);
  }

  .checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
  }

  .checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
  }
  .checkout_total-container{
    width: 100%;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .dark-design   .checkout_total-container{
    width: 100%;
    padding: 25px;
    background-color: #434343;
    border-radius: 8px;
  }
  .checkout_total-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .checkout_total-heading{
    font-size:17px;
    font-weight: 600;
    color:#3e3e3e !important;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .dark-design  .checkout_total-heading{
    font-size:17px;
    font-weight: 500;
    color:#ffffff !important;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .checkout_offer{
    font-size:13px;
    color:#000000;
    text-decoration: underline !important;
    font-weight: 400;
  }
  .dark-design  .checkout_offer{
    font-size:13px;
    color:#ffffff;
    text-decoration: underline !important;
    font-weight: 400;
    opacity: 60%;
  }
  .promo_apply-box{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  .promo_input{
    width: 240px;
    border: 0;
    height: 34px;
    border-bottom: 1px solid #979797;
  }
  .dark-design .promo_input{
    width: 240px;
    border: 0;
    height: 34px;
    border-bottom: 1px solid #676767;
    background-color: transparent;
    color: #f7f7f7;
  }
  .promo_input:focus{
    outline: none;

  }
  .promo_apply-btn{
    width:89px;
    height: 31px;
    border:1px solid #000000;
    border-radius: 24px;
    outline: none;
    cursor: pointer;
    font-size: 13px;
font-weight: 600;
color:#151e28;
background-color: transparent;
  }
  .dark-design   .promo_apply-btn{
    width:89px;
    height: 31px;
    border:1px solid #676767;
    border-radius: 24px;
    outline: none;
    cursor: pointer;
    font-size: 13px;
font-weight: 600;
color:#979797;
background-color: transparent;
  }
  .checkout_summary-heading{
    font-size: 17px;
    font-weight: 600;
    color: #3e3e3e !important;
    margin-bottom: 5px;
  }
  .dark-design   .checkout_summary-heading{
    font-size: 17px;
    font-weight: 500;
    color: #ffffff !important;
    margin-bottom: 5px;
  }
  .checkout_subtotal-amount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #979797;
    margin-bottom: 15px;
  }
  .dark-design .checkout_subtotal-amount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #676767;
    margin-bottom: 15px;
  }
  .checkout_subtotal-amount span{
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 400;
  }
.dark-design   .checkout_subtotal-amount span{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .checkout_total-amount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .checkout_total-amount h6{
    font-size:17px;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 0;
  }
  .dark-design   .checkout_total-amount h6{
    font-size:17px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
  }
  .checkout_paynow-btn{
    width:80%;
   margin-left: auto;
   height: 40px;
   border-radius:24px;
   color:#000000;
   border:0;
   outline:none;
   cursor: pointer;
   font-size: 15px;
   font-weight: 600;
   background-color: #facb0b;
  }
  .padding-r{
    padding-right: 0 !important;
  }
  .padding-l{
    padding-left: 0 !important;
  }
.remove-icon-dark{
  display: none;

}
.remove-icon-light{
  display: none;
}
.recharge-tagline{
  position: absolute !important;
    bottom: 8px !important;
    right: 30px !important;
    font-size: 10px !important;
    color: #444444 !important;
}
.dark-design .recharge-tagline{
  position: absolute !important;
  bottom: 8px !important;
  right: 30px !important;
  font-size: 10px !important;
    color: #979797 !important;
}
  @media screen and (max-width:768px) {
    .npg-icon{
      display: none;
    }
    .airtime_tab-content.low-airtime{
      padding-bottom: 20px !important;
      height: 50px !important;
  }
    
    .recharge-tagline{
      position: absolute !important;
        bottom: 4px !important;
        right: 5px !important;
        font-size: 10px !important;
        color: #444444 !important;
    }
    .dark-design .recharge-tagline{
      position: absolute !important;
      bottom: 4px !important;
      right: 5px !important;
      font-size: 10px !important;
        color: #979797 !important;
    }
    .bank_tab-content img{
   
      height: 25px;
  }
    .checkout_padding{
      padding: 0;
      padding-top: 80px;
    }
    .buying_details-card{
      padding: 17px;
      padding-bottom: 70px;
    }
    .dark-design .buying_details-card{
      background-color: #2e2e2e;
      padding: 17px;
      padding-bottom: 70px;
    }
    .buying_details-beneficiary-container::before{
      display: none;
    }
    .buying_detail-title{
      font-size:14px;
      font-weight: 400;
    }
    .dark-design .buying_detail-title{
      font-size:14px;
      font-weight: 400;
    }
    .buying_details-header{
      padding-bottom: 4px;
      border-bottom: 0;
    }
    .dark-design .buying_details-header{
      padding-bottom: 4px;
      border-bottom: 0;
    }
    .buying_name-letter{
      width:32px;
      height:32px;
      font-size:13px;
      font-weight: 500;
    }
    .dark-design .buying_name-letter{
      width:32px;
      height:32px;
      font-size:13px;
      font-weight: 500;
    }
    .buying_name-detail{
      gap: 15px;
    }
    .buying_name{
      font-size:13px;
      font-weight: 400;
    }
    .dark-design .buying_name{
      font-size:13px;
      font-weight: 400;
    }
    .buying_number{
      font-size:12px;
      font-weight: 400;
      opacity: 60%;
      margin-bottom: 5px;
    }
    .dark-design .buying_number{
      font-size:12px;
      font-weight: 400;
      opacity: 60%;
      margin-bottom: 5px;
    }
    .buying_detail-more{
      font-size:12px;
    }
    .dark-design .buying_detail-more{
      font-size:12px;
    }
    .buying_auto-renew{
      position: absolute;
      left: 20px;
      bottom: -60px;
    }
    .padding-r{
      padding-right: 13px !important;
    }
    .padding-l{
      padding-left: 13px !important;
    }
  .payment_tab-box{
      border-radius: 0;
      min-height: auto;
      background-color: transparent;
    }
    .dark-design .payment_tab-box{
      border-radius: 0;
      min-height: auto;
      background-color: transparent;
    }
    .payment_tab-box .nav{
      display: flex;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
     background-color: #9a9a9a;
     border-radius: 24px;
     padding:5px;
     margin-bottom: 20px;
    }
    .dark-design   .payment_tab-box .nav{
      display: flex;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
     background-color: #363636;
     border-radius: 24px;
     padding:5px;
     margin-bottom: 20px;
    }
    .payment_tab-box .nav .nav-link{
      height: 28px;
        text-align: center;
        border-radius: 24px;
       padding: 2px 10px !important;
        font-size:12px;
        font-weight: 500;
        color: #444444;
        justify-content: center;
       
      }
    .dark-design .payment_tab-box .nav .nav-link{
    height: 28px;
      text-align: center;
      border-radius: 24px;
     padding: 2px 10px !important;
      font-size:12px;
      font-weight: 500;
      color: #9a9a9a;
      justify-content: center;
    }
    .payment_tab-box .nav .active{
      background-color: #d8d8d8 !important;
      color: #000000 !important;
      border-radius: 22px;
      font-size: 12px;
    }
    .dark-design .payment_tab-box .nav .active{
      background-color: #1c1c1c !important;
      color: #ffffff !important;
      border-radius: 22px;
      font-size: 12px;
    }
    .payment_tab-content{
      padding: 0px !important;
    }
    .dark-design  .payment_tab-content{
      padding: 0px !important;
      min-height: 0;
      background-color: #2e2e2e;
      margin-bottom: 20px;
      border-radius: 8px;
    }
    .airtime_tab-content{
      padding: 5px;
      height: 40px;
    }
    .dark-design .airtime_tab-content{
      padding: 5px;
      height: 40px;
    }
    .dark-design .promo_input{
      width: 75% !important;
    }
    .dark-design .promo_apply-btn{
      width: 25%;
    }
    .checkout_total-header{
      display: none;
    }
    .dark-design .checkout_total-container{
      background-color: #2e2e2e;
    }
    .promo_apply-box{
      display: none;
    }
   .airtime_tab-content h4{
    font-weight: 500;
   }
   .checkout_paynow-btn{
    height: 36px;
   }
    .dark-design .airtime_tab-content h4{
      font-weight: 500;
    }
    .remove_buying{
      position: absolute;
      right: 10px;
      bottom: -38px;
    }
    .remove_buying .remove-text{
      display: none;
    }
    .dark-design .remove-icon-dark{
      display: block;
    }
    .dark-design .remove-icon-light{
      display: none;
    }
    .remove-icon-light{
      display:block;
    }
  }