.scrollbar {
    margin-left: 30px;
    float: left;
    height: 200px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
        height: 100px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 6px;

    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #0c2f55;
}
.resend{
	position: relative;
    left: 0px;
    top: 20px;
}
#preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#preloader [data-loader="dual-ring"] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: inline-block;
    content: " ";
    display: block;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #0071cc;
    border-color: #0071cc transparent #0071cc transparent;
    animation: dual-ring 1.2s linear infinite;
}
.notify:hover{
    background-color:#F4F4F4;
  cursor:pointer;
  }
  @keyframes dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.profile-image{
    width: 50px;
    height: 50px;
    border: 2px solid #42aeef;
    border-radius: 250px;
    margin-left: .4rem;
}
.input-group-text
{
      padding: .975rem .75rem;
    }
.debit{
  color: red;
  font-weight: 600;
}
  .credit{
  color: #28a745;
  font-weight: 600;
}
.Ecart{
  text-align: center;
}
#profile-upload{
  background-image:url('');
  background-size:cover;
  background-position: center;
  height: 100px;
   width: 100px;
  border: 1px solid #bbb;
  position:relative;
 border-radius:250px;
 overflow:hidden;
}
#profile-upload:hover input.upload{
display:block;
}
#profile-upload:hover .hvr-profile-img{
display:inline-block;
}
#profile-upload .fa{   margin: auto;
  position: absolute;
  bottom: -4px;
  left: 0;
  text-align: center;
  right: 0;
  padding: 6px;
 opacity:1;
transition:opacity 1s linear;
 -webkit-transform: scale(.75); 


}
#profile-upload:hover .fa{
 opacity:1;
 -webkit-transform: scale(1); 
}
#profile-upload input.upload {
  z-index:1;
  left: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  background:#ccc;
  width:100%;
  display:none;
}

#profile-upload .hvr-profile-img {
width:100%;
height:100%;
display: none;
position:absolute;
vertical-align: middle;
position: relative;
background: transparent;
}
#profile-upload .fa:after {
  content: "";
  position:absolute;
  bottom:0; left:0;
  width:100%; height:0px;
  background:rgba(0,0,0,0.3);
  z-index:-1;
  transition: height 0.3s;
  }

#profile-upload:hover .fa:after { height:100%; }

.swal-footer .swal-button-container {
  margin: 0 auto !important;
  display: table !important;
}
#rzp-button1 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #0071cc;
  border-color: #0071cc;
  cursor: pointer;
  padding: .75rem 2.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color:white
}
.amount{
  font-size: 23px;
  font-weight: 300;
}
.horizontal-row
{
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #ea230f 12.5%, #ea4311 25%, #e2a11d 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.input_text {
  width:100%;
  padding:10px;
  border:1px solid black
}

#sidebar-wrapper, .bg-secondary {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  background-color: transparent !important;
}
.sidebar-nav li a {
  color: #3F51B5; 
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  transition: background 0.3s ease; 

}

.sidebar-nav li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #000;

}

.secondary-nav.nav .nav-link:hover {
  color: #3F51B5;
}
.rounded {
  border-radius: 0.65rem !important;
}
.primary-glow {
  box-shadow: 1px -1px 15px 1px #1d71ccf0 !important;
}
.font-success {
  color: #28a745!important
}
.secondary-nav.nav .nav-link {
  margin: 0 5px;
}
.secondary-nav.nav {
  padding: 12px 0 0 5px;
}
.recharge_plan {
  overflow-y: scroll;
  height: 18.75rem;
}
#rechargeTabs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.recharge_waiting {
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.recharge_waiting .loader {
  border: 0.5rem solid #f3f3f3;
  border-radius: 50%;
  border-top: 0.5rem solid #3498db;
  width: 4.68rem;
  height: 4.68rem;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  margin:auto;
}
.bhartpay-img{
  height: 25px; 
  width: 45px; 
  float: right;
}
.b_mnemonic-img {
    height: 30px;
    width: 40px;
    float: right;
}
.bhartpay-assured-img{
  height: 40px; 
  width: 40px; 
  float: right;
}
.bhart-img{
  width: 60px;
  height: 35px;
}

.ind-img .img-fluid{
  object-fit: contain;
  height: 7rem;
  width: 7rem;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.horizontal-scroll-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.f-12{
  font-size: 12px;
}
.text-red {
  color: red;
}
.share-section {
    text-align: center;
    margin-top: 20px;
}
.share-icons {
    margin-top: 1rem;
}

.share-icons a {
    display: inline-block;
    margin: 5px;
}

.share-icons img {
    width: 2rem;
    height: 2rem;
}
.bubbly-button {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 1.5em;
    -webkit-appearance: none;
    appearance: none;
    background-color: #3F51B5;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px #3F51B5;
}
.bubbly-button:focus {
    outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, transparent 20%, #3F51B5 20%, transparent 30%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3F51B5 15%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3F51B5 15%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%), radial-gradient(circle, #3F51B5 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
    transform: scale(0.9);
    background-color: rgb(67, 164, 245);
    box-shadow: 0 2px 25px #3F51B5;
}
.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
.hover__animation .btn {
    border: none;
    width: 10em;
    height: 3em;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #42b0f8;
    cursor: pointer;
    transition: all 450ms ease-in-out;
}

.hover__animation .sparkle {
    fill: #fff;
    transition: all 800ms ease;
}

.hover__animation .text {
    font-weight: 600;
    color: #fff;
    font-size: medium;
}

.hover__animation .btn:hover {
    background: linear-gradient(0deg,#A47CF3,#3f51b6);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 4px rgba(255, 255, 255, 0.2),
    0px 0px 180px 0px #3f51b6;
    transform: translateY(-2px);
}

.hover__animation .btn:hover .text {
    color: white;
}

.hover__animation .btn:hover .sparkle {
    fill: white;
    transform: scale(1.2);
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 6px;
    text-decoration: none;
}

.button:first-child {
    box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
    background-color: #488aec;
}

.button:last-child {
    box-shadow: 0 4px 6px -1px #0b162531, 0 2px 4px -1px #0e192b17;
    background-color: #fff;
}

.icon {
    height: 25px;
    width: 25px;
}

.icon svg {
    width: 100%;
    height: 100%;
}

.icon svg:last-child {
    fill: #000
}

.button-text {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.button-text span:first-child {
    font-size: 12px;
    font-weight: 600;
}

.google span:first-child {
    color: #fff;
}

.apple span:first-child {
    color: rgb(81 87 108);
}

.google span:last-child {
    color: #fff;
    font-weight: 800;
}

.apple span:last-child {
    color: #000;
    font-weight: 800;
}
.w-5rem {
    width: 5rem;
}
.exikart__loader {
    position: fixed; /* changed from relative */
    top: 0;
    left: 0;
    width: 100vw; /* full width */
    height: 100vh; /* full height */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: none;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.exikart__loader .wrapper {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
}
.exikart__loader .circle {
    width: 20px;
    height: 20px !important;
    position: absolute;
    border-radius: 50% !important;
    background-color: #3F51B5;
    left: 15%;
    transform-origin: 50%;
    padding: 0 !important;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.exikart__loader .circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.exikart__loader .circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.exikart__loader .shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.exikart__loader .shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.exikart__loader .shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}
.text-black {
    color: #000;
}
.text-green {
    color: #28a745!important
}
.w-8rem {
    width: 8rem;
}
.w-10{
    width: 10%;
}