.cardheader {
  font-size: 20px;
  font-weight: 600;
  /* background-color: #44ce7025; */
  background-color: transparent !important;

  border-style: none !important;
}
.linethrough {
  text-decoration: line-through;
}
.bluecard .featurestyle {
  color: #ffffff;
  margin-right: 10px;
  /* background-color: #e8fbff; */
  /* padding: 4px; */
  font-size: 13px;
  border-radius: 100%;
}
.featurestyle {
  color: #0262f7;
  margin-right: 10px;
  /* background-color: #e8fbff; */
  /* padding: 4px; */
  font-size: 13px;
  border-radius: 100%;
}
.whitecard {
  border: 1px solid #e9e9e9 !important;
  background-color: rgb(255, 255, 255) !important;
  /* border-radius: 8px !important; */
}
.bluecard {
  border: 1px solid #e9e9e9 !important;
  background-color: #0262f7 !important;
  /* border-radius: 8px !important; */
}
.planbtnblue:hover {
  background-color: white !important;
  color: #0262f7 !important;
  border-color: #0262f7 !important;
}
.planbtnwhite:hover {
  background-color: #0262f7 !important;
  color: white !important;
  border-color: #0262f7 !important;
}
.card-body {
  flex: 1 1 auto;
  /* padding: 1rem 1rem; */
  padding-left: 1rem;
}
.badge {
  display: inline-block;
  padding: 0.65em 1.35em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ef6074;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2rem;
  background-color: rgb(239 96 116 / 10%) !important;
}
