.scanner-btn .img-fluid {
    width: 50%;
}

.categories-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bill-pay-img i.iconsax {
    --Iconsax-Color: rgba(27, 177, 220, 1);
}

span.badge.badge-danger.notifcount {
    position: absolute;
    display: flex;
    justify-content: center;
    top: -3px;
    right: 50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff6262;
    z-index: 1;
}

 .simple-spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.simple-spinner span {
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: rgba(255, 255, 255, 0.7);
  animation: spinner-anim 0.8s linear infinite;
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

div#loading_ajax {
    display:block;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    left: -20px;
    right: 0;
    top: 0;
    z-index: 9998;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.otp-input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-input:focus {
    border-color: #007bff;
    outline: none;
}


.checkmark, .crossmark {
    width: 80px;
    height: 80px;
    display: block;
    stroke-width: 2;
    stroke-miterlimit: 10;
    margin: 10% auto;
    animation: scale 0.5s ease-in-out;
}

.checkmark__circle, .crossmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke: #4caf50;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.crossmark__circle {
    stroke: #f44336;
}

.checkmark__check, .crossmark__cross {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #45a049;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
}

.crossmark__cross {
    stroke: #f44336;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}


.container.success h1 {
    color: #45a049;
    margin-bottom: 10px;
}

.container.success a {
    background-color: #45a049;
}

.container.failed h1 {
    color: #f44336;
    margin-bottom: 10px;
}

.container.failed a {
    background-color: #f44336;
}

#loginotpform,#forgototp_form,#changepass_form{
    display:none;
}

.bill-icon i.categories-icon.iconsax {
    --Iconsax-Color: #1BB1DC;
}

span.subfdetails {
   
    font-size: 13px;
    color: #1BB1DC;
}

button.btn.dropdown-toggle.bs-placeholder.btn-light,.bootstrap-select>.dropdown-toggle {
    margin-top: 0 !important;
}

.form-group .bootstrap-select{
    width :100% !important;
}

.bootstrap-select .dropdown-toggle:focus{
    outline:none !important;
}

.btn.show{
    background-color: #eee !important;
}

ul.dropdown-menu.inner.show {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}


svg.feather.feather-more-vertical.icon {
    width: 17px;
}

.bfirstbox {
    width: 140%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.plan-box {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 35px 20px;
            background-color: #fff;
            max-width: 600px;
            margin: auto;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        .modal-header1 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .plan-subheader {
            font-size: 1rem;
            color: #6c757d;
            margin-bottom: 20px;
        }
        .plan-details-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 10px 20px;
            align-items: center;
        }
        .label {
            font-weight: 500;
            color: #333;
        }
        .plan-buttons {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
      
        .confirm-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
        }
        .input-group {
            margin: 10px 0;
        }
       
        .price, .gstcharge, .discountprice, .total {
            font-weight: bold;
        }
        .discountprice {
            color: #D1291A;
        }
        
           #discbox,.discountpricelabel,.discountprice{
            display: none;
        }
        
        .couponinputp{
    display: none;
}

#Couponcode{
    height: 50px;
}
#applycouponcode{
    margin: 0;
}
        
  #couponcodeibox{
    display: none;
    width: 140%;
    margin: 10px 0;
        }
        
  span#applycouponbtn {
    font-weight: bold;
    color: #1BB1DC;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.couponinputp{
    display: none;
}

.subsiconbox{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 6px;

}

 .iconbox {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 22px;
    border-radius: 400px;
    margin-right: 16px;
}
     
        .btn-facebook {
            background: #3467d3;
            color: #fff;
        }
        .btn-twitter {
            background: rgb(29 161 242);
            color: #fff;
        }
        .btn-whatsapp {
            background: rgb(37 211 102);
            color: #fff;
        }
        .btn-telegram {
            background: rgb(0 136 204);
            color: #fff;
        }
        
    .detailed-list li{
    border-bottom: 1px solid #d4d4d4;
     }    
        
    .methodtext{
        font-size: 13px;
    }    
        

