ul.feature-list {
  list-style: none;
  padding: 0;
}

ul.feature-list li {
  position: relative;
  padding-left: 30px;
  /* Space for the icon */
  font-size: 16px;
  color: var(--color-shadded-black);
  margin-bottom: 25px;
}

ul.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/customer/black-tick.svg") no-repeat center;
  background-size: contain;
}

ul.feature-list li:last-child {
  color: var(--color-light-blue);
  /* Blue color for the last item */
  font-weight: bold;
}

ul.feature-list li:last-child::before {
  background: url("../images/customer/blue-tick.svg") no-repeat center;
  background-size: contain;
}

.custom-shadow-bottom {
  box-shadow: 0px 2px 5px 0px #0000000a;

  box-shadow: 0px 9px 9px 0px #00000008;

  box-shadow: 0px 21px 13px 0px #00000005;

  box-shadow: 0px 38px 15px 0px #00000003;
}

.aws-desc {
  min-height: 60px;
}

.price-dropdown {
  width: 250px;
  padding: 15px;
}
.price-dropdown .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid var(--color-light-blue);
}
.price-dropdown .form-check-input:checked {
  background-color: var(--color-light-blue);
  border-color: var(--color-light-blue);
}

.price-dropdown .form-check-input:focus {
  box-shadow: none;
}
.price-dropdown .form-check-input[type="radio"] {
  border-radius: 30%;
}
.price-toggle.show::before {
  display: none;
}
.reacharge-cont {
  min-height: 37px;
}
/* Hide default radio */
.custom-radio input {
  display: none;
}

/* Default radio button */
.custom-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}

/* Unchecked state */
.custom-radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-off-white);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* Checked state */
.custom-radio input:checked + label::before {
  background-color: var(--color-light-blue);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tick icon */
.custom-radio input:checked + label::before {
  content: "";
  background: url("../images/customer/recharge-tick.svg") no-repeat center;
  background-size: contain;
  border: none;
  background-color: var(--color-light-blue);
}
.validityTabContainer .active {
  background-color: #006ea6 !important;
}

.validityTabContainer :not(.active) {
  color: #555555 !important;
}

.pricing-card-badge {
  width: max-content;
  position: absolute;
  top: -10px;
  color: var(--color-white);
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 19px;
  padding: 0px 15px 3px 15px;
  background-color: #008000;
}
.off-tag {
  right: -5px;
  top: 32px;
}
