* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

body,
html {
  overflow: auto;
}

input[type='number'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.three-dot-container {
  margin-top: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Adjust spacing between dots */
}

.dot {
  width: 14px; /* Adjust size of the dots */
  height: 14px;
  background-color: #5f259f; /* Dot color */
  border-radius: 50%;
  animation: scale-up-down 1s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes scale-up-down {
  0%,
  80%,
  100% {
    transform: scale(0.5);
    opacity: 0.6;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.service-tag {
  font-size: 12px !important;
}

.service-card {
  height: 6rem !important;
  width: 100% !important;
  padding: 13px 10px !important;
}

#prepaid {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url('../../images/operators/prepaid.svg');
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}

body.dark #prepaid:not(.jio, .airtel, .vi, .bsnl) {
  filter: invert(100%);
}

#prepaid.jio {
  transform: scale(0);
  background-image: url('../../images/operators/jio.png');
}

#prepaid.airtel {
  transform: scale(0);
  background-image: url('../../images/operators/airtel.png');
}

#prepaid.vi {
  transform: scale(0);
  background-image: url('../../images/operators/vodafoneIdea.png');
}

#prepaid.bsnl {
  transform: scale(0);
  background-image: url('../../images/operators/bsnlCombo.png');
}

#prepaid.prepaid {
  transform: scale(0);
  background-image: url('../../images/operators/prepaid.svg');
}

#prepaid.show {
  transform: scale(1);
}

.rate-us-parent {
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rate-us-child {
  cursor: pointer;
  color: rgb(228, 229, 233); /* Default color */
  font-size: 3rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Highlight current star and all subsequent stars */
.rate-us-child:hover,
.rate-us-child:hover ~ .rate-us-child {
  color: #5f259f; /* Hover color */
}

.wallet {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
  border-radius: 25%;
}
.other-option-span {
  font-weight: 600;
}
.policy-heading {
  font-weight: 600;
  font-size: 15px;
}
.mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none !important;
  font-size: 22px;
  color: var(--dark);
  border: none;
  background: transparent;
}
.add-money {
  background: url('../../images/logo/banner1.jpg') center center / cover no-repeat;
  height: 230px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  position: relative !important;
}

.customer-support {
  background: url('../../images/other/support.png') center center / cover no-repeat;
  height: 230px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  position: relative !important;
}

.refer-earn {
  background: url('../../images/other/support.png') center center / cover no-repeat;
  height: 230px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  position: relative !important;
}

.google-play {
  background: url('https://m.media-amazon.com/images/I/41X1-vT9TkL.jpg') center center / cover no-repeat;
  height: 230px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  position: relative !important;
}

.add-money-mainsection {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 215px;
}

#gatewayContainer {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 220px;
}

.contact {
  border: none;
  background: transparent;
  position: absolute;
  right: 18px;
  z-index: 1;
}

.contact i {
  font-size: 23px;
  color: #5f259f;
}

.dth-input-group input::placeholder {
  font-size: 15px !important;
}
.bill-payment-icon {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
}

.un-put-on-marketplace .body .nav-tab .nav-item .all-service-link {
  border: none !important;
}

.unList-creatores .content-list-creatores .nav-item .nav-link .other-option-span h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--dark);
}

.plan-details .avt-img {
  height: 45px;
  width: 45px;
  object-fit: cover;
}
.all-plan {
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  width: 100% !important;
  border-bottom: none !important;
  overflow-x: auto !important;
  padding-left: 10px !important;
  justify-content: start !important;
}

.prepaid-conformation .icon-arrow {
  font-size: 24px;
  color: var(--secondary);
  display: inline-flex;
}

.prepaid-conformation .icon-arrow i {
  color: #3eca76;
  font-size: 22px;
}

/* Added By Monu */
.service-row .col {
  padding-left: 0;
  padding: 0 5px;
  margin-top: 10px;
}
.service-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 8px !important;
  border: 1.5px solid var(--gray-200);
  color: var(--dark);
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.service-card .icon {
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 8px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-tag {
  /* text-align: center; */
  word-wrap: break-word;
  min-height: 36px !important;
  font-weight: 600;
}
.bill-payment-icon {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
}
.bbps-all {
  border-radius: 0 !important;
  height: 25px !important;
  width: 50px !important;
}

.refer-input {
  text-align: center !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 10px !important;
  letter-spacing: 1.5px;
}

/* Chat Widget Button */
.call-widget {
  position: fixed;
  z-index: 100000;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #5f259f, #5f259f);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.call-widget:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.call-widget i {
  font-size: 30px;
  font-weight: 200;
  color: white;
}

.placeholder {
  background-color: #e0e0e0;
  border-radius: 4px;
  display: inline-block;
}

.placeholder-glow {
  animation: placeholder-glow 1.4s ease-in-out infinite;
}

.footer-blur {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 25px 0 !important;
}

.footer-blur .display-actions {
  margin-bottom: 0 !important;
}
.space-for-blur-footer {
  height: 115px;
}

@keyframes placeholder-glow {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f5f5f5;
  }
  100% {
    background-color: #e0e0e0;
  }
}

.upiAppLogo {
  height: 30px;
  width: 30px;
  /* height: 20px;
  width: 20px; */
  object-fit: contain;
}
